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

Search results

  1. S

    Not allow player to send private messages

    I don't know what do add/replace in the .cpp file(s). I'm not a programmer, sorry.
  2. S

    Not allow player to send private messages

    I already tried IP blocking the guy, but he keeps changing his IP so it makes no difference. I guess blocking his private channel communications would solve it.
  3. S

    Not allow player to send private messages

    But then, I believe, private channels would cease to exist, am I right? Edit: Maybe it is possible to code a 'check' to see if the player is allowed to send messages. It would check the databse and if that specific collumn is 0 or NULL, he is allowed to do so, if it is 1, he isn't. I just...
  4. S

    Not allow player to send private messages

    Geez, I completely forgot about that. Sorry, that rarely happens. I'm using TFS 0.4 rev 3777. Really sorry.
  5. S

    Not allow player to send private messages

    What should I edit in my source?
  6. S

    Not allow player to send private messages

    How do I disallow a player to send private messages to others? Can it be done by any script? Thanks in advance. Edit: I only want some players to be blocked from private chat
  7. S

    Linux Zombie Event not working

    Hello guys, I'm using a automatic Zombie Event in my server (I can't post any links because it is from another forum) Problem is that when I changed the server from Windows to Linux, the event stopped working. What happens is that when the zombie attacks someone, that person is not teleported...
  8. S

    Error when creating character

    Update: I also tested the same server on Windows and the results were the same. I tried to reinstall Gesior, and I did it, but with no success on fixing the problem. I believe the problem is in the database, but I have no idea where to start.
  9. S

    Error when creating character

    I have the following error when I try to create a character: Error occured! Error ID: Cannot save ItemsList. Player ID not set. More info: File: /opt/lampp/htdocs/classes/itemslist.php Line: 67 File: /opt/lampp/htdocs/classes/player.php Line: 87 File...
  10. S

    Items are not increasing skill or magic level

    Thanks guys, it worked!
  11. S

    How to make only VIPs able to buy houses?

    I can't, there is no buy house script
  12. S

    Items are not increasing skill or magic level

    How should I add them to movements.xml?
  13. S

    Items are not increasing skill or magic level

    It is happening with all the items, including the edited ones, the items are not giving players skill or magic level. How do I fix that? Here is an item example: <item id="11405" article="a" name="Great Blessed armor"> <attribute key="weight" value="2000"/> <attribute...
  14. S

    (Gesior) Guilds page not working

    But this is for TFS 1.0 only, my server doesn't support it
  15. S

    (Gesior) Guilds page not working

    It is on xampp
  16. S

    (Gesior) Guilds page not working

    Hi guys, I have the latest Gesior and there is a problem with the guilds page, players can't join any guild! When he joins, he is immediately taken out of the guild. When he creates a guild, he is also taken out of the guild, so the guild has no players and I have to delete it. Basically...
  17. S

    White skull doesn't fade away if attacking monsters

    I am using TFS 0.4 rev 0.377 on Linux Ubuntu 12.04 Client is 8.60 There are no errors in console
  18. S

    White skull doesn't fade away if attacking monsters

    I have noticed a kind of a bug on my server, if a player attacks another one (and doesn't kill him) and starts attacking another monster, his white skull will not fade away until he stops attacking the monster. How do I fix that?
  19. S

    How to make only VIPs able to buy houses?

    Is there a way to make only VIPs buy houses? Does it have something to do with the premium account feature or is there a script that can do that? I am using VIP System by Mock. @edit: Also, I'd like only the VIPs to be able to create guilds. up
  20. S

    [GESIOR] Create a "themebox login"

    Oh, I forgot one more thing, is it possible to make a button that makes the player go to his management page instead of having the account name and password inputs there when he is logged on? @edit: Nevermind, did that myself: <div id="Loginbox" class="Themebox"> <div class="loginbox"...
Back
Top