-
-
Decursing/cleansing in C#
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; }
-
Decursing/cleansing in C#
Thanks, I am on WOTLK
-
Decursing/cleansing in C#
fightclass
-
Decursing/cleansing in C#
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
-
Decursing/cleansing in C#
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
-
Decursing/cleansing in C#
Yes, all I could find was some Lua code, but nothing in C# that I could use
-
Decursing/cleansing in C#
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!
-
Project Ascension reroller?
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?
-
SmoothMove
I still get circling with HMP off, but much less than before. I think it's the smartpull feature of HMP that does it
-
SmoothMove
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
-
SmoothMove
Thanks!!! Will test next week and report back with results
-
FNV316 1-45 Quester Profile Pack Alliance Vanilla
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!
- 85 comments
- 10 reviews
-
SmoothMove
Should be easy tell for me is to watch the bot swimming, if it stutters something is wrong, if 60hz then swimming is amooth
-
SmoothMove
Click Ctrl+R in game to see FPS, if it’s always 60 then yes, else set it in Nvidia panel also
-
SmoothMove
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!
penumbra
Members
-
Joined
-
Last visited