Jump to content
SubSpace Forum Network

Recommended Posts

  • Replies 84
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...
  • 3 weeks later...
Posted
As far as I know we haven't updated the code for lancs so the only reason it would stop displaying (S) is if the item changed to the point where it was no longer recognized. I haven't had a chance to dig into why but it should be a pretty easy fix since that module does very little
Posted
It happens because it checks for the item in the itemlist before they are loaded from the database callbacks, I believe. getItemByName returns None when the modules are first loaded, but if you manually unload and load hs_lancs then it doesn't.
Posted (edited)

It does, but the itemlists are loaded into the arena data from callbacks in hscore_database.c when arena action AA_CREATE is triggered. It isn't enough time for the callbacks to return.

 

I compiled hscore_database.c and switched AA_CREATE to AA_PRECREATE to load them early and it worked, but I think that would still be a rush case.

Edited by jareth

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...