PROCUREMENT : The Ultimate Path Of Exile Companion Tool!

"
Stickymaddness wrote:
"
Cardslinger wrote:
I have v1.1.1 & it seems to work just fine for me, but...
For a noob & as I dont know a thing about programing code.
Could someone post an example on how I would list multiple tabs that I have sale items in named Sell1, Sell2 & Sell3 in Dom. What if I D/L Dom + Nem & have same tab naming in both leagues? Should I just D/L 1 league at a time to post a shop for that league or just rename my sale tabs so they dont match?
Thanks


You download/update both domination/nemesis when you login. On the main screen after you login, which is your stash screen, there's a drop down that lets you select which league you want.

So what you'll do is select domination, go to trading generate the forum code and post it into your domination shop. Then go back to the stash screen and select nemesis, go to the trading screen and generate the forum code for your nemesis shop.

Take a look at the Procurement wiki there are a few guides, some of which have videos.


Everything you stated is correct, but in v1.1.0 the feature was added that lets you download just the shop/sale/sell tabs eliminating the time it takes to download your whole league information. What I'm looking for is the way this is coded in "SETTINGS". That is what I need help with, I can do it as your suggesting now.
I want to eliminate the downloading of 60 tabs when all I need is 3 or 4 for my shop.
Thanks
"
Cardslinger wrote:
Everything you stated is correct, but in v1.1.0 the feature was added that lets you download just the shop/sale/sell tabs eliminating the time it takes to download your whole league information. What I'm looking for is the way this is coded in "SETTINGS". That is what I need help with, I can do it as your suggesting now.
I want to eliminate the downloading of 60 tabs when all I need is 3 or 4 for my shop.
Thanks


Ok, I see what you're struggling with now. It's quite easy, open settings.xml with notepad or any editor. First, set Procurement to only download domination and nemesis, I assume you don't need hardcore or standard?

Find the line with "DownloadOnlyMyLeagues" and change it to this:

<Setting name="DownloadOnlyMyLeagues" value="True" />

Then, look for the section with MyLeagues and remove hardcore/standard so only domination and nemesis is listed:

<List name="MyLeagues">
<Item value="Domination" />
<Item value="Nemesis" />
</List>

Once that is done, update the MyTabs section with the names of your domination/nemesis tabs:

<List name="MyTabs">
<Item value="Sell1" />
<Item value="Sell2" />
<Item value="Sell3" />
</List>

Save and close the file, and login to Procurement. Even if you have tabs with the same name, eg: Sell1 in both Nemesis and Domination, Procurement will download those tabs for both leagues.

I hope this makes sense, and is everything you needed.
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
First of all, great stuff, thanks for the software!

I wonder if user settings could be stored in another file that would be created by Procurement after the first run? That way, when updating, no user settings would get overwritten (and, as always, the default settings.xml file would be used as a fallback for anything undefined in user_settings.xml).
"
Stickymaddness wrote:
"
Cardslinger wrote:
Everything you stated is correct, but in v1.1.0 the feature was added that lets you download just the shop/sale/sell tabs eliminating the time it takes to download your whole league information. What I'm looking for is the way this is coded in "SETTINGS". That is what I need help with, I can do it as your suggesting now.
I want to eliminate the downloading of 60 tabs when all I need is 3 or 4 for my shop.
Thanks


Ok, I see what you're struggling with now. It's quite easy, open settings.xml with notepad or any editor. First, set Procurement to only download domination and nemesis, I assume you don't need hardcore or standard?

Find the line with "DownloadOnlyMyLeagues" and change it to this:

<Setting name="DownloadOnlyMyLeagues" value="True" />

Then, look for the section with MyLeagues and remove hardcore/standard so only domination and nemesis is listed:

<List name="MyLeagues">
<Item value="Domination" />
<Item value="Nemesis" />
</List>

Once that is done, update the MyTabs section with the names of your domination/nemesis tabs:

<List name="MyTabs">
<Item value="Sell1" />
<Item value="Sell2" />
<Item value="Sell3" />
</List>

Save and close the file, and login to Procurement. Even if you have tabs with the same name, eg: Sell1 in both Nemesis and Domination, Procurement will download those tabs for both leagues.

I hope this makes sense, and is everything you needed.


Exactly what I needed, tried it & already have my shop up & running.
Thanks for a great program.
OP, I think there needs to be something added in the first post, a mini-tutorial showing people new to session ID's how they work with the various browsers. For instance in Firefox:

Tools -> Options
or
Menu -> Options

Privacy -> Show cookies

Search for pathofexile.com
Look for PHPSESSID and click it

Look for content and select the random letters aligned with it. Copy those letters, and that's it.

Image for those who have difficulty understanding:
http://a.pomf.se/oeptkk.PNG

A note about the tool: it seems like it has quite a few bugs still. It said I had 8 blessed orbs when I only have 2. The search tool could also be expanded so that it searches characters' equipped items and inventory items. I often find my old characters have very useful items on them still that I may need on my new characters and I always have to go hunting through all my old characters every time I need an item I suspected I owned before.

Lastly, when you go to settings it has a small spreadsheet of currency ratios. Would be nice if it could be expanded so you could base the reference currency (currently GCP) to any other currencies such as chaos.
Player since closed beta 2012. Full system specs: https://pastebin.com/c4rvbvSR
'Tongueslurp the Unspeakable' - skeleton archer in Fellshrine Merciless
Last edited by Zedda#0815 on Jan 3, 2014, 4:06:14 PM
"
moriakaice wrote:
First of all, great stuff, thanks for the software!

I wonder if user settings could be stored in another file that would be created by Procurement after the first run? That way, when updating, no user settings would get overwritten (and, as always, the default settings.xml file would be used as a fallback for anything undefined in user_settings.xml).


Thanks for the support! The problem is that over time as new functionality has been introduced, the structure of settings.xml has changed, including new user settings.

"
Cardslinger wrote:
Exactly what I needed, tried it & already have my shop up & running.
Thanks for a great program.


Excellent, glad to hear you've got everything setup the way you like it.

"
Zedda wrote:
OP, I think there needs to be something added in the first post, a mini-tutorial showing people new to session ID's how they work with the various browsers. For instance in Firefox:

Tools -> Options
or
Menu -> Options

Privacy -> Show cookies

Search for pathofexile.com
Look for PHPSESSID and click it

Look for content and select the random letters aligned with it. Copy those letters, and that's it.

Image for those who have difficulty understanding:
http://a.pomf.se/oeptkk.PNG

A note about the tool: it seems like it has quite a few bugs still. It said I had 8 blessed orbs when I only have 2. The search tool could also be expanded so that it searches characters' equipped items and inventory items. I often find my old characters have very useful items on them still that I may need on my new characters and I always have to go hunting through all my old characters every time I need an item I suspected I owned before.

Lastly, when you go to settings it has a small spreadsheet of currency ratios. Would be nice if it could be expanded so you could base the reference currency (currently GCP) to any other currencies such as chaos.


From the first page of this thread:

"
Stickymaddness wrote:

Q: I use steam and don't have an email/password, how do I use Procurement
A: Follow the sessionID wiki guide


That wiki guide details how sessionID works, what it does and how to set it up for the 3 major browsers, including a step by step video tutorial that Xaelyin did.

With regards to the currency ratios, I plan to rewrite the system for the next release.




Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
"
Stickymaddness wrote:
Thanks for the support! The problem is that over time as new functionality has been introduced, the structure of settings.xml has changed, including new user settings.


Hi there! Thanks for the reply. I do understand such a situation might happen - still, I personally, as a developer myself, think the best aim here would be for the software to import as much as it can from the user_settings.xml and, if needed, update it, removing all outdated info (or maybe move it to some <outdated></outdated> tag for archival reasons and maybe someone would write a simple converter).

It's not a major problem - I surely can just copy my SESSID from cookies into Procurement, but it a thought that hit me when I upgraded from 1.0.0 to 1.1.1 :)
"
moriakaice wrote:
It's not a major problem - I surely can just copy my SESSID from cookies into Procurement, but it a thought that hit me when I upgraded from 1.0.0 to 1.1.1 :)


Remember that the sessionID expires, and if you get logged out of the forum it immediately invalidates it. In addition the 1.1.0 settings file is compatible with 1.1.1, you can just copy it over.
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
Last edited by Stickymaddness#7243 on Jan 4, 2014, 3:52:59 AM
Great software ! Thanks for it.

I spend some time today in Procurement, changed tree a little bit and add graphics on my shop.

How does it look: http://www.pathofexile.com/forum/view-thread/699929


If someone is interested I'm sharing this template
http://pastebin.com/A59Q9Qi1
Last edited by Werdandi#6097 on Jan 4, 2014, 9:01:51 AM
"
Werdandi wrote:
Great software ! Thanks for it.

I spend some time today in Procurement, changed tree a little bit and add graphics on my shop.

How does it look: http://www.pathofexile.com/forum/view-thread/699929


If someone is interested I'm sharing this template
http://pastebin.com/A59Q9Qi1


Looks great, thanks for including a graphic link for Procurement!
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/

Report Forum Post

Report Account:

Report Type

Additional Info