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

    Heyron - Mapping Showoff

    Hello guys, I'm working on a project that aims to remaster Yurots 7.6 to 8.6 with custom sprites. I accept criticism and constructive suggestions. The map will follow the style of the classic Yurots, but with improvements to the map and expansion of the continent. General view of the original...
  2. Heyron

    The white city

    I didn't like that variety of different roofs and walls, it's not my style. Each city or town has to have its own characteristic, just like Tibia Global, Thais uses a pattern, Carlin another pattern, Venore another pattern and so on. I just liked the way you keep the walkable environment...
  3. Heyron

    (TFS 0.4) Simple mining system

    bump
  4. Heyron

    How should a rl map server be?

    No server will last forever, this is more than obvious. And there is no harm in a server with "1x" experience in the highest levels. Even if a server is old and outdated, there are many people who exchange the "luxury" of Cip for that. The fun is not the same. You only visited the topic...
  5. Heyron

    How should a rl map server be?

    Global map players prefer a more serious server, with a low exp rate, starting at 50x at the initial level and 1x at the level 150 ~ 200. Attack speed set at 2 seconds per class. No infinite items, just Paladin ammunition. A successful global map server is one that makes new areas for hunting...
  6. Heyron

    (TFS 0.4) Simple mining system

    I need some help to set up this mining system. 1 - If mine something, remove the item that was broken (stones, trees...) 2 - Make the broken item reappear after 5 minutes. local SKINS = { -- Normal Pick [5908] = { -- Stones [4259] = {25, 5876}, [4262] = {25...
  7. Heyron

    (OTClient) NPC does not buy or sell.

    Don't work.
  8. Heyron

    (OTClient) NPC does not buy or sell.

    It is not possible to buy or sell on the OTC V8, the buttons are disabled. I did not modify the client.
  9. Heyron

    Send a message if an effect appears on the screen.

    The audios I have got through the RPG Maker VX, they are super fast, last a maximum of 500 MS. The problem is the OTClient that can't handle playing different audios at the same time. The @forgee code is different from this other mod, I mean the "Advanced Sound Mod", which has 3D audio, however...
  10. Heyron

    Open server from my computer

    How strange, it was supposed to work! Have you added all those ports to your Windows Firewall? Do you use an anti virus program? It may be preventing access to your server. And another thing, usually GM's/GOD have a /openserver command, try using it and see if the server has opened normally.
  11. Heyron

    Send a message if an effect appears on the screen.

    Friend, I already discovered my mistake! Your code takes into account the ID's that are in the Objetic Builder, and not in the server's LIB. You are amazing, thank you for your time and your patience to teach and explain. Unfortunately, when there are many monsters on the screen, the client...
  12. Heyron

    Send a message if an effect appears on the screen.

    Ocorreu um erro no terminal. Script: local sounds { -- 6 = CONST_ME_FIREAREA -- 37 = CONST_ME_ENERGYAREA -- 41 = CONST_ME_ICEAREA -- 17 = CONST_ME_MORTAREA -- 49 = CONST_ME_HOLYAREA [6] = "/sounds/FireDamage.ogg" [37] = "/sounds/EnergyDamage.wav" [41] =...
  13. Heyron

    Send a message if an effect appears on the screen.

    Where to install this code please? I really want to test it. In fact, your code example can be a great milestone for anyone without programming knowledge to be able to put sound on OTClient, without difficulty and with easy installation. Is the configuration I made in your code correct? The...
  14. Heyron

    Send a message if an effect appears on the screen.

    Could you explain to me how to configure please? This part I did not understand very well: local sounds = { --[magicEffect] = "soundfile" [3] = "/sounds/startup.ogg", } Does each audio in the mods/Advanced Sound/Sounds need to have the same name as the effect? For example, the fire...
  15. Heyron

    Send a message if an effect appears on the screen.

    This code example that you mentioned, could you do some kind of adaptation to execute this parameter in LUA? sendScreanSound (cid, "FireDamage.wav") This parameter above is responsible for reproducing a sound effect in OTClient/mods/Advanced Sound If this is possible, it would be very easy to...
  16. Heyron

    (Clients) How to get sprites from version 10.98?

    Knowing that the maximum version supported by Object Builder is version 10.77, does anyone know of any other way to get access to the original sprites otherwise? Thank you.
  17. Heyron

    (Ed Mignari) Map Shape Generator

    Does anyone know if this program is available for download? Thank you.
  18. Heyron

    Aros.Online Custom Server

    Did you like my photo? I also plan to use it in my project as the background image of a Tibia client and the site.
  19. Heyron

    (Sources C++) Monster loot message.

    I do not understand programming. So I would like to know what to remove in monsters.cpp so that the loot message appears only in the "Server Log" chat, not on the screen. In Dev-C ++ I found the code responsible for the loot messages, below: std::stringstream ss; ss << "Loot of " <<...
  20. Heyron

    (Uniform Server) Doubt about connection.

    Thanks for the comment, but I had already figured out how to remedy the proplem. What was happening is that I had forgotten to add the ports to the Windows Firewall. These are port 80, 443 and 3306.
Back
Top