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

    Solved TFS 1.1 npchandler

    this Travel lib seems to hit most of my captains http://pastebin.com/PZZwx73M Even king tibianus Lua Script Error: [Npc interface] data/npc/scripts/King Tibianus.lua data/npc/scripts/King Tibianus.lua:143: attempt to call method 'addGreetMessage' (a nil value) stack traceback: [C]...
  2. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    it works thank you! omg can you help me with this error? Lua Script Error: [Npc interface] data/npc/scripts/Captain Bluebear.lua data/npc/scripts/Captain Bluebear.lua:22: attempt to index global 'TravelLib' (a nil value) stack traceback: [C]: ? data/npc/scripts/Captain...
  3. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    let me try that!
  4. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    you remembering is the only hope i have :(
  5. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    nah, zbizu said "xp ring doesn't touch rates btw. It copies the formula to calulate extra amount of exp and then add it" Thanks for helping me bro i appreciate it
  6. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    i added zbizus exp thing, but the multiplier works becuase on zbizus mod for random item stats for loot, if i have like 50% exp ring and kill a rotworm i get 3040 exp, i get half the muliplyed exp from the ring, but the 1x rate exp gives me 40, so idk whats going on the exp rate is not being...
  7. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    im using tfs 1.1 and my server does not matter what i do, it wont effect the exp rate, i enabled and disabled stages, and i use !serverinfo and it says 120, but when i kill something it gives same exp in xml files, it wont change and skills wont train like you can whack a monk 1421332 times...
  8. 7804364

    Solved TFS 1.1 npchandler

    It worked thanks bro but i get this error when i try to spawn captain bluebear as he wont spawn? Lua Script Error: [Npc interface] data/npc/scripts/Captain Bluebear.lua data/npc/scripts/Captain Bluebear.lua:22: attempt to index global 'TravelLib' (a nil value) stack traceback: [C]: ...
  9. 7804364

    Solved TFS 1.1 npchandler

    issue cant talk to any npc Lua Script Error: [Npc interface] data/npc/scripts/default.lua:onCreatureSay luagetDistanceTo(). Thing not found stack traceback: [C]: in function 'getDistanceTo' data/npc/lib/npcsystem/npchandler.lua:560: in function 'isInRange'...
  10. 7804364

    tfs 1.1 magic level wont go up

    no matter what people do the magic level will not go up no errors in console
  11. 7804364

    tfs 1.1 exp rate not working

    even when i enable stages i get rl exp
  12. 7804364

    tfs 1.1 exp rate not working

    OK so i have the exp rate at 50 and i do !serverstats ingame it says 50 but when i kill a dragon or any monster its normal rates?
  13. 7804364

    tfs 1.1 Captain bluebear error

    Lua Script Error: [Npc interface] data/npc/scripts/captainbluebear.lua data/npc/scripts/captainbluebear.lua:22: attempt to index global 'TravelLib' (a nil value) stack traceback: [C]: ? data/npc/scripts/captainbluebear.lua:22: in main chunk [C]: in function 'createNpc'...
  14. 7804364

    tfs 1.1 Random crash

    It seems to crash on cavewater id 493
  15. 7804364

    tfs 1.1 Random crash

    It only happens on my account characters with char id 3
  16. 7804364

    tfs 1.1 Random crash

    but i get this random crash http://prntscr.com/6fwglh http://prntscr.com/6fwgzd and i think everyone gets it It seems to crash on cavewater id 493
  17. 7804364

    tfs 1.1 crash when use food/potion

    Actually, i in lib-custom.lua in libs it has TALKTYPE_MONSTER_SAY = 35 :D ill remove it
  18. 7804364

    tfs 1.1 crash when use food/potion

    in compat.lua at the top i have TALKTYPE_ORANGE_1 = TALKTYPE_MONSTER_SAY
  19. 7804364

    tfs 1.1 crash when use food/potion

    they are ATM enum SpeakClasses : uint8_t { TALKTYPE_SAY = 1, TALKTYPE_WHISPER = 2, TALKTYPE_YELL = 3, TALKTYPE_PRIVATE_FROM = 4, TALKTYPE_PRIVATE_TO = 5, TALKTYPE_CHANNEL_Y = 7, TALKTYPE_CHANNEL_O = 8, TALKTYPE_PRIVATE_NP = 10, TALKTYPE_PRIVATE_PN = 12...
  20. 7804364

    tfs 1.1 crash when use food/potion

    what do i change the values to
Back
Top