Page 1 of 1
Auction House loaders configuration
Posted: Mon Dec 15, 2014 9:56 am
by CharlieFrost
Hey All,
So i have tried both the Ah loaders here on this site and neither of them are populating stacks. Is there a way to do this with a script or something? I did figure out how to change from the default number of items from 5 to 99. Any help on this would be appreciated.
Re: Auction House loaders configuration
Posted: Tue Dec 16, 2014 7:38 am
by TeoTwawki
The
python based one does stacks, but is currently a real pain to adjust prices and some of the prices it scrapes from ffxi are unpleasant. The author told me he'l look into updating it to be easier to take care of that issue. Its still very usable though, just make sure to wipe your existing AH before trying it.
Re: Auction House loaders configuration
Posted: Fri Dec 19, 2014 3:28 pm
by CharlieFrost
so I have tried to download that python based AH loader. it shows some dependencies and im not sure how to go about getting it to work if someone could write me up some steps to get this working I would greatly appreciate it. BTW im on windows 8.1 64bit
Re: Auction House loaders configuration
Posted: Sat Dec 20, 2014 5:36 am
by TeoTwawki
CharlieFrost wrote:so I have tried to download that python based AH loader. it shows some dependencies and im not sure how to go about getting it to work if someone could write me up some steps to get this working I would greatly appreciate it. BTW im on windows 8.1 64bit
Hope you are comfy with the command prompt.
You need python 2.7x NOT 3.x, pip, and yoru path set correctly or else typing out full paths of where things are, and then its just:
pip install packageNameHere
You can get specific right up to being able to copy and past the commands just by googling said package names.
Tip: put your the AH loader in a path without special chars or spaces. Even with quotes, it didn't like funky paths when I set it up. It also didn't like symbols in the sql password. Works great now that its set up proper though.