Author |
Message |
Guest
Offline
|
Posted: 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. |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: Thu Aug 12, 2004 4:40 am Post subject: |
 |
|
|
|
Edit the core, and recompile. _________________ Performance is often the art of cheating carefully. - James Gosling |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: 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 |
|
Back to top |
|
 |
Guest
Offline
|
Posted: 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 |
|
Back to top |
|
 |
D1st0rt.notloggedin Guest
Offline
|
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: 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. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Fri Aug 13, 2004 5:07 am Post subject: |
 |
|
|
|
idk how to do C++  |
|
Back to top |
|
 |
Solo Ace Yeah, I'm in touch with reality...we correspond from time to time.

Age:37 Gender: Joined: Feb 06 2004 Posts: 2583 Location: The Netherlands Offline
|
Posted: 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? |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: 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. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: 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 |
|
Back to top |
|
 |
CypherJF I gargle nitroglycerin

Gender: Joined: Aug 14 2003 Posts: 2582 Location: USA Offline
|
Posted: 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. |
|
Back to top |
|
 |
|