CanadianGamer
Beta Tester-
Content Count
21 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout CanadianGamer
-
Rank
Bronze IV
-
Need answer! Bot getting stuck before vendor, and after stash because inventory screen is blocking mouse clicks! HOW TO FIX? ty Figured it out.... gotta make sure UI is set to space bar
-
alrdy running latest version and my configs are all set up properly. the problem is that the inventory screen is open and thats screwing up the clicks.... any idea?
-
my bot isnt shopping, or moving from stash to the wp after stashing items.. if i tab ESC when it get stucks the bot is fixed... any idea if i can fix this somehow?
-
Alk, anything we can do to help improve pathing?
-
The purpose of my dynamic pickit is to create a more user friendly pickit which functions based on user input Every Affix in POE has a iLvl requirement, and a known range of values. Based off these two facts, we can build a system which determines the quality of a drop based on how close to 'maximum affix value' of that drop. For the Example I will outline, we will consider an item with a single affix (for simplicity). Below are values for the `Life` affix Prefix Level Base Maximum Life Healthy 1 10–19 Sanguine 11 20–29 Stalwart 18 30–39 Stout 24 40–49 Robust 30 50–59 Rotund 36 60–69 Virile 44 70–79 Athlete's 54 80–89 Fecund 64 90–99 Vigorous 73 100–109 Now imagine that via the front-end of the application the user has defined that they are interested in finding an item of iLVL 44(perhaps because they are playing somewhere in cruel difficulty), but they already have excellent gear and only want items in the 90% percentile. The pickit algorithm will then check to see if there is a life roll. Let's say the drop we just got has 50 life. The algorithm determines that the maximum life roll for the defined iLvl is 79. 50/79 ~= 63%, and will discard the item. Example GUI [Drop-menu of affixes] [Max iLvl] [Min. Percentile] [+ click to add affix] Thus, a user could dynamically define their pickit. For example, the user could define that a 'good' item is any item that has at least "#" affixes in the "#th" percentile of their current level Programming requirements: index of affix values GUI development pickit implementation Just an idea, let me know what you guys think
-
I often see my bot engaging invasion bosses, even thought it ought to be chickening
-
If you're reading, thanks for taking the time to help. The following is a list of things i do not know how to do/if they exist. 1) set quality %....... [Quality] >= "10"?? 2)category of flasks..... [Category] == "Flask"?? 3)static mods, for examples; staunching, culling strike...... should i use [item_mod_here] == "true" ?? thanks if you have any tips!
-
my pickit, add yours please.
touchedzero replied to topic's CanadianGamer in User's script for POE and/or Exiled Bot
is there a single line in this of your own or did u just post the standard pickit? -
Pickit. We all use it, yet it can be very cumbersome to get itékeep it running just the way you like it. The idea: Create a dump.txt. Every time the bot stashes an item a new line of text would be generated with the following fromat. [item Name] [Time Stamp] [Line # of pickit which returned [stashItem] == 'true'] The benefit: ability to quickly and efficiently edit personalized pickit.txts based on what the bot stashes
-
Because I know your fingers have gotten TOO FAT for typing Alpha Paradisae Atziri's Pride Balus StoneSkull Bladeback Guardian Bladetooth Blood Morpher Blood Stasis Cintiq, The Inescapable Coniraya, Shadow of Malice Corpsestitch Corrector Draconides Droolscar Evocata Apocalyptica Genesis Paradisae Glassmaul Granitecrush Grath Guardian of the Mound Harbinger of Elements Haviri, Vaal Metalsmith Inti of the Blood Moon Jikeji Judgement Apparatus Junglemare Kall Foxfly Konu, Maker of Wind Kutec, Vaal Fleshsmith M'gska, the Living Pyre Mammothcage Mother of the Swarm Nighteater Ossecati, Boneshaper Pewterfang Rancor Rima, Deep Temptress Sheaq, Maker of Floods Shivershell Spinesnap Strangledrift The Bolt Juggler The Book Burner The Duchess The Firestarter The Raging Mask The Revenant Thornrunner Wiraqucha, Ancient Guardian Wonderwalker
-
Hey guys, How do i use the free 10 days the Dev announced? i looked around in my client area and couldn't see anything like that. thanks!
-
Using arctic armor
dudeimoncoke replied to topic's CanadianGamer in User's script for POE and/or Exiled Bot
Cast when dmg taken is the solution