Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] Hi guys, i created a simple script to reduce the hearthstone cooldown to 10 mins. But sometimes it w

rektbyfaith
Administrator
0
04-26-2023, 07:10 AM
#1
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?
rektbyfaith
04-26-2023, 07:10 AM #1

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?

rektbyfaith
Administrator
0
04-26-2023, 07:10 AM
#2
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)
rektbyfaith
04-26-2023, 07:10 AM #2

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)

rektbyfaith
Administrator
0
04-26-2023, 07:13 AM
#3
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
rektbyfaith
04-26-2023, 07:13 AM #3

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)