Hey Mastahg, I'm trying to put in the code for the neutral quest Bo Zu's Blown Cover. The quest starts off by talking to the Acolyte and selecting the "yes" dialog option to pick up the bomb, then you carry the bomb and move it to the furnace to blow up the furnace. Now I tried using "Usetransport" with dialogoptin=0 to select the yes, and this works in that it picks up the bomb, but then it just keeps trying to talk to the acolyte again, I'm guessing because transport was meant to move the character and you're not actually moving anything. What should I use here? Code: <If Condition="GetQuestStep(66870) == 1"> <UseTransport NpcId="1005932" StepId="1" DialogOption="0" InteractDistance="3.5" XYZ="-1.236023, 33.38838, -244.1902" /> <UseObject NpcIds="2003950" QuestId="66870" StepId="1"> <HotSpots> <HotSpot XYZ="59.20168, 48.717599, -344.578" Radius="75" /> </HotSpots> </UseObject> </If> That's what I was using. just fyi, picking up the bomb does not chagne the quest step, tried that.
I kind of figured that. That's why I asked what SHOULD I use here. Due to lack of documentation on what behaviors are available, I'm limited to using examples from other profiles. Since the other quests don't seem to have this step, I can't figure out what to do. That's why I came here.
If you have Visual Studio Express (if you don't, download it - it's free) you can import Rebornbuddy.exe as a reference and browse all the tags you can use in Order Bot within the ff14bot.NeoProfiles and ff14bot.NeoProfiles.Tags namespaces. For your convenience, I'll put the ones in NeoProfiles.Tags here, though for their usage I'd recommend getting Visual Studio. For what you want to do I don't think there's a suitable tag at the moment. You could write one, check this thread for reference. It should be a pretty simple tag if all you need to do is move to the NPC, interact with it, and hit the 'yes' button or whatever when it pops up.
Thank you very much Kagami. This is exactly the kind of information I needed. I'm trying to learn to make these myself so that the community can enjoy them and what you've just taught me will help a lot in the regard. I will be doing exactly what you suggested. Thanks again.
Hey there, new user here. Can I just enquire as to how I go about navigation on Sub Maps (for which there is no mesh I presume). I've Started a profile for Sahagin Daily Quests, and all is well, with 5 of the 10 quests complete. My confusion is with SubZones; or teleports. I can get the bot to accept the teleport, but once there, it tries to run off the ship (Wrong coordinates). Now I can acquire the Sub Map IDs using the SubZone console command, and conditional rules are working fine in regards to quest progress, but I can't seem to get round the navigation. Do I need to add each hop for the navigation of sub zones (in this case, the ship for quest Wind from their Sails). Do these sub zones have their own internal xyz coordinates other than the usual method of acquiring them on the console? I have noticed that when using the SubZone command to bring up the ID there are coordinates too, are these static? or can I use these to steer the bot? Due to the nature of dailies, I'm limited as to how much I can test, and checking functionality whilst compiling the profile completes the quest for me. Alas, I'll take a better look tomorrow (If the quest is available). I'd just thought I'd ask, as I can only gleam so much information from the profile listed, and the limited information on the forums. I love the bot, and if I can overcome some initial niggles, I'll develop more. And ofc, share them with the community. Also It would be nice to have some sort of overlay to ease the amount of alt-tabbing, or windowed mode. Making profile making a breeze. Regards.
Make a new thread with your profile + a log of it acting weird in the development section and ill take a look.
Not sure if this is the appropriate place to pose this question... Been running this daily. Obviously there quests this profile cannot do (bomb delivery quests). I generally just ignore them and run another beast tribe quest as I'd rather not spend time manually doing them. This still gets my 6 quests per day out of the way, without the tedium. Anyway, I noticed that I have received both delivery quests every day for the past 3-4 days. I am wondering if this will keep happening every day until I complete them (manually)? This isn;t so much a question about the profile, It works just fine. Just wondering if I should just suck it up and do the quest manually.
I answered my own question. Not sure why I kept seeing these both days in a row. I got different onces today. Completed 6 kobold dailies.
Would it be possible for anyone to make the friendly rank 3 quests here? Or is the original Poster still somewhere and would update? Would be very appreciated.
I'm slowly working on it, only has 8/10 of the quests mapped at the moment. If you want to take a look, download it via my signature. You'll need to grab it via my SVN as the profiles require several custom behaviours that aren't available until I release it on the forums, which won't be until it's finished.
Rank 3 Place this in the "Plugins/OrderBotTags" folder. If it doesn't exist, create it. View attachment Transport.cs Place this in your Profile folder. View attachment [OrderBot] Kobold Rank 3 Dailies.xml Restart RebornBuddy before running the profile.
This is a strange one, as the profiles are working as intended on the EN client. Maybe an issue with the CN client only. Mastahg will have to take a looksee.
Mastahgs profiles won't complete any of the Transport quests. My SVN has alternatives as well as custom behaviors for the transport Quests.