Jump to content

Sotsiv

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Sotsiv

  1. Hello, whenever i try to use the function for friend in a fight class i have game freezes just before it starts casting.

    I tried with a simple fight class casting Flash Heal on party members if health < 100 and each time i use life tap on the party member the game always freezes for 1sec before it starts casting.

    Is there a way to get rid of that game freeze ?

     

    thanks in advance !

    Heres a video to illustrate what i am saying.

  2. Hello, i tried this, 


    if UnitBuffName("arena1", Shadow dance) 
    then
          RunMacroText("/Cast [@arena1]Psychic horror") 
    end
     

     

    But it doesnt work, if someone could help me with that it would be great.

    Thanks in advance

  3. only works when i target my focus.. so i tried anything i could even if im totally new to code

     

      if ObjectManager.Me.FocusObj.IsCast

    {         SpellManager.CastSpellByNameOn("Shadowstep", ObjectManager.Me.Focus);

    }

     

     

    But obviously it doesn't work ?

×
×
  • Create New...