Jump to content
  • 0

Helpful Security Check (Status Checker)


agentbogz

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   4
  • Joined:  04/09/12
  • Last Seen:  

Hello people of the Earth =)

i would like to request a Security Check, that check the status of a Player.

 

[ Here's the idea ]

 

Third Job = the Max stats is 150

 

The script will check the player's status, if the player status is More than 150, the script will automatically reset the stats of a player. (For 3rd Job Stat Checker Only)

 

####################################################

 

And for Trans

Trans = the Max stats is 200

The script will check the player's status, if the player status is More than 200, the script will automatically reset the stats of a player. (For Trans Job Stat Checker Only)

 

 

#########################################################

" What is the purpose of this Script? "

 

To Avoid having Overstats of a player. and to avoid Stupid Cheater GM's. :D

btw i followed this topic 

http://rathena.org/board/topic/81716-anti-cheat-status/

 

 

but i think it is for overall status check.

my problem is what if there are two different jobs with different max stats?

 

For 3rd job = 150 Max Stats

For Trans = 200 Max Stats

 

Please help me,

Thank you.

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

if (class = %allthirdclasses%) && (readparam(bStr)>150 || readparam(bAgi)>150 || readparam(bVit)>150 || readparam(bDex)>150 || readparam(bLuk)>150) {resetstatus;}

 

as like that. It's easy to do.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   4
  • Joined:  04/09/12
  • Last Seen:  

Am i going to add it to that Script? the one in the Link?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Am i going to add it to that Script? the one in the Link?

Nope create another script. Just follow the post above.

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