Shipping & Handling

As it stands, after 5 days of waiting and Reset day, I am stuck on a bug with Shipping & Handling.
While the buff “On The Job” is no longer presented, and I already tried to refresh/disable the buff many times with the Caddy Caller or by Right-Clicking the Buff itself, I keep getting the prompt on my Objectives tab of one of the quests.

The issue with it is that the system is, by all means, frozen. I cannot go to the quest and complete it, for it doesn’t trigger the quest based on proximity. It is marked on my map, but nothing happens as I get close, so I get no participation.

I no longer get the Green Arrow atop my head directing me towards an Objective, and worse, it also made the golden arrow for regular quests disappear completely, so I need to keep finding the next quest objective on my own.

The prompt for Shipping & Handling does not fade even as I leave Undermine, replaced only and briefly if something overlaps it, but once that objective is complete, the Shipping & Handling returns.

As it is, I cannot even do a single job on the system, possibly locking me out of the whole thing and weekly rewards.

2 Likes

That about sums it up for me as well.

(sigh)

I miss the good old days where you could actually get a gm on a line.

4 Likes

I HAVE FOUND THE SOLUTION TO THIS!

First what you need to do, is look up the objective on wowhead that the thing is stuck on.

Then, you need get the questID for that job.

THEN, use this macro:

/run iAbandonQuestID = 85732; C_QuestLog.SetSelectedQuest(iAbandonQuestID); C_QuestLog.SetAbandonQuest(); C_QuestLog.AbandonQuest();

REPLACE 85732 with the questID of the Objective you are stuck on. That SHOULD abandon that quest and allow you to get a new one.

12 Likes

You are amazing. For anyone who needs assistance finding the quest ID the task list is on this page:

3 Likes

Thank you so much!!!

You are awesome, i can’t thank you enough

I’m stuck on the one that just says Delivered. I go to the spot but it won’t complete the delivery.

2 Likes

Hello - I am having the same issue (i.e., I cannot complete at least two shipping and handling jobs) and I would like to try this abandon quest script, but the jobs I am stuck on are not on that task list you linked. One of my jobs is called “Crustacean Climb” with an objective that is “Daisy Rescued” - can you tell me how you found that task list? Or perhaps do you know of a way to obtain the ID number of the job currently displayed / in my quest / job list?

I believe that one is ‘Precarious Pet’ in the task list. Try 85717

1 Like

Can confirm the method here works, and those people are godsents.

I logged into the game with the arrow turned on. I was in the Revolution! part of the campaign and I had already finished the jobs quests before going in. So I know I had no arrow when logging out last night. Also, there was no buff to click off and the car job feature wasn’t enabled because of the campaign stage. I had to turn off the Revolution, get in the car, get a job, and cancel the job to get rid of the arrow. Oh, and go back into the Revolution. Need a reliable way to turn off the stupid green arrow.

try the macro provided but with 83055, that is the quest id for Signed, Sealed

EDIT: This no longer lets you continue the streak, looks like blizz changed it to just turn off jobs. So instead of fixing the problem, they removed the workaround.

2 Likes

this no longer works for me :frowning:

2 Likes

Right, this just completely resets the streak.

2 Likes

Yep. They took the time to break the workaround for their broken quest/job, but not the time to actually fix the problem. :frowning:

Blizz should give you a job

Well that is Blizzard for you

1 Like

Wouldn’t be surprised if the devs regard the script as a way to cheat to a complete job streak without going anywhere or doing anything. Bugs is one thing, but unintended fun? :rage:

1 Like

It is still, I’ll note, a fix though. After doing the steps from here with logging out, going to the new location, running the script to drop, I was able to do new Signed, Sealed quests again.

I’m just putting the whole string in for Signed, Sealed specifically so that I can find it easier later:

/run iAbandonQuestID = 83055; C_QuestLog.SetSelectedQuest(iAbandonQuestID); C_QuestLog.SetAbandonQuest(); C_QuestLog.AbandonQuest();