├── BRD Buffing ├── 4 songs no JA ├── Debuff ├── NT Marcato 4 songs └── SP1 + 2 NT 5 songs ├── Base Buffs ├── BRDbase.txt ├── CORbase.txt ├── GEObase.txt ├── RDMbase.txt ├── WHMbase.txt └── base.txt ├── Curio Reraise ├── ReadMe ├── Reraise1 └── Reraise2 ├── Enter HTMB ├── Enter1 ├── Enter2 ├── Enter3 └── ReadMe ├── GEO stuff ├── BoG + EA Frailty └── BoG + EA Fury + Acc + Entrust STR ├── Neak Pop ├── Neak Script └── Readme ├── RDM Stuff ├── Buff └── Debuff ├── README.md ├── WHM Buffing ├── blizzara full buff └── blizzara short buff ├── alias ├── init binds └── unfollow /BRD Buffing/4 songs no JA: -------------------------------------------------------------------------------- 1 | input /ma "honor march" ; wait 5; input /ma "victory march" ; wait 5; input /ma valor minuet ; wait 5; input /ma "valor minuet II" ; wait 5; input /ma "blade madrigal" ; wait 5; input /ma "sword madrigal" 2 | -------------------------------------------------------------------------------- /BRD Buffing/Debuff: -------------------------------------------------------------------------------- 1 | input /ma "carnage elegy" ; wait 4; input /ma "dark threnody II" 2 | -------------------------------------------------------------------------------- /BRD Buffing/NT Marcato 4 songs: -------------------------------------------------------------------------------- 1 | input /ja "nightingale" ; wait 2; input /ja "troubadour" ; wait 1; input /ja "marcato" ; wait 2; input /ma "honor march" ; wait 4; input /ma "victory march" ; wait 4; input /ma valor minuet ; wait 4; input /ma "valor minuet II" ; wait 4; input /ma "blade madrigal" ; wait 4; input /ma "sword madrigal" ; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Yarhi; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Irritant; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Arduwyn 2 | 3 | -------------------------------------------------------------------------------- /BRD Buffing/SP1 + 2 NT 5 songs: -------------------------------------------------------------------------------- 1 | input /ja "soul voice" ; wait 1.4; input /ja "clarion call" ; wait 1.4; input /ja "nightingale" ; wait 1.4; input /ja "troubadour" ; wait 2; input /ma "honor march" ; wait 4; input /ma "Valor Minuet V" ; wait 4; input /ma "Victory March" ; wait 4; input /ma valor minuet ; wait 4; input /ma "valor minuet II" ; wait 4; input /ma "blade madrigal" ; wait 4; input /ma "sword madrigal" ; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Yarhi; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Irritant; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Arduwyn 2 | -------------------------------------------------------------------------------- /Base Buffs/BRDbase.txt: -------------------------------------------------------------------------------- 1 | input /ja "nightingale" ; wait 2; input /ja "troubadour" ; wait 1; input /ja "marcato" ; wait 2; input /ma "honor march" ; wait 4; input /ma "victory march" ; wait 4; input /ma valor minuet ; wait 4; input /ma "valor minuet II" ; wait 4; input /ma "blade madrigal" ; wait 4; input /ma "sword madrigal" ; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Yarhi; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Irritant; wait 4; input /ja "pianissimo" ; wait 1; input /ma "mage\'s ballad III" Arduwyn 2 | -------------------------------------------------------------------------------- /Base Buffs/CORbase.txt: -------------------------------------------------------------------------------- 1 | lua load autocor; 2 | wait .1; 3 | cor on; 4 | wait 120; 5 | cor off 6 | -------------------------------------------------------------------------------- /Base Buffs/GEObase.txt: -------------------------------------------------------------------------------- 1 | input /ja "full circle" ; wait 1.5; input /ma "indi-precision" ; wait 4; input /ja "blaze of glory" ; wait 1; input /ma "geo-fury" ; wait 4; input /ja dematerialize ; wait 2; input /ja "ecliptic attrition" ; wait 2; input /ja "life cycle" ; wait 2; input /ja entrust ; wait 2; input /ma "indi-STR" Ejiin 2 | -------------------------------------------------------------------------------- /Base Buffs/RDMbase.txt: -------------------------------------------------------------------------------- 1 | input /ja "composure" ; wait 1.5; input /ma "haste II" ; wait 5; input /ma "gain-MND" ; wait 5; input /ma "temper II" ; wait 5; input /ma "refresh III" ; wait 5; input /ma "phalanx II" ejiin; wait 5; input /ma "haste II" ejiin; wait 5; input /ma "refresh III" ejiin; wait 5; input /ma "phalanx II" shred; wait 5; input /ma "haste II" shred; wait 5; input /ma "phalanx II" ashraya; wait 5; input /ma "haste II" ashraya; wait 5; input /ma "phalanx II" yarhi; wait 5; input /ma "haste II" yarhi; wait 5; input /ma "phalanx II" irritant; wait 5; input /ma "haste II" irritant; wait 5; input /ma "Enthunder" 2 | -------------------------------------------------------------------------------- /Base Buffs/WHMbase.txt: -------------------------------------------------------------------------------- 1 | input /ja "afflatus solace" ; wait 1.3; input /ja "light arts" ; wait 1.3; input /ma "Shellra V" ; wait 5; input /ma "Protectra V" ; wait 5; input /ma "Barthundra" ; wait 5; input /ma "Baramnesra" ; wait 6; input /ma "Boost-STR" ; wait 6; input /ma "Auspice" ; wait 5; input /ma "reraise IV" ; wait 7; input /ja "accession" ; wait 2; input /ma "Regen IV" ; wait 5; input /ma "Aurorastorm" Yarhi; wait 1; input /ja "sublimation" 2 | -------------------------------------------------------------------------------- /Base Buffs/base.txt: -------------------------------------------------------------------------------- 1 | send @all /echo Base buffs for WHM, GEO, BRD, COR and RDM; 2 | send ejiin exec SAMbase; 3 | wait .1; 4 | send ashraya exec BRDbase; 5 | wait .1; 6 | send yarhi exec WHMbase; 7 | wait .1; 8 | send ygnas exec RDMbase; 9 | wait .1; 10 | send shred exec CORbase; 11 | wait .1; 12 | send irritant exec GEObase 13 | -------------------------------------------------------------------------------- /Curio Reraise/ReadMe: -------------------------------------------------------------------------------- 1 | Script used to buy all 3 Reraise items from the Curio Moogle. 2 | 3 | 1) Make a text file in your script folder named Reraise and copy/past Reraise1 into that and save. Edit in your own char names. 4 | 5 | 2) Make a second text file named Reraise2 and copy/paste Reraise2 from Github into that and save. 6 | 7 | 3) To start script type //exec reraise while standing infront of curio moogle 8 | 9 | WILL NOT WORK IF: 10 | 11 | 1) You are not facting Curio Moogle 12 | 13 | 2) You touch your keyboard at any point when the script is running. 14 | 15 | -------------------------------------------------------------------------------- /Curio Reraise/Reraise1: -------------------------------------------------------------------------------- 1 | send @all /echo Ejiin and friends are buying reraise items, Kupo~!; 2 | wait 1; 3 | send ejiin exec reraise2; 4 | wait 0.5; 5 | send ashraya exec reraise2; 6 | wait 0.5; 7 | send irritant exec reraise2; 8 | wait 0.5; 9 | send yarhi exec reraise2; 10 | wait 0.5; 11 | send shred exec reraise2; 12 | wait 0.5; 13 | send ygnas exec reraise2; 14 | -------------------------------------------------------------------------------- /Curio Reraise/Reraise2: -------------------------------------------------------------------------------- 1 | setkey escape down; 2 | wait 0.1; 3 | setkey escape up; 4 | wait 1; 5 | setkey escape down; 6 | wait 0.1; 7 | setkey escape up; 8 | wait 1; 9 | setkey escape down; 10 | wait 0.1; 11 | setkey escape up; 12 | wait 1; 13 | 14 | input /targetnpc; 15 | wait 2; 16 | setkey enter down; 17 | wait .1; 18 | setkey enter up; 19 | wait 2; 20 | 21 | setkey down down; 22 | wait .1; 23 | setkey down up; 24 | wait 1; 25 | 26 | setkey enter down; 27 | wait .1; 28 | setkey enter up; 29 | wait 1; 30 | setkey enter down; 31 | wait .1; 32 | setkey enter up; 33 | wait 1; 34 | 35 | setkey right down; 36 | wait .1; 37 | setkey right up; 38 | wait 1; 39 | setkey right down; 40 | wait .1; 41 | setkey right up; 42 | wait 1; 43 | setkey right down; 44 | wait .1; 45 | setkey right up; 46 | wait 1; 47 | 48 | setkey up down; 49 | wait .1; 50 | setkey up up; 51 | wait 1; 52 | setkey up down; 53 | wait .1; 54 | setkey up up; 55 | wait 1; 56 | setkey up down; 57 | wait .1; 58 | setkey up up; 59 | wait 1; 60 | 61 | setkey enter down; 62 | wait .1; 63 | setkey enter up; 64 | wait 1; 65 | setkey up down; 66 | wait .1; 67 | setkey up up; 68 | wait 1; 69 | setkey enter down; 70 | wait .1; 71 | setkey enter up; 72 | wait 1; 73 | 74 | setkey up down; 75 | wait .1; 76 | setkey up up; 77 | wait 1; 78 | setkey enter down; 79 | wait .1; 80 | setkey enter up; 81 | wait 1; 82 | setkey up down; 83 | wait .1; 84 | setkey up up; 85 | wait 1; 86 | setkey enter down; 87 | wait .1; 88 | setkey enter up; 89 | wait 1; 90 | 91 | setkey escape down; 92 | wait 0.1; 93 | setkey escape up; 94 | wait 1; 95 | setkey escape down; 96 | wait 0.1; 97 | setkey escape up; 98 | wait 2; 99 | 100 | input /targetnpc; 101 | wait 2; 102 | setkey enter down; 103 | wait .1; 104 | setkey enter up; 105 | wait 2; 106 | 107 | setkey right down; 108 | wait .1; 109 | setkey right up; 110 | wait 1; 111 | setkey down down; 112 | wait .1; 113 | setkey down up; 114 | wait 1; 115 | setkey down down; 116 | wait .1; 117 | setkey down up; 118 | wait 1; 119 | 120 | setkey enter down; 121 | wait .1; 122 | setkey enter up; 123 | wait 1; 124 | setkey enter down; 125 | wait .1; 126 | setkey enter up; 127 | wait 1; 128 | 129 | setkey down down; 130 | wait .1; 131 | setkey down up; 132 | wait 1; 133 | setkey enter down; 134 | wait .1; 135 | setkey enter up; 136 | wait 1; 137 | setkey up down; 138 | wait .1; 139 | setkey up up; 140 | wait 1; 141 | setkey enter down; 142 | wait .1; 143 | setkey enter up; 144 | wait 1; 145 | 146 | setkey escape down; 147 | wait 0.1; 148 | setkey escape up; 149 | wait 1; 150 | setkey escape down; 151 | wait 0.1; 152 | setkey escape up; 153 | wait 2; 154 | -------------------------------------------------------------------------------- /Enter HTMB/Enter1: -------------------------------------------------------------------------------- 1 | wait 1; 2 | send Ejiin exec enter2; 3 | wait 0.5; 4 | send Shred exec enter3; 5 | wait 0.5; 6 | send Ashraya exec enter3; 7 | wait 0.5; 8 | send Yarhi exec enter3; 9 | wait 0.5; 10 | send Ygnas exec enter3; 11 | wait 0.5; 12 | send Irritant exec enter3 13 | -------------------------------------------------------------------------------- /Enter HTMB/Enter2: -------------------------------------------------------------------------------- 1 | setkey escape down; 2 | wait 0.1; 3 | setkey escape up; 4 | wait 1; 5 | setkey escape down; 6 | wait 0.1; 7 | setkey escape up; 8 | wait 1; 9 | setkey escape down; 10 | wait 0.1; 11 | setkey escape up; 12 | wait 1; 13 | 14 | input /targetnpc; 15 | wait 2; 16 | setkey enter down; 17 | wait .1; 18 | setkey enter up; 19 | wait 15; 20 | 21 | setkey down down; 22 | wait .1; 23 | setkey down up; 24 | wait 1; 25 | setkey enter down; 26 | wait .1; 27 | setkey enter up; 28 | wait 1; 29 | setkey left down; 30 | wait .1; 31 | setkey left up; 32 | wait 1; 33 | setkey left down; 34 | wait .1; 35 | setkey left up; 36 | wait 1; 37 | setkey enter down; 38 | wait .1; 39 | setkey enter up; 40 | -------------------------------------------------------------------------------- /Enter HTMB/Enter3: -------------------------------------------------------------------------------- 1 | setkey escape down; 2 | wait 0.1; 3 | setkey escape up; 4 | wait 1; 5 | setkey escape down; 6 | wait 0.1; 7 | setkey escape up; 8 | wait 1; 9 | setkey escape down; 10 | wait 0.1; 11 | setkey escape up; 12 | wait 1; 13 | 14 | input /targetnpc; 15 | wait 1; 16 | setkey enter down; 17 | wait 0.1; 18 | setkey enter up; 19 | wait 25; 20 | setkey down down; 21 | wait 0.1; 22 | setkey down up; 23 | wait 1; 24 | setkey enter down; 25 | wait 0.1; 26 | setkey enter up; 27 | wait 1; 28 | setkey up down; 29 | wait 0.1; 30 | setkey up up; 31 | wait 1; 32 | setkey enter down; 33 | wait 0.1; 34 | setkey enter up; 35 | -------------------------------------------------------------------------------- /Enter HTMB/ReadMe: -------------------------------------------------------------------------------- 1 | Script used to enter VERY DIFFICULT HTMB BCNMs. This one is specifically used for Ouryu VD but can be used for all other VD BCs. 2 | 3 | Due to Ouryu having a much longer wait, you can adjust the 15 and 25 second waits if doing other BCs to something much lower. 4 | 5 | Install Guide: 6 | 1) Make a new text file in your script folder named Enter and copy/paste the contents of Enter1 and save. You must edit in your own char names. 7 | 2) Make a 2nd new text file and name it Enter2 and copy/paste the contents of Enter2 and save. 8 | 3) Make a 3rd new text file and name it Enter3 and copy/paste the contents of Enter3 and save. 9 | 4) In game, type //exec enter on your main char while it and all your mules are face the entry point. 10 | 11 | 12 | WILL NOT WORK IF: 13 | 14 | 1) You are not facing the entry point for the HTMB 15 | 2) You have any options other than the HTMB BC in the menu list 16 | 3) You touch your keyboard at any point when the script is running 17 | 4) You lag while the script is going 18 | -------------------------------------------------------------------------------- /GEO stuff/BoG + EA Frailty: -------------------------------------------------------------------------------- 1 | input /ja "blaze of glory" ; wait 1; input /ma "geo-frailty" ; wait 4; input /ja dematerialize ; wait 2; input /ja "ecliptic attrition" ; wait 2; input /ja "life cycle" 2 | -------------------------------------------------------------------------------- /GEO stuff/BoG + EA Fury + Acc + Entrust STR: -------------------------------------------------------------------------------- 1 | input /ja "full circle" ; wait 1.5; input /ma "indi-precision" ; wait 4; input /ja "blaze of glory" ; wait 1; input /ma "geo-fury" ; wait 4; input /ja dematerialize ; wait 2; input /ja "ecliptic attrition" ; wait 2; input /ja "life cycle" ; wait 2; input /ja entrust ; wait 2; input /ma "indi-STR" Ejiin 2 | -------------------------------------------------------------------------------- /Neak Pop/Neak Script: -------------------------------------------------------------------------------- 1 | setkey escape down; 2 | wait 0.1; 3 | setkey escape up; 4 | wait 1; 5 | setkey escape down; 6 | wait 0.1; 7 | setkey escape up; 8 | wait 1; 9 | setkey escape down; 10 | wait 0.1; 11 | setkey escape up; 12 | wait 1; 13 | 14 | input /targetnpc; 15 | wait 2; 16 | setkey enter down; 17 | wait 0.1; 18 | setkey enter up; 19 | wait 2; 20 | setkey down down; 21 | wait 0.1; 22 | setkey down up 23 | wait 2; 24 | setkey enter down; 25 | wait 0.1; 26 | setkey enter up; 27 | wait 2; 28 | setkey up down; 29 | wait 0.1; 30 | setkey up up; 31 | wait 2; 32 | setkey enter down; 33 | wait 0.1; 34 | setkey enter up; 35 | -------------------------------------------------------------------------------- /Neak Pop/Readme: -------------------------------------------------------------------------------- 1 | WILL NOT WORK IF YOU HAVE ANY KI BESIDES NEAK 2 | -------------------------------------------------------------------------------- /RDM Stuff/Buff: -------------------------------------------------------------------------------- 1 | input /ja "composure" ; wait 1.5; input /ma "haste II" ; wait 5; input /ma "gain-MND" ; wait 5; input /ma "temper II" ; wait 5; input /ma "refresh III" ; wait 5; input /ma "phalanx II" ejiin; wait 5; input /ma "haste II" ejiin; wait 5; input /ma "refresh III" ejiin; wait 5; input /ma "phalanx II" shred; wait 5; input /ma "haste II" shred; wait 5; input /ma "phalanx II" ashraya; wait 5; input /ma "haste II" ashraya; wait 5; input /ma "phalanx II" yarhi; wait 5; input /ma "haste II" yarhi; wait 5; input /ma "phalanx II" irritant; wait 5; input /ma "haste II" irritant; wait 5; input /ma "Enthunder" 2 | -------------------------------------------------------------------------------- /RDM Stuff/Debuff: -------------------------------------------------------------------------------- 1 | input /ja "saboteur" ; wait 1.5; input /ma "slow II" ; wait 5; input /ma "frazzle III" ; wait 5; input /ma "distract III" ; wait 5; input /ma "addle II" ; wait 5; input /ma "paralyze II" 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Scripts 2 | Windower 4 Buff Scripts 3 | 4 | A universally compatible method for doing exactly what GearSwap Commands do, like BRD, WHM, GEO, RDM pre-buffing, regardless of who 5 | the author of your GearSwap is. 6 | 7 | All of these Scripts are tuned for my characters based on their merits, gear and buffs. Fine-tuning of the delays may be requiped based on your Fast Cast and other factors. You will also have to edit in your own character names. 8 | 9 | Youtube Video Guide of converting GearSwap Commands to Windower 4 Scripts: https://www.youtube.com/watch?v=EJd-Ky71zbk 10 | 11 | -------------------------------------------------------------------------------- /WHM Buffing/blizzara full buff: -------------------------------------------------------------------------------- 1 | input /ja "afflatus solace" ; wait 1.3; input /ja "light arts" ; wait 1.3; input /ma "Shellra V" ; wait 5; input /ma "Protectra V" ; wait 5; input /ma "Barblizzara" ; wait 5; input /ma "Barparalyzra" ; wait 6; input /ma "Boost-STR" ; wait 6; input /ma "Auspice" ; wait 5; input /ma "reraise IV" ; wait 7; input /ja "accession" ; wait 2; input /ma "Regen IV" ; wait 5; input /ma "Aurorastorm" Yarhi 2 | -------------------------------------------------------------------------------- /WHM Buffing/blizzara short buff: -------------------------------------------------------------------------------- 1 | input /ma "Barblizzara" ; wait 5; input /ma "Barparalyzra" ; wait 6; input /ma "Boost-STR" ; wait 6; input /ma "Auspice" 2 | -------------------------------------------------------------------------------- /alias: -------------------------------------------------------------------------------- 1 | alias sa send @all 2 | alias sac send @all gs c 3 | alias sas send @all exec 4 | alias off send @all /attackoff 5 | alias at send @all /autotarget on 6 | alias att send @all /autotarget off 7 | alias la send @all tr lotall 8 | alias pa send @all tr passall 9 | alias l1 send @all lua load lottery 10 | alias l2 send @all lua unload lottery 11 | alias ld send @all /pcmd leader ejiin 12 | alias ld2 send @all /pcmd leader shred 13 | alias ld3 send @all /pcmd leader ygnas 14 | alias ld4 send @all /pcmd leader ashraya 15 | alias ld5 send @all /pcmd leader irritant 16 | alias ld6 send @all /pcmd leader yarhi 17 | alias dm exec dm 18 | alias fkey input /item "forbidden key" 19 | alias si send ygnas sneak ejiin; wait 5; send ygnas invisible ejiin 20 | alias gre lua reload gearswap 21 | alias w1 send ejiin input /item 'lucid wings II' Ejiin 22 | alias w2 send shred input /item 'lucid wings II' Shred 23 | alias w3 send Ygnas input /item 'lucid wings II' Ygnas 24 | alias w4 send Ashraya input /item 'lucid wings II' Ashraya 25 | alias w5 send Irritant input /item 'lucid wings II' Irritant 26 | alias w6 send Yarhi input /item 'lucid wings II' Yarhi 27 | alias cro send Yarhi sacrosanctity 28 | alias ihas send irritant entrust; wait 2; send irritant indihaste ejiin 29 | alias rd1 send shred randomdeal 30 | alias rd2 send ygnas randomdeal 31 | alias rr1 send @all reraiser 32 | alias rr2 send @all hi-reraiser 33 | alias rr3 send @all instant reraise 34 | alias ejlog send ejiin lua load xipivot; wait .5; send ejiin lua load equipviewer; wait .5; send ejiin lua load partybuffs 35 | alias bolt send shred boltersroll 36 | alias con send @all cor on 37 | alias coff send @all cor off 38 | alias cload send shred lua load autocor; wait .5; send ygnas lua load autocor 39 | alias rh1 send shred gs rh enable; wait .5; ra 40 | alias rh2 send shred gs rh disable 41 | -------------------------------------------------------------------------------- /init binds: -------------------------------------------------------------------------------- 1 | bind f7 gs c C10 2 | bind f9 gs c C1 3 | bind ~f9 send irritant blazeofglory; wait 1; sat youcommand irritant geo-frailty; wait 4; send irritant dematerialize; wait 2; send irritant eclipticattrition; wait 2; send irritant lifecycle; wait .5; send @all /echo BoG/EA Frailty 4 | bind @f9 send shred autows set leaden salute; wait .5; send ygnas autows set leaden salute; wait .5; send @all /echo Leaden Salute 5 | bind f10 gs c C3 6 | bind ~f10 send irritant blazeofglory; wait 1; sat youcommand irritant geo-malaise; wait 4; send irritant dematerialize; wait 2; send irritant eclipticattrition; wait 2; send irritant lifecycle; wait .5; send @all /echo BoG/EA Malaise 7 | bind @f10 send @all autows off 8 | bind f11 gs c C17 9 | bind ~f11 send irritant blazeofglory; wait 1; sat youcommand irritant geo-wilt; wait 4; send irritant dematerialize; wait 2; send irritant eclipticattrition; wait 2; send irritant lifecycle; wait .5; send @all /echo BoG/EA Wilt 10 | bind @f11 send @all autows on 11 | bind f12 gs c C5 12 | bind ~f12 send irritant indivex 13 | bind @f12 send shred autows set aeolian edge; wait .5; send ygnas autows set aeolian edge; wait .5; send @all /echo Aeolian Edge 14 | bind !f7 gs c C6 15 | bind !f8 gs c C16 16 | bind !f9 gs c C17 17 | bind ^f7 gs c C15 18 | bind ^f8 gs c C8 19 | bind ^f9 gs c C9 20 | bind ^f10 gs c C10 21 | bind ^f11 gs c C11 22 | bind ^f12 gs c C12 23 | bind delete send yarhi cure5 ejiin 24 | bind ^delete send yarhi cure5 shred 25 | bind !delete send yarhi /ma "cure V" yarhi 26 | bind @delete send yarhi /ma "cure VI" ejiin 27 | bind ~delete send irritant indimalaise; wait .5; send @all /echo Indi-Malaise 28 | bind home send yarhi /ma "curaga IV" ejiin 29 | bind ^home send yarhi /ma "curaga IV" shred 30 | bind !home send yarhi /ja sublimation 31 | bind @home send yarhi /ma "curaga V" ejiin 32 | bind ~home send irritant fullcircle 33 | bind end gs c na 34 | bind ^end send shred gs c na 35 | bind !end sat youcommand Ygnas Silence 36 | bind @end sat youcommand irritant stun; wait .5; send @all /echo STUN JUST USED IT 37 | bind ~end send irritant indifury; wait .5; send @all /echo Indi-Fury 38 | bind pagedown send @all gs c elegy 39 | bind ^pagedown sat youcommand Irritant Sleepga; wait .1; sat youcommand Ashraya Sleepga; wait .1; sat youcommand Shred Sleepga 40 | bind !pagedown sat youcommand Ashraya "Horde Lullaby II" 41 | bind ~pagedown send irritant indiacumen; wait .5; send @all /echo Indi-Acumen 42 | bind @pagedown sat youcommand Ygnas Fire5; wait .1; sat youcommand Irritant Fire5; wait .1; sat youcommand Shred Fire5; wait .1; youcommand Ashraya Fire5 43 | bind pageup send @all gs c dispel 44 | bind ^pageup sat youcommand Ygnas Distract3; wait .5; sat youcommand Ashraya CarnageElegy; wait 3.5; sat youcommand Ygnas Dia3; wait .5; sat youcommand Shred LightShot 45 | bind !pageup sat youcommand Ygnas Dispelga 46 | bind @pageup sat youcommand Ygnas Frazzle3; wait 4; sat youcommand Ygnas Distract3; wait 4; sat youcommand Ygnas Paralyze2; wait 4; sat youcommand Ygnas Slow2; wait 4; sat youcommand Ygnas Addle2; wait 4; sat youcommand Ygnas Bio3 47 | bind ~pageup send irritant elementalseal; wait 2; sat youcommand irritant impact 48 | -------------------------------------------------------------------------------- /unfollow: -------------------------------------------------------------------------------- 1 | setkey numpad7 down;wait 0.1;setkey numpad7 up 2 | --------------------------------------------------------------------------------