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

    !additional

    Oh, thanks for not helping me, just saying things a knows !!! I use 0.4 because my server is 8.6, and use sqlite.
  2. 115820

    !additional

    I dont have nothing in my sources about this function, i see this in server 11+. I need help to add this in my sources.
  3. 115820

    !additional

    Ohh sorry, i use OTX 2.8 (based TFS 0.4)
  4. 115820

    !additional

    Hi everyone, i need help to make a talkactions, when i say !additional show me my ALL PROTECTION in % and ALL INCREASE MAGICLEVEL in % too. The scripts get my items attributes (Helmet, Armor, Legs, Boots, Shield, Wand, Arrow, Spear, Ring, Amulet, ALL SLOTS) I knows need add this in sources...
  5. 115820

    Secret Passage

    I'm go at COAL Basin (on fire) and click to use, i gain the potion and now i going to the other side of quest and use de potion in COAL Basin (wiped out). When i use de potion in coal GOD TOPH remove the tree and open a hole, i have 10 seconds to go the templo of GOD TOPH, when over the time...
  6. 115820

    Change a Script for CreatureScripts

    Hi, i want change this script for creaturescripts: Its like a essence, when i choose FIRE, my char will HIT firedamage in targeting. i can choose : FIRE, ICE, EARTH and ENERGY local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  7. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    but with ranger bigger. not only around me
  8. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    Im not want hit more monsters, i want hit less monsters. If have 5 monsters around me i hit only 3. Understood?
  9. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    @Static_ How i put exaust in hit? This spell hit so fast, and how put a limited monster attacker, If have 5 monsters attack me, when i use spell i hit only 3
  10. 115820

    Animted text on tiles

    Thanks, but i found the script like i want.
  11. 115820

    TalkAction [TFS 0.4] Calculate & Adjust HP/MP for Vocation selected

    @Xeraphus You can change this script for 1.2?
  12. 115820

    Monsters attack each other

    CreatureScripts: <event type="statschange" name="noattack" event="script" value="noattack.lua"/> Scripts: function onStatsChange(cid, attacker, type, combat, value) -- This should block all damage monster cause on eachother expect player summons if isMonster(cid) and...
  13. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    @Xeraphus you can put when i enter in protection zone, the spell stop rotate in player?
  14. 115820

    Animted text on tiles

    @Xeraphus i want to 0.4 8.6
  15. 115820

    Animted text on tiles

    Hi Guys, i need help. I want a TP TALK, but like TP TALK 1.2 TFS for 0.4 like :
  16. 115820

    Lua magic spell doesn't do damage

    Change setCombatFormula(combat0_Brush, COMBAT_FORMULA_LEVELMAGIC, 10, 10, 25, 25) TO setCombatFormula(combat0_Brush, COMBAT_FORMULA_LEVELMAGIC, -10, -10, -25, -25)
  17. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    #EDIT : I CAN PUT FORMULA. Now i want when i enter PZ him stop spell.
  18. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    When i use that : function onCastSpell(cid, creature, variant) local player = creature:getPlayer() if not player then return false end local level = player:getLevel() local maglevel = player:getMagicLevel() local damage = {(level / 5) + (maglevel * 4) + 225...
Back
Top