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