oozgul / glideui

A WoW Classic UI Add-on to replicate Lost Ark's gliding loot UI.
3 stars 0 forks source link

GlideUI doesn't show #1

Open cnachtigall1991 opened 7 months ago

cnachtigall1991 commented 7 months ago

Installed version: 5.31.62 Game version: 10.2.5.53162

I just installed Glide UI and wanted to try it but sadly it doesn't show up. Reloading, deactivating and reactivating and reinstall didn't fix it.

Currently installed addons:

oozgul commented 7 months ago

Thanks for your interest. This current build in GitHub does not support Retail WoW but I do have a Retail version of the same addon here on curseforge: https://www.curseforge.com/wow/addons/glide-ui

cnachtigall1991 commented 7 months ago

I installed it through wow-up and since it was linked to curseforge I thought it would provide the correct version :) I just thought posting this bug as a github issue would be easier for you to use :)

I now tried the manual install via downloading from the curseforge link (retail version) and replacing the files in my Addons folder.

Sadly still not working.

oozgul commented 7 months ago

That is weird. Maybe try the moving mode (in addon options) and see if it is somehow behind something in your UI.

cnachtigall1991 commented 7 months ago

Alright, I just looked through your code and found your test-commands at the bottom and tested them:

cnachtigall1991 commented 7 months ago

Screenshot_20240202_182642 It is not behind anything in my UI :)

Screenshot_20240202_182713 Funny thing I also just noticed is that the messages appear beside the indicated area and not in it :D

oozgul commented 7 months ago

Can you try the command below;

/testloot 211423

this should work as just using "/testloot" would not work as it does not know which loot to show.

cnachtigall1991 commented 7 months ago

Can you try the command below;

/testloot 211423

this should work as just using "/testloot" would not work as it does not know which loot to show.

Still not showing anything :thinking:

oozgul commented 7 months ago

Try:

/testloot 7074

the earlier id was for an item exclusive to WoW Classic Era.

cnachtigall1991 commented 7 months ago

/testloot 7074 That works :) so now to figure out, why it isn't showing anything :D

oozgul commented 7 months ago

The picked up loot should show as long as it appears in your chat window like "You receive loot: ...." if you have that somehow disabled that might cause issues.

cnachtigall1991 commented 7 months ago

Alright, I found out why it isn't working :D I am running a german client with english audio and since you only do a string.find with a fixed value "you received loot" it will break in all other languages than english.

cnachtigall1991 commented 7 months ago

Maybe this is of help -> https://wowpedia.fandom.com/wiki/API_GetLootInfo

I found it here -> https://wowpedia.fandom.com/wiki/World_of_Warcraft_API#Looting