Modifications
Titan Quest - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: The Adventurer's Wife (Sidequest Spoiler)

  1. #11
    I would have chosen the resistance bonus anyway, but went looking for the chest before - I didn't find it either....

  2. #12
    Delayomancer Munderbunny's Avatar
    Join Date
    May 2008
    Posts
    5,413
    The chest is hidden back in the upper-right corner, under a tree. It will be partially hidden in the grass.

    There is one way for it to not show up, and that's if you go to the rebirth fountain, restart the game, and then walk straight up toward the opening. This is because the chest is spawned when the player walks through the trigger, which is a huge like 80-meter invisible sphere that ends just before the Zhidan exit, so there is a narrow pathway between the health fountain and the chest that you could walk through without touching the trigger. Go to magic vendor, then walk back towards the widow--that should guarantee you hit the trigger. It was an oversight. At the time I made a mental note to increase the size of the trigger in case someone entered Zhidan from the exit (say they forgot to activate the city waypoint). However, I was not smart enough to write it down, and I was in the middle of testing and fixing the quest steps, so it was forgotten.

    If walking through the trigger isn't working for you, then someone can take a look at the quest file to see if there's an error in the conditional logic. It's pretty solidly setup.

    I don't have the working files, but the chest spawn should be working like this:

    Code:
    When player hits trigger
         If player has PARCHMENT in inventory
         And If player does not have token(LootedChest)
         And If player does not have token(GotResistances)
    Then
         Highlight Widow as QuestDuder
         Spawn WidowCHEST
    
    When player talks to Widow
         If player does not have token(LootedChest)
    Then
         Give player resistances
         Give token(GotResistances)
         Lock WidowCHEST
    Else
         Close Quest (no resistances, just the closing exp reward)
    
    When player uses WidowCHEST
         Give player token(LootedCHEST)
    So, the only way for the chest not to spawn is if you sidestep the trigger (must come through Zhidan exit, or straight from rebirth fountain to do this, or if you talked to the widow on accident, or opened the chest without realizing it.

    If neither of those things happened, then there must be a problem with the conditional logic, or it's possible there's something on the map that can spawn and block the chest from spawning, or I dunno what.

    Edit: also, the chest is locked by spawning an invisible squirrel that prevents the chest from being opened (but not from being visible). Oh, and it's possible that I may have missed one of the important refire conditions, but I did test many times after game reloads, etc.. Like, have parchment, run through city, don't talk to lady or touch chest. Exit game. Return to area, etc.. Had no problems. Did not test multiplayer.
    Last edited by Munderbunny; 04-21-2011 at 08:12 PM.

  3. #13
    Yup, running from the arcanist to the backyard works. Thanks!

    EDIT: I did not get the experience points for this quest, tried giving her the letter, tried pillaging the chest. Neither gives XP.
    Last edited by Kane1990; 04-22-2011 at 10:38 AM.

  4. #14
    Delayomancer Munderbunny's Avatar
    Join Date
    May 2008
    Posts
    5,413
    Should say in quest log. I did get exp when I tested, but don't remember if all conditions returned exp. I may have forgotten to close the quest after one of the conditions, but don't remember which.

    Or, maybe it wasn't exp, but gold that was rewarded.

    Or maybe it was neither.

    Been too long. Soz.

  5. #15
    It says in the Quest Log, that You get XP for this quest. No money. Also, when I took the chest, it did not say "Quest Completed: Adventurer's Wife", in the pop-up, it just said "Quest Updated", so You may be right, the quest does not end properly that way. It was "Quest Completed", when I took the resistance bonus though. Neither gives XP.

  6. #16
    I'm not sure, but I think I got XP - I'll keep an eye out the next time I do it...

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •