Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM

Share your AshitaCast profiles here. (Please keep topics clean. Only use this section for posting profiles, not for support!)
User avatar
sumguy
Posts: 24
Joined: Tue Jul 04, 2017 10:31 pm

Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM

Post by sumguy » Wed May 16, 2018 1:19 pm

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.
Sinnersslayer
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

Post by Sinnersslayer » Thu May 17, 2018 12:22 am

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 :D
It's overwhelming ;)
Gotta start adopting my pieces to those sets.
bison
Posts: 1
Joined: Fri Jun 15, 2018 6:42 pm

Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM

Post by bison » Sat Jun 16, 2018 3:46 pm

Hey sumguy, can you add support for the "Enhances 'Diffusion' effect" on Luhlaza Charuqs +1/2/3 for your BLU xml?
zombie343
Posts: 5
Joined: Fri Dec 29, 2017 8:43 pm

Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM

Post by zombie343 » Sun Dec 02, 2018 4:24 pm

Your RUN XML helped me a ton. Thank you so much for doing this.
JoeyGerbils
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

Post by JoeyGerbils » Mon Jul 08, 2019 3:21 pm

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:

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>
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.
User avatar
sumguy
Posts: 24
Joined: Tue Jul 04, 2017 10:31 pm

Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM

Post by sumguy » Thu Oct 31, 2019 11:53 pm

JoeyGerbils wrote:
Mon Jul 08, 2019 3:21 pm
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:

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>
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.
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 macros

Code: Select all

/macro book 4
/macro set 1
or something like my PLD file

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
That second example jumps to the right macros, grabs medicines, grabs the gear in my ashitacast file, and lockstyles on my Town set. All in relatively no time.
User avatar
sumguy
Posts: 24
Joined: Tue Jul 04, 2017 10:31 pm

Re: Sumguy's Ashitacast profiles: BLM, BLU, BRD, GEO, NIN, PLD, RUN, THF, WAR, WHM

Post by sumguy » Wed Nov 06, 2019 10:20 am

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.
Locked