k0rd / Custom-Monsters-Plugin--Tshock-

Server Side Custom Monsters for Terraria
3 stars 1 forks source link

donttakedamage,onfire,poisoned is not working #18

Open Pychnight opened 12 years ago

Pychnight commented 12 years ago

just tested this all three functions are currently broken.

Pychnight commented 12 years ago

name:Posion basetype:3 life:2000 boss:true poisoned:true

name:Fire basetype:3 life:2000 boss:true onfire:true

name:dontdamage basetype:3 life:2000 boss:true donttakedamage:true

Configs added

Olink commented 12 years ago

onfire and poisoned are effects from buffs, so this feature will require a little bit of work to implement( I am not entirely sure on the exact protocol to apply buffs to enemies etc etc )