Jump to content

penumbra

Members
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

penumbra's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. For those that come later: The following work for WOTLK hasDisease = Lua.LuaDoString<bool>("for i=1,40 do local _, _, _, _, debuffType = UnitDebuff('player', i); if debuffType == 'Disease' then return true; end end"); if (hasDisease && SpellManager.SpellUsableLUA("Abolish Disease") && ObjectManager.Me.ManaPercentage > 10 && !ObjectManager.Me.HaveBuff("Abolish Disease") && !ObjectManager.Me.InCombatFlagOnly) { Interact.InteractGameObject(ObjectManager.Me.GetBaseAddress); AbolishDisease.Launch(); Lua.LuaDoString("ClearTarget();"); hasDisease = false; }
  2. Thanks, Im trying the following public bool hasDisease = false; hasDisease = Lua.LuaDoString<bool>("for i=1,40 do local texture, count, debuffType = UnitDebuff('player', i); if debuffType == 'Disease' then return true break; end end"); if (hasDisease && SpellManager.SpellUsableLUA("Abolish Disease") && ObjectManager.Me.ManaPercentage > 10 && !ObjectManager.Me.HaveBuff("Abolish Disease")) { Interact.InteractGameObject(ObjectManager.Me.GetBaseAddress); AbolishDisease.Launch(); Lua.LuaDoString("ClearTarget();"); hasDisease = false; } But that does not seem to work
  3. Hey, this is a bit different. This looks for a specific debuff I am looking for function that can search through the debuffs for curse/magic etc. and then cast, I would not have the spell IDs of all the world afflictions
  4. Yes, all I could find was some Lua code, but nothing in C# that I could use
  5. Hello all, Has anyone built a C# script that automatically removes curses/poison or magic? I have been unable to find any examples of this Thanks!
  6. Hi Has anyone worked on a module that can auto reroll the dice for you on Project Ascension to get the starter skills you look for?
  7. I still get circling with HMP off, but much less than before. I think it's the smartpull feature of HMP that does it
  8. I looked at your log, note that you are running 7.3.5 64bit for a plug-in made for 1.12-3.3.5, I think this may be problem author will have to comment if it works for 7.3.5 anyway
  9. Thanks!!! Will test next week and report back with results
    Runs incredibly, highly recommended, also considering how much is included it’s good value Have done two tests in Elwynn with no issues. Will report back as bot progress out of starting zones Very active developer, hopefully 40-60 comes soon, as the big important finale!
  10. Should be easy tell for me is to watch the bot swimming, if it stutters something is wrong, if 60hz then swimming is amooth
  11. Click Ctrl+R in game to see FPS, if it’s always 60 then yes, else set it in Nvidia panel also
  12. Seems there is a big bug that the plugin is incompatible with custom move patterns from questing profiles :/ since it breakd questing and does they previosily described botting behaviour when gathering, it is in 1.0.5b only for grinding - hopefully something you want to fix, still an amazing plugin!
×
×
  • Create New...