Jump to content
  • 0

Question

Posted

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.

1 answer to this question

Recommended Posts

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...