• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. henrik495

    Decent PC, poor performance.

    have you tryied cleaning prefetch folder and %temp% folder, checked for driver updates, do you have alot of files/folders on your desktop, are you using alot of visual effects in the background for example a hq desktop backgrond?, there's alot of reasons this could be happening, but imo those...
  2. henrik495

    Scripter LUA Scripting service for TFS 1.x

    Bought 2 really advanced scripts from whitevo, they were really nice made and simple to setup and change options for me, recommended and he is a really good scripter
  3. henrik495

    Windows dd-wrt firmware for router

    there is no such thing been looking around for an hour now lol, to much settings, but gave me + 40 mbit/s on speedtests while using wifi so dont feel like going back either lol
  4. henrik495

    Windows dd-wrt firmware for router

    thanks :D
  5. henrik495

    Windows dd-wrt firmware for router

    Hello, i just flashed dd-wrt for my router but it seems like my ipv4 adress is has become the ip my server and website runs from now etc, is there anyone who has some experience with dd-wrt that could help me out? :D
  6. henrik495

    Possible to play ots on iPad?

    How the hell?
  7. henrik495

    Scripter Lua Scripter for hire

    edit: remove this post pls
  8. henrik495

    10.9

    well i really don't see what use you have for it if your computer isn't working anyways
  9. henrik495

    X or Y

    Real map Windows or Ubuntu?
  10. henrik495

    X or Y

    dogs Meat or Vegetables?
  11. henrik495

    X or Y

    ZnoteAAC 10.90 or 7.6?
  12. henrik495

    10.9

    think he's reffering to that Visual Studio 2015.2 is not working to compile for 10.90 with for some reason it gets error at output message.cpp easiest fix for that is go back to Visual Studio 2015.1
  13. henrik495

    X or Y

    Lol.. BBW if i have to chose one.... Lua or C++
  14. henrik495

    Scripter Looking for an advanced scripter (payed job)

    gotta stay active lel
  15. henrik495

    Scripter Looking for an advanced scripter (payed job)

    Hi i'm looking for an advancer scripter that can help me to make some scripts for my server, i'll pay a price that we both agree on for each script you help me with. Currently needed scripts: Shapeshifting for new vocation Dungeon/instance script i'll explain more indepht outside this thread...
  16. henrik495

    Lua Vocation Check in spells possible? TFS 1.2

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_ICEATTACK) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) local combat2 = Combat() combat2:setParameter(COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE)...
  17. henrik495

    Lua Vocation Check in spells possible? TFS 1.2

    thanks alot :D
  18. henrik495

    Lua Vocation Check in spells possible? TFS 1.2

    function onGetFormulaValues(player, level, maglevel) if player:getVocation() == 9 then setArea(createCombatArea(AREA_CROSS1X1)) end local min = (level / 5) + (maglevel * 4.5) + 35 local max = (level / 5) + (maglevel * 7.3) + 55 return -min, -max end like that? not working :/ but...
  19. henrik495

    Lua Vocation Check in spells possible? TFS 1.2

    Hello, i was wondering if it's possible to do something like this and if anyone knows how, tryied to play around with it but couldn't find anything working, but i'm not very experienced either so i was wondering if there's anyone out there that would help me? :D for example if a elder druid...
Back
Top