View Single Post
  #3  
Old 03-01-2008, 02:55 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by theunknown View Post
Get staff to make a script so magic doesn't hurt in trade? It'll work like the party system when you can't hurt your party with weapons or magic. Simple.
PHP Code:
function monsterAttack()
{
  if ( 
this.level.name == "inside_traderoom.nw" // or whatever the level name is
  
{
    return;
  }
  
goAttack();

They could easily make the script -- there must be a reason they aren't. Whether it comes from lack of support, or through a reason they want people to die in the trade room ...
__________________
Reply With Quote