• 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!

Search results

  1. shisus420

    Questlog not updating

    Hello. Any ideas why my questlog is not updating? I mean the quests are disappearing from questlog after finishing them. Also I think the rank in the Bigfoot burden quest is not updating or something because it isn't possible to take 'exterminators' or 'mushroom digger' quest even after...
  2. shisus420

    Cannot use tables, lamps etc.

    unfortunately it is not working :( sorry, its working perfectly now!
  3. shisus420

    Cannot use tables, lamps etc.

    Hi. I can't use items like street lamps, wall lamps, tables etc. There is no error in server command line. Doors and sewer grates are working fine. My actions.xml: http://pastebin.com/cNF0HFZf
  4. shisus420

    Stamina not working (OTX 3.9)

    Unfortunately it's not working :(
  5. shisus420

    Errors with spells

    Hi. I'm getting these errors: spells.lua: --Pre-made areas --Waves AREA_SHORTWAVE3 = { {1, 1, 1}, {1, 1, 1}, {0, 3, 0} } AREA_WAVE4 = { {1, 1, 1, 1, 1}, {0, 1, 1, 1, 0}, {0, 1, 1, 1, 0}, {0, 0, 3, 0, 0} } AREA_WAVE6 = { {0, 0, 0, 0, 0}, {0, 1, 3, 1, 0}, {0, 0, 0, 0, 0} } AREA_SQUAREWAVE5...
  6. shisus420

    Function "increaseItemId" does not exist (OTX 3.9)

    Hello. Got any ideas why I'm getting these errors?
  7. shisus420

    Stamina not working (OTX 3.9)

    Hi. The stamina on my server is not working. Here is the error: Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onGainExperience data/events/scripts/player.lua:155: attempt to perform arithmetic on field '?' (a nil value) stack traceback: [C]: in function...
  8. shisus420

    Doors.lua and teleport.lua error

    I added this line to compat.lua and now I got this error: Lua Script Error: [Action Interface] data/actions/scripts/other/doors.lua:onUse data/lib/core/tables.lua:17: bad argument #1 to 'pairs' (table expected, got number) stack traceback: [C]: in ? [C]: in function 'pairs'...
  9. shisus420

    Doors.lua and teleport.lua error

    I'm using OTX 3.9
  10. shisus420

    Doors.lua and teleport.lua error

    Hi, I can't use doors, ladders etc. Screenshot of errors: And scripts: 1. doors.lua unlockedDoors = { } local function isDoorLocked(keyId, position) if keyId == 0 then return false end if unlockedDoors[keyId] then for i = 1, #unlockedDoors[keyId] do...
  11. shisus420

    Lua Script Error

    I solved the problem by deleting the lines from login.lua, thanks :)
  12. shisus420

    Lua Script Error

    Hi. When I'm trying to log in to my server, I'm getting following error: Test has logged in. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/others/login.lua:onLogin data/creaturescripts/scripts/others/login.lua:135: attempt to call method 'getRewardList' (a nil...
  13. shisus420

    Failed to compile OTX server

    I already have these libs :(
  14. shisus420

    Failed to compile OTX server

    Hello. I'm trying to compile an OTX 3.8 on Debian 8 but there are a lot of errors. I don't really know how to fix them. Any ideas?
  15. shisus420

    Using premium points from OTS site as a currency in Tibia ingame store

    I'm using this Store system: https://github.com/brunominervino/custom_tfs/commit/ae72873aee1afc0760e1ead9aa8291d78b66d7a2 Sorry, I wasn't sure which code should I include. Can you tell me which code do I need to include to make it easier for you to help me? Got any ideas?
  16. shisus420

    Using premium points from OTS site as a currency in Tibia ingame store

    Hi! Is it possible to use this currency in Tibia store: instead of this?: If so, could you help me with this? (I'm using ZnoteAAC and OTX 3.8)
Back
Top