Page 1 of 2

Ignoring Game Masters

Posted: 29 Apr 2009, 04:50
by melkior
Can I ignore a GM?

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 12:28
by Crush
melkior wrote:Can I ignore a GM?
As far as I know you can.

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 12:41
by Jaxad0127
Crush wrote:
melkior wrote:Can I ignore a GM?
As far as I know you can.
If you don't respond to them, you'll be flagged as botting, so be careful. There is no technical restriction on it (though maybe there should be).

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 13:45
by melkior
jaxad0127 wrote:If you don't respond to them, you'll be flagged as botting, so be careful. There is no technical restriction on it (though maybe there should be).
Hardly a problem, if I see a baloon, I'll know what to do. Although, if you're implementing such restriction, it would be lovely if it only bypassed the ignore while the GM has the GM cap equipped. Otherwise, players should be able to ignore anyone, GMs included.

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 13:49
by Jaxad0127
melkior wrote:
jaxad0127 wrote:If you don't respond to them, you'll be flagged as botting, so be careful. There is no technical restriction on it (though maybe there should be).
Hardly a problem, if I see a baloon, I'll know what to do. Although, if you're implementing such restriction, it would be lovely if it only bypassed the ignore while the GM has the GM cap equipped. Otherwise, players should be able to ignore anyone, GMs included.
I'd rather not hardcode equipment IDs.

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 14:04
by melkior
jaxad0127 wrote:I'd rather not hardcode equipment IDs.
What about the item equip/use script? Can it change some state that the server checks to see if the message should bypass ignore?

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 14:11
by Crush
We could add some kind of flag to messages which are supposed to override ignore on the server-side.

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 15:12
by CapitanAwesome
Crush wrote:We could add some kind of flag to messages which are supposed to override ignore on the server-side.
could '@t' be made to bypass the ignore?

Re: abuse from fallen anzel

Posted: 29 Apr 2009, 15:21
by Katze
yes, would be good.

Re: Ignoring Game Masters

Posted: 29 Apr 2009, 15:36
by Jaxad0127
The problem is to bypass ignore on the client side (unmodded client of course).

Re: Ignoring Game Masters

Posted: 29 Apr 2009, 23:42
by CapitanAwesome
jaxad0127 wrote:The problem is to bypass ignore on the client side (unmodded client of course).
Maybe then, a gm patch? that way the regular client wouldnt be able to bypass ignore's but players with a valid reason to need to feature?

obviously this patch wouldn't be freely available, and the command should still check to see if the player actually is a GM for added security.

Im not a 'code' person, well not as much as I would like to be, so please feel free to flame me for my ignorance.

Re: Ignoring Game Masters

Posted: 29 Apr 2009, 23:56
by Crush
When we would create a special client which can send an ignore-me-not message we have to implement code in the normal client which respects this special type of message. This code will tell every skilled programmer how to create ignore-me-not messages and recreate the patch. And soon every troll will be able to override other peoples ignore.

Re: Ignoring Game Masters

Posted: 30 Apr 2009, 00:12
by Jaxad0127
Crush wrote:When we would create a special client which can send an ignore-me-not message we have to implement code in the normal client which respects this special type of message. This code will tell every skilled programmer how to create ignore-me-not messages and recreate the patch. And soon every troll will be able to override other peoples ignore.
Then let the server handle that itself.

Re: Ignoring Game Masters

Posted: 30 Apr 2009, 02:35
by CapitanAwesome
Crush wrote:When we would create a special client which can send an ignore-me-not message we have to implement code in the normal client which respects this special type of message. This code will tell every skilled programmer how to create ignore-me-not messages and recreate the patch. And soon every troll will be able to override other peoples ignore.
I figured that would be the case, hence I mentioned the check to see if the player was a GM, I am sure that when a solution is decided upon, that you fine folks will make the right choice =)

Cheers =)

Re: Ignoring Game Masters

Posted: 23 May 2009, 16:13
by Kage
I think the server already informs clients if a player is a GM