Skill stat

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
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Skill stat

Post by Ai17 »

Hi i want to know were could i find forum o what that there would be skills stats writen... because in the skills are lot of problems. some skill are to strong some to weak.
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: Skill stat

Post by dinor »

I didn't understand well, but i guess you want the files that are the skills written.

go L2jserver\gameserver\data\stats\skills

there you will find many xml files like this 1400-1499.xml

open with notepad and you will see this:

Code: Select all

	<skill id="1439" levels="5" name="Curse of Divinity">		<table name="#mpConsume"> 62 64 65 67 69 </table>		<table name="#power"> 96 99 102 105 108 </table>		<table name="#magicLvl"> 66 68 70 72 74 </table>		<set name="mpConsume" val="#mpConsume" />		<set name="power" val="#power" />		<set name="magicLvl" val="#magicLvl" />		<set name="target" val="TARGET_ONE" />		<set name="hitTime" val="1200" />		<set name="reuseDelay" val="4000" />		<set name="coolTime" val="320" />		<set name="skillType" val="MDAM" /> <!-- TODO: Missing core support for additional damage based on target buffs count -->		<set name="lvlDepend" val="2" />		<set name="isMagic" val="true" />		<set name="operateType" val="OP_ACTIVE" />		<set name="castRange" val="600" />		<set name="effectRange" val="1100" />	</skill>
Each skill id is actually 1 skill that characters or npcs use.

Info and explaination about what each variance do you will find here:
http://www.l2jserver.com/wiki/Skills

To find what skills each class is using go to your database and find the table skill_trees where all character skills are listed (id and name)

I hope i helped you.
Post Reply