Has anyone figured out a way to fix this yet? This AH loader is the only one I can get working on my server.. and it's creating the entry in the delivery box table, but with a 0 on the box column. So the player is not receiving the delivery. I'd rather not have to create an event to update this to a 1 as it's just unnecessary. Anyone know how to fix it?doghusky1990 wrote:I just encountered a bug... after you sell the item to the ah and after the broker has bought the item, you receive no money in the delievery box... I checked to make sure that it created an entry in the delivery_box table, and it did...
I then restarted the server and check the box and still nothing...
I then send gil from one of my other characters, and my character did receive it...
the only way I found to fix it is to manually change, using a query, the box value in the delivery_box table from 0 to 1...
temp fix... I setup a event schedule through navicats to, every 5mins, change all the box values in delivery_box table from 0 to 1.
Custom App to Buy and Sell on the Auction House
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Custom App to Buy and Sell on the Auction House
Re: Custom App to Buy and Sell on the Auction House
have you tried modifying the loader to insert into box 1 instead of 0..?evenmonkeys wrote:Has anyone figured out a way to fix this yet? This AH loader is the only one I can get working on my server.. and it's creating the entry in the delivery box table, but with a 0 on the box column. So the player is not receiving the delivery. I'd rather not have to create an event to update this to a 1 as it's just unnecessary. Anyone know how to fix it?doghusky1990 wrote:I just encountered a bug... after you sell the item to the ah and after the broker has bought the item, you receive no money in the delievery box... I checked to make sure that it created an entry in the delivery_box table, and it did...
I then restarted the server and check the box and still nothing...
I then send gil from one of my other characters, and my character did receive it...
the only way I found to fix it is to manually change, using a query, the box value in the delivery_box table from 0 to 1...
temp fix... I setup a event schedule through navicats to, every 5mins, change all the box values in delivery_box table from 0 to 1.
assuming it's open source
or change the default value in the delivery_box table to 1 (i don't think 0 is used)
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Custom App to Buy and Sell on the Auction House
I wouldn't even know where to start with modifying the software they made. I went ahead and changed the default to 1, but it still sets it to 0.. so it's being added as 0.kjLotus wrote:have you tried modifying the loader to insert into box 1 instead of 0..?evenmonkeys wrote:Has anyone figured out a way to fix this yet? This AH loader is the only one I can get working on my server.. and it's creating the entry in the delivery box table, but with a 0 on the box column. So the player is not receiving the delivery. I'd rather not have to create an event to update this to a 1 as it's just unnecessary. Anyone know how to fix it?
assuming it's open source
or change the default value in the delivery_box table to 1 (i don't think 0 is used)
Re: Custom App to Buy and Sell on the Auction House
if it's open source, just ctrl+f for the sql query, probably "insert into delivery_box"evenmonkeys wrote:I wouldn't even know where to start with modifying the software they made. I went ahead and changed the default to 1, but it still sets it to 0.. so it's being added as 0.kjLotus wrote:have you tried modifying the loader to insert into box 1 instead of 0..?evenmonkeys wrote:Has anyone figured out a way to fix this yet? This AH loader is the only one I can get working on my server.. and it's creating the entry in the delivery box table, but with a 0 on the box column. So the player is not receiving the delivery. I'd rather not have to create an event to update this to a 1 as it's just unnecessary. Anyone know how to fix it?
assuming it's open source
or change the default value in the delivery_box table to 1 (i don't think 0 is used)
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Custom App to Buy and Sell on the Auction House
Yeah, I still have no idea. I don't know what program to use to open an EXE or a DLL. And if I open them in Visual Studio.. it's so much random jibberish that I cry a little inside. And I do searches for "delivery_box" and "auction" but find nothing anyways. So I just have no idea what to do or how to do it. I think I'm probably better off just running a scheduled task.kjLotus wrote:if it's open source, just ctrl+f for the sql query, probably "insert into delivery_box"evenmonkeys wrote:I wouldn't even know where to start with modifying the software they made. I went ahead and changed the default to 1, but it still sets it to 0.. so it's being added as 0.
Re: Custom App to Buy and Sell on the Auction House
it's probably not source then :pevenmonkeys wrote:Yeah, I still have no idea. I don't know what program to use to open an EXE or a DLL. And if I open them in Visual Studio.. it's so much random jibberish that I cry a little inside. And I do searches for "delivery_box" and "auction" but find nothing anyways. So I just have no idea what to do or how to do it. I think I'm probably better off just running a scheduled task.kjLotus wrote:if it's open source, just ctrl+f for the sql query, probably "insert into delivery_box"evenmonkeys wrote:I wouldn't even know where to start with modifying the software they made. I went ahead and changed the default to 1, but it still sets it to 0.. so it's being added as 0.
make an sql trigger that changes 0 to 1 in delivery box then
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Custom App to Buy and Sell on the Auction House
Yep. That's what I've got setup now. At least I've got something! Thanks for the help.kjLotus wrote:it's probably not source then :pevenmonkeys wrote:Yeah, I still have no idea. I don't know what program to use to open an EXE or a DLL. And if I open them in Visual Studio.. it's so much random jibberish that I cry a little inside. And I do searches for "delivery_box" and "auction" but find nothing anyways. So I just have no idea what to do or how to do it. I think I'm probably better off just running a scheduled task.
make an sql trigger that changes 0 to 1 in delivery box then
Re: Custom App to Buy and Sell on the Auction House
Awesome app, I love it. It makes my single player experience on FFXI more lifelike. I was wondering if there was any way to add stack functions to this? There are some items I'd like to sell on the AH as a stack, but can't seem to make it work. Anyway, thanks for the great work.
-
- Posts: 56
- Joined: Sun Mar 23, 2014 2:58 pm
Re: Custom App to Buy and Sell on the Auction House
am I suppose to put the dll files somewhere? its not working for me.
-
- Posts: 56
- Joined: Sun Mar 23, 2014 2:58 pm
Re: Custom App to Buy and Sell on the Auction House
Anyone figure out how to set the AH to sell stacks? Please help me out