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.

Vanilla WoW Memory lag?

  • Version: All
  • Product: Fight Classes
  • Type: Bug
  • Status: Not a Bug

Hey!
LuaUtils.wrDebug("I am using Auto Shot:" + AutoShootActive());
LuaUtils.wrDebug("I am using Auto Shot(Lua):" + Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Auto Shot")) + 1) + ")"));

I've tried printing (wrDebug prints in-game) the checking of Auto Shoot, both with reading from memory
private readonly uint _wowBase = (uint)Memory.WowMemory.Memory.GetProcess().MainModule.BaseAddress;
return Memory.WowMemory.Memory.ReadInt32(_wowBase + 0x7E0BA0) > 0;
and as you can see above with Lua, with Auto Shot on action bar.

The Lua code, always prints True when auto shoot is active, where sometimes reading from memory prints false (even though it's using auto shot. This causes a lot of flickering with auto shot.

Is this a bug or?
If it's not a bug, is there any other way i can read if Auto Shot is active, without having the ability on the action bar?

User Feedback

Recommended Comments

Hello, your offset is probably bad (not safe). I don't know other way. Why you don't want use lua code?

Ordush

Elite user
3 hours ago, Droidz said:

Hello, your offset is probably bad (not safe). I don't know other way. Why you don't want use lua code?

If i use Lua. I have to have the ability on the action bar.
None of my other spells needs to be on action bar. ?

Create an account or sign in to comment

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.