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

    Hiago's mapping thread.

    A quest on Inferno, the yellow fields make part of it: Advices and suggestions please :w00t: !
  2. XxXHiagoXxX

    Lua Spell

    I'm getting a strange error from this script (8.54): local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition =...
  3. XxXHiagoXxX

    Hiago's Thread

    Hi guys, i've started mapping today, so here we go with my prints: The "entrance" of a mountain. A "randomic" cave that give a way to arrive in the mountain. I'm going to the club now, see you later on my future prints! :w00t:
  4. XxXHiagoXxX

    Lua [Spell] Problem!

    I having problems with this script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_STUN) local condition = createConditionObject(CONDITION_DRUNK) setConditionParam(condition...
  5. XxXHiagoXxX

    Lua AddEvent Spell

    Hi guys, i'm here again to ask for some help. Question: How can i add an event that send a magic effect every 1 second for 15 seconds? An effect like Rage of Pokémon Online that "follow" the target. This is the script of Barbarian: local combat = createCombatObject() setCombatParam(combat...
  6. XxXHiagoXxX

    Compiling Rme

    Hi, i'm with the sources of RME but the tutorial of compiling is broken on the official site, anyone can help me?
  7. XxXHiagoXxX

    Windows Tibia Client Version

    Hi guys, how are you? I have a question, i changed the SPR and DAT signature of 9.10 to 8.54, but i want to change the version of my Client EXE, someone can help me?
  8. XxXHiagoXxX

    Damage Color.

    Hi guys, how are you? I'm having some problems. I'm making a Pokémon Server, for that i made new colors like that: // colorPokemon - Begin // TEXTCOLOR_NORMAL = 180, TEXTCOLOR_FLYING = 180, TEXTCOLOR_BUG = 126, TEXTCOLOR_VENOM = 110, TEXTCOLOR_GRASS = 96, TEXTCOLOR_FIRE = 192...
  9. XxXHiagoXxX

    Lua SkilL (Advanced Message)

    Hey it's a short question but i changed the name of skills on my console like fist fighting for Fight Ability, but when it up in game, i sill get the messagem You advanced in FIST FIGHTING. How can i change it, if it on sources, where?
  10. XxXHiagoXxX

    Lua Target Spell.

    Oh, i have a problem with this spell, local scom1 = createCombatObject() local scom2 = createCombatObject() local scom3 = createCombatObject() local scom4 = createCombatObject() local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  11. XxXHiagoXxX

    Windows How can i put out the sensitive?

    How can i put out the sensitive like HiagO, instead of Hiago,where i can change it? I want my players can make this. SOrry for my bad english.
  12. XxXHiagoXxX

    Lua Mount

    Can i add more extensions than speed on mounts? <mount id="1" clientid="368" name="Widow Queen" speed="20"/> MagicSkill, something like this?
  13. XxXHiagoXxX

    Lua [SpelL Without Hit o.o]

    I having some problems with a spell that doesn't hit o.0 I tested it on Rats, Demons, Dragon Lords, and the spell doesn't hit anyone o.0 What's the problem? local spellConfig = { {effect = CONST_ME_EXPLOSIONHIT, area = createCombatArea({ {1, 0, 1}, {0, 1, 0}...
  14. XxXHiagoXxX

    Lua [Outfit Storage]

    Hi guys, how are you? I having problems with a script of outfit storage. I put for an example, a outfit on the Knight outfit for only knights can use them, but when you log for the first time on Tibia, the Citizen log to, and you have to change the outfit to work the script, how can i put out...
  15. XxXHiagoXxX

    Storage can't attack Storage

    How can i make a script that a person who has the Storage X can't attack the person who have storage X too.
  16. XxXHiagoXxX

    [SPELL] FallinG RockS and Summon Healing !

    Hi guys, can someone make a script like falling rocks on p.o that rocks falling from the sky an a script that a summon heal the master?
  17. XxXHiagoXxX

    Lua Name !

    Another request, i sorry, i want to know how to make a script c++ that the summon can enter in the house.
  18. XxXHiagoXxX

    Linux Unable Load Spells.XML

    Hi guys, i haveing an error, but i don't know where is it o.0 The error is: Extra Concent in the end of the Document , but i search in the hold script and don't found anything ! Here: <?xml version="1.0" encoding="UTF-8"?> <spells> Índice (Magias Feitas) Druid (OK) Sorcerer...
  19. XxXHiagoXxX

    The Ultimate Script !

    Hi guys, how are you? I having some problems with a script, that's it. I want a script that when i put an item in my container backpack , other item in the slot ring become colored, because this item come with the player when you creat a character, but i want when you put something like a...
  20. XxXHiagoXxX

    Lua Spell Error [Ice Storm]

    Error: Script: local spellConfig = { {effect = CONST_ME_GIANTICE, area = createCombatArea({ {1, 0, 1}, {0, 2, 0}, {0, 1, 0}}) }, {effect = CONST_ME_GIANTICE, area = createCombatArea({ {0, 1, 0, 0, 0}, {1, 0, 0, 1, 0}...
Back
Top