Seted everything in profiles, NPCs and mount coords, just need to discover Champions Debuffs, i don't think that is the same of valiants.Will do this and Sunreavers tonight.
Thanks, so there it is, the last version was in SVN. Can I use this QB to make another one to "The Aspirant's Challenge" and "A Champion Rises"? This two just need the combat part, don't need to mount, interact or even watch debuff.
i can rip that out into another QB if you want, but it wont work as it is since it only attacks whoever it spoke to iirc you speak to someone and then a rider riders in for those 2 quests.
But i will use it in my actual profile, take a look: Code: <If Condition="((HasQuest(13680)) && (!IsQuestCompleted(13680)))" > <If Condition="(!HasItem(46070))" > <CustomBehavior File="FlyTo" X="8594.644" Y="942.6311" Z="548.3071" /> <CustomBehavior File="ForcedDismount" /> <!-- get id of lance rack --> <CustomBehavior File="InteractWith" MobId="194622" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="50" X="8618.139" Y="897.5522" Z="546.9598" /> </If> <CustomBehavior File="FlyTo" X="8594.644" Y="942.6311" Z="548.3071" /> <CustomBehavior File="ForcedDismount" /> <CustomBehavior File="EquipItem" ItemId="46070" Slot="1" /> <CustomBehavior File="MountVehOnly" NpcMountId="33842" X="8591.69" Y="938.7516" Z="548.7326" /> <RunTo X="8606.085" Y="963.6285" Z="549.4207" /> <CustomBehavior File="InteractWith" QuestId="13679" MobId="33447" NumOfTimes="1" WaitTime="1000" CollectionDistance="50" X="8606.085" Y="963.6285" Z="549.4207" /> <!-- Will Change THIS line with the QB <CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="1" Text="No behavior yet, press gossip(1) and defeat the valiant" /> --> <CustomBehavior File="EjectVeh" Eject="1" /> </If> Something like that View attachment AChampionRises.cs passing <CustomBehavior File="AChampionRises" QuestId="13679" Enemy="xxxxx" />
Please update to this http://pastebin.com/raw.php?i=SknqKmzN Fixes 2 issues, silly lance issue and not able to find npc to interact.
Added at the enemy gates QB Modify combat system for jousting, should be much faster now. Remove taurens from combat as their mounts are larger and make it harder then it needs to be Add alliance to thegrandmelee Big update, please update svn
Found just one questgiver, the grand melee questgiver, there is anyone more? EDIT: Just to say that its correct now, please update SVN
I've gone and converted over the sunreavers code from kicks profiles to the horde equiv's. Tommrow I'm going to take the one profile i have working, and convert it to each of the others.
All profiles have been modified to be based off one profile, this way a change to one can be easily done to the others. Also sunreavers + threat from above has been added.
Well it seems that qjao has removed me from SVN. So I am going to be continuing my work in my own SVN. His failure to understand how the tools of svn work is not my problem.
http://www.thebuddyforum.com/honorb...53555-horde-argent-tournament.html#post542688 here is where I will be keeping my versions of the profiles.
Quest giver names are only there for humans to read, the only thing needed by the bot is the ID. There was an issue with the program I wrote that it was skipping the first quest id to be replaced, everything was fine, and I fixed the issue with my program so all questids would have been working if you had told me sooner what the exact quest was that was giving you issues.