Jump to content

Ohren

Elite user
  • Posts

    465
  • Joined

  • Last visited

Posts posted by Ohren

  1. Cast if mounted - true.

     

    I personally don't bother with prowl on my fight class, it takes way to long to program it properly, and even then, the bonus isn't all that much. I'm still under the influence of a lot of medication, so I don't dare try writing out a full example right now, but if I am up to it tomorrow, I will give you a full run down.

  2. So far I've fallen in love with Blood Tap. Sooo many free Death Strikes, but with that tier, you could just ignore that, it won't try to cast since the conditions.

     

    While testing it, I am doing Roiling Blood, Purgatory, Death's Advance, Conversion, Rune Tap, Remorseless Winter. I might break off and try getting it to be universal, which i think is possible. xP

     

    And thank you very much. :) Even though all I've really done is program machines to do my bidding.

  3. Actually, it really just isn't working. I've got it casting Freeze, so the green circle is there, but then nothing.

    [Fight] 12:02 - Launch LUA script: CastSpell(5, "pet");
    [Fight] 12:02 - Launch LUA script: CastSpell(5, "pet");
    [Fight] 12:03 - Launch LUA script: CastSpell(5, "pet");
    [Fight] 12:03 - Launch LUA script: CastSpell(5, "pet");
    

    Also after reading

    Use "spell" or SpellBookFrame.booktype as the spellbookType for any non-pet spell. The id is counted from 1 through all spell types (tabs on the right side of SpellBookFrame). Pet spells also start from 1. (See example above). The CastSpell function can not be used outside Blizzard-signed code except when "casting" trade skills (e.g. Cooking, Alchemy, etc.).

     

    So 5 works fine, whereas the spell ID did not.

  4. pet_aoe.png
     
    Sorry the picture is so big, it was too distorted when I shrunk it down.
     
    You enter the LUA in as if it were any other spell. Add in conditions the same.
     
    AOE Spell - true; What this does is makes WRobot cast the spell at a certain location. Since this spell requires being cast at a certain location (big green circle that appears when you cast it), we must set it true.
     
    Check if know spell, is usable and good distance - false; I believe (haven't tested it out fully yet) that all LUA scripts in the spell menu need this false and...
     
    Check if target is in view - false.
     
    Not spell, is lua script - true; Seems rather self explanatory, but this is what keeps WRobot from trying to execute CastSpell(33395, "pet") as a spell and just executes it as a script instead.

  5. Plus it (WRotation) allows you to annoy all those Sub Rogues. :P Seriously, my damage from Backstab from BGs has been reduced SIGNIFICANTLY. It's hard to backstab something that's constantly facing you. You get to spend your whole concentration on ways to piss of random classes.

×
×
  • Create New...