War Spellcast Can I Has

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Warrior » war spellcast can i has
war spellcast can i has
First Page 2
 Carbuncle.Sevourn
Offline
サーバ: Carbuncle
Game: FFXI
user: Sevourn
Posts: 9481
By Carbuncle.Sevourn 2011-06-29 17:29:16  
hi i'm sev

so i have like this ancient war spellcast that is like version 2.22 and i love it dearly but a lot of things (like cancel) just don't seem to work anymore

if anyone has an up-to-date war xml

with berserk up/berserk down/restraint up/restraint down tp and ws sets

seperate idle and engaged sets

and mdt and pdt sets (optional, i can do that with windower macroes)

for me to use as a template

i would very much appreciate it
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-06-29 17:36:12  
You can have this nifty ole thang

It's serj's so lol, but it works fine for me when I play his char.
[+]
 Bahamut.Serj
Offline
サーバ: Bahamut
Game: FFXI
user: Serj
Posts: 6179
By Bahamut.Serj 2011-06-29 17:39:01  
My old spellcast, derp. Doesn't have zerk up/down in that one.
 Pandemonium.Ironguy
Offline
サーバ: Pandemonium
Game: FFXI
user: Ironguy
Posts: 2600
By Pandemonium.Ironguy 2011-06-29 17:39:33  
i'd post mine, but it's still in the works here and there DDDDDDDDDDDDDDD::::::::::::::::::::::::
 Bahamut.Serj
Offline
サーバ: Bahamut
Game: FFXI
user: Serj
Posts: 6179
By Bahamut.Serj 2011-06-29 17:41:05  
Just put in

Quote:
<if type="weaponskill">
<if spell="Ukko's Fury">
<if buffactive="Visitant">
<if buffactive="Berserk|Attack Boost">
<if buffactive="Potency|Blood Rage">
<action type="equip" when="precast" set="ukkozerkcrit" />
</if>
<else>
<action type="equip" when="precast" set="ukkozerk" />
</else>
</if>
<if notbuffactive="Berserk|Attack Boost">
<if buffactive="Potency|Bloodrage">
<action type="equip" when="precast" set="ukkocrit" />
</if>
<else>
<action type="equip" when="precast" set="ukkoin" />
</else>
</if>
</if>
<else>
<action type="equip" when="precast" set="ukkoout" />
</else>
</if>

That for Ukko's and make the appropriate gear sets.
[+]
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-06-29 17:45:03  
just create a Zerk up and down set for your RR WS and in this:
Code
128. <elseif Spell="Raging Rush">
129. <castdelay delay=".2" />
130. <equip when="Precast" set="rush" />
131. <equip when="Aftercast" set="main" />
132. </elseif>


add this:
Code
128. <elseif Spell="Raging Rush">
129. <castdelay delay=".2" />
<if buffactive="Berserk">
<equip when="Precast" set="BerserkUp">
</if>
<else>
<equip when="Precast" set="rush" />
<else>
131. <equip when="Aftercast" set="main" />
132. </elseif>


I'm not sure what you'd be adding/taking away though for Restraint, is it just 1 piece of AF3 gear?

Edit: hay serj, cut that out.
[+]
 Bahamut.Serj
Offline
サーバ: Bahamut
Game: FFXI
user: Serj
Posts: 6179
By Bahamut.Serj 2011-06-29 17:46:17  
Bahamut.Aeronis said:
just create a Zerk up and down set for your RR WS and in this:
Code
128. <elseif Spell="Raging Rush">
129. <castdelay delay=".2" />
130. <equip when="Precast" set="rush" />
131. <equip when="Aftercast" set="main" />
132. </elseif>


add this:
Code
128. <elseif Spell="Raging Rush">
129. <castdelay delay=".2" />
<if buffactive="Berserk">
<equip when="Precast" set="BerserkUp">
</if>
<else>
<equip when="Precast" set="rush" />
<else>
131. <equip when="Aftercast" set="main" />
132. </elseif>


I'm not sure what you'd be adding/taking away though for Restraint, is it just 1 piece of AF3 gear?

Yea, and I don't think there's anything better to tp in with it down anyway.

Edit: No u
[+]
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-06-29 17:49:08  
Bahamut.Serj said:
Just put in

Quote:
<if type="weaponskill">
<if spell="Ukko's Fury">
<if buffactive="Visitant">
<if buffactive="Berserk|Attack Boost">
<if buffactive="Potency|Blood Rage">
<action type="equip" when="precast" set="ukkozerkcrit" />
</if>
<else>
<action type="equip" when="precast" set="ukkozerk" />
</else>
</if>
<if notbuffactive="Berserk|Attack Boost">
<if buffactive="Potency|Bloodrage">
<action type="equip" when="precast" set="ukkocrit" />
</if>
<else>
<action type="equip" when="precast" set="ukkoin" />
</else>
</if>
</if>
<else>
<action type="equip" when="precast" set="ukkoout" />
</else>
</if>

That for Ukko's and make the appropriate gear sets.


Glad to see someone making good use of my spellcast =]
[+]
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-06-29 17:49:48  
Oh I thought it was for WS or something lol

anywho, I'm out for the evening~ bug serjtard here if you need more assistance, I grant you full access to him for the night ;D
[+]
 Bahamut.Serj
Offline
サーバ: Bahamut
Game: FFXI
user: Serj
Posts: 6179
By Bahamut.Serj 2011-06-29 17:50:33  
Quetzalcoatl.Mitosis said:
Bahamut.Serj said:
Just put in

Quote:
<if type="weaponskill">
<if spell="Ukko's Fury">
<if buffactive="Visitant">
<if buffactive="Berserk|Attack Boost">
<if buffactive="Potency|Blood Rage">
<action type="equip" when="precast" set="ukkozerkcrit" />
</if>
<else>
<action type="equip" when="precast" set="ukkozerk" />
</else>
</if>
<if notbuffactive="Berserk|Attack Boost">
<if buffactive="Potency|Bloodrage">
<action type="equip" when="precast" set="ukkocrit" />
</if>
<else>
<action type="equip" when="precast" set="ukkoin" />
</else>
</if>
</if>
<else>
<action type="equip" when="precast" set="ukkoout" />
</else>
</if>

That for Ukko's and make the appropriate gear sets.


Glad to see someone making good use of my spellcast =]

=D

I had a bunch of rules in before on mine that didn't work, so I was so happy when I saw yours lol. Spread the love!
[+]
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-06-29 17:57:01  
I knew how I wanted all my sets to work, and with what buffs... but I was unsure the name of the buffs. So, zoned into a random zone, use the items/buffs I wanted, and wrote down the exact names of them.

Before I actually implemented them into the WS portion of the spellcast, just did a little debug/test to make sure the item buffs worked...
Code
<if buffactive="Potency">
<addtochat>Potency</addtochat>
</if>


I wont claim to be an expert on spellcast, in fact I'm far from it... but I REALLY enjoy tinkering with it, and always have fun helping friends with there's. If you ever need anything, PM me, I'll be glad to help out.
[+]
 Carbuncle.Sevourn
Offline
サーバ: Carbuncle
Game: FFXI
user: Sevourn
Posts: 9481
By Carbuncle.Sevourn 2011-06-29 18:40:04  
thanks so much aeronis + serj i love yall this will work beautifully

also thanks mitosis for making this thang
 Quetzalcoatl.Xueye
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Sect
Posts: 6386
By Quetzalcoatl.Xueye 2011-06-29 18:44:29  
Mito you sly dog, lend me your uber spellcast xml please so I know wtf to do with myself as I keep not getting my Ukon.
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-06-29 19:13:35  
Quetzalcoatl.Xueye said:
Mito you sly dog, lend me your uber spellcast xml please so I know wtf to do with myself as I keep not getting my Ukon.
Just send me a PM of anything you need. If its a job I don't play, your going to have to hop on my vent and work through it with me. If its a job I play, I already have a spellcast for it, and can give you a link. Again, just PM me!

Carbuncle.Sevourn said:
also thanks mitosis for making this thang
You're very much welcome =]

EDIT:

The spellcast for you, Xueye.
 Quetzalcoatl.Xueye
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Sect
Posts: 6386
By Quetzalcoatl.Xueye 2011-06-29 19:36:25  
Mito there are many reasons why my brother and I love your manly Mithra <3

This is one of them :D
 Carbuncle.Sevourn
Offline
サーバ: Carbuncle
Game: FFXI
user: Sevourn
Posts: 9481
By Carbuncle.Sevourn 2011-07-07 14:59:58  
Quetzalcoatl.Mitosis said:
Quetzalcoatl.Xueye said:
Mito you sly dog, lend me your uber spellcast xml please so I know wtf to do with myself as I keep not getting my Ukon.
Just send me a PM of anything you need. If its a job I don't play, your going to have to hop on my vent and work through it with me. If its a job I play, I already have a spellcast for it, and can give you a link. Again, just PM me!

Carbuncle.Sevourn said:
also thanks mitosis for making this thang
You're very much welcome =]

EDIT:

The spellcast for you, Xueye.

i just want you to know

that altering your spellcast to fit my gear

is a highly disheartening experience :(
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-07-07 15:12:24  
Carbuncle.Sevourn said:
Quetzalcoatl.Mitosis said:
Quetzalcoatl.Xueye said:
Mito you sly dog, lend me your uber spellcast xml please so I know wtf to do with myself as I keep not getting my Ukon.
Just send me a PM of anything you need. If its a job I don't play, your going to have to hop on my vent and work through it with me. If its a job I play, I already have a spellcast for it, and can give you a link. Again, just PM me!

Carbuncle.Sevourn said:
also thanks mitosis for making this thang
You're very much welcome =]

EDIT:

The spellcast for you, Xueye.

i just want you to know

that altering your spellcast to fit my gear

is a highly disheartening experience :(
Lol. Terribly Sorry about that ^^;

I hate making a spellcast from scratch for this exact reason... It's not the rules section that gets to me, it's making all the gearsets >.<
 Carbuncle.Sevourn
Offline
サーバ: Carbuncle
Game: FFXI
user: Sevourn
Posts: 9481
By Carbuncle.Sevourn 2011-07-07 15:13:37  
Quetzalcoatl.Mitosis said:

I hate making a spellcast from scratch for this exact reason... It's not the rules section that gets to me, it's making all the gearsets

oh i don't mind that part... as long as my gear is better than the gear i'm replacing

in this case, though... ;_;
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-07-07 15:19:00  
Carbuncle.Sevourn said:
Quetzalcoatl.Mitosis said:

I hate making a spellcast from scratch for this exact reason... It's not the rules section that gets to me, it's making all the gearsets

oh i don't mind that part... as long as my gear is better than the gear i'm replacing

in this case, though... ;_;

Most of it is R/EX stuff you can get easily from Abyssea. Only thing I could think of that might present a little challenge would be Twilight head/body (I had horrible luck with the drop rate of these), Zelus, and Grim +1. If you were on my server, or I on your server, I'd gladly help out getting some of this stuff... as I find myself just sitting in PJ most days =[
 Carbuncle.Sevourn
Offline
サーバ: Carbuncle
Game: FFXI
user: Sevourn
Posts: 9481
By Carbuncle.Sevourn 2011-07-07 15:20:36  
the ukon is also a bit of a chore :p
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-07-07 15:24:55  
Carbuncle.Sevourn said:
the ukon is also a bit of a chore :p

Yeah, forgot about that one...
Have you started working on it yet?

Had fun trying to get mine... Did the whole thing with four characters. It was a friend and I, both dual-boxing WHMs. We did his H2H at the same time... I never want to see that canyon ever again.
 Carbuncle.Sevourn
Offline
サーバ: Carbuncle
Game: FFXI
user: Sevourn
Posts: 9481
By Carbuncle.Sevourn 2011-07-08 00:24:33  
Quetzalcoatl.Mitosis said:
Carbuncle.Sevourn said:
the ukon is also a bit of a chore :p

Yeah, forgot about that one...
Have you started working on it yet?

Had fun trying to get mine... Did the whole thing with four characters. It was a friend and I, both dual-boxing WHMs. We did his H2H at the same time... I never want to see that canyon ever again.

i'm working on it, but pretty slowly, got mashu +2, and in no incredible rush, i'm highly casual

i'm dbing my pops as well :o
 Phoenix.Uzugami
Offline
サーバ: Phoenix
Game: FFXI
user: SSJAV
By Phoenix.Uzugami 2011-07-11 06:28:46  
I've tried for a few days, but can't seem to get it to work so... What're the ways/whatever to get buffactive certain ws's to work? :| I've tried adding the above ones to my spellcast but it just gives me an endtag error.
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-07-11 08:07:07  
Phoenix.Uzugami said:
I've tried for a few days, but can't seem to get it to work so... What're the ways/whatever to get buffactive certain ws's to work? :| I've tried adding the above ones to my spellcast but it just gives me an endtag error.

Could you post the spellcast your using? I'll take a look at it and see what I can do.

Carbuncle.Sevourn said:
i'm working on it, but pretty slowly, got mashu +2, and in no incredible rush, i'm highly casual

i'm dbing my pops as well :o
You'll get it done eventually, and it'll be well worth it!
 Phoenix.Uzugami
Offline
サーバ: Phoenix
Game: FFXI
user: SSJAV
By Phoenix.Uzugami 2011-07-11 08:21:40  
WAR.xml

Include.xml

Person who wrote it has been busy with work and such, and I don't wanna bother her too much about it :<
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-07-11 08:24:38  

Not a problem. I'll look at it as soon as I get off work today.
 Phoenix.Uzugami
Offline
サーバ: Phoenix
Game: FFXI
user: SSJAV
By Phoenix.Uzugami 2011-07-11 08:25:35  
Quetzalcoatl.Mitosis said:

Not a problem. I'll look at it as soon as I get off work today.

tyvm~
 Quetzalcoatl.Mitosis
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: xMitosisx
Posts: 317
By Quetzalcoatl.Mitosis 2011-07-11 12:01:55  
Ok, there is a lot of unnecessary stuff going on here. I don't really see a point in using your include here, as a good 90% of it geared towards your mage jobs, or things completely unrelated to WAR.

Since I don't have all your includes (missing "CommonVariables" "WeaponSkillVariables" and "Arianna") I'm just going to give you a spellcast to us. Going through all that and changing the things required to make it work is a bit more work than I'm willing to commit to right now (as if writing this and a new spellcast for you is any better :p)...

Spellcast:

A few things regarding the spellcast I posted.
Since I wasn't given all your includes I had to make this without using your includes. That being said, you may have to change some of your macros you use in game to make this work for you.

Also, I didn't make a rule to handle your PDT set, so you can just make a macro to throw it on. The macro would look like this: /console sc set PDT

Know that because of the engaged rule, after any action, you will be put back into your Engaged set, so if you want to be wearing the PDT set, you'll have to hit the macro again, or make a variable and rules for it. Here's how I do it...

Something I noticed:

Uhm... that's about all I have for now. If you have any questions, or have a problem with any of this, just let me know and I'll work through it with you ^^


EDIT: You're also going to have to make sets to reflect those called upon in the weaponskill rules based on your gear.
[+]
 Quetzalcoatl.Yomisha
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Yomisha
Posts: 7589
By Quetzalcoatl.Yomisha 2011-07-11 12:09:53  
/yoinks! I'm rarely on WAR but I've been so lazy about making an xml for it, lol. It's part of the reason I don't play it. Terrible. Anyway, yoinking and thanks for posting. :3
First Page 2