• 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!

Lua Tarbaz Script Problem

myalitth

New Member
Joined
Jan 13, 2013
Messages
69
Reaction score
3
I have a problem in the boss Tarbaz of Ferumbras Quest, because when a player cannot kill in time, and is teleported out, it generates this error in the log.
1594246166287.png

It seems that the problem is in this function that removes the players from the room and cleans it.

Lua:
addEvent(clearForgotten, 30 * 1 * 1000, Position(33446, 32833, 11), Position(33515, 32875, 12), Position(33319, 32318, 13))
        item:transform(9826)
    elseif item.itemid == 9826 then
        item:transform(9825)
    end
    return true
end


Does anyone know how to help? I use the latest versions of OTX.
Thank You!
 
Back
Top