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.

use item on dead

Featured Replies

Hello there, I have followed Use item on dead mob ( after looting)

and it ran fine with it. but now the next step pulse unable to check if the quest is completed and the character is stays idle at hotspot.

Quest referring: Druid of the Claw (id:2561)

Below is the Quest C#:

public sealed class DruidoftheClaw : QuestGrinderClass
{
    public DruidoftheClaw()
    {
        // http://www.wowhead.com/quest=2561
        Name = "Druid of the Claw";

        QuestId.AddRange(new[] { 2561 });
        Step.AddRange(new[] { 1, 0, 0, 0 }); 
    EntryTarget.Add(7318); // Rageclaw  : http://www.wowhead.com/npc=7318
    }
}

Quest Order:

Pickup-> Use item on dead mob ( after looting) -> Pulse -> Turn In

Thank you.

  • Author

have tried adding this in quest editor

is complete condition: return ItemsManager.GetItemCountById(8149)<=0;

not working as well

  • 2 weeks later...
On ‎07‎-‎05‎-‎2017 at 6:11 PM, CN said:

have tried adding this in quest editor

is complete condition: return ItemsManager.GetItemCountById(8149)<=0;

not working as well

return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(8149) == 0;

Try that as complete condition

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.