Page 1 of 1

25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 7:08 pm
by Jabril
Would it be possible to have some sort of exception or auto use method for CASTing and ZAPping? These commands need to spammed to attack unlike their auto-attack equivalents (trance) and can easily get someone booted for normal game play.

Cast needs to used every time you want to use certain spells and ZAP is for elemancers using a wand.

Re: 25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 8:12 pm
by Jirato
Sure, np.

This is done at the lowest level of the command parser, before any commands actually get called, so I'll probably have to rewrite it a bit first to move it up to after the command object gets loaded so that I can see if it's an "action" command or not.

Besides cast and zap, anything else y'all want to add to the list?

Re: 25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 8:17 pm
by Nedrik
I suggest hide. It's easy to need to spam hide enough times to get kicked.

Thanks.

Re: 25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 8:18 pm
by gralkik
break, if it's not already. for breaking out of spider webs.

Re: 25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 9:40 pm
by preiman
ANy of the bandage commands, bandage me, bandage (name) I can easily see those getting someone kicked.

Re: 25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 9:49 pm
by preiman
Might also want to make sure climb and light too, could see low skill and bad luck kicking someone. Oh and the directions, i know for sure that one is eventually going to start coming up a lot.

Re: 25 command limit (Anti-AFK)

Posted: Mon Oct 30, 2017 11:43 pm
by Akila
ATTACK, FIRE and HURL are a few that come to mind as well. Oh, and OUT

Re: 25 command limit (Anti-AFK)

Posted: Tue Oct 31, 2017 12:09 am
by Dakhal
Or in my case....

climb staircase

I have too many portals. *sigh*

Re: 25 command limit (Anti-AFK)

Posted: Tue Oct 31, 2017 6:19 am
by Lun
Heave log.

I regularly heave 28 logs in a row in order to fill my wagon up. Yes, druids hate me.

Re: 25 command limit (Anti-AFK)

Posted: Tue Oct 31, 2017 10:14 am
by Hakon
Lun wrote:Heave log.

I regularly heave 28 logs in a row in order to fill my wagon up. Yes, druids hate me.
Try This One Weird Trick, Druids HATE Him

Re: 25 command limit (Anti-AFK)

Posted: Tue Oct 31, 2017 8:09 pm
by Jirato
Went for the simplistic approach in fixing this, rather than making a huge list of commands.

Any command that uses roundtime now resets the counter. This should pretty much cover all your issues.

Re: 25 command limit (Anti-AFK)

Posted: Tue Oct 31, 2017 9:17 pm
by Jabril
Thanks for the fix!