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.


Messages - Billy

Pages: 1 ... 10 11 [12]
166
F2 bots / Fluffy (F2)(Billy)-07/05/2010
« on: May 07, 2010, 02:02:26 PM »
[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']
Code: [Select]
def venomcounter 51

' Gene 1 Food Finder
cond
 *.eye5 0 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

' Gene 2 Eat
cond
 *.eye5 50 >
 *.refeye *.myeye !=
 *.refpoison 0 =
 *.refshell 0 =
start
 .venomcounter inc
16 .shootval store
-6 .shoot store
 *.refvelup .up store
stop

' Gene 3 Eat Poison
cond
 *.eye5 50 >
 *.refeye *.myeye !=
 *.refpoison 0 >
 *.refshell 0 =
start
 .venomcounter inc
16 .shootval store
-6 .shoot store
 *.refvelup .up store
stop

' Gene 4 Eat Shells
cond
 *.eye5 50 >
 *.refeye *.myeye !=
 *.refshell 0 >
 *.refpoison 0 =
start
 .venomcounter inc
16 .shootval store
-1 .shoot store
 *.refvelup .up store
stop

' Gene 5 Eat Poisonous Shells
cond
 *.eye5 50 >
 *.refeye *.myeye !=
 *.refpoison 0 >
 *.refshell 0 >
start
 .venomcounter inc
16 .shootval store
-6 .shoot store
 *.refvelup .up store
stop

' Gene 6 SPIN!
cond
 *.eye5 0 =
 *.refeye *.myeye = or
start
 0 .venomcounter store
 314 rnd .aimdx store
stop

' Gene 7 Have Kids
cond
 *.nrg 15000 >
start
 40 .repro store
stop

' Gene 8 I'm a friend, Reprovirus!
' (That's a virus I'll release onto internet mode)
cond
*.robage 0 =
start
67 989 store
stop

' Gene 9 Poo
cond
*.waste 40 >
start
.backshot inc
-4 .shoot store
*.waste .shootval store
stop

' Gene 10 MOVE!
cond
start
 .fixpos *.fixed mult dec
stop

' Genes 11 & 12 I hate birth ties
cond
 *.robage 0 =
start
 .tie inc
stop

cond
 *.robage 1 =
start
 .deltie inc
stop

' Gene 13 Poison
cond
 *.poison 500 <
start
 .eye5 .ploc store
 50 .strpoison store
stop

'Gene 14 Shell
cond
 *.shell 250 <
start
 100 .mkshell store
stop

' Genes 15, 16 & 17 Venom
cond
 *.robage 0 =
start
 .shoot .vloc store
 -2 .venval store
stop

cond
 *.venomcounter 19 >
 *.eye5 50 >
 *.refeye *.myeye !=
start
 50 .shootval store
 -3 .shoot store
 0 .venomcounter store
stop

cond
 *.venom 500 <
start
 50 .strvenom store
stop

'Gene 18 Delete viruses
cond
 *.mkvirus 0 !=
start
 *.mkvirus .delgene store
stop

end

167
Newbie / Hello!
« on: May 07, 2010, 01:22:57 PM »
Quote from: Numsgil
Quote from: Billy
! Every time I registered I had unchecked the "Receive email from administrators" checkbox. Maybe, just maybe, disabling that option prevented me from getting the confirmation email! So I got on here, tried it, and... IT WORKED!

Hmm, that's definitely an unfortunate bug in the forum software.

Anyway, welcome.
Yes, it means that all the people who feel strongly about their email security are cut out from the forum. Is there any way of fixing that from your end, or does it have to be Invision?

168
Off Topic / What's your religion?
« on: May 07, 2010, 11:13:17 AM »
I'm atheist, simply because I have no reason to believe that there's a god. There's no evidence. However, it's possible that the universe is a simulation. Evidence to support this is the fact that electrons appear and disappear, jumping from one place to another. This would be their difference in position between "cycles".  

169
Newbie / Hello!
« on: May 07, 2010, 10:20:15 AM »
Quote from: Houshalter
Epic spider.
Thanks. It's a wolf spider. I took the picture myself.

170
Newbie / Hello!
« on: May 07, 2010, 05:52:48 AM »
There we go, avatar set.

171
Newbie / Hello!
« on: May 07, 2010, 05:44:24 AM »
Quote from: ikke
Welcome. Enjoy, like we al do.
Thanks, I will.

172
Newbie / Hello!
« on: May 07, 2010, 05:15:39 AM »
Hello everyone,

I found DarwinBots a while ago, and ever since I've been trying to register on the forum. I failed three times, using two different email addresses, with at least a month gap between the second and third. I was doing everything it told me to, but I never received the confirmation email. This was very irritating. But, this morning, I had a brainwave! Every time I registered I had unchecked the "Receive email from administrators" checkbox. Maybe, just maybe, disabling that option prevented me from getting the confirmation email! So I got on here, tried it, and... IT WORKED! So here I am, typing on the DarwinBots forum, excitement flooding my body. So many more opportunities will be open to me now! Fluffy and Tangley can now be entered into the F2 league! I can enter the zerobot evolution competition! Maybe even design and enter an F1 bot? The second version of Fluffy (haven't decided on the name yet) will be coming soon, another F2 challenger. In the future, I might even be able to help with the progress of DB3, as I have plenty of time, and I'm in the process of learning C#.

My hobbies include wildlife photography, DarwinBots (obviously), my pets (tortoise called Bea, tortoise called Kreacher, dog called Fuzzbox, nineteen year old cat called Batman, rabbit called Grandma Rosie, bearded dragon called Santa), and various computer games. Thank you for listening.

Billy.  I will put one of my photos at my display pic.

Pages: 1 ... 10 11 [12]