Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
TOSViolation

Simple script just to map

Recommended Posts

I have really hard time adjusting stashing to be generic for every character so it ll take a little longer, for now im giving maping for public access.

What u need:

- autoit installed

- check pixelchecksum for eternal laboratory

- u need to set up bot to enter eternal laboratory

- u need to put map in first row of first column in inventory

Checking checksum during eternal laboratory loading screen(when u enter eternal laboratory during loading screen run script 1

Script 1

Consolewrite(PixelChecksum(304,488,509,509))

Mapping script

While 1

Position()

if PixelChecksum(304,488,509,509) = xxxxxxxxxxxxxxx then ;HERE U PUT Value FROM SCRIPT 1

Send("{F12}")

Sleep(10000);

MouseClick("left",573,158);

Sleep(1000);

MouseClick("left",505,250);

Sleep(1000);

MouseClick("left",439,297);

Sleep(1000);

MouseClick("left",463,372);

Sleep(1000);

MouseClick("left",240,322);

Sleep(1000);

MouseClick("left",225,376);

Sleep(5000);

MouseClick("left",445,493);portal 1

;MouseClick("left",695,379);portal 2

;MouseClick("left",199,351);portal 3

;MouseClick("left",241,154);portal 4

;MouseClick("left",421,90);portal 5

;MouseClick("left",626,177);portal 6

Sleep(15000);

Send("{F12}");

EndIf

sleep(700)

WEnd

Func Position()

$pos = WinGetPos("Path of Exile");

if($pos[0] = 0) Then

Else

WinMove("Path of Exile","",0,0,800,600);

EndIf

if($pos[2] = 816) Then

else

WinMove("Path of Exile","",0,0,800,600);

EndIf

EndFunc

This is just a basic script to test out how ppl can handle checking their own checksum:)

In next version he ll take maps himself but its way more work than this:))

let me know if u were able to set it up and did he run the map

Share this post


Link to post
Share on other sites

×
×
  • Create New...