Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Delete Monster Effects

Experienced Elementalist
Joined
Jan 15, 2007
Messages
225
Reaction score
27
Hello,

How can i delete monster effects?
example:

shot_2013_1_11_001 - Delete Monster Effects - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jan 15, 2007
Messages
225
Reaction score
27
Where can I check which effect belongs to which monster ?
 
Upvote 0
Experienced Elementalist
Joined
Jan 15, 2007
Messages
225
Reaction score
27
index from initmonster, check it on macro.dat

; Minor earth element
(monster (name 434) (index 434) (country 2) (race 1) (level 80) (ai 2) (range 30) (sight 220 330) (exp 6120) (itemgroup 1105 2)
(str 190) (hth 155) (int 30) (wis 30) (dex 90) (hp 1200) (mp 70) (aspeed 1500) (hit 120) (dodge 76)
(attack 0 520 700) (magic 0 0) (defense 108 78) (absorb 29) (mspeed 1200 700) (resist 38 38 38 78 5)
(quest ))

; Minor earth element
( monsterinfo ( key 434 ) ( bone 94 ) (level 80 ) ( scale 1.5 6 ) ( motion "AAAAAAAAAA" ) (part 2 0) ( mspeed 1200 700 ) ( framerate 1.0 1.0 ) ( attheight 16 ) ) ;??? ??? ???

( monsterbone ( key 94 ) ( bone 0 3 5 0 0 0 0 0 ) ( target -3.0 3.5 2.0 3 ) ( motion 3 0 0 0 0 0 0 ) ( normalmotion 3 0 0 0 0 0 0 ) ( part 3 0 ) ( damage 40 30 20 0 ) ) ;??? ???

And where can I see now, which effect hes using in the effect folder ?
 
Upvote 0
Back
Top