ladygamer Member Joined Oct 15, 2010 Messages 175 Aug 23, 2015 #1 Is there a way currently that the bot can go up to a NPC and pickup a specific leve quest? I'm trying to figure out how to do it with Orderbot Thanks for your time
Is there a way currently that the bot can go up to a NPC and pickup a specific leve quest? I'm trying to figure out how to do it with Orderbot Thanks for your time
Z ZeeZee Member Joined Nov 6, 2014 Messages 61 Aug 24, 2015 #2 Y2krazy has a pretty awesome and simple to use Tag 'PickupLeve' Link to all of his profiles: https://github.com/y2krazy/profiles/tree/master/RebornBuddy/Profiles In particular https://github.com/y2krazy/profiles/blob/master/RebornBuddy/Profiles/Quest Behaviors/PickupLeve.cs Will do what you want and the tag in XML is as below: <PickupLeve LeveId="123" LeveType="Tradecraft" NpcId="1234567" XYZ="10, 20, 30" The leveId as usual can be found: http://xivdb.com/
Y2krazy has a pretty awesome and simple to use Tag 'PickupLeve' Link to all of his profiles: https://github.com/y2krazy/profiles/tree/master/RebornBuddy/Profiles In particular https://github.com/y2krazy/profiles/blob/master/RebornBuddy/Profiles/Quest Behaviors/PickupLeve.cs Will do what you want and the tag in XML is as below: <PickupLeve LeveId="123" LeveType="Tradecraft" NpcId="1234567" XYZ="10, 20, 30" The leveId as usual can be found: http://xivdb.com/
y2krazy Community Developer Joined Jun 21, 2011 Messages 2,803 Aug 24, 2015 #4 ZeeZee said: Y2krazy has a pretty awesome and simple to use Tag 'PickupLeve' Link to all of his profiles: https://github.com/y2krazy/profiles/tree/master/RebornBuddy/Profiles In particular https://github.com/y2krazy/profiles/blob/master/RebornBuddy/Profiles/Quest Behaviors/PickupLeve.cs Will do what you want and the tag in XML is as below: <PickupLeve LeveId="123" LeveType="Tradecraft" NpcId="1234567" XYZ="10, 20, 30" The leveId as usual can be found: http://xivdb.com/ Click to expand... Going to drop this here, so that proper credit is given. y2krazy said: Custom leve behavior help from Blitzx303 and Neverdyne. Click to expand... Hope it works for your needs, ladygamer.
ZeeZee said: Y2krazy has a pretty awesome and simple to use Tag 'PickupLeve' Link to all of his profiles: https://github.com/y2krazy/profiles/tree/master/RebornBuddy/Profiles In particular https://github.com/y2krazy/profiles/blob/master/RebornBuddy/Profiles/Quest Behaviors/PickupLeve.cs Will do what you want and the tag in XML is as below: <PickupLeve LeveId="123" LeveType="Tradecraft" NpcId="1234567" XYZ="10, 20, 30" The leveId as usual can be found: http://xivdb.com/ Click to expand... Going to drop this here, so that proper credit is given. y2krazy said: Custom leve behavior help from Blitzx303 and Neverdyne. Click to expand... Hope it works for your needs, ladygamer.
ladygamer Member Joined Oct 15, 2010 Messages 175 Sep 16, 2015 #5 As usual you're awesome. thanks! y2krazy said: Going to drop this here, so that proper credit is given. Hope it works for your needs, ladygamer. Click to expand...
As usual you're awesome. thanks! y2krazy said: Going to drop this here, so that proper credit is given. Hope it works for your needs, ladygamer. Click to expand...