Jump to content

TOSViolation

EB User
  • Content Count

    31
  • Joined

  • Last visited

Posts posted by TOSViolation


  1. Hello,

    I think many ppl "enchance" bot with scripts like ahk,autoit or w/e. But we cant really interact with bot or know his state, so more sophisticated upgrades are hard to do(like switching weapons when bot is exploring) can we get access to simple api to control bot on whole new level?


  2. He is iddling after entering map this is lastrun log:
     
    2015-08-20 20:51:36 [info] -> MAP OPENED !!
    2015-08-20 20:51:36 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:37 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:37 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:38 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:38 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:39 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:39 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:39 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:40 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:40 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:41 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:41 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:42 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:42 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:43 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:43 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:43 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:44 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:44 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:45 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:45 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:46 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:46 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:47 [info] -> Moving to position(1635.869507, 2211.956543). State Priority: 4
    2015-08-20 20:51:47 [info] -> Idling...

     


  3. New version is pretty much useless for me. 1 of my bots is crashing like every 1h its always same story first he starts to make actions really slow waiting between every second click then after couple minutes .exe just crash...bots with more RAM crashes bit less often but still crashing like crazy

     

    New configs/fresh bot instalation here..


  4. Bot crashes at 80% on certain spots, resurecion screen when near water, during aura casting when attacked also is loop keep/destroy items in town with certain ITEMs(many times on ice tomb, and karui choppers) and also FIX GUARDIAN its almost unusable right now....cant u just give us  ignore certine monsters(like by name) like u did with chicken??


  5. Ok here is an RC version : www.exiled-bot.net/downloads/ExiledBotAvoidHeraldTotems.zip

    Bot should ignore these ghost totems, tell me if it works, didn't had a lot of time to test it as I have to go now for a few hours.

    Some other stuff have been changed, like how player data are read, so thanks to report any issue with this version as well.

    I'll do more testing and release working version asap.

    its not working, also its not really ignors plink and necro...+ stops(crash) during items pickup are back  :(

    bot has problems with auras not casting them from time to time.

    + would u make bot chance from stash like transing/alching maps not from inventory?


  6. you would earn more by not picking up wisdom scrolls / rares at all in the long run to be honest. picking up rares and wisdom scrolls only fucks up the efficiency of the farming.

     

    anyway who wants to use time to sell rare items? in the beginning of new leagues it's ok ofc.

    this is such a bad advice and NOT ONLY FOR GARENA....Alts/jewelers/Chromes r most profitable drops(except for good uniqs with very low drop rates)
    bot makes almost 3ex a day (std/ramp not garena server) just by picking all rare/6s/chromes

  7. I have run about 20 maps without any issues. The only thing I had to do was spread out everything so there wasn't any cross clicking. This version appears to be very stable so far. Thanks for the update!

    How u got rid of clicking on "OLD Map" portal? It works good but when he clicks old portal he just starts empty map...


  8. 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


  9. So script is done:))

    I ll release it(as soon as i test it on other comp) for free to everyone without need of donating me or shit like that.

    It works really well on my computer but to deploy it on another machine/system/graphic settings i need a tester.

    What i need from tester:

    - autoit and ahk installed

    - basic knowledge of scripting(not much just basic knowledge how to run and edit scripts)

    - about 30 min of your time

    What we ll do:

    i ll give u code and tell you what values change to make it work on your comp

    I know everyone is lazy but its well worth it. Script enables maps, stash items, goes back when full inventory, prevent stucks, restarts bot on crashes and kinda prevent pathing loops so it makes life way easier:)

    lmk if anyone is up for it


  10. So script is done:))

    I ll release it(as soon as i test it on other comp) for free to everyone without need of donating me or shit like that.

    It works really well on my computer but to deploy it on another machine/system/graphic settings i need a tester.

    What i need from tester:

    - autoit and ahk installed

    - basic knowledge of scripting(not much just basic knowledge how to run and edit scripts)

    - about 30 min of your time

    What we ll do:

    i ll give u code and tell you what values change to make it work on your comp

    I know everyone is lazy but its well worth it. Script enables maps, stash items, goes back when full inventory, prevent stucks, restarts bot on crashes and kinda prevent pathing loops so it makes life way easier:)

    lmk if anyone is up for it


  11. Hi,

    Ive been trying to get the bot proceed down to lvl 3, and it works but i cant get the darn thing to turn on the bot again

    To be honest, my programming skills are not sufficient :)

    I'm running the bot with "Z" enabled to that the bot can see texts on doorways etc, and i've created a bmp image for "Lunaris Temple Level 3"

    The script pauses the bot, enters the door and its supposed to turn on the bot again, but it does not work

    Help me out here :)

    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    ; #Warn  ; Enable warnings to assist with detecting common errors.
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
    
    ;Let's make a tray icon
    Menu, Tray, Icon, 3.bmp
    
    ;Activate game window
    IfWinExist, Path of Exile ahk_class Direct3DWindowClass
    WinActivate
    Else
    
    Loop
    {
    ImageSearch, posx, posy, 1, 1, 800, 600, *60 lunaris.bmp
    If Errorlevel = 1
    Sleep 200
    Else
    {
    Send {F12}
    Click, %posx%, %posy%
    ImageSearch, posx, posy, 1, 1, 800, 600, *60 lunaris.bmp
    If Errorlevel = 0
    Click, %posx%, %posy%
    Else
    Sleep 2000
    Send {F12}
    }
    }
    
    this if is wrong:

    Loop

    {

    ImageSearch, posx, posy, 1, 1, 800, 600, *60 lunaris.bmp

    If Errorlevel = 1

    Sleep 200

    Else

    Send {F12}

    sleep 500

    Click, %posx%, %posy%

    Sleep 2000

    Send {F12}

    }

    im not sure couz i dont use ahk but this should work, if not try this:))

    Loop

    {

    ImageSearch, posx, posy, 1, 1, 800, 600, *60 lunaris.bmp

    If Errorlevel = 0

    Send {F12}

    sleep 2000

    Click, %posx%, %posy%

    Sleep 2000

    Send {F12}

    Else

    sleep 200

    }

×
×
  • Create New...