-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathProspecting.lua
31 lines (28 loc) · 1.03 KB
/
Prospecting.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
local panel = Panda.panel:NewPanel(true)
local NAME = GetSpellInfo(31252)
panel:RegisterFrame(NAME, Panda.PanelFactory(25229,[[
72092 0 76131 76140 76142 76139 76138 76141
72093 0 76136 76130 76134 76137 76133 76135
72103 0 76734
72094 0 90407
0
52183 0 52190 52193 52195 52192 52191 52194
52185 0 52190 52193 52195 52192 52191 52194
53038 0 52177 52181 52179 52182 52178 52180
0
36910 0 36919 36931 36922 36934 36925 36928
36912 0 36918 36930 36921 36933 36924 36927
36909 0 36917 36929 36920 36932 36923 36926
0
23425 0 23436 23439 23440 23437 23438 23441
23424 0 23077 21929 23112 23079 23117 23107
0
10620 0 7910 12799 12800 12364 12361 0 23077 21929 23112 23079 23117 23107
3858 0 7910 7909 3864 0 0 0 12799 12361 12800 12364
2772 0 1529 1705 3864 0 0 0 7909 7910
2771 0 1206 1705 1210 0 0 0 7909 3864 1529
2770 0 818 774 1210
]], nil, function(frame)
frame:SetAttribute("type", "macro")
frame:SetAttribute("macrotext", "/cast "..NAME.."\n/use item:"..frame.id)
end))