April 1, 201412 yr How do I combine pet lvl'ing Profiles and separate the grinding zones by pet lvl??? Im going to need a example so I can see how it works to make is work multiple times. Im going to build a 1 - 25 pet lvl'ing profile and I need this information. Ok this is what I have come up with... I dont know if this will work... But its an example of what I am trying to do. And if there is a way for this to work please show me. I would Also Like to Put the Use of Fly Points into this profile. EXAMPLE: <?xml version="1.0" encoding="utf-16"?> <GrinderProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <NameClass="ObjectManager.Pet.Level <= 1" Action="If" /> <GrinderZones> <GrinderZone> <Name>Stormwind City</Name> <Hotspots>false</Hotspots> <MinLevel>0</MinLevel> <MaxLevel>90</MaxLevel> <MinTargetLevel>0</MinTargetLevel> <MaxTargetLevel>90</MaxTargetLevel> <Vectors3> <Vector3> <X>-8236.175</X> <Y>249.370941</Y> <Z>118.725983</Z> <Type>None</Type> </Vector3> <Vector3> <X>-8233.448</X> <Y>243.458084</Y> <Z>118.67466</Z> <Type>None</Type> </Vector3> <Vector3> <X>-8230.486</X> <Y>235.564926</Y> <Z>118.331932</Z> <Type>None</Type> </Vector3> </Vectors3> <Npc> </Npc> <BlackListRadius /> </GrinderZone> <NameClass="" Action="EndIf" /> <NameClass="ObjectManager.Pet.Level <= 6"/> <NameClass="ObjectManager.Pet.Level <= 6" Action="If" /> </GrinderZones> <GrinderZone> <Name>Wetlands</Name> <Hotspots>false</Hotspots> <MinLevel>1</MinLevel> <MaxLevel>90</MaxLevel> <MinTargetLevel>1</MinTargetLevel> <MaxTargetLevel>90</MaxTargetLevel> <TargetEntry /> <TargetFactions /> <Vectors3> <Vector3> <X>-3795.04785</X> <Y>-1335.44153</Y> <Z>34.68775</Z> <Type>Flying</Type> </Vector3> <Vector3> <X>-3788.12866</X> <Y>-1335.89624</Y> <Z>33.6946335</Z> <Type>Flying</Type> </Vector3> <Vector3> <X>-3781.93628</X> <Y>-1335.95911</Y> <Z>32.4864655</Z> <Type>Flying</Type> </Vector3> </Vectors3> <Npc> </Npc> <BlackListRadius /> </GrinderZone> </GrinderZones> <NameClass="" Action="EndIf" /> <NameClass="ObjectManager.Pet.Level <= 12"/> </GrinderProfile>
April 1, 201412 yr Hello, You cannot use <NameClass= in petbattle profiles. To combine several profiles in one (and changing automaticly the zone by pets level) you need only in the profile editor add zones and configure Min and Max level by zone.
April 3, 201412 yr Author Im working on that now, But my other question is how do we make the bot wait for the bot in a pet profile so it will it will go to northrend and or use a portal to go to outlands? How would I add that code in?
April 5, 201412 yr It is not possible for the moment, I'll add this (for quest and grinder also) but I wait more informations about Warlords of Draenor before adding significant changes (for avoid to work for nothing).
June 9, 201411 yr Author Ah okay. I can understand that. This program is starting to blow up. :) I'm loving it.
Create an account or sign in to comment