;Robot's name : VORTEXER2 ;Author : (c) XAZAX (Olger Oeselg) ;Author's Country : Estonia ;Author's E-mail : olger_o@hotmail.com ;Date of completion : 21/Nov/2001 ;Class : Light Class ;Version : v2.0 ;Code Length : 29 lines. ;Generation : 10th ;Comment : This is based on Prizeman II + Vortexer abilities ;****************************************************************************** ;Targeting system :****** (6): Bretty good! ;Scanning system :**** (4): Effective ;Firing system :********(8): Best possible ;Moving system :** (2): Simple ;Killing ability :******* (7): Superb ;Surviving ability :***** (5): Good ;Design :******* (7): 12th Generation Light Bot ;****************************************************************************** ;Design: It is very innovtive, it hit almost every kind of bot and is ; also bretty fast-moving ;****************************************************************************** ;Style: Moving around the battlefield, he tries to be parallel with ; his enemy and fires with smart decisions. ;****************************************************************************** ;[[[ TRY TO MAKE YOUR OWN SUCCESSOR NOT BY COPYING CODE FROM OTHER DESIGNS ]]] ;****************************************************************************** #config scanner=4 #config weapon=2 #config armor=1 #config engine=3 #config heatsinks=2 ;****************************************************************************** #MSG ;****************************************************************************** ; Compilable code: ;****************************************************************************** set ax 12 int 3 opo 17 6 set cx -100 ;4 ;****************************************************************************** !start cmp @0 0 jne !core neg cx opo 11 cx ;8 !core ipo 7 bx cmp bx 1500 ja !track set bx @3 add bx bx opo 12 bx ;14 ipo 2 fx cmp fx 80 jae !move !fire opo 15 bx opo 15 4 opo 15 -4 ;20 jmp !move !track opo 12 ax opo 14 3 jmp !start ;24 !move ipo 5 ex add ex -64 sub ex @1 opo 14 ex jmp !start ;29