List 3 Weapons
pos 16 - weap name color (0 gray, 1 green, 2 gold, 3 orange)
List 6 Armors
pos 7 - wear type (0 helm and mantle, 1 skirts, 2 gloves, 3 pants, 4 boots, 6 robe)
pos 15 - armor name color (same)
List 9 Ornaments
pos 14 - orn color (same)
List 12 Medicine
6 - lvl required
7 - recharge time
8 - health regen
9 - regen time
10 - mp regen
11 - regen time
12 - sell price
13 - buy price
14 - stack
16 - binding
List 36 Monster type
2 - buff id (from list 35)
3 - buff chance
...
18 - buff id
19- buff chance
List 37 Monsters
3 - element (0 no, 1 metall, 2 wood, 3 water, 4 fire, 5 earth)
6,53,54 - connected to npcgen.data, mobs position (128 for not movin when not attacked)
12 - monster attack type (0 only fist fight, 1 only ranged fight (+magic) and stay, 2 only ranged fight (+magic) run from player, 3 combo, 4/7 tower (stay and fight).
15 - attack power 0, 1, 2, 4, 150 tested
24 - monster immunity
_______________________
62 - magic immune
705 - phys immun
706 - immune to metal
708 - immune to wood
712 - immune to water
720 - immune to fire
736 - immune to earth
16383 - immune to damage
6080 - antistun
__________________________
57 - monster type (0 ground, 1 water, 2 fly)
And some bonus for battle pet editing in attachments.
(im russian, so here google translated version :laugh: sorry)
In ivanaivana there was some info about editing battle pets I have been able to get my head around most of the stuff in there but have trubble with the ph and mg def
Parameter Protection (Magic and Physical) (Z=20):
Õ = Value of protection
Y = X*Z+X-1 - at initial level
(got that figured but then I get lost in the next section)
N = Y+X*40 * (L-1) = X*20+X-1+X*40 * (L-1) = Õ * (20+1+40 * (L-1))-1 - at level L
We deduce Õ:
Õ = (N+1) / (20+1+40 * (L-1))
Calculations we conduct as well as with ÆÑ, value Õ it is entered into corresponding lines.
if L is the lvl in the N= line then If the lvl is 1 then n = 0?
im not sure if im getting the ( around the wrong sets ) or what I know I had to do a little bit or creating thinking for some of the others but this sections kinda got me going in loops
so if any one has a silghtly better translation could they post it here.
other then that one section I got the rest work out and the guide was most helpful[COLOR="Silver"]
NVM i think i have it worked out tho if its wrong can someone let me know
N = Y+(X*40 * (L-1)) = X*20+(X-1)+(X*40 * (L-1)) = Õ * (20+1+(40 * (L-1))-1 - at level L