Thread: SyncUI help
View Single Post
08-16-17, 10:53 AM   #7
cbdgv
A Deviate Faerie Dragon
 
cbdgv's Avatar
Join Date: Jan 2008
Posts: 12
Originally Posted by syncrow View Post
Like I said, you might have to figure out the "artifact relic" localized string for your client language.

Lua Code:
  1. local isRelic = select(7, GetItemInfo(itemLink)) == EJ_LOOT_SLOT_FILTER_ARTIFACT_RELIC and true or false;

This should also mark every artifact relic as potential "Equip", if you might wonder why the relics will be handled like weapons / Armor



thank you very much
Show ilvl

Can you help again?
And Add ItemSets custom
  Reply With Quote