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

Deadly Mushroom


Öne çıkan mesajlar

Mesaj tarihi:
Hımm buda player olarak oynarken sevdiğim bir script idi.
Kendi shardımda da kullanmak için yazdım.

Hoş ve eğlenceli bir deadly musroom.
Spawnlar için gayet gerçekçi :)
Step halinde deadly poison veriyor.

Deadly Mushroom

/////////////////////////////////////////////////////////////////////////////////
// Scripter Name: Raskol Serna
// Shard Name: The Rosario Game
// Shard Adress : www.rosario.gen.tr
// Sphere Version: 56b
//
// Bu dosya içindeki kodlar TheRaskol tarafından yazılmış veya editlenmiştir.
// The codes was writting or editing by Raskol Serna
/////////////////////////////////////////////////////////////////////////////////

[itemdef i_deadly_mushroom]
id=0d16
TYPE=t_spellicon
name=deadly mushroom
CATEGORY=Spell Icons
SUBSECTION=Third Circle

on=@create
attr 010

on=@click
message
return 1

on=dclick
return 1

on=@step
if ()
if ( < 2)
if !( & statf_dead)
src.poison 999
serv.newitem i_fx_curse
src.new.color 00
src.new.p=
src.new.timer 3
src.new.attr=attr_decay
src.sound=snd_SPELL_POISON
endif
endif
endif
return 1

[eof]

×
×
  • Yeni Oluştur...