Eyjafjallajokull Posted November 1, 2013 Posted November 1, 2013 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. Quote
Kichi Posted November 4, 2013 Posted November 4, 2013 maybe by default emoticon from player is block by clientthats only block for spam / WPE userCMIIW Quote
Question
Eyjafjallajokull
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
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.