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

    I'm Looking for help with Rookgaard katana room quest script

    I have Cykotitan's script I think that is good: local locked = { [1209] = 2, [1212] = 2, [1231] = 2, [1234] = 2, [1249] = 2, [1252] = 2, [3536] = 1, [3545] = 1, [4914] = 1, [4917] = 1, [5099] = 1, [5108] = 1, [5117] = 1, [5126] = 1, [5135] = 1, [5144] = 1, [5138] = 1, [5141] = 1, [5279] = 1...
  2. O

    I'm Looking for help with Rookgaard katana room quest script

    on real tibia is: when you close the door manually (the lever is on the left) and when I pull the lever to the right nothing happens the door just lock and from now I can't clsoe and open door manually until I pull the lever to the left
  3. O

    I'm Looking for help with Rookgaard katana room quest script

    yes you are right with this but I'm on my rookstayer on real tibia now so I tested it If you pull the lever and the door is locked, it should open the door, and the door should remain unlocked and on rl I can close door manually and door don't lock I can open and close door all the time using...
  4. O

    I'm Looking for help with Rookgaard katana room quest script

    [5107] = 5108 close door [5107] = 5109 open door doesn't work in one script can't be duplicated 5107
  5. O

    I'm Looking for help with Rookgaard katana room quest script

    problem is when I close the door manually and at the same time the lever is to the left and now when I pull the lever to the right door transform to 5109 so is open but the door should just lock so transform to 5108 with actionid it's tricky to combine these three 5107 5108 5109 in script so we...
  6. O

    I'm Looking for help with Rookgaard katana room quest script

    alright i fixed 5107 door now is locked but is one problem when pull lever to the left i should be able to open and close door open and clos all the timee but when I close the door is locked is 5107 but should be locked only when pull the lever to the right not manually so I need to start with...
  7. O

    I'm Looking for help with Rookgaard katana room quest script

    doesn't work as it should :( I tested with putting door 5108 and 5107 in map editor and still the same by the way 5107 has description (locked) but is not locked I need to add action id 100 in map editor because on rl when you enter the room for the first time door is locked
  8. O

    I'm Looking for help with Rookgaard katana room quest script

    nope when I pull lever to the left nothing happens just door transform from 5108 to 5107 I click on it and see and pull to the right nothing happens and again pull ot the left then door opens but when I close door manually door is locked but shouldn't should lock only when pull lever
  9. O

    I'm Looking for help with Rookgaard katana room quest script

    ok but script stops working when i open and close door manually because door transform to 5107 ;/
  10. O

    I'm Looking for help with Rookgaard katana room quest script

    mhm is one problem when I close door manually script don't work anymore and lever moving left right and weird think description It is locked without actionid but door aren't locked
  11. O

    I'm Looking for help with Rookgaard katana room quest script

    this script working sorry ;p local config = { doorPosition = {x=32177, y=32148, z=11}, -- position of door doors = { [5109] = 5107, -- [doorId] = transformId [5107] = 5109 } } function onUse(cid, item, fromPosition, itemEx, toPosition) for k,v in...
  12. O

    I'm Looking for help with Rookgaard katana room quest script

    thanks man second script works but how to implement doSetItemActionId(uid, actionid) to lock the door only when pulling lever to the right like on rl but don't lock when do this manually but for the first time I still need to set actionid 100 in RME and locked door id is 5108 ;s
  13. O

    I'm Looking for help with Rookgaard katana room quest script

    ye using 0.4 3884 doesn't work lever moving left right and just error <LuaDoTransformItem> Item not found
  14. O

    I'm Looking for help with Rookgaard katana room quest script

    Hi guys I have problems with katana room quest script closed door's id is 5107 and when you pull lever to the left the door opens and door id is 5109 then when pull lever to the right the door closes and lock so is needed doSetItemActionId(uid, actionid) I think and I created something like...
  15. O

    blood in the air and on the water scripts problem

    haah indeed thanks man ;p
  16. O

    blood in the air and on the water scripts problem

    also have this bug any fix for it?
  17. O

    [ANNOUNCE] GESIOR 2012 'HACK' [clone money]

    this bug exist on gesior 0.3.6 version or only gesior 2012? because I tried it and it doesn't work with gesior 0.3.6 and tfs 0.4 3884
  18. O

    Need Automap for Tibia 8.60 fully explored

    Hi guys I'm looking for fully explored map for Tibia 8.6 Automap files I know I can take from Tibia 10.x but then colour of water on minimap is different than 8.6 Old water: New water:
Back
Top