Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Mutchy

Pages: [1]
1
Bot Tavern / Another Mutant
« on: September 02, 2006, 07:55:02 AM »
I loved the way Shens Umbra searched for enemies/food.

From waaaay back, I remember my bot used to be powerful, and if I remember correctly it was always up against Hunters and such like.

So I decided to use the search pattern from Umbra on my Potissimus, and here is the final product!!!


Just a little note
It may not work too well, my DB program has had a few mess ups recently, and doesnt seem to run things the way it should, so just shout at me if it sucks >.<

2
The Gene depository / Energy Killer Virus
« on: September 02, 2006, 07:06:08 AM »
Im not sure how this will work, but this is a really old bot, almost 2 years old I belive, a mixture of old skool PY and my working.

The design is to kill off the enemy by making it repro so many times it runs out of energy. Its only a simple virus, but I want your opinions.

'Topic: Ideas  
'Mutchy original mod by PY
'*****Movement Genes!*****

cond
*.eye4 *.eye5 >
start
-20 .aimdx store
stop

cond
*.eye6 *.eye5 >
start
20 .aimdx store
stop

cond
*.eye5 0 >
*.refeye *.myeye =
start
200 .aimdx store
stop

cond
*.vel 30 <
start
2 .up store
stop

'*****feeding*****

'cond
'*.numties 1 =
'start
'20 .tienum store
'0 .fixang store
'100 .fixlen store
'0 50 store
'stop

cond
*.numties 0 =
start
0 66 store
stop

cond
*.eye5 30 >
*.eye5 77 !=
*.refeye *.myeye !=
start
1 .tie store
-1 .tieloc store
-1000 .tieval store
1 .tienum store
66 inc
stop


'*****Reproduction genes!*****
cond
*.nrg 2500 >
start
50 .repro store
stop

cond
*.robage 0 =
start
.tie inc
stop

cond
*.robage 1 =
start
.deltie inc
stop

'*****Attempt at new venom genes!*****

'***Attack enemy Tie gene***

cond
*.venom 20 <
start
10 .strvenom store
stop

cond
*.numties 0 >
*.refeye *.myeye !=
*.refeye 0 %=
start
*.tiepres .tienum store
20 .tieval store
.repro .vloc store
1 .venval store
-3 .tieloc store
stop

cond
*.tiepres 0 !=
*.numties 0 >
*.refeye *.myeye !=
*.refeye 1 !>
'activate the *66 0 = line to enable proper tie feeding
'and to disable venom attacks on veggies.
*66 0 =
start
*.tiepres .tienum store
20 .tieval store
.repro .vloc store
1 .venval store
-3 .tieloc store
stop


'*****Slime and Other Stuff*****
cond
*.slime 100 <
start
50 .mkslime store
stop

cond
*.body 2000 <
*.nrg 2000 >
start
100 .strbody store
stop
end

Its not the best of fighting bots (which I used to make a few of) but I think it does work to an extent, lemme know what ya think

3
Off Topic / Spoil a Wish game
« on: April 21, 2005, 06:27:05 PM »
Basically, after each post some says something like "I wish I was a jet pilot" then the next person spoils it by making them die or something.

Well lets give it a try! (if it doesnt work dnt matter)

I wish I was a millionaire

4
RANT / Ranting
« on: April 19, 2005, 04:36:34 PM »
Well, go on, rant away, anything thats annoying you, or you wanna tell sum1 then say!

PY said
Quote
You people living on that poky little island have no idea what distance really means.

Bah people in America cant speak, power hungry (not the only thing they are hungry for) idiots! why George Bush? Fair nuff he was better than that other guy, but hee has an IQ of about 3!

(if its too harsh PY just tell me)

5
Off Topic / League FAQ Thread?
« on: February 28, 2005, 05:35:00 PM »
Well, should it happen or not? People might not understand how they work or anything (even though PY made a good job of explaining it)

people just look for the numbers, and might skip right past it without reading.

Mutchy

 :shoot:  :help:

6
Off Topic / Back.......
« on: February 25, 2005, 03:09:26 PM »
Sorry I been away guys and gals, been busy with modular tests, got a few next week.

I will update the multi bot league when I have time, (will probs be next weekend if not during the week) Sorry I aint done it recently, been busy revising :(

Mutchy

Pages: [1]