搜索
 找回密码
 加入

[1.299] USKO User Premium service ASM Patch

Twisted 2011-10-17 08:27:34 1112
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):
  1. .text:004A902B                 mov     [ebp+var_C], 30
  2. .text:004A9032                 mov     [ebp+var_8], -15



  3. .text:004A903B                 mov     [ebp+var_C], 50
  4. .text:004A9042                 mov     [ebp+var_8], -25



  5. .text:004A904E                 mov     dword ptr [ebp-0Ch], 50
  6. .text:004A9055                 mov     dword ptr [ebp-8], -50
复制代码
(IN A PARTY):

  1. .text:004AE160                 mov     [ebp+var_8], 30
  2. .text:004AE167                 mov     [ebp+var_10], -15



  3. .text:004AE170                 mov     [ebp+var_8], 50
  4. .text:004AE177                 mov     [ebp+var_10], -25



  5. .text:004AE183                 mov     [ebp+var_8], 50
  6. .text:004AE18A                 mov     [ebp+var_10], -50
复制代码

0 回复

高级模式
游客