Results: 1Comments by: stipblues93
File: CraftStore Endless Archive02/19/18
Tooltip
Posted By: stipblues93
How to remove rune levels from tooltip? this function is responsible for this? function CS.TooltipShow(control,link,id) elseif it == ITEMTYPE_ENCHANTING_RUNE_POTENCY then need = CS.IsPotency(link) prefix need to be removed? need = CS.IsPotency(link) function CS.IsPotency(link) if not link then return '' end if CS.Acco...