O temacie
Autor Bogdan Zwei
Zaczęty 8.11.2015 roku
Wyświetleń 2936
Odpowiedzi 6
Bogdan Zwei
0x00737E50 oCNpc::ShieldEquipped(void); //int: 7568976
func int Npc_HasEquippedShield(var C_Npc slf){ CALL__thiscall (MEM_InstToPtr(slf), 7568976); return ???;};
Splash Moderator
return CALL_RetValAsInt ();
func int GetSlotItem(var C_NPC slf, var string slotName) { CALL_zStringPtrParam(slotName); CALL__thiscall(_@(slf), 7544560); return CALL_RetValAsPtr();};
PrintCol(inttostring(GetSlotItem(hero, "1")), RGBA(255,255,255,255));
PrintCol(inttostring(GetSlotItem(hero, "ZS_SHIELD")), RGBA(255,255,255,255));