Jump to content
adibebe

Release: Ice floe

Recommended Posts

glitzi bot not work... it's complicated to modified...

 

Can you make a bot for the sunburst map or modify wundertüte his raidmapbot because it works except the shoot/ repair function. He says i need to change checkattacker in the scar bot, but I don't know what he means i need to take the coordinates of left above attacker and right below the attacker in configuration. Can you make a screenshot to help me or modify the script so shoot/repair works?

Anyway this ice floe bot is awesome!

Link to comment
Share on other sites

attack = space

 

---------- Post added at 10:39 AM ---------- Previous post was at 10:31 AM ----------

 

 

 

 

you need to use the game in romanian or english language or other language, but logout button necessarily have to write : "Logout"... if don't work, you need to configure manual the end of the sea map... after line 319 in the script you need to write this:

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

 

sorry if you don't understand all, but my english is bad :D

 

what put after line 319?

 

i have this in line 319..// writeln('Mx='+inttostr(mx)+'- My='+inttostr(my));

 

where put and what?

 

thanks

Edited by *mario*
Link to comment
Share on other sites

After copy:

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

 

the script like this:

 

if FindBitmapTolerance(chat, x, y, 50) then

begin

mx:= x + 20;

my:= y + 41;

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

// writeln('Mx='+inttostr(mx)+'- My='+inttostr(my));

if FindBitmapTolerance(logout, xx, yy, 50) then

begin

//writeln('Coordonate buton Logout = '+inttostr(xx)+'/'+inttostr(yy));

if ((xx-x)>685) then

begin

mx1:=mx+775;

my1:=my+573;

end

 

but when i started the scar divi, give me this message:

Failed when compiling

Line 319: [Error] (319:7): Unknown identifier 'coordonate' in script C:\Users\fernando\Desktop\iceeee.scar

 

can you help me? plz

 

---------- Post added at 02:15 AM ---------- Previous post was at 02:15 AM ----------

 

After copy:

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

 

the script like this:

 

if FindBitmapTolerance(chat, x, y, 50) then

begin

mx:= x + 20;

my:= y + 41;

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

// writeln('Mx='+inttostr(mx)+'- My='+inttostr(my));

if FindBitmapTolerance(logout, xx, yy, 50) then

begin

//writeln('Coordonate buton Logout = '+inttostr(xx)+'/'+inttostr(yy));

if ((xx-x)>685) then

begin

mx1:=mx+775;

my1:=my+573;

end

 

but when i started the scar divi, give me this message:

Failed when compiling

Line 319: [Error] (319:7): Unknown identifier 'coordonate' in script C:\Users\fernando\Desktop\iceeee.scar

 

can you help me? plz

Link to comment
Share on other sites

After copy:

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

 

the script like this:

 

if FindBitmapTolerance(chat, x, y, 50) then

begin

mx:= x + 20;

my:= y + 41;

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

// writeln('Mx='+inttostr(mx)+'- My='+inttostr(my));

if FindBitmapTolerance(logout, xx, yy, 50) then

begin

//writeln('Coordonate buton Logout = '+inttostr(xx)+'/'+inttostr(yy));

if ((xx-x)>685) then

begin

mx1:=mx+775;

my1:=my+573;

end

 

but when i started the scar divi, give me this message:

Failed when compiling

Line 319: [Error] (319:7): Unknown identifier 'coordonate' in script C:\Users\fernando\Desktop\iceeee.scar

 

can you help me? plz

 

---------- Post added at 02:15 AM ---------- Previous post was at 02:15 AM ----------

 

After copy:

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

 

the script like this:

 

if FindBitmapTolerance(chat, x, y, 50) then

begin

mx:= x + 20;

my:= y + 41;

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

// writeln('Mx='+inttostr(mx)+'- My='+inttostr(my));

if FindBitmapTolerance(logout, xx, yy, 50) then

begin

//writeln('Coordonate buton Logout = '+inttostr(xx)+'/'+inttostr(yy));

if ((xx-x)>685) then

begin

mx1:=mx+775;

my1:=my+573;

end

 

but when i started the scar divi, give me this message:

Failed when compiling

Line 319: [Error] (319:7): Unknown identifier 'coordonate' in script C:\Users\fernando\Desktop\iceeee.scar

 

can you help me? plz

 

I say: "if don't work, you need to configure manual the end of the sea map... after line 319 in the script you need to write this:

mx1:= coordonate for ax x;

my1:= coordonate for ax y; "

 

coordonate for end of the sea map is something like 1000/700... so, in the script, after line 319 you need to write:

mx1:=1000;

my1:=700;

 

I explained quite clearly, no?

 

to find the coordinates of the end of the sea map, you need to use: Pict color from scar

Link to comment
Share on other sites

you need to use the game in romanian or english language or other language, but logout button necessarily have to write : "Logout"... if don't work, you need to configure manual the end of the sea map... after line 319 in the script you need to write this:

mx1:= coordonate for ax x;

my1:= coordonate for ax y;

 

ı dont un derstand please answer

Link to comment
Share on other sites

This script works fine, but when it comes to the part below the map,

he gives this error and stops working.:

 

Execution error

Line 529

Message: Canvas does not allow drawing.

 

how to solve this?

 

I don't know how to solve this error... appears from time to time, not always!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
  • Create New...