What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

UsePortal

citsu

New Member
Joined
Dec 4, 2013
Messages
97
Hello, i am learning to create quest profile, but i am not able to activate portal :( can you help me what can be wrong? Thanks
i have tried also WarpTo, InteractWith without success

<!-- Take quests -->
<If condition="not HasMission(&quot;Az_Sha_N3_Calm_And_Assertive&quot;,MissionType.Normal)">
<PickupMission mission="Az_Sha_N3_Calm_And_Assertive_0" unitName="Bressana Wildmaster" x="1445.324" y="7.89624" z="2271.154" />
</If><If condition="not HasMission(&quot;Az_Sha_War_Makers&quot;,MissionType.Normal)">
<PickupMission mission="Az_Sha_War_Makers_0" unitName="Olirien Mistcrown" x="1463.4" y="9.25293" z="2283.73" />
</If><If condition="not HasMission(&quot;Az_Sha_N3_Big_Bad_Ugly&quot;,MissionType.Normal)">
<PickupMission mission="Az_Sha_N3_Big_Bad_Ugly_0" unitName="Legaeth Songscythe" x="1462.465" y="15.32178" z="2325.112" />
</If>

<!-- War Makers -->
<If condition="HasMission(&quot;Az_Sha_War_Makers&quot;,MissionType.Normal)">
<If condition="IsOnMap(&quot;Az_Sha&quot;)">
<UsePortal interactString="Travel to War Maker's Camp" targetMap="Az_Sha_War_Makers" mission="Az_Sha_War_Makers/Complete_Open_Mission" x="1455.361" y="16.8731" z="2225.079" />
</If>
</If>
 
Back
Top