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

    Solved different corpses for each vocation

    Is it in sources? If it is, I can't modify, because I don't have that =/.
  2. FilipeJF

    Solved different corpses for each vocation

    In my server the vocations are different races. I want to know how to make an elf become an elf when he die, a orc become an orc when die ... and so on. I tried this script, but it did not work: local array = { [1] = 2160, [2] = 2160, [3] = 2160, [4] = 2160 } function onDeath(cid...
  3. FilipeJF

    Excluding ambient light bar and one doing the OTC client itself?

    Well, I discover the OTC yesterday and today I start using it. He is so good, and perfect to my kind of Tibia Server. In my server I want to bring the old RPG to Tibia, and i need to delete the ambient light. In fact, the ambient light I've deleted, but the bar still in there, in the graphics...
  4. FilipeJF

    Lua Anyone can do this spell hit more often?

    Has few days I've been trying to get this spell causes more hits to push the target 3 or 5 times someone help me? Here's the script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT...
Back
Top