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

    How to save every player's log?

    bump :P
  2. G

    squeezing gear of girlpower

    do you need those uids of pickholes for something? If not maybe try to remove uniqueid in map editor and then try using that squeezing item
  3. G

    squeezing gear of girlpower

    is the pickhole's id in this list? local holeId = {294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136} if not then add it to that list and try using it then edit add this id 468 because i dont see it on the list... so it will be like...
  4. G

    Guild war tile

    just, put a teleport on a tile and don't do anything with it. but give the uniqueid to the tile that is under tp first. and then in the script, put the destination in x, y, z where a person should be teleported... I will test that script if it even works coz we dont even know if it does.
  5. G

    Adding muted in Private and Guild Channel

    Actually, you're going too far now. You know that? It's not your business if its too much for me or not... Alright?? :) Secondly, as far as I saw, they only accept paypals - and I do not have a paypal account because I dont have a credit card... - if they accept other payment methods then I'm...
  6. G

    Guild war tile

    function onStepIn(cid, item, position, fromPosition) local t = {x=1000,y=1000,z=7} if not(getPlayerGuildId(cid)) then doTeleportThing(cid,t) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "The tile seems to be protected against unwanted intruders.")...
  7. G

    Adding muted in Private and Guild Channel

    but its still tfs 0.4, right ? ;O So, you're telling me there is no way i can add muted to both of those channels? There must be a way - and do not tell me to donate :)
  8. G

    Solved Change !online command

    works :* Thanks !! :) Reputation added! :D Problem solved ;P Edit: I have to spread out some rep before giving it to u ;/
  9. G

    Solved Change !online command

    this error shows up :S and i have kind of the same error with my other command which is interesting ;O
  10. G

    Lua Command !go for guild leader - Error in console

    Hello, I have this script for changing outfit to leader's one. local config = { exhaustionInSeconds = 30, storage = 234 } function onSay(cid, words, param) if(exhaustion.check(cid, config.storage) == TRUE) then doPlayerSendCancel(cid, 26, "You can change outfit only 1 time per " ...
  11. G

    Solved Change !online command

    I still need exhaustion in this script for 30 seconds but you did 1 part of it :) Of course Repp to you :) Thank u ;)
  12. G

    Solved Change !online command

    Hello Otlanders :) I would like to change my script that is responsible for showing players online in-game. First of all, I would like to add exhaustion to it for 30 seconds. Secondly, Well, I must give you an example ;P Now, when I use a command !online, this appears in Defaul...
  13. G

    Adding muted in Private and Guild Channel

    I have tfs 0.4 DEV Compiled with GNU c++ version 4.4.0 so why does it not work for me?
  14. G

    Adding muted in Private and Guild Channel

    I added this to private channel line in channels.xml <channel id="65535" name="Private Chat Channel" muted="3" conditionId="4" conditionMessage="You must wait 3 seconds before writing here again."/> and before it, it was like that <channel id="65535" name="Private Chat Channel" /> but it...
  15. G

    Adding muted in Private and Guild Channel

    bumpy ;d
  16. G

    How to save every player's log?

    bumpy :)
  17. G

    PZ after player logins to the game

    THAnk u so much!!! :D id give u 1 more repp but i must give out some repp before giving it to u again :S topic can be closed... :)
  18. G

    Adding muted in Private and Guild Channel

    I would like to know how to add muted to 2 channels: One of them is "Private CHat Channel" - where player can create his own channel. 2nd one is "Guild Channel" - no matter if its leader of member. The kind of muted I want it to be is like on "Default Channel" not like on "Trade...
Back
Top