-
Content Count
18 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout exilenoob
-
Rank
Bronze V
-
Exiled-bot and Automation.
exilenoob replied to topic's exilenoob in User's script for POE and/or Exiled Bot
hmm -
Exiled-bot and Automation.
exilenoob replied to topic's exilenoob in User's script for POE and/or Exiled Bot
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 -
Exiled-bot and Automation.
exilenoob replied to topic's exilenoob in User's script for POE and/or Exiled Bot
Immo. Thanks for all the great information. -
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.
-
Reboot your VM/Computer. Had the same issue but rebooting fixed it.
-
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
-
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.
-
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?
-
@jsk110 That was it. Don't use anything besides default.ipd.
-
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.
-
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.
-
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"
-
@ Mandatory and dynastyo. Tried those suggestions Enduring cry looks to be working a ton better thank you!
-
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.