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 masih bermasalah...!

Topik sebelumnya Topik selanjutnya Go down 
script masih bermasalah...! Empty2013-01-11, 14:48
Postscript masih bermasalah...!
#1
m46nifico 
Newbie
Newbie
m46nifico

Level 5
Posts : 9
Thanked : 1
Engine : RMVX
Skill : Very Beginner
Type : Artist

script masih bermasalah...! Vide
Friends, gue punya script yang udeh gue cari-cari, cuman script-nye masih bermasalah meskipun udeh beberape orang yang bantuin...
Ini masalahnye:
1. Script ini bikin tiap action yang dilakuin ame character di game-nye, make sejumlah item (attack, make 3 ammo; skill make 7 ammo), nah kalo script-nye buat attack dah normal, cuman kalo dipake buat skill muncul tulisan Script 'Ammo Requirements - VX' line 233: TypeError occurred.
cannot convert Array into Integer

Ini script-nye yang gue pake:
edited_script
Nah, kalo script aslinye:
original_script

Please, dibutuhin secepatnye...
Thanks.
script masih bermasalah...! Empty2013-01-11, 17:23
PostRe: script masih bermasalah...!
#2
LowlingLife 
Administrator
Administrator
LowlingLife

Kosong
Posts : 2000
Thanked : 25
Engine : Multi-Engine User
Awards:

script masih bermasalah...! Vide
Line 233 :
Code:
gather_ammo_item = $data_items[TysAmmoRequirements::Skill_ammo_id[id]]

Coba deh telusuri ke Skill_ammo_id.

Code:
Skill_ammo_id = {
      100 => [22],
      101 => [23]
}

Mestinya jadi gini :

Code:
Skill_ammo_id = {
      100 => 22,
      101 => 23
}
script masih bermasalah...! Empty2013-01-11, 18:59
PostRe: script masih bermasalah...!
#3
ashm 
Veteran
Veteran
ashm

Level 5
Posts : 1131
Thanked : 8
Engine : RMVX Ace
Skill : Intermediate
Type : Event Designer
Awards:

script masih bermasalah...! Vide
Oh, ia ammo requirement itu kalo ane mah gak dipake.
Karena sering gak kompatible ama tankentai atb.

Nih script mas Yeki.
Work and tested and local made :D

Spoiler:
Lupa link aslinya (males nyari)
Mas momod, tolong pindahin ke RGSS2 support ya.

script masih bermasalah...! Empty
PostRe: script masih bermasalah...!
#4
Sponsored content 




script masih bermasalah...! Vide
 

script masih bermasalah...!

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 :: RMVX Scripts :: RGSS2 Support-