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

Auto sell items when inventory is full / repair

Zytan

Member
Joined
Jun 12, 2012
Messages
84
Reaction score
0
Hello,

i have created a simple profile for running around killing stuff and when bag is fulll i would like the bot to sell items or repair if anything needs to be reapired.

Profile:

Code:
<Profile Name="3-6" Author="test" Version="1"> 			
				<Grind CreatureIds="27449,27451" ExcludeNeutral="true">
					<GrindArea>
						<Hotspot X="-551.3072" Y="-943.9133" Z="-3646.437" Timeout="60" Range="150" />
						<Hotspot X="-591.9733" Y="-948.7164" Z="-3606.385" Timeout="60" Range="150" />
						<Hotspot X="-595.0767" Y="-941.3621" Z="-3680.059" Timeout="60" Range="150" />
						<Hotspot X="-640.4073" Y="-942.5441" Z="-3665.167" Timeout="60" Range="150" />
						<Hotspot X="-714.9655" Y="-958.5246" Z="-3759.256" Timeout="60" Range="150" />
					</GrindArea>
				</Grind>
				<Vendor>
				  <MaxQuality>Inferior</MaxQuality>
				  <VendorNPCs>
					<VendorNPC CreatureId="28739" CreatureName="Supplier Ingavak" MapId="" X="-549.8439" Y="-905.6646" Z="-3262.566"/>
				  </VendorNPCs>
				</Vendor>
</Profile>

Error i am getting is:
Code:
Couldn't select a vendor to do our vendor run! Does the profile contain actual Vendor definitions?

And same for repair ....

Anyone can help me with the error?

PS how do i get my current X,Y,Z or my character and map id?
 
"<VendorNPC CreatureId="28739" CreatureName="Supplier Ingavak" MapId="" X="-549.8439" Y="-905.6646" Z="-3262.566"/>

Guessing because there is no mapid, I know there is a documentory site with the hotkeys, can't find it though.. :(
 
but it only sells junks! i got so many equipments and books. how can i sell them all ???
and codes plz ?
 
Also - you can get character's position and MapID by either opening the devtools window and hitting refresh objects OR by selecting your toon in game <F1> and doing a target dump <Alt+Shift+D>
 
Back
Top