25 command limit (Anti-AFK)
25 command limit (Anti-AFK)
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.
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)
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?
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?
[GMCHAT Uyoku]: Octum is when the octumbunny comes around and lays pumpkins everywhere right?
[GMCHAT Rias]: Dimmes says "oh hai :) u need healz? ill get u dont worry thaum lasers pew pew pew lol"
[CHAT - GameMaster Rias would totally nuke Rooks]: Here's how elemancy works: The freeblegreeble and the zippoflasm have to be combined with the correct ration of himbleplimp, then you add the gargenheimer and adjust the froopulon for the pattern you want, apply some tarratarrtarr, yibble the wantaban, and let 'er rip!
[GMCHAT Rias]: Dimmes says "oh hai :) u need healz? ill get u dont worry thaum lasers pew pew pew lol"
[CHAT - GameMaster Rias would totally nuke Rooks]: Here's how elemancy works: The freeblegreeble and the zippoflasm have to be combined with the correct ration of himbleplimp, then you add the gargenheimer and adjust the froopulon for the pattern you want, apply some tarratarrtarr, yibble the wantaban, and let 'er rip!
Re: 25 command limit (Anti-AFK)
I suggest hide. It's easy to need to spam hide enough times to get kicked.
Thanks.
Thanks.
Re: 25 command limit (Anti-AFK)
break, if it's not already. for breaking out of spider webs.
Re: 25 command limit (Anti-AFK)
ANy of the bandage commands, bandage me, bandage (name) I can easily see those getting someone kicked.
"I don't think we're ever going to find out what is going on with these canim, where are they coming from?!"
Kent arrives from the southeast.
Kent hugs you.
say um
You say, "Um."
a Mistral Lake sentry arrives from the east, armor clanking.
Kent heads north.
Kent arrives from the southeast.
Kent hugs you.
say um
You say, "Um."
a Mistral Lake sentry arrives from the east, armor clanking.
Kent heads north.
Re: 25 command limit (Anti-AFK)
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.
"I don't think we're ever going to find out what is going on with these canim, where are they coming from?!"
Kent arrives from the southeast.
Kent hugs you.
say um
You say, "Um."
a Mistral Lake sentry arrives from the east, armor clanking.
Kent heads north.
Kent arrives from the southeast.
Kent hugs you.
say um
You say, "Um."
a Mistral Lake sentry arrives from the east, armor clanking.
Kent heads north.
Re: 25 command limit (Anti-AFK)
ATTACK, FIRE and HURL are a few that come to mind as well. Oh, and OUT
[CHAT - Mayor Bryce of Bryceburgh]: It's that funny metal thing you put in your mouth, Galon, and then it goes "Boing, doing, dwang, dwang, doing, ding, boing, dwahng."
04:06:02 [CHAT - Mayor Bryce of Bryceburgh]: You know, the thing Snoopy plays to help Charlie Brown remember "i before e, except after c"
04:06:02 [CHAT - Mayor Bryce of Bryceburgh]: You know, the thing Snoopy plays to help Charlie Brown remember "i before e, except after c"
Re: 25 command limit (Anti-AFK)
Or in my case....
climb staircase
I have too many portals. *sigh*
climb staircase
I have too many portals. *sigh*
Love me or hate me, both are in my favor. If you love me, I'll always be in your heart. If you hate me, I'll always be in your mind.
I lead a Life of Sin.
I lead a Life of Sin.
Re: 25 command limit (Anti-AFK)
Heave log.
I regularly heave 28 logs in a row in order to fill my wagon up. Yes, druids hate me.
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)
Try This One Weird Trick, Druids HATE HimLun wrote: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)
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.
Any command that uses roundtime now resets the counter. This should pretty much cover all your issues.
[GMCHAT Uyoku]: Octum is when the octumbunny comes around and lays pumpkins everywhere right?
[GMCHAT Rias]: Dimmes says "oh hai :) u need healz? ill get u dont worry thaum lasers pew pew pew lol"
[CHAT - GameMaster Rias would totally nuke Rooks]: Here's how elemancy works: The freeblegreeble and the zippoflasm have to be combined with the correct ration of himbleplimp, then you add the gargenheimer and adjust the froopulon for the pattern you want, apply some tarratarrtarr, yibble the wantaban, and let 'er rip!
[GMCHAT Rias]: Dimmes says "oh hai :) u need healz? ill get u dont worry thaum lasers pew pew pew lol"
[CHAT - GameMaster Rias would totally nuke Rooks]: Here's how elemancy works: The freeblegreeble and the zippoflasm have to be combined with the correct ration of himbleplimp, then you add the gargenheimer and adjust the froopulon for the pattern you want, apply some tarratarrtarr, yibble the wantaban, and let 'er rip!
Re: 25 command limit (Anti-AFK)
Thanks for the fix!