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!

How to block skill for PVP?

Newbie Spellweaver
Joined
Jul 14, 2007
Messages
75
Reaction score
4
Hello,

How to block skill for PVP? Anyone can help?

(skill
(key "shaman-91")
(name "4th Rising King")
(limit shaman)
(action 91)
(image "active223")
(desc "#nBy 4th Rising King, attack to the enemies around.")
(maxparamvalue 1 50000)
(level 91 96 101 0)
(grade 43 1)
(maxlevel 1 2 3 0)
(type active use)
(awakenskill 1)
(compare 1 1)
(compare 2 (plus 60 (mul 3 skill_level)))
(compare 3 500 )
(compare 4 (mul 1000 (minus 200 (mul 20 (minus skill_level 1)))))
(motion 5 0 none)
(ridemotion 5 0 none)
(battleride 2)
(damagetype 1)
(property 6 5 0 1 1 5 ))
 
Joined
Oct 10, 2012
Messages
798
Reaction score
292
Hello,

How to block skill for PVP? Anyone can help?

(skill
(key "shaman-91")
(name "4th Rising King")
(limit shaman)
(action 91)
(image "active223")
(desc "#nBy 4th Rising King, attack to the enemies around.")
(maxparamvalue 1 50000)
(level 91 96 101 0)
(grade 43 1)
(maxlevel 1 2 3 0)
(type active use)
(awakenskill 1)
(compare 1 1)
(compare 2 (plus 60 (mul 3 skill_level)))
(compare 3 500 )
(compare 4 (mul 1000 (minus 200 (mul 20 (minus skill_level 1)))))
(motion 5 0 none)
(ridemotion 5 0 none)
(battleride 2)
(damagetype 1)
(property 6 5 0 1 1 5 ))

go to skill config server side shaman make pvp reduce 0
 
Upvote 0
Back
Top