themarketguy
New Member
- Joined
- Jun 24, 2015
- Messages
- 117
Possible bug report for VendorTag. I have a profile that loops in a while loop. At the start of the loop is a vendor tag:
Code:<Vendor ForceSellItemIds="78317, 78307, 78310, 78309, 22065, 22065, 78297, 78295, 78301, 78300, 36227, 78093, 78089, 36229, 78094, 36225, 78090, 36228, 15633, 78306, 81210, 78314, 81214, 78312, 36226, 81202, 78319, 78305, 78313, 78304, 78308, 78318, 81210, 78311, 81203, 81216, 78288, 78316, 78091, 78092, 78291, 81212"> <MaxQuality>Inferior</MaxQuality> <VendorNPCs> <VendorNPC CreatureName="Quartermaster Leka" CreatureId="71146" X="4089.68" Y="-797.8368" Z="-2398.9" MapId="51" /> </VendorNPCs> </Vendor>
What I expect to happen is the bot run through its sequence, loop back to the beginning, if criteria for vendor are met (I have mine set to 6 slots) move to the vendor sell shit and move on to the next steps. In reality what is happening is, profile is started, vendor sequence occurs, moves on to other steps, once the profile loops, the vendor sequence is skipped, until ultimately inventory is full and the profile can't proceed because it requires inventory slot to complete event. I've tried switching it up with 2 vendor tags one at the beginning one at the end, the same content, and the second will not fire either. Perhaps there is something that is getting tied to a specific vendor or specific vendor sequence that isn't clearing when it's complete? I don't know, if you need more information or the profile, let me know and I'll PM it to you. Thanks.
To follow up on this I made a very basic profile looped it and tested, following is the profile and the link below is the log.
Code:
<Profile>
<While Condition="1 == 1">
<Vendor ForceSellItemIds="78317, 78307, 78310, 78309, 22065, 22065, 78297, 78295, 78301, 78300, 36227, 78093, 78089, 36229, 78094, 36225, 78090, 36228, 15633, 78306, 81210, 78314, 81214, 78312, 36226, 81202, 78319, 78305, 78313, 78304, 78308, 78318, 81210, 78311, 81203, 81216, 78288, 78316, 78091, 78092, 78291, 81212">
<MaxQuality>Inferior</MaxQuality>
<VendorNPCs>
<VendorNPC CreatureName="Quartermaster Leka" CreatureId="71146" X="4089.68" Y="-797.8368" Z="-2398.9" MapId="51" />
</VendorNPCs>
</Vendor>
<MoveTo X="4054.982" Y="-803.2043" Z="-2330.933" MapId="51" />
</While>
</Profile>
Log: http://pastebin.com/3JCJNYb6