Attached is a slightly more updated version of the table. It's got the usual update on most of the useful pointers. Also, I started a brand new game on Medium to see if the table was working correctly. All of the pointers are currently working on my fresh save.
Note: When I say "all of the pointers," I'm referring to the things I have updated in previous version of my table. Some parts are residual from the OG table creators and is either featured more than once on the table, and therefore I chose to only update it in one location, or others are simply not all that useful and I haven't found the need / desire to update those.
That being said, if you come across any issues with a pointer not being recognized (you'll see something like p->???????? for the address), especially those with pre-programmed hotkeys, such as your XYZ coords, Hours/Mins, and Reputation (yes, reputation has a new hotkey
), the best thing to do is to update the existing pointer to point in the correct place.
I'll walk you guys through one of my real examples. Here, my Two Towers pointer is not being recognized.
Now, hopefully one of the other pointers provided is working. For this example, let's assume you've got a working backup pointer.
In order to update our original pointer, we must first copy down the specifics of the working backup. To do this, Double-Click the address field of the working backup. That will bring up a box titled "Change address." You'll notice several things. There are multiple lines in which you specify your offsets. Memorize these offsets (write them down, use WordPad, take a screen shot, take photo with your phone, be a numerical savant). We will use them later. Additionally, at the very bottom, you should see a .exe file + offset. Copy this process, using the computer clipboard, as we will be pasting this later.
After you've copied down all the relevant information, close that window. It's time to update the real one. Double click on the address field of the original pointer.
It will open up a box that should look awfully familiar. At the very bottom, don't forget to Paste your updated Process, as it may have changed. Make sure all of your offsets are correct, and click save.
While it's sort of a pain in the butt to have to do, it beats the heck out of reprogramming all of the Hotkeys, especially for the Teleport locations!
Also, fun fact. If you learn the address for something, you can often figure out the address for similar pieces of code simply by changing the offset slightly. For example, in these example photos, the address for West Old Town was 13D00EB2600. The next area you unlock is East Old Town, which was 13D00EB2604. Two towers was 13D00EB2608, and Old Marketplace would be 13D00EB260C.
The order of the Reputation Areas, in terms of Memory Locations, along with the corresponding offsets, is the following:
- West Old Town: +00
- East Old Town: +04
- Two Towers: +08
- Old Marketplace: +0c
- Stink: +10
- Supermarket Area: +14
- Kennel: +18
- Downtown: +1c
- West Deadtown: +20
- Mid Deadtown: +24
- East Deadtown: +28
- Bad Asia: +2c
- Eastern Slums: +30
Following that logic, in this example, you can calculate that the memory address containing The Kennel's reputation must have been 13D00EB2618.