It should be set up and populated using the darkstar server setup guide (https://wiki.dspt.info/index.php/Building_the_Server)
Also, I should mention that running the scrub script is only needed when you want to create the items.csv from the prices listed currently on ffxiah.com.
It sounded like you did that before and it finished just fine. Just make sure the items.csv it produced is in the place you have told the broker.
As to why python can not find pydarkstar correctly, I am at a loss. The purpose of the PYTHONPATH line is to let python know where to find pydarkstar.
Code: Select all
set PYTHONPATH=%PYTHONPATH%;"C:\Users\FFXI Server\Desktop\Server Tools\Auction House\pydarkstar"
Code: Select all
set PYTHONPATH="%PYTHONPATH%;C:\Users\FFXI Server\Desktop\Server Tools\Auction House\pydarkstar"
Code: Select all
# OLD
C:\Users\FFXI Server\Desktop\Server Tools\Auction House\pydarkstar
# NEW
C:\Users\FFXIServer\Desktop\ServerTools\AuctionHouse\pydarkstar
Code: Select all
set PYTHONPATH="%PYTHONPATH%;C:\Users\FFXIServer\Desktop\ServerTools\AuctionHouse\pydarkstar"