Basit bir scptir.Ugrasmak istemeyen alsın kullansın diye koydum.Yanlız potlar birleşikken yazılmıs bir sistemdir bu yüzden tekli potta sorun olursa bilemem ama sıkıntısız calısmakta hepsi..
[itemdef i_refreshpotcu]
defname i_refreshpotcu
id i_bottle_red
weight 2000
type t_normal
on=@create
amount 2
attr 010
on=@Click
message @1150,,1 Refresh Potion
return 1
on=@dclick
src.newitem i_potion_refreshtotal,10
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_healpotcu]
defname i_healpotcu
id i_bottle_yellow
weight 2000
type t_normal
on=@create
amount 2
attr 010
on=@Click
message @1150,,1 Heal Potion
return 1
on=@dclick
src.newitem i_potion_healgreat,10
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_curepotcu]
defname i_curepotcu
id i_bottle_orange
weight 2000
type t_normal
on=@create
amount 2
attr 010
on=@Click
message @1150,,1 Cure Potion
return 1
on=@dclick
src.newitem i_potion_cureg,10
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_bleedpotcu]
defname i_bleedpotcu
id i_bottle_empty
weight 2000
type t_normal
on=@create
amount 2
attr 010
color 0210
on=@Click
message @1150,,1 Bleed Potion
return 1
on=@dclick
src.newitem i_potion_bleed,10
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_poipotcu]
defname i_poipotcu
id i_bottle_green
weight 2000
type t_normal
on=@create
amount 2
attr 010
on=@Click
message @1150,,1 Deadly Potion
return 1
on=@dclick
src.newitem i_potion_poisondeadly,10
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_agiltypotcu]
defname i_agiltypotcu
id i_bottle_blue
weight 2000
type t_normal
on=@create
amount 2
attr 010
on=@Click
message @1150,,1 Agility Potion
return 1
on=@dclick
src.newitem i_potion_agilitygreat,10
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_bandajci]
defname i_bandajci
id i_bandage
weight 2000
type t_normal
on=@create
amount 2
attr 010
on=@Click
message @1150,,1 Bandages
return 1
on=@dclick
src.newitem i_bandage,100
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_tpci]
defname i_tpci
id i_pouch
weight 2000
type t_normal
on=@create
attr 010
on=@Click
message @1150,,1 Tp
return 1
on=@dclick
src.newitem i_tp,3
src.new.bounce
src.potduzenle
return 1
////////////////////////////////////////////////////////////
[itemdef i_horseci]
defname i_horseci
id i_pet_horse_brown_dk
weight 2000
type t_normal
on=@create
attr 010
on=@Click
message @1150,,1 Horse
return 1
on=@dclick
if (<src.tag0.ataldim> ==0)
newitem i_pet_horse_brown_dk
new.bounce
src.tag0.ataldim =1
src.timerf 180,tag0.ataldim =0
else
src.sysmessage @07b1,,1 Şuanda alamazsınız.
return 1
endif