srhinos / new-openables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Everything is shown

Meebsy opened this issue · comments

No errors produced, but everything in your bags, and everything you pick up now shows. That is alot of perm blacklisting atm.

yea same problem, reloading the ui does seem to put a bandaid on the problem and stop it showing everything, must be something with the initial load.

Same problem. Everything is showing up and ignore does not working. After relog, everything will shows up again.

commented

Yeah, open to accepting a PR here to fix it if anyone wants to put the time in!

Have the same problem but it doesn't appear for all chars.

Hello
In file nop-data.lua at line 79 replace
[127799] = {{1,PRI_TOKEN},4,nil,nil}, -- Baleful Pendant, for another slots than armor.
by
[127799] = {{1,PRI_TOKEN},3,nil,nil}, -- Baleful Pendant, for another slots than armor.

Thanks for that, seems to have done the job, logged in on 2 different accounts and no NOP showing up with random items. Just shows how one little thing can make the whole addon go haywire. Thanks again Max

Hello
In file nop-data.lua at line 79 replace
[127799] = {{1,PRI_TOKEN},4,nil,nil}, -- Baleful Pendant, for another slots than armor.
by
[127799] = {{1,PRI_TOKEN},3,nil,nil}, -- Baleful Pendant, for another slots than armor.

@srhinos i think we can close this now