Jump to content

koviack

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by koviack

  1. Shoot is in the action bar, i threw away melee and my melee weapon and it goes around fisting things. i edited the XML and this is the problem:

    //shoot
                if (!Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Shoot")) + 1) + ")") && ObjectManager.Me.HealthPercent >= 60 && ObjectManager.Pet.HealthPercent >= 30 && ObjectManager.Me.ManaPercentage >= 60 && (ObjectManager.Target.HaveBuff("Curse of Agony") && canDoT(ObjectManager.Me.TargetObject)))
                    {
                        if (Shoot.KnownSpell)
                            SpellManager.CastSpellByNameLUA("Shoot");
                        return;

    i'm too low level to have curse of agony, i delete that specific part ?&& (ObjectManager.Target.HaveBuff("Curse of Agony")| and it TRIES to use the wand but just spams it like an AK47 and doesnt leave any time for the action to be completed..I'm lvl 8 now and have CoA so it might work but damn that was a painful 5-8

×
×
  • Create New...