Jump to content

exilenoob

Beta Tester
  • Content Count

    18
  • Joined

  • Last visited

Community Reputation

3 Neutral

About exilenoob

  • Rank
    Bronze V
  1. exilenoob

    Exiled-bot and Automation.

    Preview for PowerShell automation. This is pre-alpha just a few ideas. ############################# ### Start PathofExile.exe ######## ############################# $PoeShortcutLocation = "$env:USERPROFILE\desktop\Path of Exile.lnk" Start-Process $PoeShortcutLocation ####################### ### Start ExileBot. ####### ####################### $ExileBotEXE = Get-ChildItem Z:\ExileBotFolder | Where-Object {$_.Name -like "*.exe"} | Select -ExpandProperty Name $Arguments = "--attach:someprogram.exe" Start-Process "Z:\ExileBotFolder\$ExileBotEXE" $Arguments -Verb Runas Here is the AHK for using auto login. Save below as a .ahk WinWait, Path of Exile, IfWinNotActive, Path of Exile, , WinActivate, Path of Exile, WinWaitActive, Path of Exile, Send, {TAB} Sleep, 100 Send, {TAB} Sleep, 100 Send, YourPassword Sleep, 100 Send, {ENTER} return
  2. exilenoob

    Exiled-bot and Automation.

    Immo. Thanks for all the great information.
  3. So the overall goal here is to automate running the bot as much as possible via PowerShell. 1st request: And its probably already been requested is a place to supply the bot a password for your account. Not every one runs on those expensive static IPs. 2nd request: An easy way to start exilebot.exe that will click the "Start Button" for you. Like from a command prompt run exilebot.exe -autostart. Once I have a prototype script ill be posting it in the elite section.
  4. exilenoob

    0.50j crashes on "Start botting"

    Reboot your VM/Computer. Had the same issue but rebooting fixed it.
  5. exilenoob

    Bot wont run maps.

    I'm eating some of my words. The bot wont reroll extra physical damage rolls on maps, thus causing the bot to say its a bad map. Lesson learned. Thank alkpone
  6. exilenoob

    Bot wont run maps.

    After yet another 4+ hours of trying to figure out why the bot wont run maps I have come to a conclusion. DO NOT Put this as a rule. [Type] == "Shore Map" # [ignoreMap] == "true" It worked before but not now. alkpone. I do have over 30 maps the bot can run according to the rules. Never mind I delete a Shore Map out of my inventory and now it wont run maps.... Yahoo! Back to being broken.
  7. exilenoob

    Bot wont run maps.

    When I start the bot it just opens the inventory, cycles through the stashes and then goes to the selected zone area... I have done the standard fix deleting the exile bot install and completely starting over. This has not fixed the issue. Any ideas?
  8. exilenoob

    0.50e bug

    I generally just babysit the bot. When things like that occur I have to intervene and move the mouse to the totem or rare mob. I hope they can iron out the issues like this.
  9. exilenoob

    Maps not upgrading.

    @jsk110 That was it. Don't use anything besides default.ipd.
  10. exilenoob

    Maps not upgrading.

    No I'm not using default.ipd. Im using a ipd called lowlevel.ipd and selecting it. I'll give the default.ipd a try. Thanks for the info.
  11. exilenoob

    Maps not upgrading.

    I removed all the comments so its easier to read. And I do know how comments work. However bot is not working as intended so I figured I would keep it simple for troubleshooting.
  12. exilenoob

    Maps not upgrading.

    When doing maps the bot does not upgrade normal maps to magic. Bot Version = .5d Map.ipd, I removed everything besides whats below in exact order. [Rarity] == "Normal" # [upgradeToMagic] == "true" [MapLevel] >= "68" && [MapLevel] < "73" # [RunMap] == "true" [Rarity] == "Unique" # [ignoreMap] == "true" [Type] == "Orchard Map" # [ignoreMap] == "true" [Type] == "Tropical Island Map" # [ignoreMap] == "true" [Type] == "Vaal Pyramid Map" # [ignoreMap] == "true" [Type] == "Dungeon Map" # [ignoreMap] == "true" [Type] == "Torture Chamber Map" # [ignoreMap] == "true" [Type] == "Dry Peninsula Map" # [ignoreMap] == "true" [map_player_has_blood_magic_keystone] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" [map_player_has_blood_magic_keystone] >= "1" # [ignoreMap] == "true"
  13. exilenoob

    [Solved]Skill/Combat Issue.

    @ Mandatory and dynastyo. Tried those suggestions Enduring cry looks to be working a ton better thank you!
  14. exilenoob

    [Solved]Skill/Combat Issue.

    I'm trying to figure out why the times a skill goes off does not really match what the configuration says. For example I have Enduring Cry set to priority 10 and a cooldown of 5000, but during a fight its probably less than a 50% chance it will cast after the 5000ms. Im also having a same issue with Vigilant Strike and it not going off. Here is my current setup. Any ideas? Hotbar setup: Left Mouse settings. Right Mouse settings. W Key Settings.
×
×
  • Create New...