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 | 
 

 script error

Topik sebelumnya Topik selanjutnya Go down 
script error Empty2012-05-20, 13:30
Postscript error
#1
aidilriski 
Senior
Senior
aidilriski

Level 5
Posts : 643
Thanked : 2
Engine : Multi-Engine User
Type : Mapper

script error Vide
om sekalian, saya gak tahu kenapa, tapi kok skrip quest log nya Sthrattoff buat xp kok error ya? ini skrinsutnya script error Error10

ini juga skripnya
Spoiler:
script error Empty2012-05-20, 14:45
PostRe: script error
#2
DrDhoom 
Doomed Zombie
DrDhoom

Level 5
Posts : 629
Thanked : 22
Engine : Multi-Engine User
Skill : Intermediate
Type : Scripter

script error Vide
gagal membuat bitmap biasanya gara" terlalu besar :hmm:
quest di game kmu banyak ya? kalo di VX ada script buat fix masalah ini, entah kalo XP :hmm:
script error Empty2012-05-20, 15:10
PostRe: script error
#3
aidilriski 
Senior
Senior
aidilriski

Level 5
Posts : 643
Thanked : 2
Engine : Multi-Engine User
Type : Mapper

script error Vide
Blum Ada quest yg saya buat
script error Empty2012-05-20, 15:21
PostRe: script error
#4
richter_h 
Salto Master
Hancip RMID
richter_h

Kosong
Posts : 1705
Thanked : 30
Engine : Other
Skill : Skilled
Type : Developer
Awards:

script error Vide
ah :hmm:
ada yang salah sama si Window_Quest :hmm:

coba cari ini
Code:
def initialize
    super(0, 0, 480, 480)
    self.contents = Bitmap.new(width - 32, height - 32)
    refresh
  end

dan ganti jadi ini
Code:
def initialize
    super(0, 0, 480, 480)
#~    self.contents = Bitmap.new(width - 32, height - 32)
    refresh
  end

ane ngga bisa tes langsung soale ane cuman punya RMVX :v

sekian.
script error Empty2012-05-20, 15:23
PostRe: script error
#5
DrDhoom 
Doomed Zombie
DrDhoom

Level 5
Posts : 629
Thanked : 22
Engine : Multi-Engine User
Skill : Intermediate
Type : Scripter

script error Vide
ah iya, error kalo quest nya masih 0... :hmm:
paling ngga harus ada 1 quest yang dibikin
@rich: ga ada yang salah sama window_quest bro cmiiw :hammer:
script error Empty2012-05-20, 15:31
PostRe: script error
#6
richter_h 
Salto Master
Hancip RMID
richter_h

Kosong
Posts : 1705
Thanked : 30
Engine : Other
Skill : Skilled
Type : Developer
Awards:

script error Vide
WhiteHopper wrote:
ah iya, error kalo quest nya masih 0... :hmm:
paling ngga harus ada 1 quest yang dibikin
@rich: ga ada yang salah sama window_quest bro cmiiw :hammer:

hoo jadi minimal kudu ada satu object (maksud ane quest) jadi ngga disangka ngga ada dan 'failed to create bitmap' :hmm:

btw tadi ane cuma hipotesis :lol:

sekian
script error Empty2012-05-20, 16:06
PostRe: script error
#7
aidilriski 
Senior
Senior
aidilriski

Level 5
Posts : 643
Thanked : 2
Engine : Multi-Engine User
Type : Mapper

script error Vide
o iya, naruh questnya dimana, soalnya beda sama yg vx, dan gk dijelasin, apa di script itu?
script error Empty2012-05-20, 16:58
PostRe: script error
#8
shikami 
Member 1000 Konsep
avatar

Level 5
Posts : 3744
Thanked : 31
Engine : Multi-Engine User
Skill : Beginner
Type : Developer
Awards:


script error Vide
Quote :
To add a quest, fill these information by using .push
# $names.push "Name"
# $types.push "Type"
# $description.push (["line1", "line2", ..., "Line5"])
# $objectives.push (["onjective1", ..., "objective12"])
# $var_ID.push ID_NUMBER
# $end_val.push END_VALUE

bukannya udah cukup jelas ini ? :hmm:
pake call script ? :hmm:
coba cek di thread aslinya barangkali ada contoh. :hmm:
script error Empty
PostRe: script error
#9
Sponsored content 




script error Vide
 

script error

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMXP Scripts :: RGSS Support-