The following bot is for playing the bonus map
- This bot needs~ 100k munition / hour
- This bot gives up to 8000 pearls / hour
DOWNLOAD SCAR from www.freddy1990.com to use this botstep1remove all things like chat, effects,... UNCHECK all BOXES !
step2set distance of your cannons
for maximum range put
abstand:=5;
for minimum range put
abstand:=1;
step3configure keys
on my pc :
w= up
a= left
s= down
d= right
q= repair
f= fire
n= next target
space= move map to your ship
step4set game resolution to 800x600
low details
go with ur ship on BM and press start - u dont need to define the target window - simply press start...
i wish u all happy leveling
WTF can i do in this script ?abstand:=3; // this value sets how near NPCs could be to your ship until moving away
pixeldistance:= 140; // how many pixels should be clicked away from the middle when u go for distance
rumpfmodus:=1; /// set to 0 for safer but earlier repairdrive, set to 1 for bigger shipps with bonus hitpoints
VBkeycodes:=1; // set to 0 to use letters below, set to 1 to use VBkeycodes -> You find a list of VB keycodes in the help of SCAR
hoch:= 'w'; // letter for up key- only if VBkeycodes = 0
runter:= 's'; // letter for down key - only if VBkeycodes = 0
links:= 'a'; // letter for left key- only if VBkeycodes = 0
rechts:= 'd'; // letter for right key - only if VBkeycodes = 0
angrifff:= 'f'; // letter for attack key- only if VBkeycodes = 0
reparieren:= 'q'; // letter for repair key- only if VBkeycodes = 0
ziel:= 'n'; // letter for next target key - only if VBkeycodes = 0
vkordi:= 'v'; // letter for drive key - only if VBkeycodes = 0
hochVB:=87; // VB Keycode for up key - only if VBkeycodes=1
runterVB:=83; // VB Keycode for down key - only if VBkeycodes=1
linksVB:=65; // VB Keycode for left key- only if VBkeycodes=1
rechtsVB:=68; // VB Keycode for right key - only if VBkeycodes=1
angrifffVB:=70; // VB Keycode for attack key- only if VBkeycodes=1
reparierenVB:=81; // VB Keycode for repair key- only if VBkeycodes=1
zielVB:=78; // VB Keycode for next target key - only if VBkeycodes=1
vkordiVB:=86; // VB Keycode for drive key- only if VBkeycodes=1
zentrieren:=32; // VB Keycode center map (32=Space)zentrierenaufklick:=0; // 0 center map with VB Keycode (empfohlen), 1 click center map
bmcheck:=1; // Check for ship on Bonusmap 0 off, 1 on (empfohlen)
soundmodus:=1; // 0 off, 1 on - gives accoustic warning on error
reppwait:=600; // wait in ms between sending key for repair and check if ship is repairing
moveclickwait:=100; // wait in ms between distance click and next check for NPCs near
MMrandommove:=20; // 1-70 how many pixel from the corner on Minimap the repaircoordinate could be (10 - 30)
npcblau:= 12428874 ; // Color of NPC Font - change if distance not working correctly !!!
npcblautoleranz:=25; // how many tolerance for Color of NPC Font (10 - 30)
npcminimap:= 39679; // Color of NPC on Minimap
targetcolor:= 65535; // Color of the yellow circle on target
meinschiff:= 65280; // Color of your ship on Minimap
mousedelay:=100; // wait in ms between each action of mouse
moveshipcheckwait:=80; // wait in ms between checks for ship stopped
outdrive:=70; // how many pixels should the sip drive automatically to mapborder
If there are any questions left i will try to awnser them.
for those people who had the error that the bonusmap could not be detectet i have version 2.221 with new tolerance for BM detecting
23.09.2010 New Version 2.3 released- better distance modul
- game colours updated
- npcminimaptolerance added - set up the color tolerance for the color of an npc on the minimap here
- fixed an error with detecting BM
06.10.2010 New Version 2.4 released- updated drive modul for yellow bonus map (dont get stuck the whole time on islands)
[/quote]