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

    Disable MC

    I have tested it on my 1.0 TFS server, it works just fine :)
  2. Karain

    {BOMBERMAN GAME},

    you should provide detailed explaination yourself -.-
  3. Karain

    Disable MC

    This script will let the player stay X amount of seconds before he is kicked off while displaying a message every X seconds creaturescrpts.xml <event type="login" name="MC" script="mc.lua"/> mc.lua local warnings = 3 -- how many times a player will get MC warning before he gets kicked...
  4. Karain

    Solved Spells and actionids

    Ah thank you, i have edited it. :)
  5. Karain

    Change the MagicDamage?

    there's a way to work around that if you don't like messing with vocations.xml :P
  6. Karain

    Lua LookMount Script

    I have no idea what you are trying to ask here...
  7. Karain

    Solved Spells and actionids

    local storage = 123456 -- change this number to anything you like local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)...
  8. Karain

    [TFS 1.0] Anti-Push Amulet

    useful :)
  9. Karain

    CreatureEvent TFS 1.1 ModalWindow Skill Point System

    O_o are we all thinking the same thing? i have my own skill system with modal windows and all XD
  10. Karain

    Drunk Spell

    <instant group="attack" name="Intoxicate" words="exevo hic" lvl="20" mana="100" casterTargetOrDirection="1" exhaustion="2000" needlearn="0" script="attack/intoxicate.lua"/> local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) local condition...
  11. Karain

    Question about hosting.

    Transip.eu is good and cheap. never had problems with them.
  12. Karain

    [TFS 1.0] Team lua

    It's doable, but there's different ways of doing it, do you still want the normal white skull to appear when 1 team member attacks the other team member?
  13. Karain

    Solved TFS 1.0 Spell Id Talkaction

    try combat:execute(player, player) instead of combat:execute(cid, cid)
  14. Karain

    Water Vortex to teleport!?

    dang it!
Back
Top