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

can anybody help me

Mateus Robeerto

Excellent OT User
Joined
Jun 5, 2016
Messages
1,337
Solutions
71
Reaction score
697
Location
ლ(ಠ益ಠლ)
does anyone know this script? if yes, please convert to tfs 1.2
the script is simple, I like it

<movevent event="RemoveItem" tileitem="1" itemid="3128" script="loote.lua"/>

Lua:
function onRemoveItem(moveitem, tileitem, pos)
    if moveitem.itemid >= 1 and moveitem.itemid <= 30000 then
        doSendAnimatedText(pos,getItemName(moveitem.itemid), TEXTCOLOR_ORANGE)
    end
end
 
I don't think tfs 1.x has animated text function, buddy
my ot does have a function, it's Game.doSendAnimatedText, I put it on and nothing happened
something has to be converted, I don't know.. I'm not a very good scripter


on my old ot it worked ok.. I want to convert to TFS 1.2
 
Last edited:
Back
Top