[DiscordArchive] Hi guys, i created a simple script to reduce the hearthstone cooldown to 10 mins. But sometimes it w
[DiscordArchive] Hi guys, i created a simple script to reduce the hearthstone cooldown to 10 mins. But sometimes it w
Archived author: howdya • Posted: 2023-04-26T07:10:23.016000+00:00
Original source
Hi guys, i created a simple script to reduce the hearthstone cooldown to 10 mins. But sometimes it work, sometimes not. Anyone have some idea why it like this?
Archived author: howdya • Posted: 2023-04-26T07:10:35.261000+00:00
Original source
function resetcd(_, _, _, player)
player:ResetSpellCooldown( 8690 );
end
function tenmins(event, player, item, target)
player:RegisterEvent(resetcd,600000,1);
end
RegisterItemEvent(6948,2,tenmins)
Archived author: howdya • Posted: 2023-04-26T07:13:18.160000+00:00
Original source
when player use hearthstone, it will register event to rest cooldown