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

Recent content by ares413

  1. ares413

    Solved Znote Paypal: php cURL is not enabled.

    So i'm running apache on ubuntu 16.04, I uncommented that line in BOTH php files, then enabled captcha curl in config and restarted apache and im still getting this error. am i possibly missing the dll file?
  2. ares413

    Lua TFS 0.3.6 Actions freeze rune exhaust target use of item id

    basically, you use the freeze rune on your target, and now your target cannot use a healing rune or mana rune by id
  3. ares413

    Lua TFS 0.3.6 Actions freeze rune exhaust target use of item id

    How would I go about implementing a line in this script below to make your target exhausted from using a specific item id? rep+ local freezetime = 6 local cooldown = 15 -- time to use again local storage = 19002 local combat = createCombatObject() setCombatParam(combat...
  4. ares413

    TFS 0.3.6 ACTIONS Freeze rune exhaust item id

    i would like to implement a line in this script below to make your target exhausted from using a certain item id, ie rune id TFS 0.3.6 local freezetime = 6 local cooldown = 15 -- time to use again local storage = 19002 local combat = createCombatObject() setCombatParam(combat...
  5. ares413

    [TFS v0.2.15(mystic spirit)] Mods

    if my distribution didn't come with a mods folder, if i were to add one with scripts and such would they work or would the executable need to be recompiled to do so?
  6. ares413

    Krewella alive piano intro

  7. ares413

    SQL querie

    What SQL querie would i run in order to add a column to every account row named 'type' and setting it to '1' for all accounts?
  8. ares413

    Happyhour MOD

    has anyone tested...
  9. ares413

    [LUA] setCombatCondition(combat, conditionExhaustHeal) -- freeze rune

    where would it be implemented in the script above?
  10. ares413

    [LUA] setCombatCondition(combat, conditionExhaustHeal) -- freeze rune

    i have this script for a freeze rune: local freezetime = 6 local cooldown = 15 -- time to use again local storage = 19002 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ICE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local...
  11. ares413

    Solved Freeze Rune!Changes!

    This doesnt exhaust your healing like you say it does...
  12. ares413

    [Action] Pull Lever Spawn Monster

    is there a way to do the exact same thing but the monster comes out of a rune?
  13. ares413

    Lua Error

    you're wrong... it says vipcheck in the error...
  14. ares413

    Lua Error

    Seriously...bump this is such an easy fix
Back
Top