View Single Post
09/01/15, 10:17 AM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Lua Code:
  1. for i = 1, 70000 do
  2.    local itemLink = ("|H1:item:%d:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h"):format(i)
  3.    local itemType = GetItemLinkItemType(itemLink)
  4.    if itemType == ITEMTYPE_RACIAL_STYLE_MOTIF then
  5.       d(itemLink)
  6.    end
  7. end

Run this script from ZAM Notebook and you will get all links you want.

Racial Motifs 16: Glass - |H1:item:64669:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Racial Motifs 17: Xivkyn - |H1:item:57834:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Racial Motifs 18: Akaviri - |H1:item:57590:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Racial Motifs 19: Mercenary - |H1:item:64715:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Racial Motifs 20: Yokudan - |H1:item:57605:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h

Crown Racial Motifs 16: Glass - |H1:item:64684:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Crown Racial Motifs 17: Xivkyn - |H1:item:64556:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Crown Racial Motifs 18: Akaviri - |H1:item:64554:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Crown Racial Motifs 19: Mercenary - |H1:item:64730:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
Crown Racial Motifs 20: Yokudan - |H1:item:64555:299:50:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h
  Reply With Quote