thenightwassaved / hscore

Personal HSCore Development
2 stars 0 forks source link

?lancs #24

Open judam opened 12 years ago

judam commented 12 years ago

Showing (E)vokers and (S)ummoners respectively.

plushmonkey commented 12 years ago

https://gist.github.com/3179164 would fix it, I believe.

Deaths-Embrace commented 12 years ago

Using ?lancs DID show that at one point, not sure why it doesn't now.

plushmonkey commented 12 years ago

It shows if you manually unattach and reattach the module. I forget the details, but it has to do with loading the items in AA_CREATE and the database callback not having enough time to finish before the modules are attached.

edit: Another possible solution that I have tried in the my zone was to change the item loading in hscore_database to AA_PRECREATE. I think it is a race condition, but it seemed to work every time.

Another solution would be to implement the pymod interface for hscore_database and use the item reloaded callback. It would be pretty much the same as the gist I posted above though.

HasteDC commented 12 years ago

Has nothing to do with that. I fixed that issue - the only reason it reverted is that dr brain pulled from the repository and I didn't push my fix.

plushmonkey commented 12 years ago

It does have to do with it in the current state of the repository.