• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Death Chest Timer! =D

Vongard

Legacy Supporter 7
Joined
Sep 6, 2011
I created a macro which can tell you when your death chest (or the poor soul you murdered's death chest) is unlocked!! You simply press the button once you (or the poor soul your murdered) die and it will periodically tell you how much time is left. Once you timer finishes The chest should be open!

Code:
$${LOG("&5--------------------Timer Started!--------------------")}$$
$${LOG("&5------------------370 Seconds Left!------------------")}$$
$${WAIT(10)}$$
$${LOG("&5------------------360 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------330 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------300 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------270 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------240 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------210 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------180 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------150 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------120 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------90 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------60 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------30 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5---------------The Chest is now Open!!---------------")}$$

Simply select a key and copy paste the code above to use!

Enjoy!!

~Von
 
Y

ytiggidmas

I created a macro which can tell you when your death chest (or the poor soul you murdered's death chest) is unlocked!! You simply press the button once you (or the poor soul your murdered) die and it will periodically tell you how much time is left. Once you timer finishes The chest should be open!

Code:
$${LOG("&5--------------------Timer Started!--------------------")}$$
$${LOG("&5------------------370 Seconds Left!------------------")}$$
$${WAIT(10)}$$
$${LOG("&5------------------360 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------330 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------300 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------270 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------240 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------210 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------180 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------150 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------120 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------90 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------60 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5------------------30 Seconds Left!------------------")}$$
$${WAIT(30)}$$
$${LOG("&5---------------The Chest is now Open!!---------------")}$$

Simply select a key and copy paste the code above to use!

Enjoy!!

~Von

pretty sure macros are illegal..
 

Kwong050

Holy Shit!
Joined
Nov 6, 2011
Im pretty sure this should be implemented because it is only a timer and I dont think it is very exploitable.
 
Top