First of all I wanna apologize if the owner or the private server is on here.
Due my curiosity I decide to build bot for AO V3.
but I got several problem or maybe a lot of problem :D
what I did so far is I already found the entity list (or similar) it contains
Now the problem is, I cannot find the 'world2screen' or camera function that translate from 'Map' to X and Y coordinate screen. or maybe wanna try different approach like the title of this thread "CALLING IN GAME FUNCTION"
AFAIK the MMORPG game is using packet to communicate between client and server right?
but when I hook WSASend function to log packet that sent to server, its encrypted, I try do tracing function that encrypt packet but no luck or maybe I just suck at this.
or maybe someone can give me a clue instead rebuilding packets just find a function that move to certain XY Coordinate and MapID? back again I'm suck at this tracing function :D , and yes I already tried that and guess what? I stuck at event loop on WM_TranslateMessage or similar (forgot the right term)
any advice that what to do next?
[Only registered and activated users can see links. Click Here To Register...]
Due my curiosity I decide to build bot for AO V3.
but I got several problem or maybe a lot of problem :D
what I did so far is I already found the entity list (or similar) it contains
- Monster/NPC ID
- Current X Coordinate (on Map not Screen)
- Current Y Coordinate (same as above)
- Current Map ID
- Name as unicode string
- The rest is idk because the stride offset between entity is large like 0xFB68
Now the problem is, I cannot find the 'world2screen' or camera function that translate from 'Map' to X and Y coordinate screen. or maybe wanna try different approach like the title of this thread "CALLING IN GAME FUNCTION"
AFAIK the MMORPG game is using packet to communicate between client and server right?
but when I hook WSASend function to log packet that sent to server, its encrypted, I try do tracing function that encrypt packet but no luck or maybe I just suck at this.
or maybe someone can give me a clue instead rebuilding packets just find a function that move to certain XY Coordinate and MapID? back again I'm suck at this tracing function :D , and yes I already tried that and guess what? I stuck at event loop on WM_TranslateMessage or similar (forgot the right term)
any advice that what to do next?
[Only registered and activated users can see links. Click Here To Register...]