Problem with GetMapInfo

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
Scripter Ic
New User
Posts: 5
Joined: Tue Nov 06, 2007 2:30 am

Problem with GetMapInfo

Post 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.
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Post 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);
Scripter Ic
New User
Posts: 5
Joined: Tue Nov 06, 2007 2:30 am

Post 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)
Pierce
Forum Regular
Posts: 420
Joined: Thu Feb 02, 2006 8:33 am

Post 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
Post Reply