Item Search
     
BG-Wiki Search
Page 2 of 2 FirstFirst 1 2
Results 21 to 23 of 23
  1. #21
    Elzonace
    Guest

    Here's what I use in my spellcast:

    Code:
    		<if spell="Foot Kick|Power Attack|Head Butt|Sandspin|Sprout Smack|Wild Oats|Dia|Bar*|Paralyna|Poisona|">
    			<action type="equip" when="precast" set="prehealingbreath" />
    			<action type="midcastdelay" delay="1.5" />
    			<action type="equip" when="midcast" set="midhealingbreath" />
    			<action type="command" when="aftercast">pause 5.5; sc set tp</action>
    		</if>
    and then for spells which take longer to cast:
    Code:
    		<elseif spell="Cocoon|Pollen|Cure|Cure II|">
    			<action type="equip" when="precast" set="prehealingbreath" />
    			<action type="midcastdelay" delay="2.5" />
    			<action type="equip" when="midcast" set="midhealingbreath" />
    			<action type="command" when="aftercast">pause 6.5; sc set tp</action>
    		</elseif>
    Brief description of sets above(even though it's probably obvious):

    "prehealingbreath": Drachen Armet

    "midhealingbreath": Wyrm Armet and all the +Wyvern HP equip

    "tp": Gear you TP in (haste, acc, ect).


    I just made this recently and have been adjusting the timers and adding spells as I've played DRG. So I can't really promise that they're perfect, so you may need to adjust the midcast and aftercast delays for your self if you try using this, but what I have in there currently has been working for me.

    The thing I like about doing it like this is it swaps in your TP gear for you after a healing breath, instead of just leaving you in your midbreath set which happened with my old code and in a lot of the spellcast codes for DRG I've seen floating around.

    lol feel free to comment on any errors, like I said I just made it recently.

  2. #22
    Relic Horn
    Join Date
    Dec 2005
    Posts
    3,363
    BG Level
    7
    FFXIV Character
    Xanthe Celaeno
    FFXIV Server
    Hyperion
    FFXI Server
    Carbuncle

    Quote Originally Posted by Baelorn View Post
    Do you use autoexec to switch back to TP gear after HB goes off(never tried this) or do you do it manually?
    If you're asking me, neither. My AfterCast takes me back to Engaged or Idle. I just set my AfterCastDelay to 5 to allow ample time for the breath to go off.

  3. #23
    Relic Weapons
    Join Date
    Dec 2006
    Posts
    381
    BG Level
    4
    FFXI Server
    Quetzalcoatl

    Quote Originally Posted by spd View Post
    input /ma "Poisona" <me>;
    input /equip head "Drachen Armet";
    input /equip legs "Drn. Brais +1";
    input /equip neck "Chanoix's Gorget";
    input /equip body "Wyvern Mail";
    input /equip hands "Ostreger Mitts";
    wait 2;
    input /equip head "Wyrm Armet";
    wait 5;
    input /equip head "Walahra Turban";
    input /equip neck "Love Torque";
    input /equip legs "Homam Cosciales";
    input /equip body "Ares's Cuirass";
    input /equip hands "Dusk Gloves";


    all wyvern + hp gear on, then back to normal gear, biggest issue is if i get interupted, i can't hit the macro again, until my original gear switches back, because if i do, i'll cast with tp gear that just swaps in, but apart from that, works well for me
    As Rdm when I use macros with multiple gear swaps, I end up writing my in game macro as

    /ma spell
    /console exec swap1
    /wait 2
    /console exec swap2
    /wait 5
    /console exec swap3

    Doing that lets you interrupt your macros, because you're using ingame macros for the /wait instead of windower macros

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Meritable Smn BP's
    By Furtwangler in forum FFXI: Everything
    Replies: 32
    Last Post: 2007-06-25, 15:06