Thread: Coordinates
View Single Post
Old 03-16-2014, 01:43 AM   #4
Shadow Stranger
Avatar
 

Join Date: December 9, 2007
Posts: 594
Default Re: Coordinates

I was trying to move the Serpent Idol in the Serpent Holds, of the Serpent Temple, to a more accessible place. I wanted the coordinates of the center of one of the two pools. Hence I placed some items on the ground and then saved the game. When I examined the save game file I was able to find the items in the file, I just could not find the coordinates that I expected. So items lying on the ground have their own coordinate system or I have yet to find the coordinates.

(Accessing this idol is no problem whatsoever, if you have the Vanish spell handy.)

Using the coordinates of
(1) the current location of the Serpent Idol
(2) the Unholy Filth monster
(3) the Skull lock
I was able to figure out new coordinates for the Serpent Idol that put it in the right hand pool, underwater.
Here are the coordinates in Assembler data format:
data db 49h,31h,31h,33h,40h,00h,30h,C7h,00h,DDh,CDh,C6h,00 h,FCh,D7h,45h

Here are the coordinates in Hex string format:
49313133400030C700DDCDC600FCD745
Go to offset 7C0h = 1984d, then paste the hex string data.

To have the Idol occur in the left pond instead, the 30 is changed to a 6C:
49,31,31,33,40,00,6C,C7,00,DD,CD,C6,00,FC,D7,45

49h,31h,31h,33h, ( This is I113 the item record number for the Idol.)

Last edited by Shadow Stranger; 08-28-2016 at 04:48 AM.
Shadow Stranger is offline   Reply With Quote