Page 1 of 1

Problem with GetMapInfo

Posted: Wed Dec 26, 2007 8:31 am
by Scripter Ic
It seems that when i use GetMapInfo, i always get landtile = 0 and z = 0, so skills like mining became unusable, someone has some suggestion? Thanks.

Posted: Thu Dec 27, 2007 5:07 am
by Pierce
Are you using POL 96 or 97? If yes, perhaps you forgot the realm. E.g.

Code: Select all

GetMapInfo(x, y,who.realm);

Posted: Thu Dec 27, 2007 8:02 am
by Scripter Ic
I'm using the latest 097 core release (RC5), the problem started when I updated the core version, and yes, I passed the realm correctly. Another thing, we updated our verdata with the change of the core, can it be that the verdata has some problems? (I rebuilt the realms/tile data with uoconvert of course)

Posted: Thu Dec 27, 2007 5:00 pm
by Pierce
can it be that the verdata has some problems?
I don't know, cause newer versions of UO don't use a verdata.mul anymore. I think uoconvert doesn't use this either.
I suggest using RC4. I haven't had any problems with that release so far. It seems to be a very stable version. At least for me so far :D