Weather Cures

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » White Mage » weather cures
weather cures
Offline
Posts: 362
By gargurty 2015-08-12 11:38:15  
im trying to add a special line in my lua for cures but cant get it to work:
Right now it looks like this:

if spell.element == world.day_element or spell.element == world.weather_element then
equip(sets.midcast['Elemental Magic'], {
waist="Hachirin-No-Obi",
back="Twilight Cape",
left_ring="Zodiac Ring",})
end

I want to add light weather to it so it will gear when casting cure spells. What do i have to change this?
 Bismarck.Snprphnx
Offline
サーバ: Bismarck
Game: FFXI
user: Snprphnx
Posts: 2689
By Bismarck.Snprphnx 2015-08-12 12:23:46  
gargurty said: »
im trying to add a special line in my lua for cures but cant get it to work:
Right now it looks like this:

if spell.element == world.day_element or spell.element == world.weather_element then
equip(sets.midcast['Elemental Magic'], {
waist="Hachirin-No-Obi",
back="Twilight Cape",
left_ring="Zodiac Ring",})
end

I want to add light weather to it so it will gear when casting cure spells. What do i have to change this?

Hard to say without seeing your entire script, so we can see how the rest of your stuff is coded. However, just looking at what you have, you are telling it to equip sets.midcast['Elemental Magic', then change the waist, back and ring into weather/day gear, so basically, you are curing in a nuking set.

Can you post your entire file you pastebin.com, saving it as a lua syntax, and post the link here? that would be greatly beneficial.
MSPaint Winner
Offline
Posts: 1509
By Skjalfeirdotter 2015-08-12 12:23:46  
equip(sets.midcast['Elemental Magic'], {

should Elemental Magic be Healing Magic?
Log in to post.