- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Client
- Assigned To No-one
- Operating System All / Undefined
- Severity Low
- Priority Very Low
- Reported Version Development
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#47 - lvl 1000 admin cannot use custom commands
PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT !
THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011.
* N!tmod version : 2.2
* Build Date (!about cmd) : May 31 2012
* Map : unrelated
* Omni-Bot enabled ? : yes
* If yes, bot count : unrelated
* Gametype : 2 objective
* Any custom mapscripts ? If yes, provide link : unrelated
* Any LUA modules ? If yes, provide link : unrelated
* Happens in Warmup/Playing/Intermission ? : unrelated
* Explain the bug :
Create a admin level 1000, and create a custom command which lvl 1000 can use.
The level 1000 admin cannot use the custom command. It then denies the usage of it.
* Additional informations :
The commands I currently got:
**********
name = nobot
exec = bot botwar -1; bot maxbots -1; set botwar 0; bot kickall
desc = Kicks all bots
levels = 12 13 14 15 69 421 666 1000
**********
name = bot
exec = bot botwar -1; bot maxbots [1];set botwar 0
desc = Sets Bots
levels = 12 13 14 15 69 421 666 1000
**********
name = botwar
exec = bot maxbots 24; bot botwar [1] [2] [3]; set botwar [2]
desc = botwar (axis = 1, allied = 2)
levels = 12 13 14 15 69 421 666 1000
**********