Making a mob grind profile as space botting is getting the "ban-hammer-from-hell" at the moment in SWTOR. So my question is basicly this: how the hell do i turn off all looting BUT credits? Or if that's not possible how do i make my companion go to town and sell all the gray crap that i get my bags full of within minutes when grinding.
Far as i know there is no solution to your problem, on honorbuddy not looting anything but credits where a plugin, and there are few plugins available for swtor. Why not make the profile grind near a vendor? so the trip to sell takes no time at all
You can set the quality level of items the bot will sell in the bot itself, rather than the profile. At least that's my understanding. As long as your profile includes vendor locations when bags are full it will head to the vendor and sell stuff.
I was bit too harsh... BW works pretty decent for 1-16 with about 4-5 "hickups" but it's a profile issue i think as the issues always happen on the same exact spot/phase. But i'm frustrated that i can't do any basic customization such as "do not attack mobs closer than 25 yards" and "do not loot anything but credits". I don't as well see the point with <Mobs> </Mobs> as it doesn't PREVENT the bot from attacking everything and everyone within like 90 yards regardless what i put in it. For instance the code below doesn't work well because the bot WILL attack a level 15 elite (called Pirate Deadeye) that patrols the nearish area of the hotspots. Code: <GrindAreas> <GrindArea Name="Taris mobs">" <MinLevel>15</MinLevel> <MaxLevel>19</MaxLevel> <Mobs> <Mob>Ferrazid Hound</Mob> <Mob>Bogstalker Drone</Mob> <Mob>Young Nexu</Mob> <Mob>Pirate Prowler</Mob> <Mob>Pirate Lookout</Mob> <Mob>Pirate Renegade</Mob> </Mobs> <Hotspots> <Hotspot Name="My Location" X="-133.0023" Y="-18.55397" Z="70.26663" /> <Hotspot Name="My Location" X="-136.0894" Y="-18.27686" Z="77.06213" /> <Hotspot Name="My Location" X="-132.2317" Y="-18.79969" Z="81.28448" /> <Hotspot Name="My Location" X="-125.0992" Y="-18.60094" Z="84.18648" /> <Hotspot Name="My Location" X="-119.512" Y="-18.62013" Z="81.57526" /> <Hotspot Name="My Location" X="-116.3366" Y="-18.68084" Z="73.00375" /> <Hotspot Name="My Location" X="-122.6298" Y="-19.08722" Z="71.1243" /> </Hotspots> </GrindArea> </GrindAreas>
Where exactly do i put this code (see below) in the xml-file for it to work? Inside <GrindAreas>? Inside <Hotspots> in <GrindAreas>? I'm making just a simple mob grinding profile but the location i chose doesn't have a vendor to sell all the crap i collect nearby so the bot has to use an elevator to get to one. Code: <UseTransport TransporterName="Elevator" Type="Wonkavator" Option="Coruscant Spaceport" X="-101.6861" Y="154.001" Z="-390.5004" ToX="-115.3961" ToY="143.601" ToZ="-401.0855" />