maynard Posted March 10, 2012 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 159 Reputation: 1 Joined: 12/21/11 Last Seen: April 20, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share 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 Link to comment Share on other sites More sharing options...
tr0n Posted March 10, 2012 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 562 Reputation: 153 Joined: 02/21/12 Last Seen: February 27, 2024 Share Posted March 10, 2012 Make these items untradebale/undropable. So gms can't give them away. Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted March 10, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted March 10, 2012 Make the item ban whoever equips it if they're not a GM. Quote Link to comment Share on other sites More sharing options...
maynard Posted March 10, 2012 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 159 Reputation: 1 Joined: 12/21/11 Last Seen: April 20, 2014 Author Share Posted March 10, 2012 tnx guys, problem solve. Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.