forked from Eroica-cpp/dota2scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEconPanel.lua
298 lines (276 loc) · 14.6 KB
/
EconPanel.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
-- ===========================================
-- Economic Panel (Version 2.0)
-- Author : Eroica (eroicacmcs@gmail.com)
-- Date : 2017.2.22
-- ===========================================
--
-- Usage:
-- 1. Place this script to ./scripts/ folder
-- 2. Navigate in menu : "Awareness" -> "Economic Panel" (On/Off)
--
-- Features:
-- 1. Show economic status of every player in game (like spetator mode). It is based on the total value of items that players have in inventory.
-- 2. Show economic difference between two teams.
--
-- Thanks @paroxysm for his item panel script. It is a great reference.
-- Please feel free to report bugs or provide suggestions.
-- ===========================================
local EconPanel = {}
EconPanel.optionEnable = Menu.AddOption({ "Awareness", "Econ Panel" }, "Enable Econ Panel", "show hero ranking of total item price")
EconPanel.key = Menu.AddKeyOption({ "Awareness", "Econ Panel" }, "Turn On/Off Key", Enum.ButtonCode.KEY_L)
EconPanel.font = Renderer.LoadFont("Tahoma", 16, Enum.FontWeight.EXTRABOLD)
EconPanel.isOpen = true
EconPanel.heroIconPath = "resource/flash3/images/heroes/"
handlers = {}
EconPanel.item2price = {}
EconPanel.item2price["item_aegis"] = 0 --"Aegis of the Immortal"
EconPanel.item2price["item_courier"] = 100 -- "Animal Courier"
EconPanel.item2price["item_boots_of_elves"] = 450 -- "Band of Elvenskin"
EconPanel.item2price["item_belt_of_strength"] = 450 -- "Belt of Strength"
EconPanel.item2price["item_blade_of_alacrity"] = 1000 -- "Blade of Alacrity"
EconPanel.item2price["item_blades_of_attack"] = 420 -- "Blades of Attack"
EconPanel.item2price["item_blight_stone"] = 300 -- "Blight Stone"
EconPanel.item2price["item_blink"] = 2250 -- "Blink Dagger"
EconPanel.item2price["item_boots"] = 400 -- "Boots of Speed"
EconPanel.item2price["item_bottle"] = 660 -- "Bottle"
EconPanel.item2price["item_broadsword"] = 1200 -- "Broadsword"
EconPanel.item2price["item_chainmail"] = 550 -- "Chainmail"
EconPanel.item2price["item_cheese"] = 0 -- "Cheese"
EconPanel.item2price["item_circlet"] = 165 -- "Circlet"
EconPanel.item2price["item_clarity"] = 50 -- "Clarity"
EconPanel.item2price["item_claymore"] = 1400 -- "Claymore"
EconPanel.item2price["item_cloak"] = 550 -- "Cloak"
EconPanel.item2price["item_demon_edge"] = 2400 -- "Demon Edge"
EconPanel.item2price["item_dust"] = 180 -- "Dust of Appearance"
EconPanel.item2price["item_eagle"] = 3200 -- "Eaglesong"
EconPanel.item2price["item_enchanted_mango"] = 110 -- "Enchanted Mango"
EconPanel.item2price["item_energy_booster"] = 900 -- "Energy Booster"
EconPanel.item2price["item_faerie_fire"] = 75 -- "Faerie Fire"
EconPanel.item2price["item_flying_courier"] = 250 -- "Flying Courier"
EconPanel.item2price["item_gauntlets"] = 150 -- "Gauntlets of Strength"
EconPanel.item2price["item_gem"] = 900 -- "Gem of True Sight"
EconPanel.item2price["item_ghost"] = 1500 -- "Ghost Scepter"
EconPanel.item2price["item_gloves"] = 500 -- "Gloves of Haste"
EconPanel.item2price["item_flask"] = 110 -- "Healing Salve"
EconPanel.item2price["item_helm_of_iron_will"] = 900 -- "Helm of Iron Will"
EconPanel.item2price["item_hyperstone"] = 2000 -- "Hyperstone"
EconPanel.item2price["item_infused_raindrop"] = 225 -- "Infused Raindrop"
EconPanel.item2price["item_branches"] = 50 -- "Iron Branch"
EconPanel.item2price["item_javelin"] = 1500 -- "Javelin"
EconPanel.item2price["item_magic_stick"] = 200 -- "Magic Stick"
EconPanel.item2price["item_mantle"] = 150 -- "Mantle of Intelligence"
EconPanel.item2price["item_mithril_hammer"] = 1600 -- "Mithril Hammer"
EconPanel.item2price["item_lifesteal"] = 1200 -- "Morbid Mask"
EconPanel.item2price["item_mystic_staff"] = 2700 -- "Mystic Staff"
EconPanel.item2price["item_ward_observer"] = 65 -- "Observer Ward"
EconPanel.item2price["item_ogre_axe"] = 1000 -- "Ogre Club"
EconPanel.item2price["item_orb_of_venom"] = 275 -- "Orb of Venom"
EconPanel.item2price["item_platemail"] = 1400 -- "Platemail"
EconPanel.item2price["item_point_booster"] = 1200 -- "Point Booster"
EconPanel.item2price["item_quarterstaff"] = 875 -- "Quarterstaff"
EconPanel.item2price["item_quelling_blade"] = 200 -- "Quelling Blade"
EconPanel.item2price["item_reaver"] = 3000 -- "Reaver"
EconPanel.item2price["item_ring_of_health"] = 850 -- "Ring of Health"
EconPanel.item2price["item_ring_of_protection"] = 175 -- "Ring of Protection"
EconPanel.item2price["item_ring_of_regen"] = 325 -- "Ring of Regen"
EconPanel.item2price["item_robe"] = 450 -- "Robe of the Magi"
EconPanel.item2price["item_relic"] = 3800 -- "Sacred Relic"
EconPanel.item2price["item_sobi_mask"] = 325 -- "Sage's Mask"
EconPanel.item2price["item_ward_sentry"] = 100 -- "Sentry Ward"
EconPanel.item2price["item_shadow_amulet"] = 1300 -- "Shadow Amulet"
EconPanel.item2price["item_slippers"] = 150 -- "Slippers of Agility"
EconPanel.item2price["item_smoke_of_deceit"] = 50 -- "Smoke of Deceit"
EconPanel.item2price["item_staff_of_wizardry"] = 1000 -- "Staff of Wizardry"
EconPanel.item2price["item_stout_shield"] = 200 -- "Stout Shield"
EconPanel.item2price["item_talisman_of_evasion"] = 1450 -- "Talisman of Evasion"
EconPanel.item2price["item_tango"] = 125 -- "Tango"
EconPanel.item2price["item_tango_single"] = 0 -- "Tango (Shared)"
EconPanel.item2price["item_tome_of_knowledge"] = 150 -- "Tome of Knowledge"
EconPanel.item2price["item_tpscroll"] = 50 -- "Town Portal Scroll"
EconPanel.item2price["item_ultimate_orb"] = 2100 -- "Ultimate Orb"
EconPanel.item2price["item_vitality_booster"] = 1100 -- "Vitality Booster"
EconPanel.item2price["item_void_stone"] = 850 -- "Void Stone"
EconPanel.item2price["item_wind_lace"] = 250 -- "Wind Lace"
EconPanel.item2price["item_abyssal_blade"] = 6400 -- "Abyssal Blade"
EconPanel.item2price["item_aether_lens"] = 2350 -- "Aether Lens"
EconPanel.item2price["item_ultimate_scepter"] = 4200 -- "Aghanim's Scepter"
EconPanel.item2price["item_arcane_boots"] = 1300 -- "Arcane Boots"
EconPanel.item2price["item_armlet"] = 2370 -- "Armlet of Mordiggian"
EconPanel.item2price["item_assault"] = 5250 -- "Assault Cuirass"
EconPanel.item2price["item_bfury"] = 4500 -- "Battle Fury"
EconPanel.item2price["item_black_king_bar"] = 3975 -- "Black King Bar"
EconPanel.item2price["item_blade_mail"] = 2200 -- "Blade Mail"
EconPanel.item2price["item_bloodstone"] = 4900 -- "Bloodstone"
EconPanel.item2price["item_bloodthorn"] = 7195 -- "Bloodthorn"
EconPanel.item2price["item_travel_boots"] = 2400 -- "Boots of Trave 1"
EconPanel.item2price["item_travel_boots_2"] = 4400 -- "Boots of Trave 2"
EconPanel.item2price["item_bracer"] = 505 -- "Bracer"
EconPanel.item2price["item_buckler"] = 800 -- "Buckler"
EconPanel.item2price["item_butterfly"] = 5525 -- "Butterfly"
EconPanel.item2price["item_crimson_guard"] = 3550 -- "Crimson Guard"
EconPanel.item2price["item_lesser_crit"] = 2120 -- "Crystalys"
EconPanel.item2price["item_greater_crit"] = 5520 -- "Daedalus"
EconPanel.item2price["item_dagon"] = 2720 -- "Dagon 1"
EconPanel.item2price["item_dagon_2"] = 3972 -- "Dagon 2"
EconPanel.item2price["item_dagon_3"] = 5220 -- "Dagon 3"
EconPanel.item2price["item_dagon_4"] = 6470 -- "Dagon 4"
EconPanel.item2price["item_dagon_5"] = 7720 -- "Dagon 5"
EconPanel.item2price["item_desolator"] = 3500 -- "Desolator"
EconPanel.item2price["item_diffusal_blade"] = 3150 -- "Diffusal Blade 1"
EconPanel.item2price["item_diffusal_blade_2"] = 3850 -- "Diffusal Blade 2"
EconPanel.item2price["item_dragon_lance"] = 1900 -- "Dragon Lance"
EconPanel.item2price["item_ancient_janggo"] = 1780 -- "Drum of Endurance"
EconPanel.item2price["item_echo_sabre"] = 2650 -- "Echo Sabre"
EconPanel.item2price["item_ethereal_blade"] = 4700 -- "Ethereal Blade"
EconPanel.item2price["item_cyclone"] = 2750 -- "Eul's Scepter of Divinity"
EconPanel.item2price["item_skadi"] = 5675 -- "Eye of Skadi"
EconPanel.item2price["item_force_staff"] = 2225 -- "Force Staff"
EconPanel.item2price["item_glimmer_cape"] = 1850 -- "Glimmer Cape"
EconPanel.item2price["item_guardian_greaves"] = 5275 -- "Guardian Greaves"
EconPanel.item2price["item_hand_of_midas"] = 2050 -- "Hand of Midas"
EconPanel.item2price["item_headdress"] = 575 -- "Headdress"
EconPanel.item2price["item_heart"] = 5500 -- "Heart of Tarrasque"
EconPanel.item2price["item_heavens_halberd"] = 3500 -- "Heaven's Halberd"
EconPanel.item2price["item_helm_of_the_dominator"] = 1800 -- "Helm of the Dominator"
EconPanel.item2price["item_hood_of_defiance"] = 1725 -- "Hood of Defiance"
EconPanel.item2price["item_hurricane_pike"] = 4375 -- "Hurricane Pike"
EconPanel.item2price["item_iron_talon"] = 500 -- "Iron Talon"
EconPanel.item2price["item_sphere"] = 4800 -- "Linken's Sphere"
EconPanel.item2price["item_lotus_orb"] = 4000 -- "Lotus Orb"
EconPanel.item2price["item_maelstrom"] = 2800 -- "Maelstrom"
EconPanel.item2price["item_magic_wand"] = 465 -- "Magic Wand"
EconPanel.item2price["item_manta"] = 4950 -- "Manta Style"
EconPanel.item2price["item_mask_of_madness"] = 1900 -- "Mask of Madness"
EconPanel.item2price["item_medallion_of_courage"] = 1175 -- "Medallion of Courage"
EconPanel.item2price["item_mekansm"] = 2275 -- "Mekansm"
EconPanel.item2price["item_mjollnir"] = 5700 -- "Mjollnir"
EconPanel.item2price["item_monkey_king_bar"] = 5400 -- "Monkey King Bar"
EconPanel.item2price["item_moon_shard"] = 4000 -- "Moon Shard"
EconPanel.item2price["item_necronomicon"] = 2650 -- "Necronomicon 1"
EconPanel.item2price["item_necronomicon_2"] = 3850 -- "Necronomicon 2"
EconPanel.item2price["item_necronomicon_3"] = 5050 -- "Necronomicon 3"
EconPanel.item2price["item_null_talisman"] = 470 -- "Null Talisman"
EconPanel.item2price["item_oblivion_staff"] = 1650 -- "Oblivion Staff"
EconPanel.item2price["item_ward_dispenser"] = 165 -- "Observer and Sentry Wards"
EconPanel.item2price["item_octarine_core"] = 5900 -- "Octarine Core"
EconPanel.item2price["item_orchid"] = 4075 -- "Orchid Malevolence"
EconPanel.item2price["item_pers"] = 1700 -- "Perseverance"
EconPanel.item2price["item_phase_boots"] = 1240 -- "Phase Boots"
EconPanel.item2price["item_pipe"] = 3100 -- "Pipe of Insight"
EconPanel.item2price["item_poor_mans_shield"] = 500 -- "Poor Man's Shield"
EconPanel.item2price["item_power_treads"] = 1350 -- "Power Treads"
EconPanel.item2price["item_radiance"] = 5150 -- "Radiance"
EconPanel.item2price["item_rapier"] = 6200 -- "Divine Rapier"
EconPanel.item2price["item_refresher"] = 5200 -- "Refresher Orb"
EconPanel.item2price["item_ring_of_aquila"] = 985 -- "Ring of Aquila"
EconPanel.item2price["item_ring_of_basilius"] = 500 -- "Ring of Basilius"
EconPanel.item2price["item_rod_of_atos"] = 3100 -- "Rod of Atos"
EconPanel.item2price["item_sange"] = 2050 -- "Sange"
EconPanel.item2price["item_sange_and_yasha"] = 4100 -- "Sange and Yasha"
EconPanel.item2price["item_satanic"] = 5800 -- "Satanic"
EconPanel.item2price["item_sheepstick"] = 5650 -- "Scythe of Vyse"
EconPanel.item2price["item_invis_sword"] = 2700 -- "Shadow Blade"
EconPanel.item2price["item_shivas_guard"] = 4700 -- "Shiva's Guard"
EconPanel.item2price["item_silver_edge"] = 5100 -- "Silver Edge"
EconPanel.item2price["item_basher"] = 2700 -- "Skull Basher"
EconPanel.item2price["item_solar_crest"] = 2625 -- "Solar Crest"
EconPanel.item2price["item_soul_booster"] = 3200 -- "Soul Booster"
EconPanel.item2price["item_soul_ring"] = 800 -- "Soul Ring"
EconPanel.item2price["item_tranquil_boots"] = 900 -- "Tranquil Boots"
EconPanel.item2price["item_urn_of_shadows"] = 875 -- "Urn of Shadows"
EconPanel.item2price["item_vanguard"] = 2150 -- "Vanguard"
EconPanel.item2price["item_veil_of_discord"] = 2240 -- "Veil of Discord"
EconPanel.item2price["item_vladmir"] = 2275 -- "Vladmir's Offering"
EconPanel.item2price["item_wraith_band"] = 485 -- "Wraith Band"
EconPanel.item2price["item_yasha"] = 2050 -- "Yasha"
function EconPanel.OnUpdate()
if Menu.IsEnabled(EconPanel.optionEnable) and Menu.IsKeyDownOnce(EconPanel.key) then
EconPanel.isOpen = not EconPanel.isOpen
end
end
local econTable = {} -- econTable = { {heroName_1, econValue_1}, {heroName_2, econValue_2}, ...}
local isSameTeamTable = {} -- isSameTeamTable[heroName] = True/False
function EconPanel.OnDraw()
if not Menu.IsEnabled(EconPanel.optionEnable) or not EconPanel.isOpen then return end
local myHero = Heroes.GetLocal()
if not myHero then return end
for i = 1, Heroes.Count() do
local hero = Heroes.Get(i)
if not NPC.IsIllusion(hero) then
-- local heroName = EconPanel.heroes[NPC.GetUnitName(hero)]
local heroName = NPC.GetUnitName(hero)
isSameTeamTable[heroName] = Entity.IsSameTeam(myHero, hero)
econTable[i] = {heroName, EconPanel.GetEcon(hero)}
end
end
-- sort econTable by econValue in descending order
table.sort(econTable, function(a, b) return a[2] > b[2] end)
-- draw parameters
local drawX = 10
local drawY = 100
local lineGap = 20
local wordGap = 10
local maxWidth = 200
local maxGold = 1
local rectHeight = lineGap - 1
local heroIconWidth = math.floor(rectHeight * 128 / 72) -- original image is 128 * 72 (pixels)
local myTeamEcon = 0
local enemyTeamEcon = 0
for i, v in ipairs(econTable) do
local heroName = v[1]
local econValue = v[2]
maxGold = econValue >= maxGold and econValue or maxGold
if isSameTeamTable[heroName] then
Renderer.SetDrawColor(0, 255, 0, 125)
myTeamEcon = myTeamEcon + econValue
else
Renderer.SetDrawColor(255, 0, 0, 125)
enemyTeamEcon = enemyTeamEcon + econValue
end
drawY = drawY + lineGap
-- draw bar
local rectWidth = math.floor(maxWidth * econValue / maxGold)
Renderer.DrawFilledRect(drawX, drawY, rectWidth, rectHeight)
-- draw text
local drawText = econValue -- .." - "..heroName
Renderer.SetDrawColor(255, 255, 255, 255)
Renderer.DrawText(EconPanel.font, drawX+heroIconWidth+wordGap, drawY, drawText, 1)
-- draw hero icon
local tmpHeroName = string.gsub(heroName, "npc_dota_hero_", "")
local imageHandle
if handlers[tmpHeroName] then -- need to cache image handlers, instead of calling LoadImage() evrytime
imageHandle = handlers[tmpHeroName]
else
imageHandle = Renderer.LoadImage(EconPanel.heroIconPath .. tmpHeroName .. ".png")
handlers[tmpHeroName] = imageHandle
end
Renderer.SetDrawColor(255, 255, 255, 255)
Renderer.DrawImage(imageHandle, drawX, drawY, heroIconWidth, rectHeight)
end
local econDiff = myTeamEcon - enemyTeamEcon
if econDiff > 0 then
Renderer.SetDrawColor(0, 255, 0, 255)
else
Renderer.SetDrawColor(255, 0, 0, 255)
end
drawY = drawY - #econTable * lineGap
Renderer.DrawText(EconPanel.font, drawX+wordGap, drawY, "Economic Difference: "..econDiff, 1)
-- reallocate
econTable = {}
end
-- doesnt include gold of recipes
function EconPanel.GetEcon(hero)
local totalEcon = 0
local slotNum = 9
for i = 0, slotNum-1 do
myItem = NPC.GetItemByIndex(hero, i) -- index starts from 0
if myItem then
itemName = Ability.GetName(myItem)
if EconPanel.item2price[itemName] then -- database doesnt include all itemName, such as recipes.
totalEcon = totalEcon + EconPanel.item2price[itemName]
end
end
end
return totalEcon
end
return EconPanel