opiumhautopium1 Posted February 19, 2012 Share Posted February 19, 2012 (edited) 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 February 20, 2012 by opiumhautopium1 Quote Link to comment Share on other sites More sharing options...
ludger Posted February 21, 2012 Share Posted February 21, 2012 Hi opium, but what can you do with this? Normally you can also open seafight with firefox right? Is this to go on multiple acounts on firefox? Or op seafight map on a tab? Quote Link to comment Share on other sites More sharing options...
opiumhautopium1 Posted February 21, 2012 Author Share Posted February 21, 2012 (edited) 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 February 21, 2012 by opiumhautopium1 Quote Link to comment Share on other sites More sharing options...