PO第一專精的天賦連結
/run local GT,tmp,spec=GetTalentInfo,"",1 for r=1,7 do for c=1,3 do t={GT(r,c,spec)} if t[4] then tmp=tmp..GetTalentLink(t[1]) end end end SendChatMessage(tmp,"SAY")
PO第二專精的天賦連結
/run local GT,tmp,spec=GetTalentInfo,"",2 for r=1,7 do for c=1,3 do t={GT(r,c,spec)} if t[4] then tmp=tmp..GetTalentLink(t[1]) end end end SendChatMessage(tmp,"SAY")