; ************************* WUMANDA ************************************* ; Author: Georg Schnabel ; ICQ-#: 93171243 ; E-Mail: georg.schnabel@mycity.at ; *********************************************************************** ; Name: Wumanda ; Version: 1.0 Alpha ; *********************************************************************** ; ___HISTORY OF WUMANDA___ ; I have been learning ATR2 for one week. So I am a really beginner. ; One day my little brother wanted me to show him how to program tanks. ; I wrote a sample bot for him and he named it Glumanda (this pokemon pet) ; Later I see the potential of this bot and improved some things and named ; it *Wumanda*. So Wumanda accrues, but there are many things to improve... ; ************************************************************************ #config scanner=3 #config engine=0 #config armor=2 #config weapon=3 #config heatsinks=4 opo P_ARC,3 ;1 mov dx, 5 ;2 !start opo P_TROTATE, dx ;3 !fire ipo P_SCAN,ax ;4 cmp ax,1600 ;5 ja !start ;6 cmp @03, 0 ;7 je !bloody ;8 cmp @13, 20 ;9 jb !bloody ;10 ipo P_HEAT, ax ;11 cmp ax, 300 ;12 ja !nofire ;13 !bloody opo P_FIRE, @03 ;14 !nofire mov dx, 5 ;15 cmp @03, 0 ;16 ja !fire ;17 neg dx ;18 jbe !fire ;19