powbot / api

4 stars 8 forks source link

charter npc's names are null #73

Closed gutizia closed 3 years ago

gutizia commented 3 years ago

image trying to interact with the npcs, the api will hover the npc but wont click on it

PTYB commented 3 years ago

Doesn't null refer to the name? If so I know some NPC's have this issue, generally around quest ones I have noticed.

gutizia commented 3 years ago

yeah you're right, it refers to the name. I did some more testing, seems like the issue is with how the client gets the name of the npc. I was able to query with id and make it interact properly without referencing the name as I did previously. the npcs queries are valid with all other info except name being normal it seems

constt commented 3 years ago

This should be resolved.