Jump to content
MakeWebGames

Recommended Posts

Posted

I'm looking for someone to make a mod please for me that would limit online attacks of the same player to once per 5 minutes. So only able to attack the same player that is online once per 5 minutes.

Maybe someone has already made this mod?

Posted

hmmm...you could create an additional table to store when someone makes an online attack to someone and use timestamps to limit the attacks to every 5 minutes.

This would not be too difficult to add at all...

Posted
hmmm...you could create an additional table to store when someone makes an online attack to someone and use timestamps to limit the attacks to every 5 minutes.

This would not be too difficult to add at all...

Considering it's for such a short time I'm certain a session could suffice.

  • 2 weeks later...
Posted

Easily accomplished

It is very easy once you count your attacks as one could add an attacks section to user table then add the code to add to the count and to limit the attacks, lastly add code to reset attacks counter in user table every 5 minutes, very simple and effective.

All code goes into attack and cron pages so its an easy thing.

I could do this for you for $10

  • 2 weeks later...
Posted (edited)

And also give the user s print, you have already attacked this user. Please wait 5 minutes and try again.

Can anyone code this in for me? Please pm me if you can and the cost.

Edit: Canibalstew please pm me I can for some reason pm you!

Edited by Hendrickson

Join the conversation

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

Guest
Reply to this topic...

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