Jump to content

jiraiyasm

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by jiraiyasm

  1. hi

    anyone can help me have the correct setting for the fight class im making please. my FC doesn't cast Corruption because it already sees another lock's corruption as it's own. I highlighted the possible line that needs to be changed to it will buff Corruption to it's target. Thank you.

     

    if (Corruption.IsSpellUsable && Corruption.KnownSpell && Corruption.IsDistanceGood && SpellManager.GlobalCooldownTimeLeft() == 0 && !ObjectManager.Target.Rooted 
                && !ObjectManager.Target.HaveBuff("Corruption") && ObjectManager.Me.HaveBuff("Life Tap"))
            {
                Corruption.Launch();
                return;
            }

  2. 12 hours ago, Findeh said:

    You can use wowhead:
    image.png.555caa81fbeabd1dfb812710cbf6acf1.png

    Or you can start wrobot and use Tool/Development Tool:
    image.png.e4ace6dc9b869dafa74ef03c5bb8007f.png

    And then "Bag Items" or "Get all Objects" (if you have the spellstone already) or "Info by name".

    P.S. Don't use 41191 from my screenshot. It's most likely not a spellstone you are looking for.

    how can I set my warlock to use the master spellstone? Thank you.

×
×
  • Create New...