Jump to content

Question

Posted

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

  • 0
Posted

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.

  • 0
Posted

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');

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...