Menu

#3 1.0.1 - KoLMall

open
nobody
None
5
2012-12-08
2004-12-16
No

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.

Discussion

  • Matthew Turland

    Matthew Turland - 2004-12-18

    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.

     
  • Matthew Turland

    Matthew Turland - 2004-12-24

    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.

     
  • Matthew Turland

    Matthew Turland - 2004-12-24

    KoLMall.java

     

Log in to post a comment.