So what you are saying is don't look at the "sales history" and I can keep posting items?
Edit: Just tested, yep don't look at "sales history"
Lift Auction House Restrictions?
Re: Lift Auction House Restrictions?
The client is limited to seeing 7 entries only since its hardcoded that way. I'll see when I have free time if I can find where that limit is and if its editable in like an addon/plugin for Ashita though.
Re: Lift Auction House Restrictions?
I'm curious what would happen if the client (was modded to) and received 100+ items on the sales status. xD And if similar numbers of items expired around the same time and got send to my delivery box.
Re: Lift Auction House Restrictions?
Question, I tried changing the auction house cpp, like shown here.
But, when I put it to 10, it doesn't seem to help. I can still only get 7.
and
I am also wondering if editing this with the more recent builds would cause an error, because I seem to be having problems with updating my server code lately, and just want to see if there is something here that could be causing the issue.
But, when I put it to 10, it doesn't seem to help. I can still only get 7.
Code: Select all
if (slot < 10 && slot < PChar->m_ah_history.size())
Code: Select all
if (keepItem && slot < 10 && slot < PChar->m_ah_history.size())
-
- Posts: 70
- Joined: Mon Sep 08, 2014 7:44 am
Re: Lift Auction House Restrictions?
Its a CPP file did you recompile?
Re: Lift Auction House Restrictions?
I changed before compiling the server. Changed them then saved while I had the project opened, then built the server after.legionffxi wrote:Its a CPP file did you recompile?
Re: Lift Auction House Restrictions?
Delaide wrote:Question, I tried changing the auction house cpp, like shown here.
But, when I put it to 10, it doesn't seem to help. I can still only get 7.
atom0s wrote:The client is limited to seeing 7 entries only since its hardcoded that way. I'll see when I have free time if I can find where that limit is and if its editable in like an addon/plugin for Ashita though.
hard to say without knowing what the problem isDelaide wrote:I am also wondering if editing this with the more recent builds would cause an error, because I seem to be having problems with updating my server code lately, and just want to see if there is something here that could be causing the issue.
Re: Lift Auction House Restrictions?
Atm0s, have you looked into this again? Sorry, not pushing, just asking, since it would be nice to have a plugin like this. If not, no biggie.atom0s wrote:The client is limited to seeing 7 entries only since its hardcoded that way. I'll see when I have free time if I can find where that limit is and if its editable in like an addon/plugin for Ashita though.