Quote:
Originally Posted by theunknown
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 ...