Forum » Allgemein » Tipps, Tricks, und wissenswertes.

Itemcache befüllen

Zitat von Zerroc:
bahnhof?!



/script if not LLA then LLA=25 LLB=1025 else LLA=LLB+1 LLB=LLA+1000 end
/script for i=LLA,LLB do if not GetItemInfo(i) then GameTooltip:SetHyperlink("item:"..i) end end
/script DEFAULT_CHAT_FRAME:AddMessage(LLA..","..LLB)



/script if not LLA then LLA=10025 LLB=11025 else LLA=LLB+1 LLB=LLA+1000 end
/script for i=LLA,LLB do if not GetItemInfo(i) then GameTooltip:SetHyperlink("item:"..i) end end
/script DEFAULT_CHAT_FRAME:AddMessage(LLA..","..LLB)