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

HellWalkerdan Eziq Scpler Vol. 1


HellWalker

Öne çıkan mesajlar

Beyler ben şöyle bir script yaptım ancak explosion efektini tuturamadm.Acaba yrd edrmisiniz?

[itemdef titanhammer]
DEFNAME=I_Titan_Hammer
name=Titan's Hammer
ID=i_hammer_war
TYPE=T_weapon_mace_smith
DAM=15-20
SPEED=130
SKILL=MaceFighting
REQSTR=100
TWOHANDS=N
//MATERIAL=50
WEIGHT=10
CATEGORY=MADDAWG
SUBSECTION=MACES
DESCRIPTION=Titan's Hammer
SKILLMAKE=BLACKSMITHING 100.0

ON=@Create
HITPOINTS={250 300}
COLOR=00481

ON=@EQUIP
SRC.MACEFIGHTING= (+15.0)
SRC.TACTICS= (+15.0)
SRC.SAY You feel as the Power of Titan's with you...
Return 0

ON=@UNEQUIP
SRC.MACEFIGHTING= (-(15.0))
SRC.TACTICS= (-(15.0))
SRC.SAY Power of the Titan has gone...

ON=@DAMAGE
IF >
CONT.SAY You are at full energy.
RETURN 0
ELSE
CONT.EMOTE Absorb life from
SRC.SOUND=SND_SPELL_MANA_DRAIN
SRC.EFFECT=i_fx_explode
CONT.HITS= (+5)
RETURN 1
ENDIF

[EOF][signature][hline]SCREW ASH! I'm going to beat down that little twerp and show him how a real man trains Pokemon!"
"I've taught my Psyduck how to use a railgun. The little guy never misses.

"For every action,there's an equal and opposite reaction"der Newton.Kimya 1:/
Link to comment
Sosyal ağlarda paylaş

dogrusu bu asada ama istersen en asa daha kolay bişi yazdım.

ON=@DAMAGE
IF ( > )
CONT.SAY You are at full energy.
RETURN 0
ELSE
CONT.EMOTE Absorb life from
SRC.SOUND=SND_SPELL_MANA_DRAIN
SRC.EFFECT=i_fx_explode
CONT.HITS= (+5)
RETURN 1
ENDIF

buda benimkisi

On=@Damage
src.damage 40
src.effect 3,i_fx_explode,6,15,1[signature][hline]Power Gaming :www.sindarin.gen.tr
Role Playing : www.sihirlisayfalar.com

edit: smiley seysi

[Bu mesaj Tcpip tarafından 09 Haziran 2004 12:00 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

Scripting işine yeni başlamış olabilirsin ama bu senin yazdığın scriptlerin ezik olduğu anlamına gelmez..

İnsanlarda önyargı uyandırıyosun.Benden bi tavsiye.[signature][hline]If she comes back its never finished, if she doesnt, it has never happened..

TheCoder, 05 Haziran 2004 22:19 tarihinde demiş ki:
sen gel bana freeze verme sana resci önünde serverı kuyruğa sokayım...


Who is that ?
Link to comment
Sosyal ağlarda paylaş

eheh sadece absorb damage kısmı copy paste :D[signature][hline]SCREW ASH! I'm going to beat down that little twerp and show him how a real man trains Pokemon!"
"I've taught my Psyduck how to use a railgun. The little guy never misses.

"For every action,there's an equal and opposite reaction"der Newton.Kimya 1:/
Link to comment
Sosyal ağlarda paylaş

×
  • Yeni Oluştur...