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

    Not sure if this is where this should go? Custom Sprites RME

    You also have to make the RME use the new tibia.spr and tibia.dat files you've created, because they contain your new data and images.
  2. Shadowsong

    Not sure if this is where this should go? Custom Sprites RME

    This is most likely because the items.otb file that RME is using is not the same as the items.otb file the server is using (data/items/). Go to the RME folder and find the folder of the version which you use to edit your map, then replace the items.otb file you find inside with your new...
  3. Shadowsong

    [Germany] [Custom] Necronia ❂ Open-Beta Now

    Hard at work, heh 😅 I'll drop you a PM if you want to talk, so we don't spam the thread. 🍻
  4. Shadowsong

    [Germany] [Custom] Necronia ❂ Open-Beta Now

    Your nickname is the reason I learned that the word Discombobulate even exists and what it meant, of course I remember. 😅
  5. Shadowsong

    [Germany] [Custom] Necronia ❂ Open-Beta Now

    Miss you too buddy. :( It is closed for now until I have more time and money to dedicate to it. Meanwhile I'm making changes slowly in the background, but nothing public yet. I post updates on our discord from time to time if you are interested.
  6. Shadowsong

    For-loop index jump

    Like Evil Hero pointed out above, use a table structure like: -- Structure your table like this, so that lowercase spell names are indices and they each hold an array of data related to the spell. local spells = { ["antidote"] = {price = 150, words = "Exana Pox", level = 10}, ["berserk"]...
  7. Shadowsong

    Tibia Summer Update Asura

    If that is cip's map, that is genuinely depressing. Just an absolute gag-inducing garbage of a map. Wow.
  8. Shadowsong

    Autor's Mapping - PokeFantasy Online

    Color me impressed. The mapping is not as technical as some out there, but it does not need to be. The sprites and their colors look nice and fit very well together, and the walking areas are not cluttered with unnecessary detail. And the pokemon sprites in 45 perspective are a huge plus.
  9. Shadowsong

    (0.6.6) OTClient startup.ogg alternate

    This behavior is very strange. As you can see in test results, first result for me is always random as well. In his case, it appears not. Well if anyone in the future runs into the issue, at least we explored two solutions. 👍
  10. Shadowsong

    (0.6.6) OTClient startup.ogg alternate

    Yeah, the code I posted to you - I tested it further and posted test results there, works fine here. Are you sure you used the math.randomseed(os.time()) function before calling math.random? There is a thing in output of math.random - is not truly random, there is a pattern which determines...
  11. Shadowsong

    (0.6.6) OTClient startup.ogg alternate

    I have tested the randomization thing, running the client 5 different times, I printed the name of which song is going to be run (and tested math.random further running in that instance to ensure that the os.time() seed produces properly different patterns) and this is the output: Plus I'm...
  12. Shadowsong

    (0.6.6) OTClient startup.ogg alternate

    Sorry, I hadn't read the script fully so I made a mistake. Okay you can try like this - revert the changes I made in the 1st post, and when the script is back to default, under function init() Add: -- Configure initial music. ----------------------------------- local listOfMusic = {...
  13. Shadowsong

    (0.6.6) OTClient startup.ogg alternate

    Glad to help, cheers :)
  14. Shadowsong

    (0.6.6) OTClient startup.ogg alternate

    In modules\client\client.lua, on the start of the script, add: local startupMusicTracks = { "/sounds/startup1", "/sounds/startup2", "/sounds/startup3", "/sounds/startup4", "/sounds/startup5", } Now edit it to contain the filenames/locations of all of your various soundtracks...
  15. Shadowsong

    Can someone make a good 8.0 ot already?

    As far as I'm aware, the general consensus is that "old school" entails no hotkey targeting, no wands, spears dropping below monsters when used, oldschool sorc/druid features and mlvl requirements (spells, runes available, formulas, etc.), maybe even old outfits w/o addons, etc. So in principle...
  16. Shadowsong

    Can someone make a good 8.0 ot already?

    I was merely going to point out that you can consider that the same answer you gave could be the answer to your question in the first place, however, here's a more detailed explanation - I can think of a few reasons why 8.0 is no longer popular - it's not below 7.8 era, which would be...
  17. Shadowsong

    Can someone make a good 8.0 ot already?

    Why don't you do it yourself?
  18. Shadowsong

    TFS 1.X+ Can someone make it work

    Well there is your problem, in the last entry you can see that the exhaustion time has been properly set to 1547494189 (timestamp), however, when your hasExhaustion check is done, it seems not to do anything about this. I suggest trying to replace if player:hasExhaustion(84309) then with if...
  19. Shadowsong

    TFS 1.X+ Can someone make it work

    I haven't tested it since I have no 1.x server to run atm, but unless I'm blind, this should work. Have you reloaded the script? Also, make sure that you are not using it on a character that is not affected by exhaustion. Don't know how it is on your distro, but on some distros, GMs and other...
  20. Shadowsong

    I deleted the map by accident | Remere's Map Editor

    Sucks to hear that man, but make backups of your work on store it on a cloud with a version management system otherwise stuff like that happens.
Back
Top