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
Annu
Posts: 87 Joined: Sat Sep 26, 2009 11:31 am
Post
by Annu » Thu Jan 13, 2011 9:26 pm
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
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Thu Jan 13, 2011 9:30 pm
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
Post
by Annu » Fri Jan 14, 2011 12:41 am
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!!