This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Need some help

Old posts that have not been replied to for several years.
Locked
a
apax0r
Voice
Posts: 5
Joined: Wed Jul 27, 2005 2:06 pm

Need some help

Post by apax0r »

Hello all.

I have been looking after a script that will handle Gathering (Counter-strike) mixing, but with no luck.

I only found 1 script called pwf.tcl but that is not what i want to have.

The bot should handle something like this

!start IP:port pass (in Private) = To start a new gather
!add = Adds an user to the newstarted gather.
!del = Delete's the user from the current gather
!status = Show information about the latest gather (before the game is starting) like this,

"Gather-Bot: Right now there is 5 players of 10 players, we need 5 more users before we can start play this gathering!"

And if there isnt any gathering it should say

"Gather-bot: There is no gathering, type !start IP:PORT PASS in Private to start one"

and some admin commands via dcc or PM

!addmaster = Adds an user who can turn on/off the gatherbot-system with a speciall user flag.
!delmaster = Deletes an master with a speciall user flag
!addowner = Adds a owner who can do everything with speciall flags
!delowner = Deletes a owner
!auth = To gain master/owner status.

And after every full gathering the bot should announce that there is no current gather and needs to start one with !start IP:PORT PASS

I hope this aint to much to do, and if you dont understand please post anyway. or if you know any script that will fitt my needs please post them here so i can try them.

Thanks in advance

apax0r
Last edited by apax0r on Wed Jul 27, 2005 2:31 pm, edited 1 time in total.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you are kidding, aren't you?

you are not on a mIRC forum, and I very much doubt that even on a mIRC forum anyone would bother with your 3984754275-line mIRC script
a
apax0r
Voice
Posts: 5
Joined: Wed Jul 27, 2005 2:06 pm

Post by apax0r »

hehe i just edited the post, please rewrite :)
M
Merk0r
Voice
Posts: 3
Joined: Wed Jul 27, 2005 12:33 pm

Post by Merk0r »

your forgetting something, that's alot of work. And your topic is named Need some help, not, Please write me a 1500 line script
a
apax0r
Voice
Posts: 5
Joined: Wed Jul 27, 2005 2:06 pm

Post by apax0r »

Ok, how much work is it if i only wants to have.

!start ip:port pass (via PM)
!add
!del
!status

and those channel msg's?
k
kanibus
Halfop
Posts: 44
Joined: Tue May 03, 2005 7:22 am

Post by kanibus »

i have used that tcl, and it IS exactly what you are looking for...from your description. give game admins(the ability to start mix's) with the +G flag.

Code: Select all

##   Public commands ( channel ) :                                 ##
##    !add (or !addme)       => add yourself to the game          ##
##    !remove (or !removeme) => remove yourself...                ##
##    !votemap <map>         => vote for a map                    ##
##    !topmaps               => Show the top3 maps                ##
##    !teams (or !team)      => list the team                     ##
##    !ip                    => get the ip of the next game       ##
##    !help                  => replies the commands available    ##
##    !lastgame or !last     => show the time when last game was  ##
##                              launched and the ip               ##
##                                                                ##
##  Public commands ( private ) :                                 ##
##    !help                   => replies the commands available    ##
##    !version                => replies the version of the script ##
##                                                                ##
##  Game-Admins commands ( channel ) :                            ##
##    !shake or !shaketeams  => shake current teams               ##
##    !enable                => enable the bot for pickup         ##
##    !disable               => shut-up bot !                     ##
##                                                                ##
##  Game-Admins commands ( private ) :                            ##
##    !admin <pass>           => auth yourself                     ##
##    !addgame <ip pass vip>  => start new game (vip= *see below)  ##
##    !info <ok>              => confirm game informations         ##
##    !permban <mask>         => ban this pickup lamer for life    ##
##    !permbaninfo <ok>       => confirm permban info              ##
##                                                                ##
##  Server-Holder commands ( channel ) :                          ##
##    !addmap <map>          => set the map and enforce it        ##
##    !addtype <type>        => type of the game ( ie : CTF )     ##
##    !playernumber <number> => number of players (event numbers) ##
##    !move <plyr1> <plyr2>  => switch players's team. If only    ##
##     or !moveplayer           <player1> is given, switch the    ##
##                              player to the other team          ##
##                                                                ##
##  Server-Holder commands ( private ) :                          ##
##    !endgame                => end current game                  ##
##                                                                ##
##  Master commands ( channel ) :                                 ##
##    !addadmin <nick>       => add Game-Admin rights             ##
##    !remadmin <nick>       => remove Game-Admin rights...       ##
##                                                                ##
##  Master commands ( private ) :                                 ##
##    !enable <chan>          => same as !enable for Game-Admin    ##
##    !disable <chan>         => same as !disable ...              ##
##    !addadmin <nick>        => same as !addadmin ...             ##
##    !adminstats             => show current admin stats          ##
a
apax0r
Voice
Posts: 5
Joined: Wed Jul 27, 2005 2:06 pm

Post by apax0r »

yea i know, but i cant modifie the script it do what i want and not everyone can start a new gather.

kanibus, are you on quakenet? if you are please hit me with a PM on nick _apax0r if you have time.

Thanks to you all for posting replay's.

apax0r
r
rt
Voice
Posts: 25
Joined: Fri Jul 08, 2005 4:00 pm

Post by rt »

Uh I wrote a whole gather script which took me two weeks with ALOT of HELP.

I'd suggest you use a public one or create it yourself, no one has *that* much time they will donate to giving free scripts out unless you paid.
a
apax0r
Voice
Posts: 5
Joined: Wed Jul 27, 2005 2:06 pm

Post by apax0r »

rt wrote:Uh I wrote a whole gather script which took me two weeks with ALOT of HELP.

I'd suggest you use a public one or create it yourself, no one has *that* much time they will donate to giving free scripts out unless you paid.

Is your gatherscript public?

Maybe a stupid question.

Regards
apax0r
r
rt
Voice
Posts: 25
Joined: Fri Jul 08, 2005 4:00 pm

Post by rt »

apax0r wrote:
rt wrote:Uh I wrote a whole gather script which took me two weeks with ALOT of HELP.

I'd suggest you use a public one or create it yourself, no one has *that* much time they will donate to giving free scripts out unless you paid.

Is your gatherscript public?

Maybe a stupid question.

Regards
apax0r
Alot of my free-time is spent outside now, the gatherscript isn't prepared(ie. not put together as a script just loads of messy code but works)

I might prepare to release the script at a later date, possibilly. :)
Locked