Just a bunch of switches, buddeh. If you look in the command section, it should make more sense.
AF = Using BLM AF body to return some MP based on elemental damage.
Burst = Magic Burst gear.
And so on.
Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
-
- Posts: 60
- Joined: Thu Jan 25, 2018 6:48 am
Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
Yeah, I am using the commands to force switch gear on my PLD.
It's just so many sets You are having there in the file
It's overwhelming
Gotta start adopting my pieces to those sets.
It's just so many sets You are having there in the file

It's overwhelming

Gotta start adopting my pieces to those sets.
Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
Hey sumguy, can you add support for the "Enhances 'Diffusion' effect" on Luhlaza Charuqs +1/2/3 for your BLU xml?
Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
Your RUN XML helped me a ton. Thank you so much for doing this.
-
- Posts: 1
- Joined: Mon Jul 08, 2019 2:46 pm
Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
Hello,
I'm new to Ashitacast and relatively new to XML. I'm using a modified version of the WHM profile from this post, but I'm having trouble figuring out exactly what these two parts of the XML do in conjunction with each other:
I'm not sure what that text file it's calling is or what would be in it. I saw in the XML Structure readme that there can be an "init" section in the profile, but this one doesn't have that. Thanks for your help.
I'm new to Ashitacast and relatively new to XML. I'm using a modified version of the WHM profile from this post, but I'm having trouble figuring out exactly what these two parts of the XML do in conjunction with each other:
Code: Select all
<variables>
<var name="init">0</var>
Code: Select all
<idlegear>
<if advanced="$init=0">
<setvar name="init" value="1" />
<command>/exec whm.txt</command>
</if>
Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
Not sure if you'll see it. WHM.txt is just a small script that gets executed when I change jobs. It can be as simple as jumping to the right set of macrosJoeyGerbils wrote: ↑Mon Jul 08, 2019 3:21 pmHello,
I'm new to Ashitacast and relatively new to XML. I'm using a modified version of the WHM profile from this post, but I'm having trouble figuring out exactly what these two parts of the XML do in conjunction with each other:
Code: Select all
<variables> <var name="init">0</var>
I'm not sure what that text file it's calling is or what would be in it. I saw in the XML Structure readme that there can be an "init" section in the profile, but this one doesn't have that. Thanks for your help.Code: Select all
<idlegear> <if advanced="$init=0"> <setvar name="init" value="1" /> <command>/exec whm.txt</command> </if>
Code: Select all
/macro book 4
/macro set 1
Code: Select all
/macro book 2
/macro set 1
/gets "Echo Drops"
/gets "Remedy"
/gets "Holy Water"
/gets "Antidote"
/wait 1
/ac gear
/wait 5
/ac validate
/ac set Town 10
/wait 1
/lockstyle on
Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM
With the next version of Ashitacast on the horizon, I think I'm going to do one last push to clean up/improve my files and maybe generate a few more. I also plan to generate 75 cap versions of them for use on private servers. They'll remain available indefinitely, even after the Ashitacast upgrade. That way players who chose to or for some reason cannot upgrade have something available.
Once the new version of Ashitacast is out, I will be making new versions of everything, likely starting with 75 cap first as that's where I see myself spending the most time for the foreseeable future.
Once the new version of Ashitacast is out, I will be making new versions of everything, likely starting with 75 cap first as that's where I see myself spending the most time for the foreseeable future.