Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J New Skill

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 21, 2005
Messages
16
Reaction score
0
Hey, I need some help please. How I can make one skill, and that skill give more 5% in all stats?

p.atk + 5%
m.atk +5%
.
.
.
atk.speed +5%
cast speed +5%

Thx for help
 
Elite Diviner
Joined
Aug 19, 2006
Messages
458
Reaction score
3
Hey, I need some help please. How I can make one skill, and that skill give more 5% in all stats?

p.atk + 5%
m.atk +5%
.
.
.
atk.speed +5%
cast speed +5%

Thx for help

Nice Question ...

Ill try to answer to u in the easiest way possible

For it ull need to Edit one skill (a gm skill will be a nice idea to edit) or create a new one (Hardly way possible)

Lets check out first whats the buff who gaves what ur looking for ,

For example acumem for Cast Speed

First of all , ull need to get the skill ID (in this case 1085)

Open the file .xml wich hve acumen skill 1000-1099.xml

Pay atention on these fields

<for>
<effect count="1" name="Buff" time="7200" val="0" stackOrder="#Tab-mAtkSpd" stackType="mAtkSpeedUp">
<mul order="0x30" stat="mAtkSpd" val="#Tab-mAtkSpd"/>
</effect>
</for>

Its what that skill do , so ull need to go to the skill that ull edit and insert it (for make things easier , select a buff skill to edit !)
i choosed gmsuper haste because its a buff skill too

Superhaste skill effect

<for>
<effect name="Buff" time="144000" count="1" val="0">
<mul order="0x30" stat="runSpd" val="#Tab-runSpd"/>
<div order="0x50" stat="mReuse" val="#Tab-mReuse"/>
<mul order="0x30" stat="mAtkSpd" val="#Tab-mAtkSpd"/>
<mul order="0x30" stat="pAtkSpd" val="#Tab-pAtkSpd"/>
</effect>
</for>

So add the lines of ur acumen skill on it

<for>
<effect name="Buff" time="144000" count="1" val="0">
<mul order="0x30" stat="runSpd" val="#Tab-runSpd"/>
<div order="0x50" stat="mReuse" val="#Tab-mReuse"/>
<mul order="0x30" stat="mAtkSpd" val="#Tab-mAtkSpd"/>
<mul order="0x30" stat="pAtkSpd" val="#Tab-pAtkSpd"/>
</effect>
<effect count="1" name="Buff" time="7200" val="0" stackOrder="#Tab-mAtkSpd" stackType="mAtkSpeedUp">
<mul order="0x30" stat="mAtkSpd" val="#Tab-mAtkSpd"/>
</effect>

</for>

And do it if all the effect values that u want ...
It will be SO boring and a little hard to make , so pls dont ask me for it xD
 
Last edited:
Upvote 0
Skilled Illusionist
Joined
Jan 5, 2006
Messages
393
Reaction score
0
Cool explain , I was editing some skills, but if you want a new skill, you must edit the client side too

Or maybe, you can do thats stats in a Cloak for example
 
Upvote 0
Newbie Spellweaver
Joined
Nov 21, 2005
Messages
16
Reaction score
0
Hum. One question... The skill Hero, how much have? 3? What´s the names? I think in edit this skills...

( Sore for the english, I need sleep... =P )
 
Upvote 0
Elite Diviner
Joined
Aug 19, 2006
Messages
458
Reaction score
3
Hum. One question... The skill Hero, how much have? 3? What´s the names? I think in edit this skills...

( Sore for the english, I need sleep... =P )

Iam not at home now =( so i cant see that for u . I think ull need to search the .XML file one by one til fnd it ^^. Ill talk to a friend to help u okay ? If he cant, so tomorrow ill give u a handy =P
 
Upvote 0
Newbie Spellweaver
Joined
Dec 23, 2005
Messages
72
Reaction score
0
L2j is the most easy thing, I have never seen a girl on official servers, but I Nargen is doing great work here

I wasn't talking about her skills >.< I meant "GIRLS" in general and I did not say if they are good or not at making servers.

Enough talking, this is ridiculous. Like children NA BOYS ARE BETTER THAN GIRLS. Omg -.-
 
Upvote 0
Elite Diviner
Joined
Mar 12, 2006
Messages
402
Reaction score
0
edit retail tattoos... its to easy man. Only you need edit the server side
 
Upvote 0
Experienced Elementalist
Joined
Apr 27, 2006
Messages
222
Reaction score
0
speking of tattoos., can anyone tell me pls how to change their icons?? to have the icons of some skills? :D
tx in advance
 
Upvote 0
Newbie Spellweaver
Joined
Oct 6, 2006
Messages
22
Reaction score
0
I have the same problem....:busted_co



My Server HomePage: [WIKI] [/WIKI]:2gunsfiring_v1:

Come And Play!!!!:vegeta:
 
Upvote 0
Status
Not open for further replies.
Back
Top