View Single Post
08-29-18, 02:40 AM   #1
Voxxel
A Chromatic Dragonspawn
Join Date: Mar 2009
Posts: 193
script to abandon specific quest by ID

Hey!

Do you know how can I abandon an existing quest with a macro / script that doesn't have an entry in the quest log? /script AbandonQuest(*ID*); just doesn't work.

I see the SetAbandonQuest() selects the currently selected quest to be abandoned and SelectQuestLogEntry(questIndex) makes a quest in the quest log the currently selected quest, ascending from 1.

But if the quest is not in the quest log (eg. hidden, bugged, etc) is there a way to abandon it by a macro / script using the quest ID?
  Reply With Quote