• 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!

spell

  1. AdiMit

    Solved Massive Destroy Field SPELL (not rune) does not remove fields

    Hello dear community, :) I tried to create a spell working exactly in the same way as the Destroy Field Rune does; however, I wanted to make it massive (=CIRCLE3X3)... I'm currently using the [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8 by Printer, from the thread: [8.60] The...
  2. Infernum

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

    got bored and wanted to try to make my first non-utility spell only works on monsters, fully configurable (config is at the bottom) demonstration: http://xera.s-ul.eu/C95HkX4x --[[#######################################################################################]]-- function...
  3. Hashirama479

    Teleport Player Spell

    Hey Otland! I need a teleport player spell! How it should working like? If you got someone in target you using the spell then you get with the player teleported to position 1500,1500,7 and after 10 sec you get kicked out from there then you must wait 120 sec to cast the spell again xD im using...
  4. L

    Spell Search Player

    Greetings all! This is my 1st script :) It emulates find player which also sends a text to the player you are looking for that the person who cast the spell is looking for them and gives them their location. -- this returns the offset of x, y, z function getOffsetXYZ(pos1, pos2) return...
  5. demon088

    Lua Element % buff spell

    Hello OtLand! I've searched for a spell that buffs the player increasing the elemental protection of the user. Is this spell possible on lua, or could I need to compile this kind of parameters? Thanks for the help!
  6. Kuzyn

    NPC [TFS 1.2] Spell trader (trade window)

    Authors: Base script Spell Seller For Trade by Critico Tabbing by J.Dre Rewritten by cbrm Fixed by Oskar TFS: 1.2 Tested: Yes (TFS 1.2, 1077 client) Warning! Spells list might be not complete or accurate. Remember to edit them by yourself. Lua script: How it works/config: if...
  7. Colandus

    Spell Stay Away: Knights (Animated)

    A spell from my old server (Original Rox0r + TheOTServer) used by Knights. local holyWaveArea = { createCombatArea({ {0, 1, 0}, {1, 2, 1}, {0, 1, 0} }), createCombatArea({ {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 2, 0, 1}, {1...
  8. Colandus

    Spell Fierce Berserk: Knights (Animated)

    A spell from my old server (Original Rox0r + TheOTServer) used by Knights. local spinAreas = { createCombatArea({ {2, 1} }), createCombatArea({ {2, 0}, {0, 1} }), createCombatArea({ {2}, {1} }), createCombatArea({ {0...
Back
Top