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

    [France] Valkyrie No-PvP 10.99 RL Map by GillWings

    Valkyrie is a server from GillWings team. It was launched on 14th April. Due to the lack of interest of players in PvP/RPG server, we have decided to restart the server with No-PvP mode. We introduce you now new Valkyrie as No-PvP. Valkyrie is starting today, 26th May 2017, 18:00 CEST (GMT +2)...
  2. Dyabl0

    [France] Valkyrie 10.99 RL Map by GillWings

    The game is still on - don't lose any chance to become a legend. Join us today: Register - Valkyrie Many changes and events are upcoming the next weeks.
  3. Dyabl0

    [France] Valkyrie 10.99 RL Map by GillWings

    Valkyrie is a new server from GillWings team. It is going to be launched this friday, 14th April 2017, 18:00 CEST (GMT +2). We introduce this server as RPG/PVP, without any experience gaining from players killing. IP: valkyrie.gillwings.com Port: 7171 Issuance Reports: [email protected]...
  4. Dyabl0

    Compiling Orange Skull in 8.6 (0.4)

    It is very possible, the most important thing you must change is Orange Skull to Yellow or different one that 8.6 client supports. Follow required codes in order to make it work in here: Search · orange skull · GitHub Shouldn't be hard to compile for 0.4, there aren't many codes to add so you...
  5. Dyabl0

    Solved Can someone help me make my own client?

    Luka was looking for 8.6 RSA key which was special one...
  6. Dyabl0

    Solved Can someone help me make my own client?

    I will sort out your issue through private messages. If you solve this problem with RSA key, please post the solution later in here.
  7. Dyabl0

    Solved Can someone help me make my own client?

    It is counted as one number/letter. As the case above, after 14 numbers 3 left to go so you would do something like: 216.58.210.14200 00 00 Select last six 0 and return them to NUL so now you got 17 numbers. 216.58.210.142NULNULNUL EDIT: Open Notepad++ -> Edit -> Character Panel -> ASCII...
  8. Dyabl0

    Creating a 7.4 server

    It depends on how much effort you want to put on your projects. Let's be simple and clear, if you're looking for something more stable I would highly recommend you learning C++, LUA and others. You can built your own from scratch by downgrading latest The Forgotten Server to 7.x. I wouldn't...
  9. Dyabl0

    Solved Can someone help me make my own client?

    Don't stress yourself, you'll end up getting headache. Instead of using letter IP address, simply use numbers (e.g. 216.58.210.142). login01.tibia.com = 17 letters 216.58.210.142 = 14 numbers and 3 numbers left to complete Now simply add NUL after this IP address until you get total of 17...
  10. Dyabl0

    Solved Can someone help me make my own client?

    This number is RSA key which your client must have the same if you downloaded the official client, so in case you cannot find with a text editor it is probably someone has changed to something else. Get again your client from here: Home - Tibia Clients
  11. Dyabl0

    Solved Can someone help me make my own client?

    Using following tutorials can be helpful enough to make "custom client": For changing client IP address: Custom Client [8.6 - 10.XX] Make your client MC: Mc Multiclient (hex) 7.4 at 10.x Follow the tutorial correctly, get the essential softwares and you would get success.
  12. Dyabl0

    Wanted Gamemaster tfs 0.4

    Have you tried removing flags Can not attack players and Can not be attacked? PlayerFlag_CannotAttackPlayer = 1 << 1, PlayerFlag_CannotBeAttacked = 1 << 3,
  13. Dyabl0

    Rook system for tfs 1.2

    It would require to make changes on your sources file, look at this old thread which might give you an idea how it could be: Feature - Rook System Working on 8.6 Very probably it would not work correctly for TFS 1.2.
  14. Dyabl0

    Rl skull system

    Doesn't your The Forgotten Server engine already comes with the skull system buit-in? I'm not sure about answering to your question. If you got none of the skulls in your source files, then you might want to look for every skull code and implement since there is no special repository/commit made...
  15. Dyabl0

    Rl skull system

    It is working correctly as I tested. You can change the configuration in your config.lua for how long the Orange Skull is supposed to stay. When you kill a player without this attacking you first, you'll get Orange Skull on kill, so now this player who died will see the killer Orange Skull for...
  16. Dyabl0

    How to make show progress of Grizzly Adams tasks on Default chat?

    This has to be done with kills.lua (onKill) file inside creaturescript, by getting players total kill. Once you got this, set next storage + 1 value and send text to player as Sajgon said with current state. Look at similar example in here (old but will surely help you): CreatureEvent - Task System
  17. Dyabl0

    tfs 1.2 - Datapack 10.96

    There is always a reason for any action. I'm not any kind of fortune teller. As I said above, check your globalevents files, something might interfere since it is after certain interval.
  18. Dyabl0

    Rl skull system

    I saw an "OTX" team TFS based version which included Orange Skull system as you want: Github OTXserver - Orange Skull Look at the codes and you can easily implement them yourself.
  19. Dyabl0

    tfs 1.2 - Datapack 10.96

    Since the problem is not due to the sources, make sure if you have any corrupted script on globalevents/creaturescripts. Might be because of login, logout, death, or something else that causes. As you said it's usually happening between 15-30 minutes aprox., then look for any last changes made...
  20. Dyabl0

    Linux apache2 error

    I don't understand what you are looking for exactly, nor I use Apache2 anymore. Sending my files will not help you at all. Did you had backup files? If so, try restoring them. If the case is about Apache2 files, then simply uninstall and install it again.
Back
Top