|
| Author |
Message |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Thu Jan 20, 2005 6:42 am Post subject: |
|
|
Hey Guy's,
Please comment after you download 
Just made a new skating game were you can:
Get Experience, Buy deck's and clothes. Join a skate team,go to the street. Visist the skate shop, LEARN TRICKS!
Its all in the ZIP Attacted, By the way, its for morphious bot only. 
NOTE: Please dont be to crule, this is my first command. 
Note Again: THe skater folder should go in your base bot file.
Thank's Everyone  |
|
| Back to top |
|
 |
purcelly God Like

Joined: 10 Jun 2004 Posts: 560 Location: North West, England
    
|
Posted: Thu Jan 20, 2005 4:06 pm Post subject: |
|
|
Nice
you got them for all shop etc |
|
| Back to top |
|
 |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Thu Jan 20, 2005 4:55 pm Post subject: |
|
|
Yeah, THank's.
Im making ProSkater v.2 for Morph v.2
It will include so much more  |
|
| Back to top |
|
 |
purcelly God Like

Joined: 10 Jun 2004 Posts: 560 Location: North West, England
    
|
Posted: Sat Jan 22, 2005 3:19 pm Post subject: |
|
|
hey
just wondering how is the 2.0 version coming along? |
|
| Back to top |
|
 |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Sat Jan 22, 2005 6:00 pm Post subject: |
|
|
Not to well, Morph 2 is harder than i expected. So im having to recode the whole thing,
At the moment im working on a competition command were you enter a stadium, and compete against other skaters, win cash and deck's. Having trouble doing it though.

PS: Does anyone know how to make the bot display a message every minuite, without using sleep(1); ? |
|
| Back to top |
|
 |
Gavin God Like

Joined: 15 Mar 2004 Posts: 661 Location: Manchester, UK
    
|
Posted: Sun Jan 23, 2005 10:15 am Post subject: |
|
|
Just make a loop.....or a timer....or both....im not sure how to do it though. _________________ MSN: gavin [at] gavinbrittain [dot] co [dot] uk
E-Portfolio: www.gavinbrittain.co.uk (New version comming soon) |
|
| Back to top |
|
 |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Sun Jan 23, 2005 2:36 pm Post subject: |
|
|
I've heard about loop's and timer's. Never known how to use them.
What do you think of the Proskater game then? |
|
| Back to top |
|
 |
blostorm Newbie

Joined: 14 Feb 2005 Posts: 14
  
|
Posted: Tue Feb 15, 2005 1:47 am Post subject: |
|
|
| Good games This !!! |
|
| Back to top |
|
 |
blostorm Newbie

Joined: 14 Feb 2005 Posts: 14
  
|
Posted: Tue Feb 15, 2005 1:49 am Post subject: |
|
|
| But what we can play(i like this with the commands !!!) |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Tue Feb 15, 2005 9:51 am Post subject: |
|
|
How about editing your first post instead of double posting. Then, speak some English (I have never seen English with 3 !'s after a sentence), and learn some Perl. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
M4RTIN Member

Joined: 31 Dec 2004 Posts: 134
  
|
Posted: Tue Feb 15, 2005 4:39 pm Post subject: |
|
|
| Thank's for that, It didnt take very long, its very simple really. |
|
| Back to top |
|
 |
Saphire Newbie

Joined: 03 Apr 2005 Posts: 26 Location: Hertfordshire, England
 
|
Posted: Mon Apr 04, 2005 2:10 pm Post subject: |
|
|
I Uploaded it and changed the files to .maya as i use the Maya Bot Template and it works on Maya aswell.
:blink: |
|
| Back to top |
|
 |
GiL Not Yet a God

Joined: 06 Jan 2004 Posts: 344
    
|
Posted: Tue Apr 05, 2005 1:03 pm Post subject: |
|
|
Ok loops will be hard unless you write a txt file telling how to change the bot. There should be a loop somewhere in the bot which does the do_one_loop or something. I haven't really gotten to know MSN 2.0 so i'm not to sure. However if you want to get it to work, you will want to put an 'if' in the loop and put kind of a timer on it.
I'm to tired at the moment to explain it but I'm sure someone like Eric could explain it better then I. Just remember this: You will have a variable with the start time. And then in the loop you will be checking if one minute has passed since the start time. If it hasn't then do nothing, if it has then do what you need to do for this command and then set the start time to the current time which will then reset the timer.
Oh and don't ever put a loop like this one in the command itself, only in the do_one_loop because then it will be constantly checking each time the bot checks if a command has come in. Otherwise you will probably go on a constant loop that will never receive data because, well, it's not checking for data.
Hope this helps 
-Gil |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Tue Apr 05, 2005 3:24 pm Post subject: |
|
|
Or just use the timers module...Much easier  |
|
| Back to top |
|
 |
|