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

    Website Bugs gensior 8.6 im new just started need as much help as possible.

    i just copy the php script without any edit
  2. magista

    Website Bugs gensior 8.6 im new just started need as much help as possible.

    1: is not bug if there are more characters 2: make new file called download.php and add it to (if gesior2012) htdocs/page.(or add it next to pages) <?php // CONFIG STARTS HERE by ARCHEZ // FOR GESIOR AAC ONLY! //GUIDE: // LINES COMMENTED WITH (//) MUST NOT BE CHANGED. ##...
  3. magista

    Solved Tfs 0.4 server cant connect after a while

    thats container.lua i use on same tfs local DISTILLERY = {5513, 5514, 5469, 5470} local ITEM_RUM_FLASK = 5553 local ITEM_POOL = 2016 local TYPE_EMPTY = 0 local TYPE_WATER = 1 local TYPE_BLOOD = 2 local TYPE_BEER = 3 local TYPE_SLIME = 4 local TYPE_MANA_FLUID = 7 local TYPE_LIFE_FLUID = 10...
  4. magista

    Lua storage

    i know how come storage value equal player name :D
  5. magista

    Lua storage

    if (getGlobalStorageValue(GRANTOWER.FINALWINNER) == getCreatureName(cid)) then what do u mean by this ?
  6. magista

    Lua storage

    more explain plz
  7. magista

    Lua Proplem with my script

    test this if not work send me storageItem id if (getCreatureStorage(cid, storageItem) == 1 and getPlayerBlessing(cid, 1) == false) then doPlayerAddItem(cid,2173, 1) for i = 1,5 dodoPlayerAddBlessing(cid, i)end doCreatureSay(cid,'Automaticly blessed and amulet of loss...
  8. magista

    Lua Proplem with my script

    storageitem what is this ??? did u define it ?
  9. magista

    Offline training problem

    ../data/lib/103-offline-training.lua get this file and post the script
  10. magista

    Lua [TFS 1.0] Items for vocations

    u r welcome
  11. magista

    Lua [TFS 1.0] Items for vocations

    have team vierwe ?
  12. magista

    Lua [TFS 1.0] Items for vocations

    same problem ??
  13. magista

    Lua [TFS 1.0] Items for vocations

    <movevent type="Equip" itemid="21708" slot="feet" level="250" function="onEquipItem"> <vocation name="Sorcerer"/> <vocation name="Master Sorcerer" showInDescription="0"/> <vocation name="Druid"/> <vocation name="Elder Druid" showInDescription="0"/> </movevent> <movevent type="DeEquip"...
  14. magista

    Lua [TFS 1.0] Items for vocations

    post action.xml and ref.lua in talkactions
  15. magista

    Lua [TFS 1.0] Items for vocations

    nothing wrong with items.xml just search in movement.xml for the id 21708 if it is exist twice
  16. magista

    Lua [TFS 1.0] Items for vocations

    <movevent type="Equip" itemid="21708" slot="feet" level="250" event="function" value="onEquipItem"> <vocation name="Sorcerer"/> <vocation name="Master Sorcerer" showInDescription="0"/> <vocation name="Druid"/> <vocation name="Elder Druid" showInDescription="0"/>...
  17. magista

    Offline training problem

    show us the script plz
  18. magista

    Solved Top Guild Effect

    i need this too plz @Ninja could u help us ?? BUMP
  19. magista

    Help party config-lua

    https://otland.net/threads/when-in-party-receive-x-bonus-experience-after-kill-monster.139353/ maybe that would help
  20. magista

    Gesior new topic in forum

    fixed but now this
Back
Top