marwan Posted April 22, 2011 Posted April 22, 2011 hello all , iam using freya l2jserver the tanker is overpowered i want to balance it with defense and attack i know its from xmls but i only see skills that could change , any other way to change orginial stats ? Quote
0 An4rchy Posted April 22, 2011 Posted April 22, 2011 hello all , iam using freya l2jserver the tanker is overpowered i want to balance it with defense and attack i know its from xmls but i only see skills that could change , any other way to change orginial stats ? Make another skill that will decrease p def and p atk(sub order= etc), and add it to skill_trees to paladins. Quote
0 Trance Posted April 22, 2011 Posted April 22, 2011 Something like that: Xml: <skill id="8100" levels="1" name="Balance - Paladin Class"> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <!-- Empty --> </for> </skill> Sql: INSERT INTO `skill_trees` VALUES ('5', '8100', '1', 'Balance - Paladin Class', '11000', '40'); Quote
Question
marwan
hello all , iam using freya l2jserver the tanker is overpowered i want to balance it with defense and attack
i know its from xmls but i only see skills that could change , any other way to change orginial stats ?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.