;Robot's name : Rigged Master ;Author's nickname : XaZaX ;Author : (c) Olger Oeselg ;Author's Country : Estonia ;Author's E-mail : olger_o@hotmail.com ;Date of completion : 20/April/2001 ;Class : Light Weight ;Tournament : Only Light Weight tournaments! ;Version : v1.0 ;Comment : A new kind of guy, a new kind of style, but he is ; : capable for TOP5 entry! The code is open, but I hope ; : that people just don't copy it but take some ideas ; : and make a better bot, if you got your idea from ; : this guy or if you were inspired from it's style ; : just mention it and everything is cool. ;****************************************************************************** ;Targeting system : Fast ;Firing system : Rapid ;Moving system : Medium ;Killing ability : Good ;Surviving ability : Good ;****************************************************************************** ;Style: If he detects an enemy then he will fire towards his enemy and ; he starts to circle around, it is bretty hard to hit him. ;****************************************************************************** ;[[[ DON'T EXPECT ANY PERFECT SOLUTIONS ]]] ;****************************************************************************** #config scanner=3 #config weapon=1 #config armor=3 #config engine=2 #config heatsinks=3 ;****************************************************************************** #MSG ;****************************************************************************** ; Compilable code: ;****************************************************************************** set ax 32 int 3 set fx -100 ;3 ;****************************************************************************** !turner opo 12 32 opo 14 2 !start cmp @0 0 jne !core neg fx opo 11 fx ;9 !core opo 17 ax ipo 7 bx cmp bx 1500 ja !track mov bx ax mpy bx @3 shr bx 1 opo 12 bx cmp ax 2 jbe !fire shr ax 1 ;20 !fire opo 15 @3 jmp !move ;22 !track cmp ax 32 jae !turner shl ax 1 ;25 !move ipo 5 ex add dx 16 add ex dx add ex ax sub ex @1 opo 14 ex jmp !start ;32