About ESKILLABILITYOPTIONTYPE

11/01/2022 04:51 lantingdewa#1
Where i can find this on map server

this the last working i found on MapTh
SAOT_MELEE_ATTACK_FORCE_RATE_POLEARM_MASTERY = 0xE9,
SAOT_HEAL_RECOVERY_RATE_STAFF_MASTERY = 0xEA,
SAOT_ATTACK_SPEED_RATE_STAFF_MASTERY_W = 0xEB,work
SAOT_DAMAGE_RECOVERY_RATE_BY_PET = 0xEC,
SAOT_ALL_ATTACK_FORCE = 0xED, work
SAOT_ALL_DEFENCE = 0xEE, work
SAOT_MAX_HP_SUBTRACT_RATE = 0xEF,work
SAOT_MAX_MP_SUBTRACT_RATE = 0xF0,work
I want to add new , but i dont find it with MapUsa.pdb
11/12/2022 07:23 flyghter#2
First of you don't need to find them if you can make your own there is only an enumeration of options and there if you add them it won't do anything it will be only a text if you want to make new skill option you will need to make them in DetouredFuction/CPlayer DetouredCalAbility good luck.
11/13/2022 19:55 lantingdewa#3
Quote:
Originally Posted by flyghter View Post
First of you don't need to find them if you can make your own there is only an enumeration of options and there if you add them it won't do anything it will be only a text if you want to make new skill option you will need to make them in DetouredFuction/CPlayer DetouredCalAbility good luck.
Thanks , i will try