Shrubbot limit -> LUA script?


(frompoland) #1

The Shrubbot system is limited to; 31 levels, 32768 admins, 1024 bans and 64 commands.

Can I add extra commands using LUA in NoQuarter 1.2.7? I hope I can…

Substitute for commands like this:

[command]
command = hs
exec    = playsound sound/vip/headshot2.wav
desc    = Plays hs
levels  = 5 6 7 9 11 12 
[command]
command = ts
exec    = chat ^1TeamSpeak: ^7IP
desc    = server ts
levels  = 0 1 2 3 4 5 6 7 8 9 10 11 12 

(Cambodunum) #2

… you could use etadmin-mod as well


(stealth6) #3

it’s possible with Lua, and oon NQ it’s actually fairly easy to combine it with shrubbot.
Just read the wiki on the NQ site and the wolfwiki


(frompoland) #4

Is there simple example showing how to do it with LUA? I was looking for it but with no result.