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

    Server status Offline

    Hello, My server always server status offline can help me what is wrong? My layout.php <?php if(!defined('INITIALIZED')) exit; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  2. Exactly

    update script to tfs 1.2

    bump
  3. Exactly

    Need add limit lvl use to npc

    Dont work can u add me line :(?
  4. Exactly

    Need add limit lvl use to npc

    Can u help me add say and information for players u dont have this lvl for reborn
  5. Exactly

    update script to tfs 1.2

    me too need help update for tfs 1.2 Script: FIRST local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, 600000) setConditionParam(condition, CONDITION_PARAM_SKILL_FIST, 5100) setConditionParam(condition...
  6. Exactly

    Need add limit lvl use to npc

    Hello i need add on this script limit lvl for use can help me? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  7. Exactly

    Cant load spell

    Hello i have one problem... My script: <?xml version="1.0" encoding="UTF-8"?> <monster name="Wyrm Boss" nameDescription="a wyrm boss" race="blood" species="fire" experience="1800000" speed="290" manacost="0"> <health now="190000" max="190000"/> <look type="291" corpse="8941"/>...
  8. Exactly

    Windows Problem on globalevents and monster

    Hello, i use 3777 TFS 8.6 and have this comment checkDeaths.lua local items = {2557} local eventTopxyz = {x = 2319, y = 1739, z = 7, stackpos = 253} local eventBottomxyz = {x = 2334, y = 1795, z = 7, stackpos = 253} local eventPosition = eventTopxyz, eventBottomxyz local outOfEvent = {x...
  9. Exactly

    Lua Need ITEMS 7.4

    Hello, I very need items for Tibia 7.4 Thanks
  10. Exactly

    Windows Cast System error

    I have a problem Cast System when I turn the record I do not see the one who provides the image with your game .. My code: <img id="ContentBoxHeadline" class="Title" src="layouts/tibiacom/images/header/cast.png" alt="Contentbox headline"> <?php if(!defined('INITIALIZED')) exit; $order =...
  11. Exactly

    Talkactions 1.2 problem/ Vocation Balance RL MAP

    Must Update on SQL Accounts >Type Column and change 1 to 5 5 - My XML Group GOD id 5
  12. Exactly

    Talkactions 1.2 problem/ Vocation Balance RL MAP

    Work! Thanks for not help :)
  13. Exactly

    Talkactions 1.2 problem/ Vocation Balance RL MAP

    Bump Pls HELP!
  14. Exactly

    Count to 1000000!

    68
  15. Exactly

    Count to 1000000!

    57
  16. Exactly

    Talkactions 1.2 problem/ Vocation Balance RL MAP

    Not Work... <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- <talkaction words="/ctffdgdfgdf" separator=" " script="ctf.lua" />--> <!-- Gods --> <talkaction words="/addskill" separator=" " script="add_skill.lua" /> <talkaction words="/r" separator=" "...
  17. Exactly

    Talkactions 1.2 problem/ Vocation Balance RL MAP

    Hello, how i can make items on tibia 10.98 always i make /i 2160 and work on this version is very big problem... And second answer anyone have good vocation.xml good balance rl map?
  18. Exactly

    doPlayerSetStorageValue TFS1.2 problem

    Doesn't work
  19. Exactly

    doPlayerSetStorageValue TFS1.2 problem

    Don't work Script: outfity = { [0] = {outfitmale = 128, outfitfemale = 136, addon = 1, nazwamale = "citizen", nazwafemale = "citizen", uniqueid = 14550}, -- dragony zwykle [1] = {outfitmale = 128, outfitfemale = 136, addon = 2, nazwamale = "citizen", nazwafemale = "citizen", uniqueid...
  20. Exactly

    doPlayerSetStorageValue TFS1.2 problem

    Hello, i have problem on addon system on action Bug when i use item on map: attempt to call global 'doPlayerSetStorageValue' (a nil value) stack traceback: [C]: in function 'doPlayerSetStorageValue' My script: function onUse(cid, item, fromPos, itemEx, toPos) for i = 0, #outfity...
Back
Top