• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

bug of the new distro in inquisiton portal/hota

xitos

New Member
Joined
Oct 14, 2008
Messages
213
Reaction score
1
Hi

I'm using the new distro The Forgotten Server, version 0.3.6 (Crying Damson) 8.54

and I'm with these bugs:

When he kills the monster appears only in the inquisition portal and the body of the monster disappears

same thing in hota

and is giving a lot of trouble in console:

[14/12/2009 06:48:49] [Error - IOMapSerialize: loadMapRelational] Unserialization of invalid tile at position (00165 / 00355 / 006)

and when i enter in god

[14/12/2009 07:46:55] [Warning - Vocations::getVocation] Vocation 4294967295 not found.

and enter in demon oak with hallowed axe in dead tree:

[14/12/2009 08:11:49] [Error - Action Interface]
[14/12/2009 08:11:49] data/actions/scripts/doq/demonOak.lua:eek:nUse
[14/12/2009 08:11:49] Description:
[14/12/2009 08:11:49] data/lib/032-position.lua:2: attempt to index global 'position' (a nil value)
[14/12/2009 08:11:49] stack traceback:
[14/12/2009 08:11:49] data/lib/032-position.lua:2: in function 'isInRange'
[14/12/2009 08:11:49] data/actions/scripts/doq/demonOak.lua:70: in function <data/actions/scripts/doq/demonOak.lua:1>


how to solve these bugs?

Thanks so much :peace:
 
Last edited:
elf already fixed it, i think
Code:
function isInRange([B]pos[COLOR="Red"]ition[/COLOR][/B], fromPosition, toPosition)
	return (position.x >= fromPosition.x and position.y >= fromPosition.y and position.z >= fromPosition.z and position.x <= toPosition.x and position.y <= toPosition.y and position.z <= toPosition.z)
end
 
Back
Top