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!
Simply select a key and copy paste the code above to use!
Enjoy!!
~Von
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