• 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!

skull

  1. S

    Fix/Patch [TFS 1.x] Monster Skulls

    This fixes skulls not appearing on monsters for some versions of TFS. (Nekiro's Downgrade personally). I saw many threads about this with no fixes. Credits @zbizu for walking me through this. In protocolgame.cpp AddCreature() method: msg.addByte(player->getSkullClient(otherPlayer)); Replace...
  2. El Man

    C++ Add skull monster/npc

    how to add skull on monster/npc evolution source anyhelp?
  3. psilocybusmaxim

    C++ Yellow skull not working how i'd like it.

    So I'm new with playing with ot's old tibia player here trying to make a server, I've been playing with it for about a month finding 99.99% of my problems here but this one. So player A attacks player B, Player A gets a white skull Player B gets nothing and can walk right in pz. I'd like to...
  4. J

    SKULL RANDOM TFS 1.3

    help this erro. 1> monster.cpp 1>..\src\monster.cpp(52): error C2660: 'uniform_random': function does not take 4 arguments ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== line monster.cpp skull = uniform_random(SKULL_YELLOW, SKULL_WHITE, SKULL_RED, SKULL_BLACK);
  5. Helliot1

    OTX Set Npc Skull

    I can't put a skull in a Npc using OTX.. I put in npc.xml this "skull=green" and "<flag>skull="green"</flag>" But nothing this is working..
  6. Serene

    When the player dies he loses a percentage of total life/mana

    Hello, friends of otland. I've been searching in forum but didnt found any content related. Would it be possible a script that when the player dies, he loses a percentage of total life and mana? For example = death penalty: loses 2% of all life and mana (independent of the skull, but it would...
Back
Top