H
hermes
Guest
How to set autovendoring when the bags are full ?
Can you add more than one meshfile to the profile
Eg:
<?xml version="1.0" encoding="utf-8"?>
<Profile>
<Tasks>
<AddDefaultJobs />
<LoadMesh Name="Defiant 6-30" />
<LoadMesh Name="Defiant 6-30 vendor" />
<Profile>
<Tasks>
<AddDefaultJobs />
<LoadMesh Name="Guardian 6-20" />
<AddJob>
<Vendor>
<Vendors>
<Hotspot X="6040.273" Y="817.1752" Z="3028.928" />
</Vendors>
</Vendor>
</AddJob>
<GrindTo Level="12">
<GrindArea>
<Mobs>
<Mob>Goblin Escort</Mob>
<Mob>Goblin Scout</Mob>
<Mob>Goblin Charlatan</Mob>
<Mob>Vespid Darter</Mob>
<Mob>Silvermane Wolf</Mob>
<Mob>Wanton Destroyer</Mob>
<Mob>Storm Idol</Mob>
<Mob>Burning Idol</Mob>
<Mob>Living Idol</Mob>
<Mob>Geotic Idol</Mob>
<Mob>Endless Idol</Mob>
</Mobs>
<Hotspots>
<Hotspot X="6151.469" Y="829.4958" Z="3855.895" />
<Hotspot X="6179.876" Y="829.8763" Z="3829.709" />
<Hotspot X="6127.289" Y="829.6345" Z="3738.856" />
<Hotspot X="6125.547" Y="822.014" Z="3554.334" />
<Hotspot X="6185.536" Y="820.9351" Z="3595.44" />
</Hotspots>
</GrindArea>
</GrindTo>
<GrindTo Level="14">
<GrindArea>
<Mobs>
<Mob>Gritshell Snapper</Mob>
</Mobs>
<Hotspots>
<Hotspot X="7073.428" Y="823.9031" Z="2834.802" />
<Hotspot X="7089.125" Y="821.7176" Z="2764.212" />
<Hotspot X="7077.292" Y="825.3076" Z="2721.941" />
<Hotspot X="7039.893" Y="830.943" Z="2782.29" />
</Hotspots>
</GrindArea>
</GrindTo>
<GrindTo Level="16">
<GrindArea>
<Mobs>
<Mob>Gritshell Snapper</Mob>
<Mob>Defiant Templar</Mob>
<Mob>Defiant Blackguard</Mob>
<Mob>Defiant Spirit Lord</Mob>
<Mob>Defiant Infiltrator</Mob>
<Mob>Defiant Balladeer</Mob>
<Mob>Defiant Commander</Mob>
<Mob>Engineered Wardstone</Mob>
</Mobs>
<Hotspots>
<Hotspot X="7157.666" Y="821.0947" Z="2850.028" />
<Hotspot X="7073.428" Y="823.9031" Z="2834.802" />
<Hotspot X="7089.125" Y="821.7176" Z="2764.212" />
<Hotspot X="7077.292" Y="825.3076" Z="2721.941" />
<Hotspot X="7039.893" Y="830.943" Z="2782.29" />
<Hotspot X="7117.281" Y="821.5067" Z="2663.652" />
</Hotspots>
</GrindArea>
</GrindTo>
<GrindTo Level="21">
<GrindArea TargetMinLevel="13" TargetMaxLevel="16">
<Mobs>
<Mob>Aelfwar Conspirator</Mob>
<Mob>Weird Tomte</Mob>
<Mob>Weird Nisse</Mob>
<Mob>Weird Hob</Mob>
<Mob>Weird Mab</Mob>
<Mob>Weird Brownie</Mob>
<Mob>Weird Pixie</Mob>
<Mob>Strobing Wisp</Mob>
<Mob>Glowing Wisp</Mob>
<Mob>Sparking Wisp</Mob>
</Mobs>
<Hotspots>
<Hotspot X="6618.967" Y="836.5831" Z="2530.101" />
<Hotspot X="6640.282" Y="836.6638" Z="2572.96" />
<Hotspot X="6560.277" Y="836.5803" Z="2541.488" />
<Hotspot X="6596.968" Y="836.5728" Z="2595.373" />
<Hotspot X="6533.457" Y="836.6053" Z="2622.395" />
</Hotspots>
</GrindArea>
</GrindTo>
<Infinite />
</Tasks>
</Profile>
I'm having a little trouble getting vendoring to work. I took Hawker's code, updated the location hotspot, and pasted it into the 6-20 guardian profile that's here on the forums:
Is this the correct format for adding the vendor job? I have been searching around the forums for vendoring info and this seems to be the best example I can find ATM.....