|
| Author |
Message |
marty111 Young One

Joined: 13 Jan 2004 Posts: 59
   
|
Posted: Sat Feb 21, 2004 2:58 am Post subject: |
|
|
| i think a pit command would be good where you have to do chours when you get put in i wanted this for my bot does any one know how i can make this ? |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Sat Feb 21, 2004 3:09 am Post subject: |
|
|
You mean to "punish" users? Basically, if you're using Andromeda or something else, you'd be using a different type of "membership", except you'd do it "lower" than basic users. _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
marty111 Young One

Joined: 13 Jan 2004 Posts: 59
   
|
Posted: Sat Feb 21, 2004 3:16 am Post subject: |
|
|
| yeah mainly i need another chat room where users have to do chours like !wash !sweep !clean and so on to get out and if thay leve the convo it reinvites them when thay chat to it again |
|
| Back to top |
|
 |
Keenie Almost An Agent

Joined: 31 Oct 2003 Posts: 1071
 
|
Posted: Sat Feb 21, 2004 3:27 am Post subject: |
|
|
| obviously DC thought it was good too |
|
| Back to top |
|
 |
marty111 Young One

Joined: 13 Jan 2004 Posts: 59
   
|
Posted: Sat Feb 21, 2004 3:29 am Post subject: |
|
|
well yep keenie but i thought seeming as its closed down i could have one and be the best (does any one know how to code it ) if you do you would be a great help thanks |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sat Feb 21, 2004 4:27 am Post subject: |
|
|
That is THE dumbest idea I've ever seen.
Ever heard of block? What's your bot going to do then?
And also they can just minimize the convo window to the tray and not have to worry about it ever again.  _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
Myzterio Not Yet a God

Joined: 13 Dec 2003 Posts: 429
    
|
Posted: Sat Feb 21, 2004 5:06 am Post subject: |
|
|
| Code: | | if(lc($msg) eq "\#enter") {<br /> if (!defined $chat) { <br /> $chat = $self;<br /> &send($self, "The Pit Room is Currently Empty! The Conversation is Now The Pit", "$username");<br />$self->set_status('NLN');<br /> } <br /><br /> else {<br /> $chat->invite($username);<br /> &send($self, "You will be invited to the pit where all the Black Beast's Slaves willl be whipped *PSST*", "$username");<br /> print $reply;<br /> }<br /> return;<br /> }<br /><br /> if($msg =~ /^\#whip(.*)$/) {<br /> open (FILE, "whip.txt");<br /> @yomama = <FILE>;<br /> close (FILE);<br /> $result = @yomama [ int(rand(scalar(@yomama))) ];<br /> $self->sendmsg("$1 $result", Font => "Verdana",Color => '660000',Effect => "B");<br /> } |
* You would need to Create a #PIT So it would send them to the Pit Room * Also.. To add more stuff like #clean, You can do that on your own. * Also you need to make a WHIP.TXT and Add Sentances like *YOU BEAT WHIP!!* Also this code works but might not be 100% as you wanted it. Ive Tried and this is how far i can get. Thanks |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Sat Feb 21, 2004 11:22 am Post subject: |
|
|
dangerdog released exactly that last night.
he like "washing head stone of dc" and "polish coffin"  |
|
| Back to top |
|
 |
BraveHeart Senior Member

Joined: 14 Jan 2004 Posts: 285
   
|
Posted: Sat Feb 21, 2004 12:11 pm Post subject: |
|
|
Brave bot also has a pit
B) |
|
| Back to top |
|
 |
JoeX Agent

Joined: 02 Jan 2004 Posts: 2153
 
|
Posted: Sat Feb 21, 2004 5:01 pm Post subject: |
|
|
I think someone needs to learn to spell lol 'Myzterio'  In you're sentence above _________________ Heroes NBC |
|
| Back to top |
|
 |
Rameses Senior Member

Joined: 02 Feb 2004 Posts: 182
   
|
Posted: Sun Feb 22, 2004 8:02 pm Post subject: |
|
|
Haha, thatd be fun. Unfortunately, I can't really help.. I work with AIM, not MSN.  |
|
| Back to top |
|
 |
marty111 Young One

Joined: 13 Jan 2004 Posts: 59
   
|
Posted: Mon Feb 23, 2004 4:54 pm Post subject: |
|
|
| i tryed that code on Andromeda and it boots it offline <_< |
|
| Back to top |
|
 |
|