How do I?: Auction House

Any discussion not related to the other forum topics
msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

How do I?: Auction House

Post by msulli1355 » Tue Aug 14, 2012 6:34 pm

In the old forums, somebody (I don't remember whom) set up their server to test mob TP moves. IN his post, he said that all items at the AH cost 1 gil. I am wondering how may I accomplish this on my own server? My AH isn't even populated. Whenever I ask for any category, it simply returns "Nothing appropriate". Is there a guide anywhere for tweaking AH code?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: How do I?: Auction House

Post by whasf » Tue Aug 14, 2012 8:35 pm

Do you have the search server running? It handles the auction house searchings and listings.
-- Whasf

msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

Re: How do I?: Auction House

Post by msulli1355 » Tue Aug 14, 2012 10:56 pm

Should there be more to the output of dssearch than this? If not, it's running.

michael@carter /home/work/trunk $ ./dssearch
pthread_attr_init: Success
========================================================

DSSearch-server

========================================================

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

Re: How do I?: Auction House

Post by PrBlahBlahtson » Wed Aug 15, 2012 12:06 am

There's a separate tool (written for Windows) that can accomplish that. It should be able to connect from a remote computer/VM, if you've got one.

It's This one.

See also this one, that uses FFXIAH prices: http://forums.dspt.info/viewtopic.php?f=16&t=19

And this one does some AH editing: http://forums.dspt.info/viewtopic.php?f=16&t=20

To be really honest, the tools just run an SQL query that populates purchase history and puts items up for sale. If I knew the actual query, I'd pass it on.

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: How do I?: Auction House

Post by whasf » Wed Aug 15, 2012 7:16 am

msulli1355 wrote:Should there be more to the output of dssearch than this? If not, it's running.

michael@carter /home/work/trunk $ ./dssearch
pthread_attr_init: Success
========================================================

DSSearch-server

========================================================
That's it! :)
-- Whasf

msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

Re: How do I?: Auction House

Post by msulli1355 » Wed Aug 15, 2012 3:53 pm

My conf/search_server.conf file had the IP address set to 192.168.2.22 instead of 192.168.2.2, so my AH is populated now. It would have been nice if dssearch had printed out some kind of error message saying that it couldn't connect to 192.168.2.22:3306. If it had, I could have dealt with this problem a long time ago. It didn't tell me until I tried to use those two tools. Do I have to run the AHTool in order to restock my AH every hour, or that functionality handled by dsgame/dssearch?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: How do I?: Auction House

Post by bluekirby0 » Wed Aug 15, 2012 5:12 pm

Considering that retail behavior does not include automatic restocking of the auction house, you will have to use one of the listed tools.

msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

Re: How do I?: Auction House

Post by msulli1355 » Wed Aug 15, 2012 5:16 pm

So is that a yes? I WILL have to keep the AHTool open?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: How do I?: Auction House

Post by bluekirby0 » Wed Aug 15, 2012 5:22 pm

bluekirby0 wrote:...you will have to use one of the listed tools.

project2501
Posts: 15
Joined: Sat Aug 11, 2012 11:00 pm

Re: How do I?: Auction House

Post by project2501 » Sun Aug 26, 2012 4:45 pm

msulli1355 wrote:So is that a yes? I WILL have to keep the AHTool open?
No. With the AHTool, just configure settings such as DB username and password and click (Add All x 10 Each Button). It will Populate the AH with items. If you want the price for all items to be 1 gil then click single items and set price, then click (Add All x 10 Each Button).

You can exit out of the AH tool at any time. No need to have it run 24/7 unless you want to keep every item in stock 24/7.

Post Reply