Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

hata!


Wrapper

Öne çıkan mesajlar

[itemdef i_mana_ver]
defname i_mana_ver
name mana potion
id i_potion_mana
type t_potion

On=@Dclick
src.newitem i_potion_mana
src.act.bounce
return 1

[itemdef i_total_ver]
defname i_total_ver
name total mana potion
id i_potion_manatotal
type t_potion

On=@Dclick
src.newitem i_potion_manatotal
src.act.bounce
return 1

hata nerde cıkartmaya calistigimad gold olarak cıkıyor neden?[signature][hline]Benim Benden Başka Dostum YoK...........

Link to comment
Sosyal ağlarda paylaş

id i_potion_mana -> id i_potion_healgreat
i_potion_manatotal -> id_potion_healgreat

edit: ekleme [signature][hline]how much longer?
zgrw demiş ki: syntax hatalrı benim hızlı yazmmdan kaynaklanıyor , bide bazen klavyenin tışları basmıyor .


[Bu mesaj -Aeris- tarafından 03 Eylül 2004 05:12 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

[itemdef i_mana_ver]
defname i_mana_ver
name mana potion
id i_bottle_empty
type t_potion

On=@Dclick
src.consume
src.newitem i_potion_empty
src.act.bounce
src.newitem i_potion_bekleme
src.act.equip
if ()
return 1
else +30 //emin degilim digerinede boyle bir sey ekle
return 1

on=@create
color=xxx

[itemdef i_potion_bekleme]
name=bekleme
id=i_eq_Script
type=t_script

on=@create
attr=00090

on=@equip
timer 10

on=@timer
remove
return 1

zannediyorum boyle bir sey hizlica yazdim dersane sinavi var :P ona gidiyorum bi dene gelince yaparim[signature][hline]İyilik et, iyilik bul.
Link to comment
Sosyal ağlarda paylaş

i_potion_mana bir item dir. Id deildir.

Dogrusu:


[itemdef i_mana_ver]
name mana potion
id i_bottle_white

on=@create
attr 0010
color 0388

On=@Dclick
src.newitem i_potion_mana
src.act.bounce
return 1

[itemdef i_total_ver]
name total mana potion
id i_bottle_white

on=@create
attr 0010
color 0388

On=@Dclick
src.newitem i_potion_manatotal
src.act.bounce
return 1
[signature][hline]Mail & Msn : mailto:[email protected]
Icq : 177779570
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...