What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

AdvanceConversation tag

fuimusbruce

New Member
Joined
Aug 2, 2012
Messages
450
Reaction score
2
Has anyone gotten the AdvanceConversation tag to work? I am trying to use it on a profile but am not having luck adding it into the code. If anyone has used it successfully please let me know. Not sure why Im having issues with it.
 
Here is existing code

<While condition="ZetaDia.CurrentWorldId == 71150">
<ToggleTargeting questId="1" combat="false" looting="False" lootRadius="0" killRadius="0" />
<MoveTo x="2190.91" y="2526.047" z="27.31072" questId="1" pathPrecision="15" />
<MoveTo x="2194.844" y="2525.224" z="27.5659" questId="1" pathPrecision="3" />
<While condition="ActorExistsAt(209133, 2190.91, 2526.047, 27.31072, 100)">
<TalkTo actorId="209133" x="2185.109" y="2515.575" z="27.1" questId="1" />

Need to add in the following code somehow, I just cant figure out how to add it in to get it to work. I have tried so many variations. Any help would be great

<AdvanceConversation questId="1" numTimes="5" />
 
Back
Top