Page 1 of 1

Find ressources in Game Memory.

Posted: Thu Apr 30, 2009 4:43 pm
by mh2000
Hi,

I just wonder, if it is possible to grab the location of the nearest ressource directly from the
memory of the RoM client? - If I use the Add-On mechanism (lua script directly in the client),
I can get the location of the ressource from the minimap. So it must be somewhere in memoy.

Anyone has an idea? Hints? Memory location? ^^

Regards,
mh.

Re: Find ressources in Game Memory.

Posted: Thu Apr 30, 2009 5:53 pm
by Rajinn
its not hard to get an item's location in memory, its hard to get the list of all items, iterate through them, find which ones exist, find their location, compare it to your location, find the closest, map the terrain so you dont run into anything, move there, then somehow click without attaching to the window. did i mention its tricky?

if you want a single object's location it is very very simple though.
im working on a script though.

Re: Find ressources in Game Memory.

Posted: Wed May 06, 2009 9:48 am
by ellamental
Read this thread from elitepvpers.de

http://www.elitepvpers.de/forum/runes-m ... bot-2.html