PROCUREMENT : The Ultimate Path Of Exile Companion Tool!
" 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). |
|
" 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
|
|
" 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. " Excellent, glad to hear you've got everything setup the way you like it. " From the first page of this thread: " 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/ |
|
" 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 :) |
|
" 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
|
|
" 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/ |
|