Page 1 of 1
[SPADS] Addbox spectator spam
Posted: 08 Apr 2014, 01:21
by Forboding Angel
Can we have a setting where specs can't use the addbox command?
Re: [SPADS] Addbox spectator spam
Posted: 08 Apr 2014, 10:08
by Jools
Edit the addbox command in commands.conf of spads.
Code: Select all
#?source:status:gameState|directLevel:voteLevel
status: status of the client calling the command (string)
# playing -> player currently playing in game
# player -> player in battle lobby and/or in game
# spec -> spectator in battle lobby
# outside -> user outside battle
Re: [SPADS] Addbox spectator spam
Posted: 09 Apr 2014, 08:43
by Forboding Angel
Code: Select all
[addBox]
#battle,pv:player,spec:stopped|10:10
battle:player:stopped|100:10
::|30:
I don't think this could possibly make less sense.
Re: [SPADS] Addbox spectator spam
Posted: 09 Apr 2014, 13:04
by Jools
Yes, it's a bit confusing. I have this:
Code: Select all
[addBox]
battle,pv:player,spec:stopped|10:10
::|100:
I think it means that the first row specifies a list of conditions and then two required levels, directlevel and votelevel. Then the second row acts as an "else" statement. So you could try to set it like this:
Code: Select all
[addBox]
battle,pv:player:stopped|10:10
battle,pv:spec:stopped|100:100
::|100:
Maybe?
Re: [SPADS] Addbox spectator spam
Posted: 09 Apr 2014, 13:40
by Jools
By the way if you make me an admin no your hosts I can help out with all that. And I also speak a lot of languages: Swedish, English, Finnish, German, Spanish and French.
Re: [SPADS] Addbox spectator spam
Posted: 21 Apr 2014, 09:00
by Forboding Angel
Ok I will do. Thanks
