Thread: Mining
View Single Post
  #8  
Old 07-17-2001, 11:42 PM
Silver Knight Silver Knight is offline
The Ice Cream Social
Silver Knight's Avatar
Join Date: Jun 2001
Location: SoCal
Posts: 541
Silver Knight is on a distinguished road
Send a message via AIM to Silver Knight
NPC Code:

if (weaponfired) {this.result=random(1,100)
if (this.result<=20 && this.result>=10) {
message Iron Found;
}
else if (this.result<=50) {
message Nothing Found;
}
if (this.result<=10) {message You should not have mining on your server, try something original;player.trysomethingelse++}


Something like that.
__________________
Reply With Quote