Updated information for Indonesia Aika from this https://progamercity.net/aika/397-ai...e-address.html
thanks to Dwar and [ITF] Tanker for the bot which i use the GUI and some function
have fun with the offset
Player stats
[BA] = $02692BA4
[BA] +
$0041F18: Login (char)
$0041F4C: Player Name
$0041F74: HP Current
$0041F70: HP Max
$0041f7c: MP Curr
$0041F78: MP Max
$0041F92: skill points
… etc char stats
104 + 1BD : Character Action
90 + 1BD : Target Action
42DE4 : PranHPcur
42DE0 : PranHPmax
42DEC : PranMPcur
42DE8 : PranMPmax
42DBC : PranName
35132 : PranLevel
42DF0 : PranSatiety
Actions
[BA] = $02692BA0
[BA] +
$108: target PTR under cursor (dword, pointer)
$90: target PTR current
$88 + $2C4: current active wnd
$90 + $148/14C: X/Y
$90 + 1704 : Target Name
$90 + … : array of coordinate
50ea4 : range to object
50e98 : tab ready monster, update when you tab monster
16D0 : object type
94 + C : count of surround monster
94 + 8 : same
Mob Array : $02692BA0 + 94 + 14/18 i forget + 3190
$02692BA0 + 090 +
$004: target ID (dword)
$01C: target X (float)
$020: target Y
$024: target Z
$028: target ?
$034: target ?
$038: target Distance to target
$040: target ?
$0FC: target ?
$10C: target X2
$110: target Y2
$11C: target X3
$120: target Y3
$144: target X last point
$148: target Y last point
$14C: target X ?
$150: target Y ?
$15C: target Z
$1A9: target Current action (byte)
$1AA: target Current action 2 (byte)
GRUP
edi : 02692BA0
eax : the grup count
edi+eax*4 + 00003398 <-- hp cur
edi+eax*4 + (00003398 + 18) <- hp max
example:
02692BA0 + 00003398 grup 1 cur
02692BA0 + 000033BO grup 1 max
02692BA0 + 0000CE60 grup 2 cur
----------
grup char name
02692BA0 + 00003320 grup 1 name
02692BA0 + 00003330 grup 2 name
edit : they change the base address
the offset is still the same :P
gonna update it tomorrow if no one give the base address
Player stats: $026B7854
Actions: $026B7850