• We just launched and are currently in beta. Join us as we build and grow the community.

[Script]ThunderlordCounter

TheBoysGamers

Cyber Forensic Recon Specialist
T Rep
0
0
0
Rep
0
T Vouches
0
0
0
Vouches
0
Posts
54
Likes
164
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
Hi here is a custom script made by me and one of my friend which say when you have your thunderlor mastery up so you can know when to all in or when to trade :
functionOnDraw()
fori =1,myHero.buffCount do
tBuff =myHero:getBuff(i)
ifBuffIsValid(tBuff)then
iftBuff.name =="masterylordsdecreecooldown"then
DrawTextA("Thunderlords Decree will be up in:"..tostring(math.round((GetGameTimer()-tBuff.endT)*-1)),40,60,60,ARGB(255,255,0,0))
end
end
end
end
custom
 

431,696

312,474

312,483

Top