Thread: Dark Rival
View Single Post
  #179  
Old 04-23-2006, 06:27 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
how about this in the NPC Server

NPC Code:
if (hasweapon("Original Name")) {
removeweapon "Original Name";
addweapon "New Weapon Name";
}



And that should do it, if you just keep repeating that for each weapon with Copy and Paste then a little editing.
Reply With Quote