Expanded get/inc_npc_level functions to accept party member PIDs (from Mr.Stalin)

Some code correction in Skills.cpp.
This commit is contained in:
NovaRain
2019-02-24 20:14:36 +08:00
parent 6ab45bbc3c
commit 72e370117e
5 changed files with 89 additions and 135 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 npc)
0x8241 - int get_npc_level(string npc)
0x81a5 - void inc_npc_level(string npcName/int pid)
0x8241 - int get_npc_level(string npcName/int pid)
0x81a6 - int get_viewport_x()
0x81a7 - int get_viewport_y()