View Single Post
  #68  
Old 03-05-2008, 06:25 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
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.inpcs) {
    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 View Post
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.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote