XML help

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
zimmer
Posts: 2
Joined: Mon Jul 07, 2014 7:22 pm

XML help

Post by zimmer »

L2J Revision 6602:
L2JDP Revision 10394:


Hello my friends.

I have a doubt about parameters 0x08, 0x10 and 0x40 in XML files. What each one makes?
Sorry if this question already been posted on forum.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: XML help

Post by UnAfraid »

If u were me reading this topic knowing that l2j doesn't have 1 xml what would u understand by this description (If that can be description at all)
Be more specific please which xml which element which attribute, where's located.
Image
User avatar
Zealar
L2j Veteran
L2j Veteran
Posts: 1236
Joined: Sun Jul 15, 2007 10:29 am

Re: XML help

Post by Zealar »

That is order in hex value. Is used to say what when is calculate.
For example if order is lower will be calculate first.
Let say you got maxMp 1 for default and got 2 values for extra mana but one is static add and other one is mul.

First example
Order 0x16 mul 5
Order 0x08 add 6

(1+6) * 5 =35

Second example
Order 0x16 add 6
Order 0x08 mul 5

(1 * 5) + 6 = 11
zimmer
Posts: 2
Joined: Mon Jul 07, 2014 7:22 pm

Re: XML help

Post by zimmer »

Thank you very much :D
Post Reply