• 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

    AAC Gesior TFS 0.4 - Error account.php

    bump
  2. FearWar

    AAC Gesior TFS 0.4 - Error account.php

    Hi otlanders, This error is appearing here on the site when a player is banned. account.php <?php if(!defined('INITIALIZED')) exit; class Account extends ObjectData { const LOADTYPE_ID = 'id'; const LOADTYPE_NAME = 'name'; const LOADTYPE_MAIL = 'email'; public static...
  3. FearWar

    TFS 0.X TFS 0.4 Two scripts into one

    function onStepIn(cid, item, position, fromPosition) local level = 80 if getPlayerGuildId(cid) > 0 and getPlayerLevel(cid) >= level then else doPlayerSendTextMessage(cid, 27, "Voce não possue guild, portanto não pode entrar no Castle24Horas.")...
  4. FearWar

    TFS 0.X TFS 0.4 Two scripts into one

    Hi otlanders, I have these two scripts, one for level checking and one for guild or not and I wanted to do it all in one! First: function onStepIn(cid, item, position, fromPosition) level = 80 if getPlayerLevel(cid) < level then doTeleportThing(cid, fromPosition, true)...
  5. FearWar

    Lua TFS 0.4 - Add Storage Script Quest

    i go testing...
  6. FearWar

    Lua TFS 0.4 - Add Storage Script Quest

    if itemEx.itemid == 2709 and itemEx.storageid 41300 and itemEx.actionid == 7787 and Level >= 170 then doRemoveItem(tree) doTeleportThing(cid, toPosition, TRUE) setPlayerStorageValue(cid,8181,1) else in this part? 1578776165 yes, but it didn't work: / if...
  7. FearWar

    Lua TFS 0.4 - Add Storage Script Quest

    Hi otlanders, I would like a "storage 41300" to start this script below: function onUse(cid, item, fromPosition, itemEx, toPosition) treepos = {x=17641, y=17596, z=7, stackpos=1} treepos2 = {x=17639, y=17603, z=7, stackpos=1} --- position of left arm treepos3 = {x=17641, y=17601, z=7...
  8. FearWar

    TFS 0.X Compilling Error

    thanks bro!
  9. FearWar

    TFS 0.X Compilling Error

    Hi otlanders, creatureevent.cpp In member function `uint32_t CreatureEvent::executeExtendedOpcode(Creature*, uint8_t, const std::string&)':
  10. FearWar

    [0.4] Treiner Stamina Regen

    Would anyone know tell me any stamina regeneration system?
  11. FearWar

    Gesior2012 - Scripting not working

    Hi otlanders, I found an old bonus add-on script, but it's not running at my gesior... <?php $main_content .= ' <style> .KL{background-color:none;} .KL:hover{background-color:white;font-weight:bold;color:black;} </style> <hr/> <center><b>Bonus funciona apenas com outfit full.</b></center>...
  12. FearWar

    TFS 0.X [ TFS 0.4 ] Addons Bonus - skill does not remove

    Not, i go testing!
  13. FearWar

    TFS 0.X [ TFS 0.4 ] Addons Bonus - skill does not remove

    Hi otlanders, I am using the following code: <event type="outfit" name="Addons" event="script" value="addons.lua"/> <event type="login" name="AddonLogin" event="script" value="addons.lua"/> local hunter = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(hunter...
  14. FearWar

    [0.4] Treiner Stamina Regen

    Isn't there a way to raise resistance on the tile?
  15. FearWar

    [0.4] Treiner Stamina Regen

    bump
  16. FearWar

    TFS 0.4 - doRemoveItem (Crash Distro)

    bump
  17. FearWar

    [0.4] Treiner Stamina Regen

    Hi otlanders, Can someone moon expert help me turn a TFS 1.2 script to 0.4? Follow the link below https://otland.net/threads/tfs-1-2-trainer-stamina-regen.250746/#post-2434039 Thanks!
Back
Top