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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock