imjangkar/albibong

Missing fame and silver information

Closed this issue · 1 comments

Missing fame and silver information

ERROR on_event: Traceback (most recent call last):
  File "/Users/.../.pyenv/versions/3.9.18/lib/python3.9/site-packages/albibong/classes/packet_handler.py", line 22, in wrapper
    payload = func(*args, **kwargs)
  File "/Users/.../.pyenv/versions/3.9.18/lib/python3.9/site-packages/albibong/classes/packet_handler.py", line 39, in on_event
    self.world_data.handle_event(payload.parameters)
  File "/Users/.../.pyenv/versions/3.9.18/lib/python3.9/site-packages/albibong/classes/world_data.py", line 52, in handle_event
    self.me.update_fame(parameters)
  File "/Users/.../.pyenv/versions/3.9.18/lib/python3.9/site-packages/albibong/classes/character.py", line 47, in update_fame
    fame = parameters[2] / DIVISOR
KeyError: 2

also weapon are not displayed
image

The Issue is on main branch and with package pip install albibong after run it branch patch-3-foundation all is working fine

image image