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.

Maria's Last Wish Quest I am stuck Help!

Featured Replies

Hi Guy's I seem to have got into a snag here, i am creating a Horde profile ( Undead Zone) Doing the quest   http://www.wowhead.com/quest=6395/marlas-last-wish  it is a 2 part quest. I created 2  quest 1 to go kill Samuel and it work I got his remain. The 2nd quest doesn't work I tried useitemon with Id  16333 ( Samuel's remain)  Also tried Gatherer and putting  the id and it doesnt work :(

if anyone can just make a file with the quest completed I would appreciate and share the file please so I can see what I am doing wrong.. 

 

Thanks. 

Step RunCode. Add the position of the grave, but not the exact position, use a position that is a few yards away instead:

wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(XXX.xxx, YYY.yyy, ZZZ.zzz), 178090);

 

  • Author
30 minutes ago, FNV316 said:

Step RunCode. Add the position of the grave, but not the exact position, use a position that is a few yards away instead:


wManager.wManagerSetting.ClearBlacklistOfCurrentProductSession();

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(XXX.xxx, YYY.yyy, ZZZ.zzz), 178090);

 

Thank you FNV316, How would i learn to do this. I am not big on asking for help every little snag I get is there a way to have a full tutorial on playing with Quester ?

  • 6 months later...

You have to split the quest up. First part is to kill and loot the NPC. After that has been completed, make a follow path quest to the grave and execute the RunCode step. You might need a custom complete condition for the kill & loot quest like this:

return Quest.IsObjectiveComplete(1, 6395) || ItemsManager.GetItemCountById(16333) > 0;

Returns true, if the quest objective has been completed or your bot has Samuel's Remains in his inventory

7 hours ago, FNV316 said:

You have to split the quest up. First part is to kill and loot the NPC. After that has been completed, make a follow path quest to the grave and execute the RunCode step. You might need a custom complete condition for the kill & loot quest like this:


return Quest.IsObjectiveComplete(1, 6395) || ItemsManager.GetItemCountById(16333) > 0;

Returns true, if the quest objective has been completed or your bot has Samuel's Remains in his inventory

wow, awesome. Big thanks!

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.