botheric
Member
- Joined
- Mar 5, 2014
- Messages
- 259
- Reaction score
- 4
@buddyme,
The Bounty 347058: family of rathe.
The object code has changed From name="FamilyTree_Daughter-5204"
to FamilyTree_Daughter-20547 ActorSNO: 76907
Anyways unless changed it fails to locate the object, this might be the case with many of the other quests relying or utilizing name="xxxx" I guess.
Someone also told me that it might be better then to rely on actor instead, but i got little clue yet just learning..
The Bounty 347058: family of rathe.
Code:
<!-- Layout seems to always be the same - talk to daughter -->
<MoveToActor questId="1" stepId="2" x="595" y="579" z="0" actorId="76907" interactRange="8" name="FamilyTree_Daughter-5204" pathPrecision="5" pathPointLimit="250" statusText="" />
<AdvanceConversation numTimes="1" />
The object code has changed From name="FamilyTree_Daughter-5204"
to FamilyTree_Daughter-20547 ActorSNO: 76907
Anyways unless changed it fails to locate the object, this might be the case with many of the other quests relying or utilizing name="xxxx" I guess.
Someone also told me that it might be better then to rely on actor instead, but i got little clue yet just learning..