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

Vendors not working?

ninjaskija

New Member
Joined
Jan 15, 2010
Messages
70
Reaction score
0
I'm using a simple profile for grind with a vendor hotspot in it . When the inventory is full the bot goes to the vendor but thats it just stays in front of the vendor and is not doing anything? Is this a known problem ?
 
I'm using a simple profile for grind with a vendor hotspot in it . When the inventory is full the bot goes to the vendor but thats it just stays in front of the vendor and is not doing anything? Is this a known problem ?

I would recommend attaching the profile in question so that people can see how you have it scripted exactly.
 
Like this if possible.

Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">

  <Name>[E - Dark] 29-32 Alderaan [Kick/iN2Fun]</Name>
  <ForceAlignment Type="Dark" AutoSkip="True" />

  <Vendors>
    <Vendor Name="Sergeant Zabra" X="20.39966" Y="28.411" Z="-129.981" /> <!-- Alderaan: Rhu Caenus Spaceport -->
 </Vendors>

	<Questing>

		<!-- Warrior - Shake Down - Travel to Alderaan -->
		<If Condition="((HasQuest(0xE0002F177BE37E5D)) and (not IsQuestComplete(0xE0002F177BE37E5D)))">
			<If Condition="((HasQuest(0xE0002F177BE37E5D)) and (not IsBranchStepComplete(0xE0002F177BE37E5D, 1, 2)))">
                               <ForceVendor VendorType="Repair" />
                        </If>
                </If>

        </Questing>
</Profile>
 
this works for me:

Code:
<Vendors>
   <Hotspot [b]Name="Imperial Medical Droid"[/b] X="69.2741" Y="27.98498" Z="-154.3518" />
</Vendors>

just dump the target of vendor and copy it.

edit: i know your issue, because it just happened to me.
Make sure that the name is exactly the name of the vendor. Do not change anything in there!!!
 
Last edited:
Back
Top