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.
Auction House loaders configuration
- CharlieFrost
- Posts: 33
- Joined: Sat Nov 08, 2014 11:13 pm
Auction House loaders configuration
MCP, A+, Net+
Microsoft- Server/OS/Security Fundamentals
Microsoft- Server/OS/Security Fundamentals
Re: Auction House loaders configuration
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.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
- CharlieFrost
- Posts: 33
- Joined: Sat Nov 08, 2014 11:13 pm
Re: Auction House loaders configuration
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
Microsoft- Server/OS/Security Fundamentals
Re: Auction House loaders configuration
Hope you are comfy with the command prompt.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
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.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE