Auction House loaders configuration

Post Reply
User avatar
CharlieFrost
Posts: 33
Joined: Sat Nov 08, 2014 11:13 pm

Auction House loaders configuration

Post by CharlieFrost » Mon Dec 15, 2014 9:56 am

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.
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Auction House loaders configuration

Post by TeoTwawki » Tue Dec 16, 2014 7:38 am

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.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

User avatar
CharlieFrost
Posts: 33
Joined: Sat Nov 08, 2014 11:13 pm

Re: Auction House loaders configuration

Post by CharlieFrost » Fri Dec 19, 2014 3:28 pm

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
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Auction House loaders configuration

Post by TeoTwawki » Sat Dec 20, 2014 5:36 am

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.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Post Reply