Advertisement
Guest User

Untitled

a guest
Nov 9th, 2011
4,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. //File: %install_dir%/steam/steamapps/common/dota 2 beta/dota/cfg/autoexec.cfg
  2.  
  3. //Binding Console to any other key will disable console from opening on the dashboard, and it can only be opened in a game. Also, pressing Tilde (`) anytime in console will close it
  4. bind "F2" toggleconsole
  5.  
  6. //HoN Like Courier - Tilde (`) swaps between courier and hero
  7.  
  8. alias "hon_courier" "marx_select_courier"
  9. alias "marx_select_courier" "dota_select_courier; alias hon_courier marx_select_hero"
  10. alias "marx_select_hero" "+dota_camera_follow; alias hon_courier marx_select_courier"
  11.  
  12. //Quick Courier - Tilde (`) tells the courier to get all items in stash, send them to the hero, and then reselects your hero
  13. //Optional: Uncomment dota_ability_execute 4 to force the courier to use his speed boost, this has potential to waste the boost if you accidentally press it!
  14.  
  15. alias "quick_courier" "dota_select_courier; dota_ability_execute 2; dota_ability_execute 3; //dota_ability_execute 4; +dota_camera_follow"
  16.  
  17. bind "`" "{YOUR COURIER CHOICE: hon_courier OR quick_courier}"
  18.  
  19. //Automatically join the reddit channel!
  20. chat_join reddit
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement