Jump to content

Alucard

Member
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by Alucard

  1. Probably a dumb question.

     

    I killed all the wretches Zhethron asked me to, and returned to him. Zhethron has no more work for me. His keeper has no more work for me. The Watcher has no more work for me.

     

    Redbeard tells me to come back later.

     

    Didn't I get this quest from Redbeard? How do I turn in Aiding Zhethron and progress?

  2. I got Kelner to give me the quest by changing line 489 of z1311magidlg.txt (Windows version if it matters).

    from:

    Code:
    begintalknode 34;	state = 30;	nextstate = 36;	condition = (gf(177,4) == 1 || gf(170,1) > 14) && gf(167,17) < 2; 	question = "I am here to help you recover some records.";

    to:

    Code:
    begintalknode 34;	state = 30;	nextstate = 36;	condition = (gf(177,4) == 1 || gf(170,1) > 14) && gf(167,17) < 3; 	question = "I am here to help you recover some records.";

     

    Edit: However, the dialog option shows up even after I complete the quest, so apparently that's not all I need.

×
×
  • Create New...