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

    Koik.me - Discussion-Thread

    I like how you randomly just mentioned that Habbo Hotel is closing xD Anyway, it's only the swedish version that's closing.. ONT: Nice idea :D
  2. EvoSoft

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    Knight 48 Druid 22
  3. EvoSoft

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    Knight 60 Druid 20
  4. EvoSoft

    Tuvaria 8.6 - creation of a realmap in my perspectiv!

    I see that you're planning on making the necromancer shield a donation item, but what if I do the Dreamer's Challenge Quest? ;_; No reward for me? :c
  5. EvoSoft

    Scripter Hire scripter to make token store, write

    @Breed From what I understood, he wanted a unique currency, not another currency.. Like he doesn't want to add an item that's worth 100cc, he wants an item that's worth 1 special point or w/e..
  6. EvoSoft

    Scripter Hire scripter to make token store, write

    If I understood u correctly, u want a script that removes x amount of z item and gives you another item? Eg. it takes 100 scarab coins and gives me a pair of soft boots? In this case, it's really easy, just modify a lever shop script a bit :P As for the NPC part, I don't think it's possible to...
  7. EvoSoft

    [TFS 1.0] Way to make yourself full forever?

    I don't want all food to make you full forever, just one thing ^^
  8. EvoSoft

    Bug - Players got GM commands

    nvm
  9. EvoSoft

    [TFS 1.0] Way to make yourself full forever?

    Is is possible to make yourself full forever by, for example, using an item? It would set the xxxx storage value to 1, and if it's one then it'll eat food for you or something... I DONT KNOW xD Soo... is it? xD
  10. EvoSoft

    Lua onCastSpell - sending to param

    TFS version?
  11. EvoSoft

    Spawn monsters every 3 min (unless already spawned)

    Here's the code I want it in: local pharaoh = { ["omruc"] = Storage.TheAncientTombs.Omruc, ["thalas"] = Storage.TheAncientTombs.Thalas, ["dipthrah"] = Storage.TheAncientTombs.Diphtrah, ["mahrdis"] = Storage.TheAncientTombs.Mahrdis, ["vashresamun"] =...
  12. EvoSoft

    Script convertion requested (old meta to new meta)

    tenks i luv yu <3
  13. EvoSoft

    Script convertion requested (old meta to new meta)

    function onKill(cid, target, damage, flags) if isPlayer(cid) then if(isMonster(target)) then if(string.lower(getCreatureName(target)) == "jaul") then setPlayerStorageValue(cid, 524877, 1) doCreatureSay(cid, "You can get your reward now.", TALKTYPE_ORANGE_1)...
  14. EvoSoft

    Compiling Missing "boost\asio.hpp" and "boost\lexical_cast.hpp"

    Thanks, where's the .exe after I compiled? (A) EDIT: Nvm, it said where it was.. I'm blind
  15. EvoSoft

    Compiling Missing "boost\asio.hpp" and "boost\lexical_cast.hpp"

    Downloaded from: https://github.com/otland/forgottenserver Nothing changed :P
  16. EvoSoft

    [TFS 1.0] Grizzly Adams: getTasksByPlayer

    Doesn't work :/ Now I get these errors, dunno if it's this script though
  17. EvoSoft

    [TFS 1.0] Grizzly Adams: getTasksByPlayer

    Thanks, @Limos ! But it still won't count kills :/ Is there something wrong with my creaturescript? function onKill(cid, target, lastHit) local started = getPlayerStartedTasks(cid) if isPlayer(target) or isSummon(target) then return true end if started and #started > 0 then for _...
  18. EvoSoft

    [TFS 1.0] Grizzly Adams: getTasksByPlayer

    edited the global.lua and the whole server got screwed... won't mess with shit after this...
  19. EvoSoft

    [TFS 1.0] Grizzly Adams: getTasksByPlayer

    My current global.lua: http://justpaste.it/fzl2 what's missing? when I say hi - tasks now, I get this error:
Back
Top