// Shortcut Key .cfg File for Instant Spell Casting // Alias Log by Dragon // So sue me- I'm a lefty. Simply replace the // bound keys with the keys of your choice. //Quick Meteor Key alias +quickmeteor "use meteor; +defend" alias -quickmeteor "-defend; use powerup" bind kp_pgup +quickmeteor //Quick Lightning Shield alias +quickbugzap "use lshield; +defend" alias -quickbugzap "-defend; use powerup" bind kp_end +quickbugzap // When I try to link these two, it won't work // right. If anyone can figure out an alias // that fires off both the above spells with // one keypress, please let me know! Thanks -D //Panic Button alias +dontpanic "use tele; +defend" alias -dontpanic "-defend; use powerup" bind kp_5 +dontpanic //Quick Powerup alias +gimmejuice "use powerup; +defend" alias -gimmejuice "-defend" bind kp_home +gimmejuice // All these assume you want the Tome of // Power as your default defensive spell. // To use a different one, just replace // 'powerup' with the spell of your // choice, ie "use ring" for Ring of // Repulsion. // // If you try to use these keys when you // don't have the spells in question, it // will attempt to cast the current spell. // Usually this shouldn't cause too much // of a problem.