Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

Share | 
 

 supaya tulisan SPI & AGI hilang

Topik sebelumnya Topik selanjutnya Go down 
supaya tulisan SPI & AGI hilang Empty2011-07-14, 11:55
Postsupaya tulisan SPI & AGI hilang
#1
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

supaya tulisan SPI & AGI hilang Vide
gmana gan supaya tulisan SPI & AGI di menu equip dan menu status hilang sih ??? di game saya, kedua keterangan tsb tak dibutuhkan, ribet ane ngoprek scriptnya... kalo gak error.. malah jadi gak ngaruhh... HELp ME...

pencerahannya gan XD
supaya tulisan SPI & AGI hilang Empty2011-07-14, 12:10
PostRe: supaya tulisan SPI & AGI hilang
#2
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
supaya tulisan SPI & AGI hilang Vide
Bagaimanapun juga, harus manipulasi script juga :v
Okay, ini dia :v

Buat yang menu status, nih script nya :v
Code:
#==============================================================================
# ** Window_Status
#------------------------------------------------------------------------------
#  This window displays full status specs on the status screen.
#==============================================================================

class Window_Status < Window_Base
  #--------------------------------------------------------------------------
  # * Draw Parameters
  #    x : Draw spot X coordinate
  #    y : Draw spot Y coordinate
  #--------------------------------------------------------------------------
  def draw_parameters(x, y)
    draw_actor_parameter(@actor, x, y + WLH * 0, 0)
    draw_actor_parameter(@actor, x, y + WLH * 1, 1)
  end
end
Sedangkan buat yg menu equip, nih script nya :v
Code:
#==============================================================================
# ** Window_EquipStatus
#------------------------------------------------------------------------------
#  This window displays actor parameter changes on the equipment screen, etc.
#==============================================================================

class Window_EquipStatus < Window_Base
  #--------------------------------------------------------------------------
  # * Refresh
  #--------------------------------------------------------------------------
  def refresh
    self.contents.clear
    draw_actor_name(@actor, 4, 0)
    draw_parameter(0, WLH * 1, 0)
    draw_parameter(0, WLH * 2, 1)
  end
end
Wah, rupanya cukup mudah koq, tenang aja :v

~ Salam Ngacay dari Alissa Liu :ngacay2: ~
supaya tulisan SPI & AGI hilang Empty2011-07-14, 13:14
PostRe: supaya tulisan SPI & AGI hilang
#3
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

supaya tulisan SPI & AGI hilang Vide
bungatepijalan wrote:
Bagaimanapun juga, harus manipulasi script juga :v
Okay, ini dia :v

Buat yang menu status, nih script nya :v
Code:
#==============================================================================
# ** Window_Status
#------------------------------------------------------------------------------
#  This window displays full status specs on the status screen.
#==============================================================================

class Window_Status < Window_Base
  #--------------------------------------------------------------------------
  # * Draw Parameters
  #    x : Draw spot X coordinate
  #    y : Draw spot Y coordinate
  #--------------------------------------------------------------------------
  def draw_parameters(x, y)
    draw_actor_parameter(@actor, x, y + WLH * 0, 0)
    draw_actor_parameter(@actor, x, y + WLH * 1, 1)
  end
end
Sedangkan buat yg menu equip, nih script nya :v
Code:
#==============================================================================
# ** Window_EquipStatus
#------------------------------------------------------------------------------
#  This window displays actor parameter changes on the equipment screen, etc.
#==============================================================================

class Window_EquipStatus < Window_Base
  #--------------------------------------------------------------------------
  # * Refresh
  #--------------------------------------------------------------------------
  def refresh
    self.contents.clear
    draw_actor_name(@actor, 4, 0)
    draw_parameter(0, WLH * 1, 0)
    draw_parameter(0, WLH * 2, 1)
  end
end
Wah, rupanya cukup mudah koq, tenang aja :v

~ Salam Ngacay dari Alissa Liu :ngacay2: ~

ane coba nanti gan... moga2 bisa...
Simpennya dmana nih ???
supaya tulisan SPI & AGI hilang Empty2011-07-14, 13:25
PostRe: supaya tulisan SPI & AGI hilang
#4
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
supaya tulisan SPI & AGI hilang Vide
Seperti biasa lah, diatas Main :v
dan... kalo uda berhasil coba, solved ya :v

~ Salam Ngacay dari Alissa Liu :ngacay2: ~
supaya tulisan SPI & AGI hilang Empty2011-07-15, 13:19
PostRe: supaya tulisan SPI & AGI hilang
#5
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

supaya tulisan SPI & AGI hilang Vide
bungatepijalan wrote:
Seperti biasa lah, diatas Main :v
dan... kalo uda berhasil coba, solved ya :v

~ Salam Ngacay dari Alissa Liu :ngacay2: ~

wuoohhh gan... THX... berhasil nihh.... :D

di solved aje gan...... masalahnya dah tuntas XD
supaya tulisan SPI & AGI hilang Empty2011-07-17, 10:11
PostRe: supaya tulisan SPI & AGI hilang
#6
Vsio 
Xutix Xox
Xutix Xox
Vsio

Kosong
Posts : 2377
Thanked : 18
Engine : Multi-Engine User
Skill : Advanced
Type : Developer

supaya tulisan SPI & AGI hilang Vide
Locked since solved. :v
*locking*
supaya tulisan SPI & AGI hilang Empty
PostRe: supaya tulisan SPI & AGI hilang
#7
Sponsored content 




supaya tulisan SPI & AGI hilang Vide
 

supaya tulisan SPI & AGI hilang

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Engines :: RMVX :: RMVX Archive-