If you're not willing to altar the magic/attack system then why not just put this script in the trade room?
PHP Code:
function onPlayerEnters() {
for(temp.i: npcs) {
if (temp.i.ismudmonster && temp.i.mudowner.length() > 0) {
temp.i.destroy();
}
}
}
Which would kill all the monsters that anyone brings in to the room.
Quote:
Originally Posted by dNeonb
If you are no programmer and don't understand what I talked about you should maybe not post such comments but you should maybe read what Raven said he put it in some way even a non-programmer can understand it. Thanks, Raven.
|
If no one can ever understand what you're trying to say why don't you explain it a bit better so people
can understand.