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

    Hold your breath and press "l" game.

    Isn't this affected by your keyboards settings too?... Anyways...
  2. AGS

    Count 1000 using pictures!

  3. AGS

    Which nation is more annoying?

    Mexicans are so annoying! :p
  4. AGS

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    So how does the data folder works now? I can just paste a file with my custom functions and it will be loaded or do I have to do an include from one of the files that come with the server?
  5. AGS

    [Suggestion] OnQuest function

    Are you serious?... Just use what master-m said, if what you is a way to make quests fast, use the quest system that comes with TFS(I don't remember who did it)... Adding that funciont would be almost like having onUseRope, onUseShovel, etcetera... Anyways, tell me about those...
  6. AGS

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    Finally! ... by the way.. I don't think this is okay: luascript.cpp Line 2073 //doPlayerSendMailByName(name, item[, town[, actor]]) lua_register(m_luaState, "doPlayerSendTutorial", LuaScriptInterface::luaDoPlayerSendTutorial);
  7. AGS

    Action Getting pearls from Sea Shells

    A really simple script, you just use closed seashells(7552) and you may get a giant shimmering pearl, you may squeeze your fingers, or you may just not get anything. Actions.xml <action itemid="7552-7553" event="script" value="other/seashell.lua" /> seashell.lua function onUse(cid, item...
  8. AGS

    TalkAction Scripts to Mods Transformer

    Nice, but I don't like mods either... I'm not saying they're bad, but I see them more like to release scripts here and that, so people can install them faster.
  9. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    Oh right, it's in GROUPS, sorry.
  10. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    Could you explain me how the values used for the flags work?:confused:
  11. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    Yo should update the custom flag creator: TheForgottenServer Custom Flags And, how do violationReason, nameViolationFlags and statementViolationFlags work?
  12. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    I REALLY hope wait(delay) was fixed, or else...
  13. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    Thanks again elf, judging on the changelog, you did a pretty good job. Updating my files is going to take some time... lol
  14. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    What's the Hunting condition for? Stamina?
  15. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    Why aren't the data files linked to older revisions in the public svn? Like, to compare 0.3.5 items.xml with 0.3.4 items.xml
  16. AGS

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    Finally! Thanks a lot elf
  17. AGS

    TalkAction Buy items with frags

    Lol, kind of weird, but I guess it's good for pvp servers.
  18. AGS

    How to use setCombatFormula

    I took it from TFS 0.3.4pl2 case FORMULA_LEVELMAGIC: { min = (int32_t)((player->getLevel() + player->getMagicLevel() * 4) * 1. * mina + minb); max = (int32_t)((player->getLevel() + player->getMagicLevel() * 4) * 1. * maxa + maxb); Vocation* vocation = player->getVocation()...
  19. AGS

    Type The Name Above Without Looking At The Keyboard

    Zer0ze almost... lol My name is way too easy...
  20. AGS

    How to use setCombatFormula

    It's in combat.cpp
Back
Top