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

    NPC Rookgard NPC's 100% real. (will be updated)

    Dallheim indeed! and the island of destiny of course.
  2. C

    My 8.60 CipSoft Tibia project discussion

    Premium Rookgaard is fixed (:
  3. C

    spells learning error help

    Bump
  4. C

    Best vocation.xml balance real tibia where?

    The tibia version I want is 8.60 and want to be the same formulas exactly as a tibia 8.60 rl
  5. C

    Best vocation.xml balance real tibia where?

    Hello community (: where I can find best vocation.xml balance based on RL tibia? let me know.
  6. C

    where I can find a swimming script?

    I see
  7. C

    where I can find a swimming script?

    I solved! just took script from other datapack. local outfit = {lookType = 267, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 0} local BORDERS = { [7943] = {x = 0, y = -2, back = SOUTH}, [7944] = {x = -2, y = 0, back = EAST}, [7945] = {x = 0, y...
  8. C

    where I can find a swimming script?

    when I relog on water I get this and can't leave the water spot
  9. C

    where I can find a swimming script?

    I just add the bords at the beginning and still no effect. 1580946891 My server is 8.6 and tfs 0.3.7
  10. C

    where I can find a swimming script?

    I've added them and still don't work. <!-- Swimming --> <movevent type="StepIn" itemid="4624" event="script" value="swimming.lua"/> <movevent type="StepIn" itemid="4623-4624-4621-4622" event="script" value="swimming.lua"/>
  11. C

    where I can find a swimming script?

    the water id is 4620/4623/4624/4621/4622
  12. C

    where I can find a swimming script?

    I already have that script !-- Swimming --> <movevent type="StepIn" itemid="8863" event="script" value="swimming.lua"/> <movevent type="StepIn" itemid="7943-7954" event="script" value="swimming.lua"/>
  13. C

    where I can find a swimming script?

    local outfit = {lookType = 267, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookTypeEx = 0, lookAddons = 0} function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if(hasCondition(cid, CONDITION_OUTFIT, 0, CONDITIONID_COMBAT) and...
  14. C

    where I can find a swimming script?

    Hi otland It's me again ;P where I can find a swimming script for my rookgaard? cuz I don't have it on my server. the char walking on water.
  15. C

    Player receive message on rookgaard lvl8 help

    it work. thanks man!
  16. C

    Player receive message on rookgaard lvl8 help

    it work :) thank you very so much! 1580923957 One more last thing. I only want player get this message 1x not all the time when they reach level 8 again
  17. C

    Player receive message on rookgaard lvl8 help

    I did and still don't get the message when I reached to lvl 8 registerCreatureEvent(cid, "rookgaard_msg") <<<<< my login.lua <event type="advance" name="RookgaardMSG" event="script" value="rookgaard_msg.lua"/> function onAdvance(cid, skill, oldlevel, newlevel)...
  18. C

    Player receive message on rookgaard lvl8 help

    got this now (;
Back
Top