• 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. FearWar

    TFS 0.4 - doRemoveItem (Crash Distro)

    bump
  2. FearWar

    Gesior ACC 2019 8.60 New Features

    Point delivery is not automatic, do I need to configure anything?
  3. FearWar

    TFS 0.4 - doRemoveItem (Crash Distro)

    help me?
  4. FearWar

    TFS 0.4 - doRemoveItem (Crash Distro)

    Hi otlanders, TFS 0.4 Crash distro: Scripts local timeToCreate = 1 -- minutes local walls = { { x = 17899, y = 17557, z = 7, stackpos = STACKPOS_FIRST_ITEM_ABOVE_GROUNDTILE }, { x = 17899, y = 17555, z = 7, stackpos = STACKPOS_FIRST_ITEM_ABOVE_GROUNDTILE } } function...
  5. FearWar

    Lua Pick System not Work TFS 0.4

    @Delusion help me? 1576756373 Solved function onUse(cid, item, fromPosition, itemEx, toPosition) if (itemEx.uid <= 65535 or itemEx.actionid > 0) and (itemEx.itemid == 354 or itemEx.itemid == 355) then doTransformItem(itemEx.uid, 392) doDecayItem(itemEx.uid)...
  6. FearWar

    Lua Pick System not Work TFS 0.4

    Hi otlanders, the pick does not work if you have a ladder below pick.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local itemGround = getThingFromPos({x = toPosition.x, y = toPosition.y, z = toPosition.z + 1, stackpos = STACKPOS_GROUND}) if(isInArray(SPOTS...
  7. FearWar

    Lua Key Attribute 0.4

    Thanks bro!
  8. FearWar

    Lua Key Attribute 0.4

    Hi otlanders, TheForgottenServer 0.4 I have a script of a key, but when I do the quest on the server, an error happens. function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.uid == 3034) then if(getPlayerStorageValue(cid, 443) < 1) then...
  9. FearWar

    Gesior ACC 2019 8.60 New Features

    My master account is not logged in, what page access has to have? or do you need to change anything else?
  10. FearWar

    Gesior ACC 2019 8.60 New Features

    @Natan Beckman ajuda ai?
  11. FearWar

    Gesior ACC 2019 8.60 New Features

    Change line 9 return $sth->fetch();
  12. FearWar

    Gesior ACC 2019 8.60 New Features

    Fatal error: Call to undefined method Account::setPasswordDate() in C:\xampp\htdocs\pages\createaccount.php on line 134 Help?
  13. FearWar

    [BRAZIL] [Custom / 7.x] FearWar | Custom | OTCLIENT NEW | SMOOTH PLAY | START NOW

    Use only numbers in "account" and not other characters!
Back
Top