Breaker Posted July 4, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 35 Reputation: 0 Joined: 05/27/12 Last Seen: April 19, 2013 Share Posted July 4, 2012 hi is there a way to check if someone logs in that he has item xyz so he gets a certain gm level? thanks in advance Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 4, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted July 4, 2012 OnPCLoginEvent: if( countitem(x) >= y ){ blbablablabalbala } end; x = itemID y = amount Quote Link to comment Share on other sites More sharing options...
Breaker Posted July 4, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 35 Reputation: 0 Joined: 05/27/12 Last Seen: April 19, 2013 Author Share Posted July 4, 2012 thanks! Quote Link to comment Share on other sites More sharing options...
Bahmut Posted July 4, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 382 Reputation: 39 Joined: 01/17/12 Last Seen: February 13, 2020 Share Posted July 4, 2012 - script EventLabels -1,{ OnPCLoginEvent: if (countitem(<itemID>) >= 1) atcommand "@adjgroup <yourNewGroupID>"; } EDIT: To late Quote Link to comment Share on other sites More sharing options...
Question
Breaker
hi is there a way to check if someone logs in that he has item xyz so he gets a certain gm level?
thanks in advance
Link to comment
Share on other sites
3 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.