Jump to content
  • 0

Emoticon Time Delay Reduction


Eyjafjallajokull

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  01/09/13
  • Last Seen:  

Any way to modify this to spam emoticons as much as you want?

 

If so, would it be this bit of script right here? and what would need to change?

        // fix flood of emotion icon (ro-proxy): flood only the hacker player

        if (sd->emotionlasttime + 1 >= time(NULL)) { // not more than 1 per second
            sd->emotionlasttime = time(NULL);
            clif_skill_fail(sd, 1, USESKILL_FAIL_LEVEL, 1);
            return;
        }
        sd->emotionlasttime = time(NULL);

 
I tried to block them out and delete them, but nothing changed. Anyway. Any ideas? Help plox. Thank you.
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

maybe by default emoticon from player is block by client
thats only block for spam / WPE user


CMIIW

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