Jump to content
  • 0

[Help] Difference when creating new skills?


Question

Posted

Hi, I'm a java programmer, but really just got into touching l2j.

 

Anyways, in the xml files,

 

I was wondering what is the difference between:

 

mul and add

 

OR

 

the difference between: the value of order being 0x30/0x40 ( I think its because one is an active buff, and the other isn't? )

6 answers to this question

Recommended Posts

  • 0
Posted

0x30= % use with mul

0x40= just numbers use with add

 

Can be used with: mul order

Value Final %

2 +100%

1.9 +90%

1.8 +80%

1.7 +70%

1.6 +60%

1.5 +50%

1.4 +40%

1.3 +30%

1.2 +20%

1.1 +10%

1 0%

0.9 -10%

0.8 -20%

0.7 -30%

0.6 -40%

0.5 -50%

0.4 -60%

0.3 -70%

0.2 -80%

0.1 -90%

0 -100%

 

Can be used with: add order

Value Final

1 1

-1 -1

 

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...