Credits to reddit user /u/iheartdisraptor that found this new dota console command and shared this roshan timer script
Roshan timer !
Open notepad and copy paste this
Save in in X:\steam\steamaps\common\dota 2 beta\dota 2\cfg as Roshan.cfg
then open your autoexec if you have it and add this line in it
If you don't have autoexec then easy make one ( open notepad again copy paste code then save in same location as roshan.cfg just name it autoexec.cfg )
You can edit code and msg displays.
If you did everything correctly, whenever roshan dies you can just press Z button and you will active script that will give you important notifications,it will display time when roshan dies in team chat and big nortification visible just to you,then it will it will give you notification that aegies is close to expire,when aegis is expired,roshan warning 1 min before he could posibily spawn,times when roshan can spawn and on end 11 min time that roshan is spawned.
When you press Z you should see this on screen
Also here is example of aegis warning (1 min before aegis will expire - 5 min from moment when you pressed Z)
This is not cheat,this is just helper tool,config and you can't get banned for this,worst thing that can happen it that Valve will remove this command.
So just get used to press button when roshan dies and you're fine :)
Enjoy !
Edited:
Removed notification on min 11 because if it happens that roshan spawns earlier than 11 min, for example 8.35 min and you kill him,you wound't be able to start script again because there is still notification on min 11 to be displayed.
Also there is bug that if you start script just before game ends,scrpit will give you notifications on start of next game,there is no way to reset or stop script after you press button.
Roshan timer !
Open notepad and copy paste this
Code:
dota_center_message 5 "Roshan timer started!!"
dota_center_message 300 " "
dota_center_message 305 "5:00 - Aegis warning"
dota_center_message 360 " "
dota_center_message 365 "6:00 - Aegis expired"
dota_center_message 420 " "
dota_center_message 425 "7:00 - Roshan warning"
dota_center_message 480 " "
dota_center_message 485 "8:00 - Roshan can spawn"
then open your autoexec if you have it and add this line in it
Code:
alias "roshanxxx" "exec roshan.cfg;chatwheel_say 57"
bind "z" "roshanxxx"
You can edit code and msg displays.
If you did everything correctly, whenever roshan dies you can just press Z button and you will active script that will give you important notifications,it will display time when roshan dies in team chat and big nortification visible just to you,then it will it will give you notification that aegies is close to expire,when aegis is expired,roshan warning 1 min before he could posibily spawn,times when roshan can spawn and on end 11 min time that roshan is spawned.
When you press Z you should see this on screen
Also here is example of aegis warning (1 min before aegis will expire - 5 min from moment when you pressed Z)
This is not cheat,this is just helper tool,config and you can't get banned for this,worst thing that can happen it that Valve will remove this command.
Code:
dota_center_message
Enjoy !
Edited:
Removed notification on min 11 because if it happens that roshan spawns earlier than 11 min, for example 8.35 min and you kill him,you wound't be able to start script again because there is still notification on min 11 to be displayed.
Also there is bug that if you start script just before game ends,scrpit will give you notifications on start of next game,there is no way to reset or stop script after you press button.