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

    What's the most beautiful script?

    Mine is Arabic :)
  2. C

    AAC gesior Website config help

    Hi I trying to install a good gesior acc and get this. I did config and get this.
  3. C

    Uniform server error

    Sorry about that. I just download the older version if uni server zero 2015 and it works. the new one won't work for me 1581612644 Any Moderator can move this thread to support? (:
  4. C

    Uniform server error

    I've already known how to use uniform server but I can't fix the error 0x0c00007b.
  5. C

    Uniform server error

    Hello otland When I finish the installed a uniform server and try to start apache. I get this error 0x0c00007b I've also installed Microsoft visual 2015 and still get the same error I need help.
  6. C

    Npc delay speak help

    I did 2400 still slow ^^ Mybe is the npc xml or idk
  7. C

    Npc delay speak help

    When I change talkDelayTime = 350, to talkDelayTime = 700, still speak fast.
  8. C

    Npc delay speak help

    where I edit the delay speed on npc? TALKDELAY_NONE = 0 -- <<<<<<<<<<<<<< them? TALKDELAY_ONTHINK = 1 -- <<<<<<<< if(NpcHandler == nil) then -- Constant talkdelay behaviors. TALKDELAY_NONE = 0 -- No talkdelay. Npc will reply immedeatly. TALKDELAY_ONTHINK = 1 -- Talkdelay...
  9. C

    Npc delay speak help

    Hello Where I can adjust NPC speak speed. When I say something and the NPC responds so fast. Am I trying to make like a rl tibia.
  10. C

    Extremely Visual Card Changes (MUST SEE)

    His video, not mine ^^
  11. C

    Elime's NPC Editor

    The best tool I've ever seen on Otland!
  12. C

    spells learning error help

    solved! check modules.lua elseif(not parameters.vocation(cid)) then Change to elseif(getPlayerVocation(cid) ~= parameters.vocation and getPlayerVocation(cid) ~= parameters.vocation+4) then Now it work ^^
  13. C

    Vial of milk can't find the id

    local config = { storage = 4512, key_id = 1987 -- Key ID } function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, config.storage) == -1 then setPlayerStorageValue(cid, config.storage, 1)...
  14. C

    Vial of milk can't find the id

    I make separated action script in lua everthing works fines, but I still don't get the vial of milk, the vial of milk id is 2006,6, local config = { storage = 4512, key_id = 1987 -- Key ID } function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  15. C

    Vial of milk can't find the id

    I will try to do that.
  16. C

    Vial of milk can't find the id

    But I don't have the type only got count.
  17. C

    Vial of milk can't find the id

    When I did use /i vial, 6 and got vial of milk. How can I add vial, 6 on my map editor?
  18. C

    Vial of milk can't find the id

    Hi I trying to add a vial of milk on chest reward map editor. but can't find the id of vial of milk. can't find this on my items.xml
  19. C

    My 8.60 CipSoft Tibia project discussion

    Sorry, I mean I just improving my own global TFS server not [8.6] Tibia Global Full incl/TFS+sources.
  20. C

    Lever bridge Rookgaard Bug help

    srry my script is for tfs 0.3.7 svn 8.6 /;
Back
Top