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

Lua Zombie Event -> Monster Not attack player with utana vid

TibiaGameHost

Hello!
Joined
Feb 25, 2009
Messages
255
Reaction score
0
Location
Canadá
I use zombie event on my server, and monsters of zombie, not attack players with Utana vid.
Why? Have solution?
Help :)
 
Code:
    <immunities>
        <immunity physical="1" />
        <immunity energy="1" />
        <immunity fire="1" />
        <immunity earth="1" />
        <immunity ice="1" />
        <immunity holy="1" />
        <immunity death="1" />
        <immunity lifedrain="1" />
        <immunity manadrain="1" />
        <immunity paralyze="1" />
        <immunity drunk="1" />
        <immunity outfit="1" />
        <immunity invisible="1" />
    </immunities>
 
Back
Top