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

    Lua Need help with manarune script

    local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') + 1000)) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat...
  2. haxborn

    Lua Need help with manarune script

    I actually fixed it, the only thing I need help with now is adding an exhaust to the script. Can someone help me? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)...
  3. haxborn

    Lua Need help with manarune script

    That script didnt work, I think it can't handle the local exhausted_storagevalue but I'm not sure, I'm trying to fix it myself as an action now but cant script so it's kinda hard.
  4. haxborn

    Scripter Looking for scripter and future admin.

    Hello, it's time for me to start hosting and OT again, and I need help since I forgot the most about scripting. Last time I had an OT I found a nice guy who helped me and he became an GM etc. So if anyone knows scripting and would like to become a partner, feel free to contact me. I will...
  5. haxborn

    Lua Need help with manarune script

    I want just the manarune not to disappear, since it will be used as a donation rune :) thanks in advance
  6. haxborn

    Lua Need help with manarune script

    Hi there, I'm putting up a server and got a small problem, since I'm not a good scripter I just want a small help. I'm using a mana rune since my server is 8.50 and using tfs 0.2.2 It works perfectly, though the mana rune disapears when used, I want it to stay. Could you help me out? Here's...
Back
Top