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

    Znote Paygol problem

    Cmon guys i am out of ideas :(
  2. W

    Ultimate Healing Rune (UH)

    Anyways i have found solution here, you should search around next time. https://www.google.pl/search?q=site:otland.net spell level based&oq=site:otland.net spell level based&aqs=chrome..69i57j69i58.4961j0j7&sourceid=chrome&espv=210&es_sm=93&ie=UTF-8 *sigh...
  3. W

    Ultimate Healing Rune (UH)

    i think this may work: COMBAT_FORMULA_LEVELMAGIC => COMBAT_FORMULA_LEVEL setHealingFormula(combat, COMBAT_FORMULA_LEVEL, 5, 5, 10, 12)
  4. W

    Znote Paygol problem

    Hiho, i have a little problem... Configured it like tutorials said but after i do tests it checks the code, says that everything is ok and then my index.php page appears without any message or w/o adding points :S First of i made PayGol account and configured it like that: Then i edited my...
  5. W

    Remove GOD from Highscore list?

    You have it already in highscores: if ($chardata['group_id'] < 2) { Make sure that your GOD group_id is more than 2
  6. W

    [8.60]Need people for testing server.

    I'd be thankful if any Advanced OTS Player would like to participate tests, need more info about Profession Balance, Creature Damage, Spell DMG Balance, Map Bugs. Anyone who would like to help me with my server, please PM me. Thanks.
  7. W

    Looking for people for testing server.

    Ok, Thanks ill ask here.
  8. W

    [8.60]Need people for testing server.

    Heyy, as title says i am looking for people who are bored or would like to help others, i would like to test my server. If someone would like to play around and report some bugs or something i would be wery thankfull and maybe i will add title after tests to every person which participated :)...
  9. W

    Looking for people for testing server.

    Heyy, as title says i am looking for people who are bored or would like to help others, i would like to test my server. If someone would like to play around and report some bugs or something i would be wery thankfull and maybe i will add title after tests to every person which participated :)...
  10. W

    Solved Write server info to file error

    i have write Ohh i didnt know lua supports string.format, thanks :) soo this works like charm but still i have error in my console no idea Whyy :O [Error - GlobalEvents::think] Couldn't execute event: serverstatus -edit- Fixed, forgot to add return true server didnt know it passed well or...
  11. W

    Solved Write server info to file error

    yesterday i found possible solution before i went to bed, ok so wouldn't be better if my server creates file with variables and i just read it in php? :) -edit- i have written a globalevent and created script to it: globalevent.xml <globalevent name="serverstatus" interval="60" event="script"...
  12. W

    Solved Write server info to file error

    -edit- Error in 3rd post. Hiho, i have managed to add server info to Znote AAC and it works but it looks like it can get the values from socket once for five minutes. x = number First time or after five minutes+- i refresh page, it shows correct: Server Online Players: x Uptime: xh xm but...
  13. W

    [Rozwiązany] Mintshost hosting<=>ots te same ip

    Przekierowałem :) dziena za podpowiedz.
  14. W

    [Rozwiązany] Mintshost hosting<=>ots te same ip

    Witam, nie wie ktoś jak zrobić przekierowanie z hostingu www na vps ? Żeby na strone i do otsa było to samo ip.
  15. W

    Linux Debian 6 Starting TFS 0.3.6pl1 error

    -EDIT- Nevermind, deleted few lines in c++ which were about blacklist. Ok so successfully compiled TFS 0.3.6.pl1 on my new VPS Debian 6 32bit with Direct Admin. After that i copied data from my pc to my vps and tried to run tfs with command: root@xxx:~/forgottenserver/source#...
  16. W

    GlobalEvent Training System best option.

    I don't see a point for this, You already have onStepOut on the Main training Tile. Aren't you?
  17. W

    Help with my 7.6 server!

    I have no idea what you mean by 7.6 server, i have distro: TFS 0.3.6 and for anti-afk is responsible file "data/creaturescripts/idle.lua". Check database connection in your AAC, Can you find any player ? using find on you website?
  18. W

    Lua Creating Spell Effects (Wont go behind character/Condition not found)

    Use doSendMagicEffect to create effect around you.
  19. W

    Solved Display TimeLeft

    @edit, how can i parse some value to time ?
  20. W

    Lua Remove vial from manafluids after use?

    Next time give info about Distro. I have TFS 0.3.6 and this is my potions.lua, i have "yes" for "removeOnUse" local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect...
Back
Top