Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /run print("Daily Rolls:") local t={["Sheep Summon"]=43828, Frostfire=44384} for quest,id in pairs(t) do print(quest,IsQuestFlaggedCompleted(id) and "is\124cff22ff22" or "is \124cffff0000not","completed.") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement