Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
wooztec

MAPRUNNER ISSUE

Recommended Posts

HI,
i have problem with maprunner.
I want bot to run only on tier 8+ maps
I input in config file .ipd:

 

[Rarity] == "Normal" # [RunMap] == "true"

[Rarity] == "Magic" # [RunMap] == "true"

[Rarity] == "Rare" # [RunMap] == "true"

// Map Tier setting

[MapTier] <= "8" && [MapTier] >= "66" # [IgnoreMap] == "true"


I have a few maps tier 10 in correct stashtab and few tier 3 for test.

BOT use tier 3 if that map is on first slot. Why?

When i switch to this code:
 

[MapTier] == "1" # [IgnoreMap] == "true"
[MapTier] == "2" # [IgnoreMap] == "true"
[MapTier] == "3" # [IgnoreMap] == "true"
[MapTier] == "4" # [IgnoreMap] == "true"
[MapTier] == "5" # [IgnoreMap] == "true"
[MapTier] == "6" # [IgnoreMap] == "true"
[MapTier] == "7" # [IgnoreMap] == "true"
[MapTier] == "8" # [IgnoreMap] == "true"

[Rarity] == "Normal" # [RunMap] == "true"
[Rarity] == "Magic" # [RunMap] == "true"
[Rarity] == "Rare" # [RunMap] == "true"

 

bot doesn't recognize any map and run act map..
I spent a lot of time to solve this but it still occur. Does anyone have any idea what is wrong? I have newest version of bot, dx 9, etc. Everything else working correctly except mapruner.
DEFAULT CONFIG DOESN'T WORK

Share this post


Link to post
Share on other sites

Ditch everything, bro and use default map.ipd

Change this line to ----------->

// Map Tier setting
[MapTier] >= "8" && [MapTier] <= "16" # [RunMap] == "true"

@edit
BTW PoE engine does NOT support dx9 anymore...

 

Edited by Laber59
@edit

Share this post


Link to post
Share on other sites

It doesn't solve this problem.
I replace lines with [MapTier] >= "8" && [MapTier] <= "16" # [RunMap] == "true"
in default/ my ipd and 
Bot still don't take any map (tier3/tier10) and start run act map..
 

Share this post


Link to post
Share on other sites

Picture of map setting tab in bot please

Also

Dont edit default anymore
use vanilla one an then only change few things in copy of default
 

Edited by Laber59
gramma

Share this post


Link to post
Share on other sites

Enable map upgrading
Use default (not modified map.ipd from bot archive)

// Map Tier setting
[MapTier] >= "8" && [MapTier] <= "16" # [RunMap] == "true"

// Map Rarity to Run (Uncommenting means Ignore)
[Rarity] == "Unique" # [IgnoreMap] == "true"
// [Rarity] == "Rare" # [IgnoreMap] == "true"
// [Rarity] == "Magic" # [IgnoreMap] == "true"
// [Rarity] == "Normal" # [IgnoreMap] == "true"

// If you want to enable automatic quality upgrading
// [MapTier] >= "4" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true"

// If you want to transmute or alch maps before running them.
// [Rarity] == "Normal" # [UpgradeToRare] == "true"
[Rarity] == "Normal" # [UpgradeToMagic] == "true"

// Map augmentation
[Rarity] == "Magic" # [AugmentIfPossible] == "true"

@Up if you want maps blue,
comment again aug and rarity normal lines, uncomment rare line if you want them gold

Change only those few thing of vanilla file (do not copy-paste)
You need to have maps in bot map stash
And transmutes/augs/alchs in currency one
Try this first - If It works than edit further
Be gentle with those IPD files - the less you change the better

also make sure that client is opened by bot - not by your click on shortcut

Edited by Laber59

Share this post


Link to post
Share on other sites

It's configuration Issue for sure
Try to set up everything from scratch, re-download bot etc
The less you edit the better
Change only numbers in ipd file and uncomment/comment unnecessary lines
Make sure that bot is opening your game and that all redists are installed, admin privileges for poe and bot
Delete poe folder from my documents when You will be doing everything from beginning
My bet is You have/are creating syntax error in map file tho...

 

  • Like 1

Share this post


Link to post
Share on other sites
11 minutes ago, Laber59 said:

It's configuration Issue for sure
Try to set up everything from scratch, re-download bot etc
The less you edit the better
Change only numbers in ipd file and uncomment/comment unnecessary lines
Make sure that bot is opening your game and that all redists are installed, admin privileges for poe and bot
Delete poe folder from my documents when You will be doing everything from beginning
My bet is You have/are creating syntax error in map file tho...

 

Laber great info!

I'm curious, do you have a short list of steps when setting up the bot? I'm not sure on exact placement of files etc, currently i have a folder in my documents folder with the bot folder in that, and i launch the game by hand, and then click start once I'm in town.. if this isn't the preferred method I'd appreciate the correction.

 

Share this post


Link to post
Share on other sites

If it's working then its fine lol xD
But
Once i had problems with the bot and giving him PoE path in Client tab solved It.
But it's not about correct path for poe.exe. It was about running bot first and starting It before poe client was open.
This way bot is starting poe client by itself and this process solved my issues.

Share this post


Link to post
Share on other sites
5 hours ago, SupZerg said:

I bet stash is configured wrong on pickit tab.

What is wrong with my pickit tab configuration?
 I remind you that bot runs maps, when i change lines in map ipd to:

 

[Rarity] == "Normal" # [RunMap] == "true"

[Rarity] == "Magic" # [RunMap] == "true"

[Rarity] == "Rare" # [RunMap] == "true"

 

but it runs EVERY map in map stash.. I want bot to run only maps tier 8+...

2.jpg

Share this post


Link to post
Share on other sites

I think  BOT can't read now tiers# of the maps, and every conditions with [MapTier] doesn't work.

[Rarity] == "Rare" # [RunMap] == "true"
[Rarity] == "Magic" # [RunMap] == "true"
[Rarity] == "Normal" # [RunMap] == "true"
work corectly, but it runs every map in the map stash

Share this post


Link to post
Share on other sites

Yup it's all good
Y'all having bad config I guess :(

IDK what's wrong but so many ppl cannot configure It properly
Just dig in it long enough, tweak, test, try different setups
I am busy in PoB hahah ;D
Implementing those shiny exes into my HC toon xD

 

Edited by Laber59
grammar

Share this post


Link to post
Share on other sites
On 3/29/2020 at 5:44 PM, Laber59 said:

Yup it's all good
Y'all having bad config I guess :(

IDK what's wrong but so many ppl cannot configure It properly
Just dig in it long enough, tweak, test, try different setups
I am busy in PoB hahah ;D
Implementing those shiny exes into my HC toon xD

 

If you could post your file that might help, I can confirm I'm having the same issues, I can literally load the default ipd and only change the one line for tier to run and it doesn't work.. change it back to 1 and it runs any maps in there.. I'm feeling like @wooztec might be right and it can't recognize tiers, maybe because each map can be multiple? The file is out of date for sure, I can update it but I'm not sure how.

If you can share your file or raw config? This seems like a bug.

Share this post


Link to post
Share on other sites

It is 2022 but I am experiencing the same issue, OMG

I tried to run Map tier 8 or above using " [MapTier] >= "8" && [MapTier] <= "16" # [RunMap] == "true" " and it didn't work and bot went to Act area.

I tried "

[Rarity] == "Unique" # [IgnoreMap] == "true"
// [Rarity] == "Rare" # [IgnoreMap] == "true"
 [Rarity] == "Magic" # [IgnoreMap] == "true"
 [Rarity] == "Normal" # [IgnoreMap] == "true"

"  and bot ignores all the maps in the stash and goes to Act area. I am speechless.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...