Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Player Event Log Viewer Missing Reward Data #159

Open
brickbuckett opened this issue Dec 14, 2023 · 0 comments
Open

[Bug] Player Event Log Viewer Missing Reward Data #159

brickbuckett opened this issue Dec 14, 2023 · 0 comments

Comments

@brickbuckett
Copy link

Description of Issue
While doing some BAT testing and reviewing logs, I took notice that the player event log viewer didn't have a proper accounting of the money I received after completing a quest.

Environment
ServerOS: Ubuntu 22.04
HostOS: Windows 11
VM: Virtualbox
Additional: Freshly installed AkkStack running default settings with exception for loginserver settings
Services:

  • Occulus Launcher: UP
  • World: UP
  • Zones: UP
  • UCS: UP
  • Loginserver: UP
  • Queryserv: DOWN

Navigation
Spire > Logs > Player Event Log Viewer

Expected Results
The logs should have an accurate representation of the reward given.

Actual Results
Logs show I received 0 money, however, I received 1 gold, 2 silver, and 1 copper pieces in-game

image

{
  "npc_id": "9128",
  "npc_name": "Exterminator Qalantir",
  "handin_items[0].item_id": "13071",
  "handin_items[0].item_name": "Rat Whiskers",
  "handin_items[0].charges": "1",
  "handin_items[0].attuned": "false",
  "handin_items[1].item_id": "13071",
  "handin_items[1].item_name": "Rat Whiskers",
  "handin_items[1].charges": "1",
  "handin_items[1].attuned": "false",
  "handin_items[2].item_id": "13071",
  "handin_items[2].item_name": "Rat Whiskers",
  "handin_items[2].charges": "1",
  "handin_items[2].attuned": "false",
  "handin_items[3].item_id": "13071",
  "handin_items[3].item_name": "Rat Whiskers",
  "handin_items[3].charges": "1",
  "handin_items[3].attuned": "false",
  "handin_money.copper": "0",
  "handin_money.silver": "0",
  "handin_money.gold": "0",
  "handin_money.platinum": "0",
  "return_items": "[]",
  "return_money.copper": "0",
  "return_money.silver": "0", 
  "return_money.gold": "0",
  "return_money.platinum": "0",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant