Thread: Showing Stats
View Single Post
  #5  
Old 04-03-2001, 06:42 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Well you already posted an effective way of healing people with a PK tag yourself. Although you might be able to create a temporary place with higher AP for PKers with the following script (Not tested and ertainly not sure if it works):
NPC Code:
if (playerenters||timeout) {
for (this.i=0;this.i<playerscount;this.i++) {
if (players[this.i].ap<=40) {
players[this.i].ap=41;
}
}
timeout=0.05;
}


But as I said I have no idea if it will work online.
__________________

Reply With Quote