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.

Wow try to call protected function, when used with EWT lua unlocker

Featured Replies

Wow try to call protected function, please report it before use WRobot again.

 

How can i bypass this, the bot work for like hour than crashes with this error, i use EWT simple lua unlocker and NEP addon for combat rotations.

  • Author
1 minute ago, headcrab said:

You do not need any unlocker when robot run, because robot unlocks lua. Simply close EWT.

Well Nerd pack addon doesnt recognize any lua unlocker, are you sure wrobot unlocks lua?I can ask NEP author to add detection than

  • Author
4 minutes ago, headcrab said:

Ofcourse, you can check it. Simply run protected function CastSpellByName with any available spell name :)

gbl.validGround = {
	["player"] = true,
	["cursor"] = true
}

function f.Cast(spell, target)
	g.CastSpellByName(spell, target)
end

function f.CastGround(spell, target)
	if not gbl.validGround[target] then
		target = "cursor"
	end
	f.Macro("/cast [@"..target.."]"..spell)
end

function f.Macro(text)
	g.RunMacroText(text)
end

function f.UseItem(name, target)
	g.UseItemByName(name, target)
end

function f.UseInvItem(name)
	g.UseInventoryItem(name)
end

function f.TargetUnit(target)
	g.TargetUnit(target)
end

function f.SpellStopCasting()
	g.SpellStopCasting()
end

But it seams wrobot doesnt support some of this functions that NEP checks for generic unlocker and so it doesnt work..

indeed, i forgot protected lua available from robot, but you want call it from wow process. So, you still need unlocker for addon.

But because they both (robot and unlocker) change the same memory address in wow process, you will get this error sooner or later

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.