I'm confused, do you wish to edit the NP you gain from kills for EVERYONE or those with premium? If you mean just those with premium service, then it's a bit complicated, but if you mean EVERYONE, it's just a simple constant modification.
For everyone, the NP per kill can be found here (in 1.298 that is!):
Note: first value is the NP you gain on kill, second is what's taken on death.
(NOT IN A PARTY):- .text:004A902B mov [ebp+var_C], 30
- .text:004A9032 mov [ebp+var_8], -15
- .text:004A903B mov [ebp+var_C], 50
- .text:004A9042 mov [ebp+var_8], -25
- .text:004A904E mov dword ptr [ebp-0Ch], 50
- .text:004A9055 mov dword ptr [ebp-8], -50
复制代码 (IN A PARTY):
- .text:004AE160 mov [ebp+var_8], 30
- .text:004AE167 mov [ebp+var_10], -15
- .text:004AE170 mov [ebp+var_8], 50
- .text:004AE177 mov [ebp+var_10], -25
- .text:004AE183 mov [ebp+var_8], 50
- .text:004AE18A mov [ebp+var_10], -50
复制代码 |