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

Recent content by Colandus

  1. Colandus

    TalkAction [GM] /stalk player

    Tip: Add this to your /t /goto /up /down /a /town to make sure stalk is automatically cancelled when using those commands: STALKED_PLAYERS[player:getId()] = nil This could however bug a bit if your new position is next to the old stalked player as it will still have follow on them. So a...
  2. Colandus

    C++/Lua kunnig Svensk sökes för nytt projekt

    Du glömde konkurrenskraftig lön
  3. Colandus

    TalkAction [GM] /stalk player

    I made a fix for the bug you mention today and it works in the few test cases I made. If you know how to compile I can PM you the instructions for the fix. (If anyone needs the fix, please PM me and don't ask about it in this thread, you will need to compile on your own, I won't do that for you)
  4. Colandus

    [TFS 1.3] Small Boss Room

    Script works fine on a friends server Sarah, thank you. He had some issues with it and asked me for help but turned out it was just the cancelMessages that weren't showing correctly. These need a return true after the cancelMessages: if...
  5. Colandus

    TalkAction [GM] /stalk player

    This command will allow GM's to easier follow other players as they walk around the map. Usage: /stalk Colandus (enable stalking on player Colandus) /stalk stop (stop stalking) In data/talkactions/talkactions.xml add: <talkaction words="/stalk" script="stalk.lua" separator=" " /> In...
  6. Colandus

    Have Tibia Coins you don't need? Look here

    Thanks Boss 😉 Much love 🥰
  7. Colandus

    Have Tibia Coins you don't need? Look here

    Bro, I'm unrickrollable.
  8. Colandus

    Have Tibia Coins you don't need? Look here

    Free Tibia Coins plx 😅 I happen to have become addicted to Tibia again after many years! Now accepting free Tiba Coins to character Fiskpinne ☺️ (any amount is helpful and appreciated) Also, of course, if anyone is playing Antica, holla at me and we could have some fun together!
  9. Colandus

    The Forgotten Server Icon Competition - Voting thread - V3

    Change name to The Squirrel Server
  10. Colandus

    Remove item and make it come back after a few seconds?

    You can remove the item you clicked on using item:remove() Please also use code tags when posting a script.
  11. Colandus

    C++ [TFS 1.3] CTRL+ARROW KEY (Make the GODS / GM go through the walls)

    Here's my version if you want some more features: [TFS 1.x] Run with CTRL (Advanced Version) (https://otland.net/threads/tfs-1-x-run-with-ctrl-advanced-version.248297/)
  12. Colandus

    Countdown HELP

    Equal? They simply have font-size 30 to match with the screen size, although if you resize your browser smaller (or if you have a smaller screen) it won't be perfect anymore.
  13. Colandus

    [TFS 1.3] Game.Broadcast() not showing in game window

    Anonymous broadcasts will only be shown in server log. If you want your broadcast to show in game window you must use Player:say, which requires a player as you can see. If you do not want a player name you can use this little "hack" version I created (which means it could've been made properly...
Back
Top