Is there a way to easily edit out the non class quests from a profile so that a consular could just do class quests?
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
<Name>Alderaan Test Grind</Name>
<Vendors>
<Hotspot Name="Commander Viic" X="-151.1055" Y="22.61" Z="140.1197" /> <!-- Pallista Spaceport -->
<Hotspot Name="Republic Medical Droid" X="-103.7671" Y="23.18128" Z="126.4445" /> <!-- House Organa -->
<Hotspot Name="Republic Medical Droid" X="41.8384" Y="18.57019" Z="168.3416" /> <!-- Wardpost Duvaal -->
<Hotspot Name="Republic Medical Droid" X="73.7629" Y="14.43537" Z="1.5721" /> <!-- Wardpost Landa -->
<Hotspot Name="Republic Medical Droid" X="35.098" Y="16.68326" Z="-51.9329" /> <!-- Wardpost Hurne -->
<Hotspot Name="Republic Medical Droid" X="-161.856" Y="16.27051" Z="-63.566" /> <!-- Panteer Refuge -->
</Vendors>
<GrindAreas>
<GrindArea Name="Alderaan Test Grind">
<MinLevel>1</MinLevel>
<MaxLevel>50</MaxLevel>
<Mobs>
<Mob>Thul Patroller</Mob>
<Mob>Thul Commando</Mob>
<Mob>Thul Demolitionist</Mob>
</Mobs>
<Hotspots>
<Hotspot Name="Thul Patroller" X="-140.1756" Y="23.22578" Z="119.2501" />
<Hotspot Name="Thul Patroller" X="-139.5498" Y="23.11026" Z="111.8623" />
<Hotspot Name="Thul Demolitionist" X="-137.0783" Y="23.0065" Z="111.7251" />
<Hotspot Name="Thul Commando" X="-132.8216" Y="23.23718" Z="115.0611" />
<Hotspot Name="Thul Patroller" X="-128.2362" Y="23.04225" Z="114.2747" />
<Hotspot Name="Thul Commando" X="-130.4432" Y="23.13908" Z="110.5778" />
<Hotspot Name="Thul Commando" X="-134.0276" Y="23.23736" Z="109.5157" />
</Hotspots>
</GrindArea>
</GrindAreas>
</Profile>
Thanks True!
As a new BuddyWing user, I'm sure I must have gotten something wrong, or simply missed a required bit of code. I pulled the test locations right out of the current Alderaan profile. Does anything look out of sorts?
Code:<Profile xmlns="http://tempuri.org/ProfileSchema.xsd"> <Name>Alderaan Test Grind</Name> <Vendors> <Hotspot Name="Commander Viic" X="-151.1055" Y="22.61" Z="140.1197" /> <!-- Pallista Spaceport --> <Hotspot Name="Republic Medical Droid" X="-103.7671" Y="23.18128" Z="126.4445" /> <!-- House Organa --> <Hotspot Name="Republic Medical Droid" X="41.8384" Y="18.57019" Z="168.3416" /> <!-- Wardpost Duvaal --> <Hotspot Name="Republic Medical Droid" X="73.7629" Y="14.43537" Z="1.5721" /> <!-- Wardpost Landa --> <Hotspot Name="Republic Medical Droid" X="35.098" Y="16.68326" Z="-51.9329" /> <!-- Wardpost Hurne --> <Hotspot Name="Republic Medical Droid" X="-161.856" Y="16.27051" Z="-63.566" /> <!-- Panteer Refuge --> </Vendors> <GrindAreas> <GrindArea Name="Alderaan Test Grind"> <MinLevel>1</MinLevel> <MaxLevel>50</MaxLevel> <Mobs> <Mob>Thul Patroller</Mob> <Mob>Thul Commando</Mob> <Mob>Thul Demolitionist</Mob> </Mobs> <Hotspots> <Hotspot Name="Thul Patroller" X="-140.1756" Y="23.22578" Z="119.2501" /> <Hotspot Name="Thul Patroller" X="-139.5498" Y="23.11026" Z="111.8623" /> <Hotspot Name="Thul Demolitionist" X="-137.0783" Y="23.0065" Z="111.7251" /> <Hotspot Name="Thul Commando" X="-132.8216" Y="23.23718" Z="115.0611" /> <Hotspot Name="Thul Patroller" X="-128.2362" Y="23.04225" Z="114.2747" /> <Hotspot Name="Thul Commando" X="-130.4432" Y="23.13908" Z="110.5778" /> <Hotspot Name="Thul Commando" X="-134.0276" Y="23.23736" Z="109.5157" /> </Hotspots> </GrindArea> </GrindAreas> </Profile>
<!-- The Three Families and Turnin -->
<If Condition="((HasQuest(0xE000AAA33520D44A)) and (not IsQuestComplete(0xE000AAA33520D44A)))">
<UseObject Name="Door to Throne Room" QuestId="0xE000AAA33520D44A" BranchId="4" StepId="2" IgnoreLOS="True" WaitTime="4" X="103.766" Y="19.39703" Z="-31.47484" />
<UseObject Name="Secondary Generator" QuestId="0xE000AAA33520D44A" BranchId="4" StepId="3" TaskId="1" IgnoreLOS="True" WaitTime="3" X="104.7891" Y="19.40402" Z="-36.55947" />
[E - Dark] 36 Quesh [Kick].xml
line 631
Code:<!-- The Three Families and Turnin --> <If Condition="((HasQuest(0xE000AAA33520D44A)) and (not IsQuestComplete(0xE000AAA33520D44A)))"> <UseObject Name="Door to Throne Room" QuestId="0xE000AAA33520D44A" BranchId="4" StepId="2" IgnoreLOS="True" WaitTime="4" X="103.766" Y="19.39703" Z="-31.47484" /> <UseObject Name="Secondary Generator" QuestId="0xE000AAA33520D44A" BranchId="4" StepId="3" TaskId="1" IgnoreLOS="True" WaitTime="3" X="104.7891" Y="19.40402" Z="-36.55947" />
It appears I went to step 3 before reaching the door so I kept running through it. Then I changed the useobject door to step 3 and it wouldn't click on it.
<!-- The Three Families and Turnin --> <If Condition="((HasQuest(0xE000AAA33520D44A)) and (not IsQuestComplete(0xE000AAA33520D44A)))">
<MoveTo QuestId="0xE000AAA33520D44A" X="103.766" Y="19.39703" Z="-31.47484" />
<UseObject Name="Door to Throne Room" QuestId="0xE000AAA33520D44A" BranchId="4" StepId="2" IgnoreLOS="True" WaitTime="4" X="103.766" Y="19.39703" Z="-31.47484" />
<MoveTo QuestId="0xE000AAA33520D44A" X="104.7891" Y="19.40402" Z="-36.55947" />
<UseObject Name="Secondary Generator" QuestId="0xE000AAA33520D44A" BranchId="4" StepId="3" TaskId="1" IgnoreLOS="True" WaitTime="3" X="104.7891" Y="19.40402" Z="-36.55947" />
<wipes the dust off of the ole starships>
Hello gang,
GUESS
WHO'S
BACK?!!!!!!!
Yeah... that's right, ole Kicky!
![]()
<wipes the dust off of the ole starships>
Hello gang,
GUESS
WHO'S
BACK?!!!!!!!
Yeah... that's right, ole Kicky!
![]()