<flags>
<flag skull="5"/>
</flags>
Thanks worked just great =)I the above does not work use this:
Code:<flags> <flag skull="5"/> </flags>
5 is a black skull. Play around with the number, I dont know them
enum Skulls_t : uint8_t {
SKULL_NONE = 0,
SKULL_YELLOW = 1,
SKULL_GREEN = 2,
SKULL_WHITE = 3,
SKULL_RED = 4,
SKULL_BLACK = 5,
SKULL_ORANGE = 6,
SKULL_LAST = SKULL_ORANGE
};
<monster name="Bear" namedescription="a bear" race="blood" experience="23" speed="145" manacost="300" skull="1">
<npc name="Alice" script="bless.lua" walkinterval="2000" floorchange="0" skull="1">