scorpionfight
New Member
Its possible to hide a monster from battle? But can see this monster on the screen and attack too, like a normal monster, not a ghostmode from GMs/GODs.
For example, monsters have two flags: hidename and hidehealth...
I wonder if it is possible to create something like that:
Of couse it need source edits, but I dont know how to start it. The part of creating a new monster flag is easy, but I'm not thinking / understanding how to make the creature disappear from the battle window.
Can anyone help me? Thanks!
For example, monsters have two flags: hidename and hidehealth...
Code:
<flags>
<flag hidename="1"/>
<flag hidehealth="1"/>
</flags>
Code:
<flags>
<flag hidename="1"/>
<flag hidehealth="1"/>
<flag hidefrombattle="1"/>
</flags>
Can anyone help me? Thanks!
Last edited: