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

    TFS 1.X+ Help to finish function sendColorText for otclient and client 12 official

    i try to make it work, but when 2 players are in the same place with different client, the player with the official client is crashed I don't know how the "getSpectators" works, it seems that it gets confused when there are several players in the same place, it can't identify each one local...
  2. beenii

    TFS 1.X+ Help to finish function sendColorText for otclient and client 12 official

    I was using this function Animated Text - Lua - 1.3 I'm trying to tweak it to work with all clients local function sendColorText(message, color, pos, send, cid) local player = Player(cid) if not player then return end -- this could also be handled inside of the...
  3. beenii

    Lua [TFS 1.2] Outfit bonuses

    Your system looks very organized, could you pass me the complete and corrected code to use it on my server? I would be very grateful
  4. beenii

    Animated Text - Lua - 1.3

    works: creature:sendColorText(named, Position, 30, 1, {''..Playername1..'', 'Playername2'}) canSee <-- dont works
  5. beenii

    Animated Text - Lua - 1.3

    i try Game.sendColorText("hola", playerPos, 215, 2, 2) but dont work 1628649266 and try player:sendColorText(info.text, info.pos, 215, 2, 2)
  6. beenii

    Animated Text - Lua - 1.3

    any example how use?
  7. beenii

    Lua create function shuffle(numbers)

    can you teach me how to store in a global table? it doesn't matter that it gets destroyed when the server restarts
  8. beenii

    Lua create function shuffle(numbers)

    It works perfectly 😍 a question, when i run local shuffle = shuffle({1,2,3,4,5,6,7,8,9}) for i = 1, #shuffle do print(shuffle) end To check the order after executing, i need to store them in a global storage right? [I]The reason why I needed this function I am making a war system where I...
  9. beenii

    Lua create function shuffle(numbers)

    It is a function in Lua you do not have to change anything from the repository
  10. beenii

    Lua create function shuffle(numbers)

    Hello I think that interesting systems could be created with a function like this I need it for a system to change townid of my players the truth is, I don't know how to store data in tables, to create this function the idea of the function is the following: be able to use the function...
  11. beenii

    Lua Change map for war server TFS 0.4

    Thanks for your help, I'll see how I solve that order :D
  12. beenii

    Lua Change map for war server TFS 0.4

    I just ran several tests, if I improve, but still not working 100% the cycle repeats, but in the same order. 1.- only when i restart the server, or refresh the script changes the order. 2.- townid 1 never shows up 3.- when the cycle ends, in the next change the script does nothing, until it...
  13. beenii

    Lua Change map for war server TFS 0.4

    analyze the script in detail. 1.- the same order is always repeated 2.- and when the cycle ends, it doesn't make any more townid changes, until I restart the server Hopefully you can help me, I want to implement the current map and the next map on the website. if you can register the town...
  14. beenii

    Lua Change map for war server TFS 0.4

    As soon as I get home I will test if it works, thanks for now
  15. beenii

    Lua Change map for war server TFS 0.4

    I think I did not explain my problem well, An apology for that. I will not change the map, I will change the players from townid, in total I will have 4 temples, where every certain hours they will be transported. When the server starts, Players Start in town 3, then follow next houra...
  16. beenii

    Lua Change map for war server TFS 0.4

    Hi, I need help with the logic of this system. I want my map to change every 4 hours, but always in a different order. For example I have: map 1 / map 2 / map 3 / map 4 When the server starts, Start in map 3, then follow map 1, map 4 and map 2. Whenever the server starts, it will be a...
  17. beenii

    [Poland] Rook War - Noob War Server [8.60] [BETA] [Free SMS SHOP]

    why i cant donwload? have link?
  18. beenii

    [Poland] Rook War - Noob War 8.60 | Edited Rookgaard | Points for start

    i want this map, only rook <3
  19. beenii

    [8.6][TFS 0.4] Karmia

    i compile with Stian's Repack Dev-Cpp
Back
Top