Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. // HOW THIS WORKS:
  2. //
  3. // create a file in "C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota\cfg"
  4. // (or wherever you installed D2) and name it "invo.cfg".
  5. // copy THIS WHOLE TEXT in that "invo.cfg" file.
  6. //
  7. // Right click "Dota 2" at Steam and go to "properties" > "set launch options" and add "-console".
  8. // Now when you start Dota 2, the console appears. Press "~" (under the Escape button) to hide it.
  9. //
  10. // Join a game, pick Invoker and when the game has started, press "~" to bring the console.
  11. // Type "exec invo", then go back to your game.
  12. //
  13. // You're ready. Now, pressing Q,W or E gives three instances instead of one
  14. // and the buttons you can see in the second "paragraph" (1,2,3,4,5,c and v) invoke spells
  15. // and you're switched back to 3x Exort for maximum damage (ghostwalk gives 3x Wex, for movespeed).
  16. //
  17. // Enjoy!
  18. //
  19.  
  20.  
  21. // These are the primary buttons:
  22. //bind "q" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 0" // Q = 3x Quas
  23. //bind "w" "dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 1" // W = 3x Wex
  24. //bind "e" "dota_ability_execute 2;dota_ability_execute 2;dota_ability_execute 2" // E = 3x Exort
  25. //bind "r" "dota_ability_execute 5" // R = Invoke
  26. //bind "d" "dota_ability_execute 3" // Secondary Ability 1
  27. //bind "f" "dota_ability_execute 4" // Secondary Ability 2
  28.  
  29.  
  30.  
  31. ///1 ghostwalk
  32. ///2 tornado
  33. ///3 meteor
  34. ///4 defeaning
  35. ///5 alacrity
  36. ///c spirit
  37. ///n G icewall
  38.  
  39.  
  40. /////////// These are the buttons that Invoke the spells:
  41. // 5 for alarcity
  42. bind "5" "dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 2;dota_ability_execute 5;dota_ability_execute 2;dota_ability_execute 2"
  43. // 2 for tornado
  44. bind "2" "dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 5;dota_ability_execute 2;dota_ability_execute 2;dota_ability_execute 2"
  45. // 3 for meteor
  46. bind "3" "dota_ability_execute 1;dota_ability_execute 2;dota_ability_execute 2;dota_ability_execute 5;dota_ability_execute 2"
  47. // 1 for ghostwalk
  48. bind "1" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 5;dota_ability_execute 1;dota_ability_execute 1"
  49. // 4 for deafening blast
  50. bind "4" "dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 2;dota_ability_execute 5;dota_ability_execute 2;dota_ability_execute 2"
  51. // c for forge spirits
  52. bind "c" "dota_ability_execute 0;dota_ability_execute 2;dota_ability_execute 2;dota_ability_execute 5;dota_ability_execute 2"
  53. // n for icewall
  54. bind "n" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 2;dota_ability_execute 5;dota_ability_execute 2;dota_ability_execute 2"
  55.  
  56.  
  57.  
  58. //information i used:
  59. //"// Killsteal-Legends.net Dota 2 Config 1.4.5 //" by Shixxor
  60. //http://dev.dota2.com/showthread.php?t=18959 by Viperus
  61.  
  62. //////Stratubas, 24/1/2012
  63. // PS: One day I'll create another one for wex-based skillbuilds instead of exort. For feedback/questions/whatever, feel free to PM me.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement