• 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

    User you miss from Otland

    @Limos :(
  2. C

    npc exchange problem

    Omg did not notice it :( Only thought xml would do the job. 1581194944 Thanks local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState, xmsg = {}, {} function onCreatureAppear(cid)...
  3. C

    npc exchange problem

    Hi otland my lovely community I got some small problems when exchanging items on NPC. I said pick and I got a small axe and don't work <?xml version="1.0" encoding="UTF-8"?> <npc name="Al Dee" script="al dee.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look...
  4. C

    spells learning error help

    Last bump (:
  5. C

    My 8.60 CipSoft Tibia project discussion

    Yeah, im just improving and added rookgaard/island of the destiny+ and some script spells/npcs/system.
  6. C

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

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

    My 8.60 CipSoft Tibia project discussion

    Premium Rookgaard is fixed (:
  8. C

    spells learning error help

    Bump
  9. 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
  10. 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.
  11. C

    where I can find a swimming script?

    I see
  12. 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...
  13. C

    where I can find a swimming script?

    when I relog on water I get this and can't leave the water spot
  14. 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
  15. 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"/>
  16. C

    where I can find a swimming script?

    the water id is 4620/4623/4624/4621/4622
  17. 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"/>
  18. 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...
Back
Top