Jump to content
opiumhautopium1

procedure to open seafightsides in firefox

Recommended Posts

if u set the main sf side as client u can change the easy way between the mainsides

make a litle bmp from the firefox/seafight ICO at the tab and save it (FirefoxSFIcon)

 

save url in a string like Eship:=

http://de4.seafight.bigpoint.com/indexInternal.es?action=internalEliteShip // e-ship side

or Mpage:=

http://de2.seafight.bigpoint.com/indexInternal.es?action=internalStart // main Page

 

the pocedure work at the new servers too^^

 

 

 

[scar]

procedure FindInFirefoxSeafightIco;

var xx,yy,Foxx,Foxy :Integer;

var Eship :String;

begin

Eship:= ('http://XXX.seafight.bigpoint.com/indexInternal.es?action=internalEliteShip')

//writeln('checkpoint1');

MainMap;// procedure to set MainPage as client

 

if FindBitmapTolerance(FirefoxSFIcon, xx, yy, 25) then

begin

//writeln('checkpoint2');

Foxx:= 100;

Foxy:= 70;

Wait(100);

mouse(Foxx,Foxy);

Wait(1000);

KeyDown(VK_CONTROL);

Wait(100);

KeyDown(Chr(97));

Wait(1000);

KeyUp(VK_CONTROL);

Wait(100);

KeyUp(Chr(97));

Wait(1000);

sendkeys(Eship);// call the var u want to visit^^

Wait(1000);

KeyDown(13);

Wait(100);

KeyUp(Chr(13));

end;

wait(1000); //terminatescript;

SeaMap;

end;[/scar]

Edited by opiumhautopium1
Link to comment
Share on other sites

u can change fast between the mainsides so you can do write a script like......... if ship repair seamap change to mainside insert repairchest and cange to apricum design. return to seamap.......... if hp full green change to elvl and kastell slot as before ....... if you want u an use it as boss hide script

of course u can open the seeamap in a tab because the url xxx.seafight.bigpoint.com/indexInternal.es?action=internalMap&open=1

is always the same ^^

a lot of things are possible

Edited by opiumhautopium1
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...