Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

penumbra

Members
  • Joined

  • Last visited

  1.    Marsbar reacted to a post in a topic: Decursing/cleansing in C#
  2. 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; }
  3. Thanks, I am on WOTLK
  4. 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
  5. 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
  6. Yes, all I could find was some Lua code, but nothing in C# that I could use
  7. 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!
  8. 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?
  9. penumbra commented on reapler's file in Plugins - Wotlk
    I still get circling with HMP off, but much less than before. I think it's the smartpull feature of HMP that does it
  10. penumbra commented on reapler's file in Plugins - Wotlk
    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
  11. penumbra commented on reapler's file in Plugins - Wotlk
    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!
  12. penumbra commented on reapler's file in Plugins - Wotlk
    Should be easy tell for me is to watch the bot swimming, if it stutters something is wrong, if 60hz then swimming is amooth
  13. penumbra commented on reapler's file in Plugins - Wotlk
    Click Ctrl+R in game to see FPS, if it’s always 60 then yes, else set it in Nvidia panel also
  14. penumbra commented on reapler's file in Plugins - Wotlk
    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!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.