maynard Posted March 10, 2012 Posted March 10, 2012 How can I prevent players from using ahura mazda, angra manyu, I mean Only GM can equip or use it. So that the other GM won't give it to other players. Quote
Emistry Posted March 10, 2012 Posted March 10, 2012 you can do it like this ........{},{ if( getgmlevel() < 80 ) nude; },{} or ........{},{ if( getgmlevel() < 80 ) unequip <equipment slot>; },{} for untradeable... do it like what tron said.. the configuration explaination has been listed inside the db/item_notrade.txt Quote
tr0n Posted March 10, 2012 Posted March 10, 2012 Make these items untradebale/undropable. So gms can't give them away. Quote
Arcenciel Posted March 10, 2012 Posted March 10, 2012 Make the item ban whoever equips it if they're not a GM. Quote
Question
maynard
How can I prevent players from using ahura mazda, angra manyu, I mean Only GM can equip or use it. So that the other GM won't give it to other players.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.