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

    I had to post here...

    I had to post here too. Someone told me he's gonna shoot me if I don't.
  2. Demoncrawler

    Avaricia 3D - Development Thread (Modeling, Texturing, Rigging, Lightining, and more!)

    It looks interesting, but dunno why the shores are so square or the walls.
  3. Demoncrawler

    Would you still play on enigma city ( evolution map ) like on old servers? Classic style or remapped doesn't matter

    The map looks rather boring already. Very square. 3 or 4 houses in a row that look exactly the same is visually not very pleasing.
  4. Demoncrawler

    Ranger's Arcani OTClient showoff

    I would rename some stuff. The armor of the hardened leather to "Hardened leather armor". 10% of defense against undead should rather be called 10% defense against undead. Balancing everying on a regular server is already difficult but when I look at some of your stuff with 13 different stats I...
  5. Demoncrawler

    Tibia 2.5D

    Well it is already 2.5D in Tibia but I guess they prefer a higher angle versus a lower angle so ppl see more. With the angle you choose you will have to make all walls transparent as soon as your character gets closer.
  6. Demoncrawler

    [8.60] Tomek Chleje Mapping ;d

    This is no 8.60 anymore or am I wrong?
  7. Demoncrawler

    Low rate long-term v/s Mid/High rate short-term.

    I would say in general younger players are impatient and prefer higher rates. Obviously not all younger players though...
  8. Demoncrawler

    Low rate long-term v/s Mid/High rate short-term.

    You should rather start a poll and ask several ppl. I am not a player, I'm a creator. I have no perfect rate that I would prefer.
  9. Demoncrawler

    OTClient Looking for a 13.x server

    How about you translate your post here or write in the native language board?
  10. Demoncrawler

    Low rate long-term v/s Mid/High rate short-term.

    The thing is most ppl don't like to fight rats, rotworms or trolls. So like 99% want to skip that crap and rather have a high exp rate at the start. Later on you can lower the exp.
  11. Demoncrawler

    Problem Freezing

    Enable extended opcodes in features.lua, get another dat File, there is some picture missing. After that if there are still many errors maybe you should remove some of the custom modules.
  12. Demoncrawler

    Compiling Error when compiling

    Disable cmake, I did read that it causes errors sometimes.
  13. Demoncrawler

    Problem with TLS/SSL error when starting server

    Usually you turn that off in config.lua there is a line that is called sha1 and you change that. But I have no clue if that works for your specific server.
  14. Demoncrawler

    Lua Write a sequence on lever press

    Right now it adds +1 to some index whenever the right lever is pulled until you hit the right index number. for _, position in ipairs(leverPositions) do local tile = Tile(position) if tile then local lever = tile:getItemById(levers.right) if lever then...
  15. Demoncrawler

    Lua Write a sequence on lever press

    I would rather get each tile whenever you press a lever and check the itemid.
  16. Demoncrawler

    Sanguine items edition

    In sourcecode is attributes.cpp and attributes.hpp there you can copy the code of some attribute and then manipulate it so it does what you want it to do.
  17. Demoncrawler

    spell based on level

    Not every effect or command is the same for every serverversion, sometimes simply the name of the command or the effect is a bit different and then it won't work. Spelleffects is, in general, listed in your sources in something called enums or something similar. If you look in in sources and...
  18. Demoncrawler

    HUNTING ROOM - problem with spawn monster

    The whole file seems a bit complicated to me, replace the v.monsters[1] with just a string of a monster as first step. Like 'Rotworm' or something and see if that works and then use doPlayerSendTextmessage to see if any of those monsters[] actually have strings And if not maybe use a table of...
  19. Demoncrawler

    Canary - Failed to established connection to the game server / Connection refused

    I had the same problem, my characters had the wrong worldid. I changed the worldid of my chars from 0 to 1 and it worked. But your problem might be different.
Back
Top