Hey I am looking for the offsets of Balthazar Faction and Imperial Faction. My bot farms them but doesn't seem to know how many he has :/
Function looks like the following:
Func GetBalthazarFaction()
Local $lOffset[4] = [0, 0x18, 0x2C, 0x734]
Local $lReturn = MemoryReadPtr($mBasePointer, $lOffset)
Return $lReturn[1]
EndFunc
Could anyone help me out here?






