aRkadaşlar serverdaki tiledatamda cure / heal / refresh / bleed gibi ppotlar üst üste yani playerlara kolaylık olsun diye özel tiledata kullanıorz ama bleeed potionda sorun var üst üste olan 10 tane bleedi tek içişte 9 tane kalması gerekirken hepsi yok oluyor , bleed potiondan bu üst üste düşme özelligini nasıl kaldırabilirim
o özelliğini kaldırma, scripti koy buraya. Yada şunu vereyim sen yap

ON=@dclick triggerının altında remove vardır o remove'i sil src.consume 1 i_bleed_potion gibi yap sorunun çözülür.
bleed potion scriptini mi istiyosun
evet o scripti istiyorum :huh
[ITEMDEF i_potion_bleed]
ID=i_bottle_ORANGE
TYPE=T_POTION
NAME=Bleed Potion
TDATA1=i_bottle_empty

RESOURCES=i_reag_garlic, i_bottle_EMPTY
SKILLMAKE=ALCHEMY 85.1

on=@click
message @38,1,1,1 [<amount>] Adet
return 1

ON=@Create
COLOR=060
MORE1=s_Cure
MORE2=40.1

ON=@DClick
if !(rand(5) == 1)
if (<src.findid.i_bleeding>)
		src.findid.i_bleeding.remove
		src.effect snd_spell_poison
		src.effect 3,0376a,2,10,1
		src.sayua 048,6,6,0 *Yarasini Tedavi Eder*
		remove
		src.act i_bottle_empty
	else
		src.sysmessage @0790 Potion heba oldu.
		remove	
		src.act i_bottle_empty
	endif

if (<src.findid.i_rune_poison>) || (<src.findid.i_rune_poison_field>)
	src.sysmessage @38,1,1,1 Hata: Poison buyusunun etkisi altinda iken icemezsiniz
	return 1
endif
[ITEMDEF i_potion_bleed]
ID=i_bottle_ORANGE
TYPE=T_POTION
NAME=Bleed Potion
TDATA1=i_bottle_empty

RESOURCES=i_reag_garlic, i_bottle_EMPTY
SKILLMAKE=ALCHEMY 85.1

on=@click
message @38,1,1,1 [<amount>] Adet
return 1

ON=@Create
COLOR=060
MORE1=s_Cure
MORE2=40.1

ON=@DClick
if !(rand(5) == 1)
if (<src.findid.i_bleeding>)
src.findid.i_bleeding.remove
src.effect snd_spell_poison
src.effect 3,0376a,2,10,1
src.sayua 048,6,6,0 *Yarasini Tedavi Eder*
src.consume 1 i_potion_bleed
src.act i_bottle_empty
else
src.sysmessage @0790 Potion heba oldu.
src.consume 1 i_potion_bleed
src.act i_bottle_empty
endif

if (<src.findid.i_rune_poison>) || (<src.findid.i_rune_poison_field>)
src.sysmessage @38,1,1,1 Hata: Poison buyusunun etkisi altinda iken icemezsiniz
return 1
endif

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.