Jump to content
  • 0

Taekwon ranked check


Promise

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

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.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   5
  • Joined:  05/02/15
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...