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.

How to check if inventory is full

Featured Replies

Heya,

this is related to vanilla.

I'm working on my buff routine which includes creating a Mana Agate and its equivalents. The issue is that when my bags are full it tries creating it over and over again.

Is there a way to check whether inventory is full?

Thanks

Seminko

 

EDIT: also, is there a way to check if another action is in progress? What happens is that when I cast Evocation, the bot will cast a buff and screw up the Evocation.

@Seminko it's "wManager.Wow.Helpers.Bag.GetContainerNumFreeSlots"  &  "wManager.Wow.ObjectManager.ObjectManager.Me.IsCast"

If you are looking for more functions you can search in a decompiler(https://wrobot.eu/forums/topic/6103-frost-dk-rotation-help-needed/#comment-27890).

It's easy to search something for example, searched "cast" as keyword:

Spoiler

    wManager.Wow.ObjectManager.WoWUnit (7 items)
      BuffCastedBy(string spellName):ulong
      BuffCastedByAll(string spellName):List<ulong>
      CanInterruptCasting:bool
      CastingSpell:Spell
      CastingSpellId:int
      CastingTimeLeft:int
      IsCast:bool
 

 

Edit: This may differ from expansion to expansion

  • Author
7 hours ago, camelot10 said:

search forum

I did.

 

5 hours ago, reapler said:

@Seminko it's "wManager.Wow.Helpers.Bag.GetContainerNumFreeSlots"  &  "wManager.Wow.ObjectManager.ObjectManager.Me.IsCast"

If you are looking for more functions you can search in a decompiler(https://wrobot.eu/forums/topic/6103-frost-dk-rotation-help-needed/#comment-27890).

It's easy to search something for example, searched "cast" as keyword:

  Hide contents

    wManager.Wow.ObjectManager.WoWUnit (7 items)
      BuffCastedBy(string spellName):ulong
      BuffCastedByAll(string spellName):List<ulong>
      CanInterruptCasting:bool
      CastingSpell:Spell
      CastingSpellId:int
      CastingTimeLeft:int
      IsCast:bool
 

 

Edit: This may differ from expansion to expansion

Thanks man. Don't know about decompiling, but will look into it! Cheers

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.