Bot Questions - MERVBot Anonymous - Thu Aug 12, 2004 12:31 am Post subject: MERVBot
Can someone tell me how I can make the "!go" command and set it as a Mod command isntead of a SMod. And all other commands also.
CypherJF - Thu Aug 12, 2004 4:40 am Post subject:
Edit the core, and recompile.
Bak - Thu Aug 12, 2004 10:01 am Post subject:
make a custom plugin that has like !goarena
should be a 5 minute plugin to make:
tell(makeGoArena(...)); or something like that
Anonymous - Thu Aug 12, 2004 11:49 am Post subject:
Can you tell me how to?
I tried editing the command.txt, but that didnt work. And I dont have things to edit the dll or anything like that
Anonymous - Thu Aug 12, 2004 12:48 pm Post subject: http://msdn.microsoft.com/visualc/vctoolkit2003/CypherJF - Thu Aug 12, 2004 3:47 pm Post subject:
Or yeah, but I'd find it easier to just modify the core; there again, you'd have to update it everytime, oy.
Anonymous - Fri Aug 13, 2004 5:07 am Post subject:
idk how to do C++ Solo Ace - Fri Aug 13, 2004 5:19 am Post subject:
Oy.
Well, what do you want? A plugin that does it or a modified core?
And please define "And all other commands also.", you just want the Smod/Sysop/owner levels not to exist?
CypherJF - Fri Aug 13, 2004 6:31 am Post subject:
I'd just make a plugin, with the commands aliased at lower levels; rather than modifing the core; but we [collective group of plugin developers] need to know more.
Anonymous - Fri Aug 13, 2004 2:05 pm Post subject:
MERVBot Owner commandlist (Send ::!help <topic> for more info)
lvl 5: !info !autosave !password !closeall !save !read !set !get !setcmd !killcmd !listcmd !log
lvl 4: !close !spawn !load !plugins !unload !setbanner !ownbot !error
lvl 3: !addop !editop !deleteop !go !limit !uptime !listspawns
lvl 2: !setlogin !where !zone !say !chat !listchat !clearchat !attach !follow !team !spec !ship !turret !awarp
-----------
I was wondering how to make those commands different levels. Like !go turn into a level 2 command or whatever. Or !close being an owner only command, etc
CypherJF - Fri Aug 13, 2004 2:11 pm Post subject:
you -can't- witout 1.) writing a plugin to alias a cmd; or 2.) modifying the core.