Hello. A have a few questions... i try to make normal grind profile, with all kind of things. 1. how make loot notification , like loot only legendary epic blue green items? 2. unstack plugins? Like on honorbuddy. Some times bot just run into wall.... Sorry for my english. Tnx.
vacuum loot will loot everything, period. don't believe there is anything in Wildstar to loot only specific items. You can add a vendor tag that will vendor items you do not want, using a ForceSellItemIds attribute that's (to my knowledge) currently only in the beta, but the Vendor tag naturally has a sub-tag for MaxQuality to sell all items beneath that given quality. Except for things that some people may have developed for their own personal use, there is no unstuck plugin publically available, it's just something you will need to try and address in your profile design, using more specific hotspots, or trying to use the Avoid tag to mark off locations to avoid (buggy at best currently).
can any1 help me plz. <Profile Name="def" Author="deg" Version="1"> <Kill Creature="38127, 38112, 28115, 38136, 38115, " X="1887.297" Y="-935.1498" Z="-1250.21" /> <AvoidCreature Radius="15" CreatureId="62002" MapId="1421" Remove="false" /> <Avoid Radius="10" MapId="1421" X="1835.846" Y="-919.1384" Z="-1338.438" Remove="false" /> <Avoid Radius="10" MapId="1421" X="1770.089" Y="-926.4026" Z="-1252.687" Remove="false" /> <Avoid Radius="10" MapId="1421" X="1875.87" Y="-922.0466" Z="-1327.501" Remove="false" /> <Avoid Radius="15" MapId="1421" X="2012.865" Y="-916.8291" Z="-1338.659" Remove="false" /> </Profile> where avoid dosent work or i do somthing wrong?
First, you probably want to initialize the avoids before your kill, I don't believe they'll be initialized until after that kill tag is completed, which is won't ever complete. Second, it's really hit or miss in my experience whether the avoid tags actually work as I mentioned before. But I think your first issue is that avoid should be ahead of the kill tag.
kek i tested it and when i start thinking its work....blah bot just run right into avoid zone. Sad panda.
another question. how change quality to sell all but not epic or special items? <MaxQuality>???</MaxQuality>
i dont know the answer, but this is the nasa-dump from carbine for item quality Code: CodeEnumItemQuality = { Artifact = 7, Average = 2, Excellent = 4, Good = 3, Inferior = 1, Legendary = 6, Superb = 5 }, so i guess for "Average", either one of these should work ?: Code: <MaxQuality>ItemQuality.Average</MaxQuality> <MaxQuality>Average</MaxQuality> <MaxQuality>2</MaxQuality>
well dosent work. Seems 50% of wildbuddy dosent work , too bad. i solved this problem with addons - spacestashinventory - ADDON have autosell items and repair. Lul ,white and black list.
Your statistics are rude and unhelpful. What about it didn't work? If something isn't working, a log is immensely more helpful.
avoid work on 50% <MaxQuality>???</MaxQuality> when try to change quality bot just dont sell items =( in combat routine logic is OUT. its what i saw and tested.
And another question. how to do mount use , like when bot try to sell items to vendor, he just use mount and ride to vendor avoiding combat.
Could not send obstacle modification for source: AvoidTag X: 1807.958, Y: -807.3244, Z: -2715.394, Map: 22, Radius: 30 What that means?
These are the questions yes ? 1) i dont know how the profile-syntax works, but the values i gave should be the ones to use ? maybe. 2) seems like it should be part of the tag, if it is not right now. no ideas to help. 3) i could imagine some cases where avoid tag should not work: if the avoid-tag would block parts of the mesh, where you need to be able to walk through. (30 radius/60 diameter is huge area, warrior telegraph range is about 10) if the coordinates make no sense, too far from the mesh. i would first try if it works with a radius of 3 to exclude radius as error source. then i would try other coordinates from around the area with a radius of 3. if some coordinates work, you might be able to narrow down whats causing the error. maybe its better to ask in the profile-forum section ? for example: i only read the developer section and the main forum, cause i dont use profiles; maybe ppl who are good at profiles dont read developer section.