Added a new argument to REMOVEINVENOBJ hook (from Mr.Stalin)

Fixed inconsistent return value of get_npc_level.
This commit is contained in:
NovaRain
2019-02-25 12:26:42 +08:00
parent ae3d4fcb69
commit 627c0df484
6 changed files with 53 additions and 36 deletions
+2 -2
View File
@@ -162,8 +162,8 @@
0x81a3 - int eax_available()
0x81a4 - void set_eax_environment(int environment)
0x81a5 - void inc_npc_level(string npcName/int pid)
0x8241 - int get_npc_level(string npcName/int pid)
0x81a5 - void inc_npc_level(int pid/string name)
0x8241 - int get_npc_level(int pid/string name)
0x81a6 - int get_viewport_x()
0x81a7 - int get_viewport_y()