- // HOW THIS WORKS:
- //
- // create a file in "C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\dota\cfg"
- // (or wherever you installed D2) and name it "invo.cfg".
- // copy THIS WHOLE TEXT in that "invo.cfg" file.
- //
- // Right click "Dota 2" at Steam and go to "properties" > "set launch options" and add "-console".
- // Now when you start Dota 2, the console appears. Press "~" (under the Escape button) to hide it.
- //
- // Join a game, pick Invoker and when the game has started, press "~" to bring the console.
- // Type "exec invo", press enter, then go back to your game.
- //
- // You're ready. Now, pressing Q,W or E gives three instances instead of one
- // 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.
- //
- // Enjoy!
- //
- // These are the primary buttons:
- bind "q" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 0" // Q = 3x Quas
- bind "w" "dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 1" // W = 3x Wex
- bind "e" "dota_ability_execute 2;dota_ability_execute 2;dota_ability_execute 2" // E = 3x Exort
- bind "r" "dota_ability_execute 5" // R = Invoke
- bind "d" "dota_ability_execute 3" // Secondary Ability 1
- bind "f" "dota_ability_execute 4" // Secondary Ability 2
- /////////// These are the buttons that prepare orbs for spells:
- // 1 for alarcity
- bind "1" "dota_ability_execute 1;dota_ability_execute 1;dota_ability_execute 2"
- // 2 for tornado
- bind "2" "dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 1"
- // 3 for meteor
- bind "3" "dota_ability_execute 1;dota_ability_execute 2;dota_ability_execute 2"
- // 4 for ghostwalk
- bind "4" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 1"
- // 5 for deafening blast
- bind "5" "dota_ability_execute 0;dota_ability_execute 1;dota_ability_execute 2"
- // c for forge spirits
- bind "c" "dota_ability_execute 0;dota_ability_execute 2;dota_ability_execute 2"
- // v for icewall
- bind "v" "dota_ability_execute 0;dota_ability_execute 0;dota_ability_execute 2"
- //information i used:
- //"// Killsteal-Legends.net Dota 2 Config 1.4.5 //" by Shixxor
- //http://dev.dota2.com/showthread.php?t=18959 by Viperus
- //////Stratubas, 24/1/2012
- //Update 25/1/2012: Removed most IMBA features. For feedback/questions/whatever, feel free to PM me.