forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Mage_60 profile which to test spellcast, channeling, instant ca…
…st and wand abilities.
- Loading branch information
Showing
4 changed files
with
192 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
{ | ||
"ClassName": "Mage", | ||
"Loot": true, | ||
"Mode": "AttendedGrind", | ||
"NPCMaxLevels_Below": 10, | ||
"NPCMaxLevels_Above": 2, | ||
"Mount": { | ||
"Key": "N0" | ||
}, | ||
"PathFilename": "Burning Steppes_2024_08_15_23_32_17.json", | ||
"PathThereAndBack": true, | ||
"PathReduceSteps": true, | ||
"IntVariables": { | ||
"Item_Conjure_Drink": 8079, | ||
"Item_Conjure_Food": 8076, | ||
"MIN_FOOD%": 50, | ||
"MIN_WATER%": 30, | ||
"MIN_MANA_SPELL%": 60 | ||
}, | ||
"Pull": { | ||
"Sequence": [ | ||
{ | ||
"Name": "Ice Barrier", | ||
"Key": "7", | ||
"WhenUsable": true, | ||
"Requirement": "!Ice Barrier" | ||
}, | ||
{ | ||
"Name": "Frostbolt", | ||
"Key": "1", | ||
"HasCastBar": true, | ||
"Requirements": [ | ||
"SpellInRange:3", | ||
"Mana% > MIN_MANA_SPELL%" | ||
] | ||
}, | ||
{ | ||
"Name": "Shoot", | ||
"Key": "0", | ||
"Item": true, | ||
"BeforeCastStop": true, | ||
"Requirements": [ | ||
"HasRangedWeapon", | ||
"!Shooting", | ||
"SpellInRange:1", | ||
"Mana% < MIN_MANA_SPELL%" | ||
], | ||
"AfterCastWaitCombat": true, | ||
"AfterCastDelay": 500 | ||
} | ||
] | ||
}, | ||
"Combat": { | ||
"Sequence": [ | ||
{ | ||
"Name": "Ice Barrier", | ||
"Key": "7", | ||
"Cooldown": 30000, | ||
"WhenUsable": true, | ||
"Requirement": "!Ice Barrier" | ||
}, | ||
{ | ||
"Name": "Cone of Cold", | ||
"Key": "N8", | ||
"Cooldown": 10000, | ||
"Requirements": [ | ||
"TargetHealth% > 2", | ||
"TargetHealth% < 20", | ||
"InMeleeRange" | ||
] | ||
}, | ||
{ | ||
"Name": "Fire Blast", | ||
"Key": "5", | ||
"Cooldown": 8000, | ||
"Requirements": [ | ||
"TargetHealth% > 2", | ||
"TargetHealth% < 20", | ||
"SpellInRange:4" | ||
] | ||
}, | ||
{ | ||
"Name": "Frost Nova", | ||
"Key": 6, | ||
"Cooldown": 25000, | ||
"WhenUsable": true, | ||
"Requirements": [ | ||
"InMeleeRange" | ||
], | ||
"AfterCastStepBack": -1 | ||
}, | ||
{ | ||
"Name": "Arcane Missiles", | ||
"Key": "2", | ||
"HasCastBar": true, | ||
"Requirements": [ | ||
"SpellInRange:3", | ||
"TargetHealth% > 30", | ||
"Mana% > MIN_MANA_SPELL%" | ||
]//, | ||
//"AfterCastWaitCastbar": true | ||
}, | ||
{ | ||
"Name": "Shoot", | ||
"Key": "0", | ||
"Item": true, | ||
"BeforeCastStop": true, | ||
"Requirements": [ | ||
"HasRangedWeapon", | ||
"!Shooting", | ||
"SpellInRange:1", | ||
"Mana% < MIN_MANA_SPELL%" | ||
], | ||
"AfterCastDelay": 500 | ||
}, | ||
{ | ||
"Name": "AutoAttack", | ||
"Requirements": [ | ||
"!HasRangedWeapon", | ||
"!Casting", | ||
"!Shooting", | ||
"!AutoAttacking" | ||
] | ||
}, | ||
{ | ||
"Name": "Approach", | ||
"Requirements": [ | ||
"!Casting", | ||
"!Shooting" | ||
] | ||
} | ||
] | ||
}, | ||
"Parallel": { | ||
"Sequence": [ | ||
{ | ||
"Name": "Food", | ||
"Key": "N1", | ||
"Requirement": "Health% < MIN_FOOD%" | ||
}, | ||
{ | ||
"Name": "Drink", | ||
"Key": "N2", | ||
"Requirement": "Mana% < MIN_WATER%" | ||
} | ||
] | ||
}, | ||
"Adhoc": { | ||
"Sequence": [ | ||
{ | ||
"Name": "Evocation", | ||
"Key": "N9", | ||
"HasCastBar": true, | ||
"Cooldown": 600000, | ||
"Cost": 2, | ||
"Requirements": [ | ||
"Mana% < 50" | ||
], | ||
"Interrupt": "Mana% == 100", | ||
"AfterCastWaitCastbar": true | ||
}, | ||
{ | ||
"Name": "Ice Armor", | ||
"Key": "3", | ||
"Requirement": "!Frost Armor" | ||
}, | ||
{ | ||
"Name": "Arcane Intellect", | ||
"Key": "4", | ||
"Requirement": "!Arcane Intellect" | ||
}, | ||
{ | ||
"Name": "Conjure Water", | ||
"HasCastBar": true, | ||
"Key": "9", | ||
"Requirement": "!BagItem:Item_Conjure_Drink:4", | ||
"AfterCastWaitCastbar": true, | ||
"AfterCastWaitBag": true | ||
}, | ||
{ | ||
"Name": "Conjure Food", | ||
"HasCastBar": true, | ||
"Key": "8", | ||
"Requirement": "!BagItem:Item_Conjure_Food:4", | ||
"AfterCastWaitCastbar": true, | ||
"AfterCastWaitBag": true | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"X":82.2112,"Y":62.3516,"Z":0.0},{"X":81.93671,"Y":61.7935,"Z":0.0},{"X":81.7506,"Y":61.133,"Z":0.0},{"X":81.487595,"Y":60.526,"Z":0.0},{"X":81.0442,"Y":59.9436,"Z":0.0},{"X":80.769104,"Y":59.349297,"Z":0.0},{"X":80.526695,"Y":58.7313,"Z":0.0},{"X":80.280304,"Y":58.1033,"Z":0.0},{"X":80.0379,"Y":57.4852,"Z":0.0},{"X":79.795395,"Y":56.8671,"Z":0.0},{"X":79.5558,"Y":56.2643,"Z":0.0},{"X":79.3599,"Y":55.6105,"Z":0.0},{"X":79.054596,"Y":55.065998,"Z":0.0},{"X":78.5515,"Y":54.6703,"Z":0.0},{"X":78.0163,"Y":54.3924,"Z":0.0},{"X":77.7119,"Y":53.8401,"Z":0.0},{"X":77.4467,"Y":53.2439,"Z":0.0},{"X":77.2111,"Y":52.6199,"Z":0.0},{"X":76.8601,"Y":51.9514,"Z":0.0},{"X":76.406296,"Y":51.4478,"Z":0.0},{"X":75.883,"Y":51.152,"Z":0.0},{"X":75.3498,"Y":50.753498,"Z":0.0},{"X":75.0565,"Y":50.0388,"Z":0.0},{"X":75.1718,"Y":49.4069,"Z":0.0},{"X":74.9908,"Y":48.7426,"Z":0.0},{"X":74.784195,"Y":48.086,"Z":0.0},{"X":74.2921,"Y":47.6155,"Z":0.0},{"X":74.0377,"Y":47.035698,"Z":0.0},{"X":74.0683,"Y":46.375397,"Z":0.0},{"X":74.3461,"Y":45.7995,"Z":0.0},{"X":74.6499,"Y":45.2501,"Z":0.0},{"X":74.826294,"Y":44.583603,"Z":0.0},{"X":74.9272,"Y":43.8916,"Z":0.0},{"X":74.9896,"Y":43.232597,"Z":0.0},{"X":74.8874,"Y":42.533302,"Z":0.0},{"X":74.7329,"Y":41.841896,"Z":0.0},{"X":74.4708,"Y":41.283398,"Z":0.0},{"X":74.2284,"Y":40.7248,"Z":0.0},{"X":74.098,"Y":40.0712,"Z":0.0},{"X":74.0962,"Y":39.3836,"Z":0.0},{"X":73.985,"Y":38.6939,"Z":0.0},{"X":74.117294,"Y":38.0337,"Z":0.0},{"X":74.6288,"Y":37.595,"Z":0.0},{"X":74.9628,"Y":36.932,"Z":0.0},{"X":75.1325,"Y":36.261,"Z":0.0},{"X":75.1961,"Y":35.5732,"Z":0.0},{"X":75.3934,"Y":34.968903,"Z":0.0},{"X":75.7872,"Y":34.3537,"Z":0.0},{"X":76.3035,"Y":33.903603,"Z":0.0},{"X":76.836,"Y":33.472298,"Z":0.0},{"X":77.2254,"Y":32.881,"Z":0.0},{"X":77.7031,"Y":32.4529,"Z":0.0},{"X":78.381,"Y":32.2502,"Z":0.0},{"X":79.019,"Y":31.9117,"Z":0.0},{"X":79.5879,"Y":31.7197,"Z":0.0},{"X":80.2939,"Y":31.7912,"Z":0.0},{"X":80.9834,"Y":31.8966,"Z":0.0},{"X":81.670105,"Y":31.897099,"Z":0.0},{"X":82.2625,"Y":32.0132,"Z":0.0},{"X":82.8625,"Y":32.1308,"Z":0.0},{"X":83.36,"Y":31.7595,"Z":0.0},{"X":84.029396,"Y":31.6263,"Z":0.0},{"X":84.61211,"Y":31.819698,"Z":0.0},{"X":85.163605,"Y":32.1829,"Z":0.0},{"X":85.61189,"Y":32.7284,"Z":0.0},{"X":86.011894,"Y":33.2665,"Z":0.0},{"X":86.601494,"Y":33.410202,"Z":0.0},{"X":87.1991,"Y":33.552597,"Z":0.0},{"X":87.88161,"Y":33.8037,"Z":0.0},{"X":88.1833,"Y":34.495102,"Z":0.0},{"X":88.0789,"Y":35.1274,"Z":0.0},{"X":87.750595,"Y":35.6652,"Z":0.0},{"X":87.461205,"Y":36.2109,"Z":0.0},{"X":87.254105,"Y":36.8469,"Z":0.0},{"X":86.89629,"Y":37.495,"Z":0.0},{"X":86.65379,"Y":38.1128,"Z":0.0},{"X":86.460304,"Y":38.7529,"Z":0.0},{"X":86.3302,"Y":39.4043,"Z":0.0},{"X":86.401596,"Y":40.0806,"Z":0.0},{"X":86.6148,"Y":40.715797,"Z":0.0},{"X":86.8616,"Y":41.326298,"Z":0.0},{"X":87.1164,"Y":41.877,"Z":0.0},{"X":87.8061,"Y":42.0539,"Z":0.0},{"X":88.192505,"Y":42.6289,"Z":0.0},{"X":88.4768,"Y":43.2019,"Z":0.0},{"X":88.7389,"Y":43.801598,"Z":0.0},{"X":88.9447,"Y":44.4364,"Z":0.0},{"X":88.7469,"Y":45.0427,"Z":0.0},{"X":88.16321,"Y":45.3244,"Z":0.0},{"X":87.6169,"Y":45.654404,"Z":0.0},{"X":87.106895,"Y":46.027,"Z":0.0},{"X":86.391,"Y":45.9804,"Z":0.0},{"X":85.7919,"Y":45.8642,"Z":0.0},{"X":85.1867,"Y":46.0717,"Z":0.0},{"X":85.201195,"Y":46.736103,"Z":0.0},{"X":85.7098,"Y":47.1081,"Z":0.0},{"X":86.069,"Y":47.599102,"Z":0.0},{"X":86.27229,"Y":48.225296,"Z":0.0},{"X":86.37109,"Y":48.926502,"Z":0.0},{"X":86.4725,"Y":49.627197,"Z":0.0},{"X":86.4923,"Y":50.3552,"Z":0.0},{"X":86.3731,"Y":51.0313,"Z":0.0},{"X":86.168,"Y":51.679,"Z":0.0},{"X":85.8797,"Y":52.235798,"Z":0.0},{"X":85.410805,"Y":52.8002,"Z":0.0},{"X":84.8248,"Y":52.9558,"Z":0.0},{"X":84.2358,"Y":52.8238,"Z":0.0},{"X":83.5141,"Y":52.909897,"Z":0.0},{"X":83.0421,"Y":53.418697,"Z":0.0},{"X":82.740295,"Y":53.9748,"Z":0.0},{"X":82.4852,"Y":54.587597,"Z":0.0},{"X":82.4008,"Y":55.288902,"Z":0.0},{"X":82.3053,"Y":55.9879,"Z":0.0},{"X":82.4532,"Y":56.680798,"Z":0.0},{"X":82.6228,"Y":57.3514,"Z":0.0},{"X":82.757996,"Y":58.0326,"Z":0.0},{"X":82.7805,"Y":58.7498,"Z":0.0},{"X":82.802895,"Y":59.4661,"Z":0.0},{"X":82.825806,"Y":60.194,"Z":0.0},{"X":82.8482,"Y":60.9104,"Z":0.0},{"X":82.868004,"Y":61.543198,"Z":0.0}] |