i get a virus notification when downloading it, please help!
Yeah.. I think that almost everybody get this notification, but its nothing to worry about. I mean. What it detects it not dangerous, and you can be a 100 % sure. Yeah, it shows that it's dangerous, but i am sure its just something with the filetype or fileformat or idk what.
Just ignore the notification - its not dangerous at all.
hey xRiDDii have problem with ur bot when get sunk dont rep ands that ur bot floats 4 h collet glitters and he stop and dont collect what I need to do? when he get sunk he dont repering he serch glitters on mini map bot dont repering
Hi, for me i have the error no island have been found . So i look in the FAQ and all what you say it's done but can we shiny in 1/1 for example or absolutely in guild island? i can show you debug mod in fact all work but not click so do nothing.
I don't know if it's a problem when i launch scar i have this message : Couldn't load all of the fonts. Some functions may not be working.
with debug mod i can see bot try to click but nothing happen
First I am very thankful that you post your scripts for free. This bot works quite well for me but I had a few problems which I think are rather caused by BigPoint than you but still were a bit anoying. Sometimes the ship just freezes and refuses to move. A client reload solves the Problem. Since the Bot doesnt recognise that, I modified the TimeCheck Function a bit:
-- Scar Code --
//new variables to declare
var newx,newy:integer;
//modified Function
procedure TimeCheck;
begin
if (DEBUGMODE = true) then WriteLn('DB (' + FormatDateTime('DD.MM.YYYY HH:MM:SS', now) + '): PROCEDURE: TimeCheck - START');
if (HoursToRun < GetTimeRunning) then
begin
ClickLogout;
HoursToRun:=HoursToRun/3600000;
WriteLn('The script has been running for ' + IntToStr(HoursToRun) + ' hours.');
WriteLn('Estimated Collected Shinys: ' + IntToStr(CollectedShinyCounter));
WriteLn('Ending RRaidBot at: ' + FormatDateTime('DD.MM.YYYY HH:MM:SS', now))
WriteLn('Thankyou for using RShinyBot.');
TerminateScript;
end;
// 1200000 20mins
if ((CollectedTime + 1200000) < GetTimeRunning) then
begin
CollectedTime:=CollectedTime+1200000;
WriteLn('Estimated Collected Shinys (' + FormatDateTime('DD.MM.YYYY HH:MM:SS', now) + '): ' + IntToStr(CollectedShinyCounter));
KeyDown(116);
Wait(200)
KeyUp(116);
Wait(1000);
repeat
Wait(500);
until(FindColor(newx,newy,3876096,scx1,scy1,scx2,s cy2));
FindColor(newx,newy,5931381,scx1,scy1,scx2,scy2);
ClickMouse(newx+10,newy+10,true);
end;
if (DEBUGMODE = true) then WriteLn('DB (' + FormatDateTime('DD.MM.YYYY HH:MM:SS', now) + '): PROCEDURE: TimeCheck - END');
end;
--
It just refreshes the client every 20 min. For me that improves the stability of the bot a lot.
But i have another problem which I cant solve without deeper understanding of the script. Maybe for you its easy to fix:
Always when the bot repairs the ship after I lost a bit of hp from npcs (not after being sunk) and some npc attacks me the bot gets stuck in some loop and moves in random directions. unfortunately with a high frequence which results in no movement at all and no repair because of the npc that shoots.. Usually the consequence the ship gets shot by the npc or with luck the bot escapes the range of the npc and is able to repair.
Can anybody help me to install this scar bot i didn´t have any expirience with this kind of bots.
I would be very happy if somebody of you have a bit time to explain me how i can use this bot.
If you are such a friendly person pls write me a pn or add me on skype ( Destinechen )
Hallo! Please help me!
Also, ich habe:
Fiddler2
Seafight custom client - Pixelbot Edition
RShinyBot_v1.5
Scar Divi 3.22
gedownloadet.
Alle in einem Ordner rein und WAS muss ich machen?
Hey, wollte mir den bot downloade. also habe fiddler,net framework und scar divi was muss ich jettz genau machen?
ich bitte um eine schnelle antwort;-) gerne per nachricht wenns klappt gibts eine kleine belohnung 2 sms oder so!
1. Du downloadest scar und installierst es
2. downloadest du Fiddler2
3. du holst dir Ceators Custom Client (ist beim Bot verlinkt z.B. beim RshinyBot
4. Dann stellst du Fiddler ein (wie das geht steht beim Custom Client im Thread
5. Wenn du Fiddler eingestellt hat gehst du auf die Seekarte und stellst die Map so ein wie es beim bot steht
6. Du klickst auf den Script/Bot dann wird es in Scar geöffnet
7. Du gehst auf die Seekarte und Startest den Bot in Scar entweder direkt im Fenster oder auf der Seekarte mit Strg+Alt+R
8. Fertig (stoppen mit Strg+Alt+S)