|
| Author |
Message |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Tue Jan 04, 2005 8:52 pm Post subject: |
|
|
Hey, I've been working on this a couple of days, Its a virtual pet module. It basically adds the feature of a virtual pet to you're bot which works in the background as it gets more hungry,bored and grows. There are a couple of commands (Listed below) that help affect the 'pet'. But i'll leave some of it upto you to find out.
| Code: | | <br />#New Pet <br />my $pet = new Pet('Name' => 'Garfield', 'Type' => 'Cat', Owner => $user); <br /> <br />#Feed <br />$pet->Feed($name,$user); <br /> <br />#Play with Pet <br />$pet->Play($name,$user); <br /> <br />#Get stats <br />my $stats = $pet->getStats($name,$user); <br /> <br />#Kill <br />$pet->Kill($name,$user); <br /> |
- Dark Monkey ps: Have fun  _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
Art God Like

Joined: 25 May 2004 Posts: 551 Location: Amsterdam, Holland
    
|
Posted: Tue Jan 04, 2005 8:59 pm Post subject: |
|
|
| Haha, cool module! |
|
| Back to top |
|
 |
mattaustin Sentinel

Joined: 19 Jul 2004 Posts: 556 Location: Los Angeles, CA
  votes: 1
|
Posted: Tue Jan 04, 2005 9:06 pm Post subject: |
|
|
good idea ! _________________ [ matt ] |
|
| Back to top |
|
 |
Mojave Almost An Agent

Joined: 01 Nov 2003 Posts: 1434
 
|
Posted: Tue Jan 04, 2005 9:22 pm Post subject: |
|
|
| wow, nice module, I'd + you if I could |
|
| Back to top |
|
 |
farkie God Like

Joined: 15 Nov 2003 Posts: 673
   
|
Posted: Tue Jan 04, 2005 9:41 pm Post subject: |
|
|
if($user =~ /^DarkMonkey/) { print 'wicked idea + Module well done '; $rep++; } |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Tue Jan 04, 2005 9:41 pm Post subject: |
|
|
This is perfect for what i wanted, i was halfway through one....but this looks better..
+1
This is soo funny yet interesting... |
|
| Back to top |
|
 |
Addict Not Yet a God

Joined: 21 Jan 2004 Posts: 473
   
|
Posted: Tue Jan 04, 2005 11:00 pm Post subject: |
|
|
| Great idea man! I already plused you.. so I can't right now.. Good job! |
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Wed Jan 05, 2005 2:05 am Post subject: |
|
|
Wow thats amazing! its cool how it stores users data and the ascii. *adds a rep*. |
|
| Back to top |
|
 |
aus Newbie

Joined: 01 Jun 2004 Posts: 9
  
|
Posted: Wed Jan 05, 2005 4:14 am Post subject: |
|
|
| nice! |
|
| Back to top |
|
 |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Sat Jan 08, 2005 2:30 pm Post subject: |
|
|
| Cool, + 1 - If i could give it to you i would. Good work. |
|
| Back to top |
|
 |
Gavin God Like

Joined: 15 Mar 2004 Posts: 661 Location: Manchester, UK
    
|
Posted: Sat Jan 08, 2005 5:35 pm Post subject: |
|
|
Nice talk to you on msn dk about it would +you if I could!
EDIT: Changed grammer _________________ MSN: gavin [at] gavinbrittain [dot] co [dot] uk
E-Portfolio: www.gavinbrittain.co.uk (New version comming soon) |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Thu Mar 10, 2005 2:25 pm Post subject: |
|
|
Hey its old now, But man was it fun....
Maybe you lot should actually check the download....you might find a suprise... Now what did we all learn today people? =/ |
|
| Back to top |
|
 |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Thu Mar 10, 2005 3:59 pm Post subject: |
|
|
, Must be like 39 people fell for that.
Pretty good idea.
Its annoying when people dont leave a comment after downloading, Hopefully people will learn something as Dazzy said, And will comment on everything.  |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Thu Mar 10, 2005 4:01 pm Post subject: |
|
|
Umm, You were one of them!
Its even more annoying when they leave a comment without downloading... |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Thu Mar 10, 2005 5:32 pm Post subject: |
|
|
My rep got +'ed 7 times for that, and -'ed once by Mat007, who can't take a joke  _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
|