Promise Posted June 19, 2015 Posted June 19, 2015 Hey guys, Is there any mode for check if someone is in the Taekwon ranking? For example: if (TK_RANKED != 1) {mes "You aren't ranked in.";} else {mes "Grats you are in the ranking list, check it on /taekwon";} or something like: OnPCLoginEvent: if (TK_RANKED == 1) {set #taekrank, 1} else if (TK_ranked != 1) {set #taekrank, 0} then in item_db if (#taekrank == 1){bonus bStr,2;} On resume, i need to know if there is any variable/sqllog to check the current ranking and give them a bonus. Quote
Pseudo Posted June 20, 2015 Posted June 20, 2015 I don't quite understand what you wish to accomplish. Can you elaborate more? As far as I know, /taekwon shows the top 10 rankers. Are you wanting a way to check the Ranker Points manually? Even if you aren't in the Top 10 Rankers? Quote
Promise Posted June 20, 2015 Author Posted June 20, 2015 No, i want a way to check only the top 10 for example item if(Youareinthetop10list) {the item gives you a bonus} else if(YouareNOTinthetop10list) {the item doesn't give u the bonus anymore} In resume, i want a way to check if u are or not in the Ranked 10 list Quote
Question
Promise
Hey guys,
Is there any mode for check if someone is in the Taekwon ranking?
For example:
if (TK_RANKED != 1) {mes "You aren't ranked in.";}
else {mes "Grats you are in the ranking list, check it on /taekwon";}
or something like:
OnPCLoginEvent:
if (TK_RANKED == 1) {set #taekrank, 1}
else if (TK_ranked != 1) {set #taekrank, 0}
then in item_db
if (#taekrank == 1){bonus bStr,2;}
On resume, i need to know if there is any variable/sqllog to check the current ranking and give them a bonus.
2 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.