Quote:
|
Originally Posted by twig
I seem to have a slight problem.. or maybe its supposed to be this way..
when a player accepts the quest from one of the two NPCs the quest book is placed at the NPCs feet, not in the player's pack.. and is rather hard to see under the npcs.. hehehe.
Now i havn't started to learn the XMLquest stuff yet myself... so i cant realy see what might be wrong.. or if its doing what its supposed to.
|
Well I dug around and think I found and fixed the problem.. well at least it places the quest book into the players backpack instead of the ground...
in the Akara.npc file.. line 56
Code:
<Action>GIVE/&amp;lt;questholder/name/Den Of Evil/titlestring/Slay the evil creatures that plague the town of Vesper./objective1/Travel West and find the caves Akara mentioned.</Action>
should be ...
Code:
<Action>GIVE/<questholder/name/Den Of Evil/titlestring/Slay the evil creatures that plague the town of Vesper./objective1/Travel West and find the caves Akara mentioned.</Action>
and in the Kashya.npc file ... line 67 ...
Code:
<Action>GIVE/&amp;lt;questholder/name/Sister's Burial Grounds/titlestring/Find and kill Blood Raven./objective1/Search the nearby graveyard for Blood Raven. </Action>
should be ...
Code:
<Action>GIVE/<questholder/name/Sister's Burial Grounds/titlestring/Find and kill Blood Raven./objective1/Search the nearby graveyard for Blood Raven. </Action>