forked from aragan/ffxi-gearswap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWHM2.lua
519 lines (436 loc) · 22 KB
/
WHM2.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
-------------------------------------------------------------------------------------------------------------------
-- Setup functions for this job. Generally should not be modified.
-------------------------------------------------------------------------------------------------------------------
-- Initialization function for this job file.
function get_sets()
mote_include_version = 2
-- Load and initialize the include file.
include('Mote-Include.lua')
end
-- Setup vars that are user-independent. state.Buff vars initialized here will automatically be tracked.
function job_setup()
state.Buff['Afflatus Solace'] = buffactive['Afflatus Solace'] or false
state.Buff['Afflatus Misery'] = buffactive['Afflatus Misery'] or false
end
-------------------------------------------------------------------------------------------------------------------
-- User setup functions for this job. Recommend that these be overridden in a sidecar file.
-------------------------------------------------------------------------------------------------------------------
-- Setup vars that are user-dependent. Can override this function in a sidecar file.
function user_setup()
state.OffenseMode:options('None', 'Normal')
state.CastingMode:options('Normal', 'Resistant')
state.IdleMode:options('Normal', 'PDT')
select_default_macro_book()
end
-- Define sets and vars used by this job file.
function init_gear_sets()
--------------------------------------
-- Start defining the sets
--------------------------------------
-- Precast Sets
-- Fast cast sets for spells
sets.precast.FC = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Incantor Stone",
body="Helios Jacket",
hands={ name="Kaykaus Cuffs", augments={'MP+60','"Conserve MP"+6','"Fast Cast"+3',}},
legs="Aya. Cosciales +1",
neck="Orunmila's Torque",
waist="Witful Belt",
left_ear="Mendi. Earring",
right_ear="Loquac. Earring",
left_ring="Prolix Ring",
right_ring="Kishar Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.precast.FC['Enhancing Magic'] = set_combine(sets.precast.FC, {waist="Siegel Sash"})
sets.precast.FC.Stoneskin = set_combine(sets.precast.FC['Enhancing Magic'], {neck="Nicander's Necklace",})
sets.precast.FC['Healing Magic'] = set_combine(sets.precast.FC, {
legs="Orison Pantaloons +2"
})
sets.precast.FC.StatusRemoval = sets.precast.FC['Healing Magic']
sets.precast.FC.Cure = set_combine(sets.precast.FC['Healing Magic'], {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Incantor Stone",
body="Helios Jacket",
hands={ name="Kaykaus Cuffs", augments={'MP+60','"Conserve MP"+6','"Fast Cast"+3',}},
legs="Aya. Cosciales +1",
neck="Orunmila's Torque",
waist="Witful Belt",
left_ear="Mendi. Earring",
right_ear="Loquac. Earring",
left_ring="Prolix Ring",
right_ring="Kishar Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
})
sets.precast.FC.Curaga = sets.precast.FC.Cure
sets.precast.FC.CureSolace = sets.precast.FC.Cure
-- CureMelee spell map should default back to Healing Magic.
-- Precast sets to enhance JAs
sets.precast.JA.Benediction = {body="Piety Briault"}
-- Waltz set (chr and vit)
sets.precast.Waltz = {
head="Nahtirah Hat",ear1="Roundel Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",
back="Refraction Cape",legs="Gendewitha Spats",feet="Gendewitha Galoshes"}
-- Weaponskill sets
-- Default set for any weaponskill that isn't any more specifically defined
gear.default.weaponskill_neck = "Asperity Necklace"
gear.default.weaponskill_waist = ""
sets.precast.WS = {
head="Nahtirah Hat",neck=gear.ElementalGorget,ear1="Bladeborn Earring",ear2="Steelflash Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",ring1="Rajas Ring",ring2="K'ayres Ring",
back="Refraction Cape",waist=gear.ElementalBelt,legs="Gendewitha Spats",feet="Gendewitha Galoshes"}
sets.precast.WS['Flash Nova'] = {
head="Nahtirah Hat",neck="Stoicheion Medal",ear1="Friomisi Earring",ear2="Hecate's Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",ring1="Rajas Ring",ring2="Strendu Ring",
back="Toro Cape",waist="Thunder Belt",legs="Gendewitha Spats",feet="Gendewitha Galoshes"}
-- Midcast Sets
sets.midcast.FastRecast = {
}
-- Cure sets
gear.default.obi_waist = "Goading Belt"
gear.default.obi_back = "Mending Cape"
sets.midcast.CureSolace = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Impatiens",
head={ name="Vanya Hood", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
body={ name="Vanya Robe", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
hands={ name="Kaykaus Cuffs", augments={'MP+60','"Conserve MP"+6','"Fast Cast"+3',}},
legs={ name="Vanya Slops", augments={'MND+3','Spell interruption rate down +1%',}},
feet={ name="Vanya Clogs", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
neck="Nodens Gorget",
waist="Fucho-no-Obi",
left_ear="Mendi. Earring",
right_ear="Nourish. Earring +1",
left_ring="Prolix Ring",
right_ring="Kishar Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.midcast.Cure = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Impatiens",
head={ name="Vanya Hood", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
body={ name="Vanya Robe", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
hands={ name="Kaykaus Cuffs", augments={'MP+60','"Conserve MP"+6','"Fast Cast"+3',}},
legs={ name="Vanya Slops", augments={'MND+3','Spell interruption rate down +1%',}},
feet={ name="Vanya Clogs", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
neck="Nodens Gorget",
waist="Fucho-no-Obi",
left_ear="Mendi. Earring",
right_ear="Nourish. Earring +1",
left_ring="Prolix Ring",
right_ring="Kishar Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},}
sets.midcast.Curaga = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Impatiens",
head={ name="Vanya Hood", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
body={ name="Vanya Robe", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
hands={ name="Kaykaus Cuffs", augments={'MP+60','"Conserve MP"+6','"Fast Cast"+3',}},
legs={ name="Vanya Slops", augments={'MND+3','Spell interruption rate down +1%',}},
feet={ name="Vanya Clogs", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
neck="Nodens Gorget",
waist="Fucho-no-Obi",
left_ear="Mendi. Earring",
right_ear="Nourish. Earring +1",
left_ring="Prolix Ring",
right_ring="Kishar Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.midcast.CureMelee = { main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Impatiens",
head={ name="Vanya Hood", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
body={ name="Vanya Robe", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
hands={ name="Kaykaus Cuffs", augments={'MP+60','"Conserve MP"+6','"Fast Cast"+3',}},
legs={ name="Vanya Slops", augments={'MND+3','Spell interruption rate down +1%',}},
feet={ name="Vanya Clogs", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
neck="Nodens Gorget",
waist="Fucho-no-Obi",
left_ear="Mendi. Earring",
right_ear="Nourish. Earring +1",
left_ring="Prolix Ring",
right_ring="Kishar Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},}
sets.midcast.Cursna = {main="Beneficus",sub="Genbu's Shield",
head="Orison Cap +2",neck="Malison Medallion",
body="Orison Bliaud +2",hands="Hieros Mittens",ring1="Ephedra Ring",ring2="Sirona's Ring",
back="Mending Cape",waist="Goading Belt",legs="Theophany Pantaloons",feet="Gendewitha Galoshes"}
sets.midcast.StatusRemoval = {
head="Orison Cap +2",legs="Orison Pantaloons +2"}
-- 110 total Enhancing Magic Skill; caps even without Light Arts
sets.midcast['Enhancing Magic'] = {
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
waist="Olympus Sash",
right_ring="Stikini Ring",
back="Twilight Cape",
}
sets.midcast.Stoneskin = {
main={ name="Gada", augments={'Indi. eff. dur. +1','VIT+1','"Mag.Atk.Bns."+19',}},
ammo="Pemphredo Tathlum",
hands="Inyan. Dastanas +1",
neck="Nodens Gorget",
waist="Cascade Belt",
left_ear="Andoaa Earring",
right_ring="Stikini Ring",
back={ name="Alaunus's Cape", augments={'MP+54','Eva.+20 /Mag. Eva.+20','MP+6','"Cure" potency +10%',}},}
sets.midcast.Auspice = {
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
waist="Olympus Sash",
right_ring="Stikini Ring",
back="Twilight Cape",
}
sets.midcast.BarElement = {
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
waist="Olympus Sash",
right_ring="Stikini Ring",
back="Twilight Cape",
}
sets.midcast.Regen = {
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
waist="Olympus Sash",
right_ring="Stikini Ring",
back="Twilight Cape",
}
sets.midcast.Protectra = {
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
waist="Olympus Sash",
right_ring="Stikini Ring",
back="Twilight Cape",
}
sets.midcast.Shellra = {
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
waist="Olympus Sash",
right_ring="Stikini Ring",
back="Twilight Cape",
}
sets.midcast['Divine Magic'] = {main="Bolelabunga",sub="Genbu's Shield",
head="Nahtirah Hat",neck="Colossus's Torque",ear1="Psystorm Earring",ear2="Lifestorm Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",ring2="Sangoma Ring",
back="Refraction Cape",waist=gear.ElementalObi,legs="Theophany Pantaloons",feet="Gendewitha Galoshes"}
sets.midcast['Dark Magic'] = {main="Bolelabunga", sub="Genbu's Shield",
head="Nahtirah Hat",neck="Aesir Torque",ear1="Psystorm Earring",ear2="Lifestorm Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",ring1="Strendu Ring",ring2="Sangoma Ring",
back="Refraction Cape",waist="Demonry Sash",legs="Bokwus Slops",feet="Piety Duckbills +1"}
-- Custom spell classes
sets.midcast.MndEnfeebles = {main="Lehbrailg +2", sub="Mephitis Grip",
head="Nahtirah Hat",neck="Weike Torque",ear1="Psystorm Earring",ear2="Lifestorm Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",ring1="Aquasoul Ring",ring2="Sangoma Ring",
back="Refraction Cape",waist="Demonry Sash",legs="Bokwus Slops",feet="Piety Duckbills +1"}
sets.midcast.IntEnfeebles = {main="Lehbrailg +2", sub="Mephitis Grip",
head="Nahtirah Hat",neck="Weike Torque",ear1="Psystorm Earring",ear2="Lifestorm Earring",
body="Vanir Cotehardie",hands="Yaoyotl Gloves",ring1="Icesoul Ring",ring2="Sangoma Ring",
back="Refraction Cape",waist="Demonry Sash",legs="Bokwus Slops",feet="Piety Duckbills +1"}
-- Sets to return to when not performing an action.
-- Resting sets
sets.resting = {main=gear.Staff.HMP,
body="Gendewitha Bliaut",hands="Serpentes Cuffs",
waist="Austerity Belt",legs="Nares Trews",feet="Chelona Boots +1"}
-- Idle sets (default idle set not needed since the other three are defined, but leaving for testing purposes)
sets.idle = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub="Sors Shield",
ammo="Homiliary",
head="Inyanga Tiara +2",
body="Ayanmo Corazza +1",
hands="Inyan. Dastanas +2",
legs="Assid. Pants +1",
feet={ name="Vanya Clogs", augments={'MP+50','"Cure" potency +7%','Enmity-6',}},
neck="Loricate Torque +1",
waist="Fucho-no-Obi",
left_ear="Mendi. Earring",
right_ear="Ethereal Earring",
left_ring="Defending Ring",
right_ring="Prolix Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.idle.PDT = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub={ name="Genbu's Shield", augments={'"Cure" potency +2%','"Cure" spellcasting time -5%',}},
ammo="Staunch Tathlum",
head="Aya. Zucchetto +1",
body="Ayanmo Corazza +1",
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
legs="Aya. Cosciales +1",
feet="Aya. Gambieras +1",
neck="Loricate Torque +1",
waist="Fucho-no-Obi",
left_ring="Defending Ring",
right_ring="Fortified Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.idle.Town = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub={ name="Genbu's Shield", augments={'"Cure" potency +2%','"Cure" spellcasting time -5%',}},
ammo="Staunch Tathlum",
head="Aya. Zucchetto +1",
body="Ayanmo Corazza +1",
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
legs="Aya. Cosciales +1",
feet="Aya. Gambieras +1",
neck="Loricate Torque +1",
waist="Fucho-no-Obi",
left_ring="Defending Ring",
right_ring="Fortified Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.idle.Weak = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub={ name="Genbu's Shield", augments={'"Cure" potency +2%','"Cure" spellcasting time -5%',}},
ammo="Staunch Tathlum",
head="Aya. Zucchetto +1",
body="Ayanmo Corazza +1",
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
legs="Aya. Cosciales +1",
feet="Aya. Gambieras +1",
neck="Loricate Torque +1",
waist="Fucho-no-Obi",
left_ring="Defending Ring",
right_ring="Fortified Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
-- Defense sets
sets.defense.PDT = {
main={ name="Queller Rod", augments={'MP+80','"Cure" potency +15%','Enmity-5',}},
sub={ name="Genbu's Shield", augments={'"Cure" potency +2%','"Cure" spellcasting time -5%',}},
ammo="Staunch Tathlum",
head="Aya. Zucchetto +1",
body="Ayanmo Corazza +1",
hands={ name="Chironic Gloves", augments={'"Mag.Atk.Bns."+16','Spell interruption rate down -10%','CHR+14',}},
legs="Aya. Cosciales +1",
feet="Aya. Gambieras +1",
neck="Loricate Torque +1",
waist="Fucho-no-Obi",
left_ring="Defending Ring",
right_ring="Fortified Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.defense.MDT = {
main="Terra's Staff",
sub="Umbra Strap",
ammo="Staunch Tathlum",
head="Inyanga Tiara +2",
body="Ayanmo Corazza +1",
hands="Inyan. Dastanas +2",
legs="Aya. Cosciales +1",
feet="Aya. Gambieras +1",
neck="Loricate Torque +1",
waist="Fucho-no-Obi",
left_ear="Mendi. Earring",
right_ear="Ethereal Earring",
left_ring="Defending Ring",
right_ring="Fortified Ring",
back={ name="Alaunus's Cape", augments={'MP+60','Eva.+20 /Mag. Eva.+20','"Fast Cast"+10','Damage taken-5%',}},
}
sets.Kiting = {feet="Herald's Gaiters"}
sets.latent_refresh = {waist="Fucho-no-obi"}
-- Engaged sets
-- Variations for TP weapon and (optional) offense/defense modes. Code will fall back on previous
-- sets if more refined versions aren't defined.
-- If you create a set with both offense and defense modes, the offense mode should be first.
-- EG: sets.engaged.Dagger.Accuracy.Evasion
-- Basic set for if no TP weapon is defined.
sets.engaged = {
head="Nahtirah Hat",neck="Asperity Necklace",ear1="Bladeborn Earring",ear2="Steelflash Earring",
body="Vanir Cotehardie",hands="Dynasty Mitts",ring1="Rajas Ring",ring2="K'ayres Ring",
back="Umbra Cape",waist="Goading Belt",legs="Gendewitha Spats",feet="Gendewitha Galoshes"}
-- Buff sets: Gear that needs to be worn to actively enhance a current player buff.
sets.buff['Divine Caress'] = {hands="Orison Mitts +2",back="Mending Cape"}
end
-------------------------------------------------------------------------------------------------------------------
-- Job-specific hooks for standard casting events.
-------------------------------------------------------------------------------------------------------------------
-- Set eventArgs.handled to true if we don't want any automatic gear equipping to be done.
-- Set eventArgs.useMidcastGear to true if we want midcast gear equipped on precast.
function job_precast(spell, action, spellMap, eventArgs)
if spell.english == "Paralyna" and buffactive.Paralyzed then
-- no gear swaps if we're paralyzed, to avoid blinking while trying to remove it.
eventArgs.handled = true
end
if spell.skill == 'Healing Magic' then
gear.default.obi_back = "Mending Cape"
else
gear.default.obi_back = "Toro Cape"
end
end
function job_post_midcast(spell, action, spellMap, eventArgs)
-- Apply Divine Caress boosting items as highest priority over other gear, if applicable.
if spellMap == 'StatusRemoval' and buffactive['Divine Caress'] then
equip(sets.buff['Divine Caress'])
end
end
-------------------------------------------------------------------------------------------------------------------
-- Job-specific hooks for non-casting events.
-------------------------------------------------------------------------------------------------------------------
-- Handle notifications of general user state change.
function job_state_change(stateField, newValue, oldValue)
if stateField == 'Offense Mode' then
if newValue == 'Normal' then
disable('main','sub','range')
else
enable('main','sub','range')
end
end
end
-------------------------------------------------------------------------------------------------------------------
-- User code that supplements standard library decisions.
-------------------------------------------------------------------------------------------------------------------
-- Custom spell mapping.
function job_get_spell_map(spell, default_spell_map)
if spell.action_type == 'Magic' then
if (default_spell_map == 'Cure' or default_spell_map == 'Curaga') and player.status == 'Engaged' then
return "CureMelee"
elseif default_spell_map == 'Cure' and state.Buff['Afflatus Solace'] then
return "CureSolace"
elseif spell.skill == "Enfeebling Magic" then
if spell.type == "WhiteMagic" then
return "MndEnfeebles"
else
return "IntEnfeebles"
end
end
end
end
function customize_idle_set(idleSet)
if player.mpp < 51 then
idleSet = set_combine(idleSet, sets.latent_refresh)
end
return idleSet
end
-- Called by the 'update' self-command.
function job_update(cmdParams, eventArgs)
if cmdParams[1] == 'user' and not areas.Cities:contains(world.area) then
local needsArts =
player.sub_job:lower() == 'sch' and
not buffactive['Light Arts'] and
not buffactive['Addendum: White'] and
not buffactive['Dark Arts'] and
not buffactive['Addendum: Black']
if not buffactive['Afflatus Solace'] and not buffactive['Afflatus Misery'] then
if needsArts then
send_command('@input /ja "Afflatus Solace" <me>;wait 1.2;input /ja "Light Arts" <me>')
else
send_command('@input /ja "Afflatus Solace" <me>')
end
end
end
end
-- Function to display the current relevant user state when doing an update.
function display_current_job_state(eventArgs)
display_current_caster_state()
eventArgs.handled = true
end
-------------------------------------------------------------------------------------------------------------------
-- Utility functions specific to this job.
-------------------------------------------------------------------------------------------------------------------
-- Select default macro book on initial load or subjob change.
function select_default_macro_book()
-- Default macro set/book
set_macro_page(4, 14)
end