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

  1. Wrathe

    TalkAction [TFS] Filter of "bad" words

    But what if I type fuck you? ^.-
  2. Wrathe

    Team Recruiting for TibiaScape!

    Yeah, my friend knows. He is using some other client, I think. He just needs some help.
  3. Wrathe

    Team Recruiting for TibiaScape!

    My friend is looking for a team to help him with his TibiaScape. Here is his post from www.tibiafans.com. :thumbup:
  4. Wrathe

    Dev-C++ directories for TFS

    Well I followed this and I got errors. 180, I think. I use XP.
  5. Wrathe

    Dev-C++ directories for TFS

    What are the directories for TFS? http://otland.net/showthread.php?t=166&highlight=Compiling+TFS I followed this.
  6. Wrathe

    Looking to make a new server save

    What server are you using? I thought save is in all configs.
  7. Wrathe

    {Request} Premium Bridge

    For The Forgotten Server:function onStepIn(cid, item, position, fromPosition) teleportpos = {x=111,y=111,z=1} if isPlayer(cid) == 1 then if isPremium(cid) == 0 then doTeleportThing(cid,teleportpos,FALSE) doPlayerSendTextMessage(cid,'You must be premium to cross this bridge.',25) end end end
  8. Wrathe

    Event types

    What other event types are there? Thanks in advance, Wrathe
  9. Wrathe

    TheForgottenServer v0.2rc6 (Golden Warrior)

    Very nice! Thanks.
  10. Wrathe

    {Request} Premium Bridge

    function onStepin(blah balh) teleportpos = {x=111,y=111,z=1} if isPlayer(cid) == 1 then if isPremium(cid) == 0 then doTeleportThing(cid,teleportpos) end end end There is the general idea :P
  11. Wrathe

    [Help] os.clock

    Which means what exactly? Yes or no?
  12. Wrathe

    [Help] os.clock

    And that will broadcast a message after 5 hours of uptime and again at 10 hours of uptime?
  13. Wrathe

    CreatureEvent Frag reward

    It should be getPlayerLevel(killer), sorry Wrong way around. :P Should be this since you are getting the level of the player: if (levelDiff <= getPlayerLevel(killer)) then That just made it you could only get an item if your were over 10% of their level. eg. You only got an item if you...
  14. Wrathe

    [Help] os.clock

    It helped a little bit. So... function onThink login_time = os.clock if (os.clock() - login_time) == (60 * 60 * 5) or (60 * 60 * 10) then selfSay(/'B If anyone needs help then message GM Wrathe.') end end Okay how about this? It will broadcast a message at 5 hours and 10 hours after...
Back
Top