Don't like ads? PRO users don't see any ads ;-)
Guest

invoker dota 2 simple cfg

By: a guest on Feb 18th, 2012  |  syntax: None  |  size: 2.31 KB  |  hits: 4,599  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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", press enter, 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) give the orbs required for mixed-orb spells.
  15. //
  16. // Enjoy!
  17. //
  18.  
  19.  
  20. // These are the primary buttons:
  21. bind "q" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 0"         // Q = 3x Quas
  22. bind "w" "dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 1"         // W = 3x Wex
  23. bind "e" "dota_ability_execute 2;dota_ability_execute 2;dota_ability_execute 2"         // E = 3x Exort
  24. bind "r" "dota_ability_execute 5"               // R = Invoke
  25. bind "d" "dota_ability_execute 3"               // Secondary Ability 1
  26. bind "f" "dota_ability_execute 4"               // Secondary Ability 2
  27.  
  28.  
  29. /////////// These are the buttons that prepare orbs for spells:
  30. // 1 for alarcity
  31. bind "1" "dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 2"
  32. // 2 for tornado
  33. bind "2" "dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 1"
  34. // 3 for meteor
  35. bind "3" "dota_ability_execute 1;dota_ability_execute 2;dota_ability_execute 2"
  36. // 4 for ghostwalk
  37. bind "4" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 1"
  38. // 5 for deafening blast
  39. bind "5" "dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 2"
  40. // c for forge spirits
  41. bind "c" "dota_ability_execute 0;dota_ability_execute 2;dota_ability_execute 2"
  42. // v for icewall
  43. bind "v" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 2"
  44.  
  45.  
  46.  
  47. //information i used:
  48. //"// Killsteal-Legends.net Dota 2 Config 1.4.5 //" by Shixxor
  49. //http://dev.dota2.com/showthread.php?t=18959 by Viperus
  50.  
  51. //////Stratubas, 24/1/2012
  52. //Update 25/1/2012: Removed most IMBA features. For feedback/questions/whatever, feel free to PM me.