1.0.1 - KoLMall
Status: Beta
Brought to you by:
jaadams5
There is a bug in KoLMall.searchMall() where
modifications to cell styles for the purpose of graying
out rows where the maximum limit per day has been
reached (presumed to be the 11/15 update added to
Trivial Updates on the KoL web site) cause grayed out
results to be absent from the returned array.
To implement the fix for these bugs, download the
source for KwiKoL, replace the existing version of
KoLInventory.java with this patch file, and recompile
KwiKoL with its dependencies.
Logged In: YES
user_id=485454
The latest fix fixes a bug in KoLMall.searchMall() where
spaces between the slash for the limit per day being
replaced with their HTML entity equivalents cause some
results to be absent from the returned array.
Also, it is worthy to note that in-game changes to the way
the mall search works (made sometime around 12/16 or 12/17)
have effectively rendered the strictSearch parameter
useless. As such, it will likely be removed in the next version.
Logged In: YES
user_id=485454
The latest fix fixes a bug in KoLMall.searchMall() where two
server-side additions were skewing results: a new style
being applied to the table cells (likely added shortly after
the 12/16 or 12/17 changes) and HTML breaks being added to
long store names.
KoLMall.java