Closed edisontim closed 9 months ago
Found a breaking bug in file overlore/llm/natural_language_formatter.py Function _order_accepted_to_nl() Line 57 : """metadata: dict[Any, Any] = str_to_json(str(event[6]))""" Metadata was pushed back to the 8th index.
Same for _combat_outcome_to_nl() Line 34
Fixed in my latest commit
Positions and names of the realms are determined by the
realm_id
and not therealm_entity_id
. Adds therealm_id
to the smart contracts via the PR and stores is in this PR.PR also includes the subscription to the
SpawnNpc
eventRefactored a few things as well 😬