Full Version : Question on Quest Gump
xmlspawner >>XMLSpawner - Discussion >>Question on Quest Gump


<< Prev | Next >>

Erica- 03-12-2007
Which script is the one you edited by putting this --->// so that when you hit on paperdoll the quest button not to open and what line i totally forgot i had it set this way on 3.1.8 and since i upgrade to 3.2.0 i cant remeber which script it was and what line thanks.

ArteGordon- 03-12-2007
it is in PacketHandlerOverrides.cs

Just comment out all of these lines

QUOTE

           // This will REPLACE the default packet handler called when the quest button on the paperdoll is pressed with the xmlquest gump.
           //Timer.DelayCall(TimeSpan.Zero, new TimerCallback(QuestButtonOverride));
           // This will ADD the xmlquest gump to the default packet handler called when the quest button on the paperdoll is pressed.
           // EventSink.QuestGumpRequest += new QuestGumpRequestHandler(XmlQuest.QuestButton);