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

    32bit instead of 16 on health and mana

    Hi, I tried to change the health and mana in OTC to show up as 32 bit instead of 16bit. But when I compiled I get errors and the client just writes huge numbers as health and mana. Here is the code bit I changed in "protocolgameparse.cpp": if(g_game.getFeature(Otc::GameDoubleHealth)) {...
  2. B

    Problem importing custom sprites of missiles

    Hi, I'm trying to import my own sets of sprites for missiles and other multisprite items. But the client always crashes with animations and the missile sprites doesn't load. I'm using ObjectBuilder 0.3.4 to import sprites and using tibia client 9.86. This is how the missile page looks, all the...
  3. B

    Solved Need help removing monsters in area

    Hello. I've been working on an arena like script. The npc summons 4 mobs and waits for you to kill them. If you fail, he should then remove all the remaining monsters and summon 4 new ones if you want to try again. Everything worked fine except the "doRemoveCreature" line. It was simply...
Back
Top