for 2.4.3 i was using the code area:
00769DC0 2.4.3 A1 289DE200 MOV EAX,DWORD PTR DS:[E29D28]
straight out of the .exe to locate the player base.
however, doing a search this time, the code has changed some such that i can no longer quickly search it out-
so if:
0x00E29D28 2.4.3 player base
0x00E8AA38 2.4.2 player base
0x00E849E0 2.4.1 player base
0x00E7D9E0 2.4.0 player base
what is the player base address for 3.0.3 (9183)?
also, for my objects loop, i was doing the compare:
peekL(MobAddress + $3c)
peekL(MobAddress + $2
once these two were not equal, then the objects list was complete... is this still the case?
i apprecaite any help. i am NOT looking forward to updating my bot again but i guess we gotta do what we gotta do...LOL
also any other things i need to be concerned about with this update regarding the code locations? my bot would fight, loot, mine, and move to locations as directed by waypoints, etc.
-Shoni-