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

    Need help with a spell!

    I need to get the storage value of my target in a spell to use it in the formula! How to do it?
  2. sebas182

    Lua Spell not working!

    I want to get the exhaust amount of one storage, if it are true (> 0) then the "local test" becomes = 1, else, becomes = 100. but the exhaust is get from the target, not cid. if I use: function onGetFormulaValues(cid, level, skill, attack, factor) if exhaustion.check(variantToNumber(var)...
  3. sebas182

    Lua Bleed effect

    Hello, Question 1: the bleed icon exists only on version 9.31? Or it exists on version 8.50~8.54 too? I am using [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson) and I want to make the bleed status! Question 2: If it does not exists, I will sacrifies the "paralyze" to makes the bleed...
  4. sebas182

    Lua [spell] Formula that uses a storage!

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) setCombatParam(combat, COMBAT_PARAM_USECHARGES, true) local area = createCombatArea(AREA_SWEEP1) setCombatArea(combat, area)...
  5. sebas182

    [Lua] [Spell] Formula needed!

    I dont understand how to modify the formula of the spells... I need a spell that hits: (MagicLevel*1.8)+1 ~ (MagicLevel*1.8)+15 So if you have Magic Level 10, will hit: 19 ~ 33 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)...
  6. sebas182

    [action] Lever to open/close Gate

    It's a script to open and close the castle's gate... Only Gods may have acess, I tried to make a script but it's not working, someone may help me? function onUse(cid, item, fromPosition, itemEx, toPosition) if (getPlayerStorageValue(cid, 37000) < 1) then doCreateItem(1547, 1, {x =...
  7. sebas182

    Mark the map

    How to mark the map? Like in tibia RL when you ask the city guards for help! Anyone may help? :D
  8. sebas182

    Kinglike npc

    Hello, I need a NPC that start to talk when you say "Hail the king". I need at all is all the commands to make a npc manualy! I HATE THAT NPCHANDLER MODELS IT KILL MY RPG! It really does the npc more fast and consuming less memory? I hate it .-. Please help :3
  9. sebas182

    [Resquest] Stop the normal attack!

    I need stop the normal attack, like, if i click to attack, it must does nothing, them if i have a target and put "Attack" it does!
  10. sebas182

    [request] Stop the normal attack

    I need stop the normal attack, if the player Target other, will not attack, just it!
  11. sebas182

    Skill that reduces skills

    I need a skill that when you hit, it reduces the enemy skill... BUT, i need one skill that reduces just AXE fight... and it over in one minute... Anyone can help me?
  12. sebas182

    [REQUEST] I need help with a spell!

    I need help with a spell, it have two times, in the first time at 1000, it will shines a blue light in me, and heal 25, at the second time (2000) it will damage my target... PLEASE SOME ONE HELP ME!
  13. sebas182

    [Request] spell in progress (see scripts)

    I wanna make a spell that shine my char at 1000 and attack my enemy at 2000... look what i have: local acombat1 = createCombatObject() local acombat2 = createCombatObject() local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) local...
  14. sebas182

    [REQUEST] Spell little hard to do!

    I need a spell that when i say (sample): Exura gran sio. Then my arrow of the mouse becomes a target (like when you use runes) and if i use this target in the ground or in some one, it executes the script... just that, the rest i have some idea! Edit- No problem if it need to use a talk action!
  15. sebas182

    [request] Ring that gives exp rate!

    In another thread i was talking about of a scroll that doubles exp for 24 hours, but it do not work fine and i have another request! A Ring that when you equip: -Double your exp rate (if normal is 5x, you will have 10x) -Disaper when time's up (normaly, like others rings) -If you die...
  16. sebas182

    [request] summons that no half your XP!

    Some one knows how to do it?
  17. sebas182

    [request] two scrolls of blessing

    1 - You use the scroll, it disaper, you now lose just 1% instead of 10%. 2 - You use the scroll, it disaper, you now do not lose items EVEN if you are a red skull... Some one can do it?
  18. sebas182

    Painkiller

    you use, (it's a normal potion) -Next 20 seconds you will have 20% of psysical resistence Just it xD
  19. sebas182

    I just have a nice idea!!! but need help!

    A talk action of GMs to identify the boters (Auto Spell) I do not acept any type of bot in my server and i need help with this script... The script does: -Get the mana of the player. -Add 99999 mana to player. -Wait two seconds and half. -back the mana to mana geted in start...
  20. sebas182

    Another script request!

    I need a script for my website that does it: Please, i use the last version of TFS and Gesior Acc.
Back
Top