TR missing ItemAdded events that VS and NC get
Varunda opened this issue · 0 comments
Varunda commented
When pulling a router on VS and NC, there is an ItemAdded
event sent. When on TR, this ItemAdded event is never seen in the API.
Example message:{"payload":{"character_id":"5429053570964493729","context":"GenericTerminalTransaction","event_name":"ItemAdded","item_count":"1","item_id":"6003552","timestamp":"1614552570","world_id":"19","zone_id":"8"},"service":"event","type":"serviceMessage"}
Steps to recreate:
- Subscribe to ItemAdded for a character about to pull a router on NC or VS. When pulled, an event like the example above will be sent
- Subscribe to ItemAdded for a character on TR about to pull a router. When pulled, no event like the example above is sent
Other things tried:
- Listen to all ItemAdded for all character in the server the TR character is on. No event for the TR; NC and VS get the event
- Listen to all ItemAdded for all characters across all server. No event for the TR; NC and VS get the event
- Listen to only ItemAdded for the character using a matching world_id. No event for TR; NC and VS get the event
- Listen to only ItemAdded for the character without giving a world_id. No event for TR; NC and VS get the event