• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. T

    Lua Requesting info from mysql database problem

    Hello, Thx for reading. am having a problem with mysql, as i've being reading, its a known problem with tfs 0.2 and mysql querys. i created a new column in the database named "number" in the accounts table. i need to do something like this: if msgcontains(msg,"lalala") then if...
  2. T

    [Support] Get item count

    i need the same!, please help this guy!!! i need people to transform an item on ground but not just 1 item, i mean like: you put 50 wood in floor and when you use a hammer i want those woods to tranform in a dunno, wooden wall? or something xD but not with one, with 50!
  3. T

    Lua Erase Every Item in every Stackpos, from 1 sqm on use

    the solution (Thx to Cykotitan xD) i just!!!!, had to remove the item like this: local pos = thepos local item = getTileItemById(pos, 5868).uid doRemoveItem(item) ... guess what xD IT WORKS INSTANTLY!!!!! i had no clue that you have to add ".uid" to make it work ;D Thx to...
  4. T

    Lua Erase Every Item in every Stackpos, from 1 sqm on use

    i need a script to delete every item (walls, floor, stones, everything!) in the below floor, when you use a pick on the upper floor. so it would be like editing the pick.lua file like this. function onUse(cid, item, fromPosition, itemEx, toPosition) if((itemEx.uid <= 0 or...
Back
Top