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.

Сonditions to check (FreeBagSlots/Gold)

Featured Replies

Hello! Please tell me is it possible to set the conditions in the bot to check the number of free slots in the bags and the amount of gold? I tried different options:

<QuestsSorted Action="If" NameClass="ObjectManager.Me.Gold >= 1000" />

...

<QuestsSorted Action="EndIf" NameClass="" />

<QuestsSorted Action="If" NameClass="ObjectManager.Me.FreeBagSlots =< 20" /> (MinFreeBagSlots also tried)

...

<QuestsSorted Action="EndIf" NameClass="" />

But these options do not work.

Is it even possible to set such conditions? And where do you can see the list of functions that can be used after "ObjectManager"?

  • Author

For gold i found "GetMoneyCopper" (for example wManager.Wow.Helpers.Usefuls.GetMoneyCopper <= 4990) аnd to check the number of slots in the bags "GetContainerNumFreeSlots" (for example wManager.Wow.Helpers.Usefuls.GetContainerNumFreeSlots <= 4), if I'm right.

P.S. No, this code not working (with GetMoneyCopper <= 4990 too):

if (wManager.Wow.Helpers.Usefuls.GetContainerNumFreeSlots <= 20)
{
    Lua.LuaDoString("local itemName, _, _, _, _, _, _, _ = GetItemInfo(6948); RunMacroText('/use ' .. itemName);");
}

I tried the code from this thread:

 

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.