Jump to content
  • 0

MVP Ladder add 24 hours Cooldown


loveporing

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  08/18/17
  • Last Seen:  

Hello guys,

Can you guys help me in adding a condition to the existing MVP Ladder Script so that it have 24 hours cooldown based on Character. 

If 1 account have 9 character, it mean that, they can enter the MVP Ladder 9 time / day by using different character.

Thank you and regards.

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1677
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

plz put the script in the post or refer to it in url

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  


if(gettimetick(2) - mvpdelay < 86400) {
dispbottom "The cooldown is 24 hours per character.";
end;
}



set mvpdelay,gettimetick(2);

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  08/18/17
  • Last Seen:  

21 hours ago, sader1992 said:

plz put the script in the post or refer to it in url

Sorry. Forgot to mention about this. I am using the script inside the Rathena. This is the URL

 

4 hours ago, Jasc said:


if(gettimetick(2) - mvpdelay < 86400) {
dispbottom "The cooldown is 24 hours per character.";
end;
}



set mvpdelay,gettimetick(2);

 

Can you please show me know to use this code inside this script. LINK

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...