View Single Post
  #4  
Old 09-17-2003, 03:44 PM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
I'm a little confused on what you mean. You want a weapon that drops things only when its a weapon and you have it?

NPC Code:

if (playerchats && isweapon) {
if (strequals(#c,/add 10 gralet)) {
dostuffhere;
}
}



Is that around what you need?
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
Reply With Quote