ANY ONE know how to fixed the DAMN TANKERS

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Soragoi
Posts: 10
Joined: Wed Sep 15, 2010 9:47 am

Re: ANY ONE know how to fixed the DAMN TANKERS

Post by Soragoi »

I use this Skill to balance the Tanks a little bit on a x1000 Rate Server.

Code: Select all

<skill id="26074" levels="1" name="Penalty" enchantGroup1="1" enchantGroup2="1">        <table name="#final"> </table>        <table name="#ench1final"> </table>        <table name="#ench2sDef">  </table>        <set name="target" val="TARGET_SELF" />        <set name="skillType" val="BUFF" />        <set name="operateType" val="OP_PASSIVE" />        <for>                <mul order="0x30" stat="pAtk" val="0.3">                    <using kind="Bow"/>                    </mul>                    <mul order="0x30" stat="pAtk" val="0.2">                    <using kind="Dagger"/>                    </mul>                    <mul order="0x30" stat="pAtk" val="0.6">                    <using kind="Sword"/>                    </mul>                    <mul order="0x30" stat="pAtk" val="0.6">                    <using kind="Blunt"/>                    </mul>                    <mul order="0x30" stat="pAtk" val="0.6">                    <using kind="Dual Sword"/>                    </mul>                    <mul order="0x30" stat="pAtk" val="0.6">                    <using kind="Big Sword"/>                    </mul>                    <mul order="0x30" stat="pAtk" val="0.6">                    <using kind="Big Blunt"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.1">                    <using kind="Dagger"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.6">                    <using kind="Sword"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.6">                    <using kind="Big Sword"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.1">                    <using kind="Bow"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.6">                    <using kind="Blunt"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.6">                    <using kind="Dual Sword"/>                    </mul>                    <mul order="0x30" stat="rCrit" val="0.6">                    <using kind="Big Blunt"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Bow"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Big Sword"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Dagger"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Sword"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Blunt"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Big Blunt"/>                    </mul>                    <mul order="0x30" stat="runSpd" val="0.9">                    <using kind="Dual Sword"/>                    </mul>           </for>            </skill>
and than you must write the Skill inside your mysql table skill_trees with the rights class id for all Tankclasses and the Tank will learn automatik the Skill.
Sorry for my bad English, i hope all understand me.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: ANY ONE know how to fixed the DAMN TANKERS

Post by jurchiks »

rofl, "balance" :D
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: ANY ONE know how to fixed the DAMN TANKERS

Post by babyjason »

jurchiks wrote:rofl, "balance" :D
+100. :lol:
Post Reply