Help on some skills (Exp Skills)

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
Post Reply
Annu
Posts: 87
Joined: Sat Sep 26, 2009 11:31 am

Help on some skills (Exp Skills)

Post by Annu »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: Last
L2JDP Revision Number: Last


If itst not the right place for topic plz move it!

Well i was thinking if this skill is about to be working on future. Or there is a way to make it temp working?!

Code: Select all

<skill id="26046" levels="5" name="Rune of Experience Points">        <set name="target" val="TARGET_NONE" />        <set name="skillType" val="NOTDONE" />        <set name="operateType" val="OP_PASSIVE" />
I need to know if there exist any skill that is adding extra XP while is activated, example 10%!If so plz share your knowledge with me :).

Thanks in advance!
Always remember...
in this clever world, many people weren't borned clever!!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Help on some skills (Exp Skills)

Post by _DS_ »

Take GiveSp.java handler as sample and create own skilltype.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Annu
Posts: 87
Joined: Sat Sep 26, 2009 11:31 am

Re: Help on some skills (Exp Skills)

Post by Annu »

Ok i will give a try then. When iam done i wikll share it and you can give some advice if you want :)
Always remember...
in this clever world, many people weren't borned clever!!
Post Reply