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

Search results

  1. darcioantonio

    Lua Action

    I need to check more than one item on top of the sqm for example: 2 bananas 2 maces 2 milks when all the items in the sqm are so the effect happens.
  2. darcioantonio

    Lua Action

    NEED CHEK MORE ITENS IN SQM + QUANT
  3. darcioantonio

    Lua Action

    I Need check more itens. I did this script but it only checks if it is 1 item just wanted to check + 1 an example of item 2152 wanted it 22 items function onUse(cid) local sqm = {x = 975, y = 844, z = 6} local Bancada = 1642 local Item1 = 2152 if getTileItemById(sqm, Bancada).uid >= 1 and...
  4. darcioantonio

    Destroy item by stepping on it

    thx go testing
  5. darcioantonio

    Destroy item by stepping on it

    I need a simple script When I go over an item in case a tree to step on it I want it to be removed I'm doing a plantation system and I want it when the player steps on the tree he kills her and removes her But I need it in a lamb because the trees will be planted randomly in the game.
  6. darcioantonio

    Lua Error entering without game

    OMG THX BRO tis firstitems.xml THX REPLAY.
  7. darcioantonio

    A simple help

    Thx @ond Resolved :D
  8. darcioantonio

    Lua Error entering without game

    I'm having a silly mistake when soon my character shows it in the distro does not interfere with anything but I wanted to pull it. [9:39:31.659] Israel Iniciou sessÒo. [9:39:31.665] [Lua Error] [9:39:31.668] [string "LuaInterface::loadBuffer"]:12: unexpected symbol near '<' local config = {...
  9. darcioantonio

    Advanced Auction House v1.0 (WoW Based)

    ERRO IN SCRIPT LOOK [13:58:34.097] [Error - TalkAction Interface] [13:58:34.098] mods/scripts/AAH.lua:onSay [13:58:34.098] Description: [13:58:34.099] mods/scripts/AAH.lua:184: attempt to call field 'executeQuery' (a nil value) [13:58:34.099] stack traceback: [13:58:34.100]...
  10. darcioantonio

    A simple help

    Good afternoon I have this script here. local min = 1 -- aqui é o tempo em minutos ja esta configurado pra vc ev = min*1000*60 pos = {x=964 , y=920 , z=7 } -- posição do templo pos1 = {x=961 , y=916, z=7} -- posição de onde o tp vai levar o player, posicao da arena function onStepIn(cid...
Back
Top