• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Fly][A - Rep Quest] Wintersaber + Timbermaw Rep - Winterspring [Kick]

    Discussion in 'Archives' started by Kickazz006, Feb 23, 2011.

    1. bhardegger

      bhardegger Member

      Joined:
      Oct 5, 2010
      Messages:
      44
      Likes Received:
      2
      Trophy Points:
      8
      Kick,

      i have been working on a profile like this myself and i could not for the life of me figure out how to get it to attack the mobs w/o putting a grind to in there and then copying that quest over and over and over. ingenious idea with the profile loader custom behavior1 +rep.

      ok i am still having a problem with my toon attacking mobs, he picked up the quest flew to the hotspots and is now groundmounted running inbetween the hotspots not attacking anything. any ideas?
       

      Attached Files:

      Last edited: Feb 23, 2011
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      ground mount farming set to "on"?

      pulldistance set to 30'ish?
       
    3. bhardegger

      bhardegger Member

      Joined:
      Oct 5, 2010
      Messages:
      44
      Likes Received:
      2
      Trophy Points:
      8
      ground mount is on and pull distance set all the way to 75, tried it at 30,40,50 you get the idea. just running by the bears and chimera
       
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      set ground mount farming to [off]
       
    5. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Kick, just an idea. I dont know if its possible but ill give u my thoughts:
      Use the fly to to go to quest giver, and use it again to fly to the hot spot. Then have 2 grind areas. First is where bears are. second is where chimeras are. And when hot spots are done where bears are then FLY to chimeras. Is this possible or would it be dump?
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i tried 2 grind areas, and for some reason it didn't work quite right... but it could have been that i had 20 something hotspots :D

      i'll put it on my to-do list for testing

      and yes it's very possible, i'll have to mess with it later. I'm off to take my daily 8 hour coma

      Klovnene ... if you want, try this:

      PHP:
      <HBProfile>

          <
      QuestOrder>

              <
      Pickup QuestName="Frostsaber Provisions" QuestId="4970" GiverName="Rivern Frostwind" GiverId="10618" GiverType="NPC" X="8067.484" Y="-3862.439" Z="763.0035" />

                  <If 
      Condition="((HasQuest(4970)) &amp;&amp; (!IsQuestCompleted(4970)))" >
                      <
      CustomBehavior File="ForcedMount" QuestId="0" MountType="Flying" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <
      CustomBehavior File="FlyTo" X="7427.28" Y="-4557.608" Z="599.6826" />
                      <
      CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                      <
      RunTo QuestId="4970" 

                      
      <CustomBehavior File="ForcedMount" QuestId="0" MountType="Flying" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <
      CustomBehavior File="FlyTo"
                      
      <CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                      <
      RunTo QuestId="4970" 

                      
      <CustomBehavior File="ForcedMount" QuestId="0" MountType="Flying" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <
      CustomBehavior File="FlyTo"
                      
      <CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                      <
      RunTo QuestId="4970" 

                      
      <CustomBehavior File="ForcedMount" QuestId="0" MountType="Flying" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <
      CustomBehavior File="FlyTo"
                      
      <CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                      <
      RunTo QuestId="4970" 


                  
      <If Condition="((HasQuest(4970)) &amp;&amp; (IsQuestCompleted(4970)))" >
                      <
      CustomBehavior File="ForcedMount" QuestId="0" MountType="Flying" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="2000"/>
                      <
      CustomBehavior File="FlyTo" X="8067.484" Y="-3862.439" Z="763.0035" />
                      <
      CustomBehavior File="RunMacro" Macro="/dismount\n/cancelaura Swift Flight Form\n/cancelaura Flight Form" NumOfTimes="1" WaitTime="2000" />
                  </If>
              <
      TurnIn QuestName="Frostsaber Provisions" QuestId="4970" TurnInName="Rivern Frostwind" TurnInId="10618" X="8067.484" Y="-3862.439" Z="763.0035" />
              <
      Pickup QuestName="Frostsaber Provisions" QuestId="4970" GiverName="Rivern Frostwind" GiverId="10618" GiverType="NPC" X="8067.484" Y="-3862.439" Z="763.0035" />
                  
                  <!-- If 
      you rename this profileyou have to rename the Profile="" -->
                  <
      CustomBehavior File="LoadProfile" Profile="[QO] Wintersaber Rep [Kick].xml" />
          
          </
      QuestOrder>
      </
      HBProfile>

      I'm sure you get the gist of it. --> fill in the empty RunTo and FlyTo

      put your fly to's to the area, but then it will still have issues.

      i tried to grindto has 5 of an item...

      PHP:
      <!--
      <
      GrindTo Condition="(Me.CarriedItems.Count(ret => ret.Entry == 12622) &gt;= 5)"/>
      <
      GrindTo Condition="(Me.CarriedItems.Count(ret => ret.Entry == 12623) &gt;= 5)"/>
       -->
      and I don't know if it was working or not.

      Anyways, i'll test it out later.

      No, HB doesn't have a (HasItem()) x5 as far as I know, except for the carrieditems thing in the 2nd statement.
       
      Last edited: Feb 23, 2011
    7. bhardegger

      bhardegger Member

      Joined:
      Oct 5, 2010
      Messages:
      44
      Likes Received:
      2
      Trophy Points:
      8
      re-installed honorbuddy and it fixed the targeting profile. may have to try my profile now, i thought i had written a crap one but it might work now. ill use yours on this toon and use mine another. thanks for the great support and upload!
       
    8. ChibiMatt

      ChibiMatt New Member

      Joined:
      Jan 15, 2010
      Messages:
      52
      Likes Received:
      1
      Trophy Points:
      0
      Thanks Kick, gonna test it out tonight :)

      +rep
       
    9. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      there is a little problem when he is flying to the Winterfall bear things, the big bonfire :p he is flying straight into it :)
      and a bonus: I was going to get the rep for timbermaw hold after this :D
      Edit: Small mesh probs in winterfall place.
       
      Last edited: Feb 23, 2011
    10. Ewen

      Ewen New Member

      Joined:
      Feb 11, 2011
      Messages:
      65
      Likes Received:
      1
      Trophy Points:
      0
      Only problem so far is that he won't turn in both of the quests you do, only the furbolg one. Also kills a bit to many bears than he needs(20- + )
       
    11. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      The quest turn in, just wait, he turns in both at me :D
      The bears is going to be fixed (hopefully if its doable)
       
    12. Ewen

      Ewen New Member

      Joined:
      Feb 11, 2011
      Messages:
      65
      Likes Received:
      1
      Trophy Points:
      0
      re-downloaded it and still won't turn in both quests ^^ delivers 1 quest, and re-takes it, then refuses to take next, and flies away after about 10 seconds = / good profile thou kick! :)
       
    13. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i noticed that it did it with me at first.

      delete all of your copies and re-download. i fixed that issue
       
    14. Ewen

      Ewen New Member

      Joined:
      Feb 11, 2011
      Messages:
      65
      Likes Received:
      1
      Trophy Points:
      0
      Ok, thanks for fast fixing
       
    15. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      yeah i don't know what was wrong at all, when the profile reloaded itself, it was like "what pickup quest" :(

      so i just added a pickup quest after the turnin and it "fixed" the issue. :)
       
    16. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      okay im honored now, and just experienced problems with turning in the "frostsaber provisions" tried to delete the quest and reupload as u stated, not fixed :/
       
    17. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i'll need a log
       
    18. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Hey kick, i went to bed :p ill try now and if it still wont turn it in, ill post a log :)
       
    19. bobbydk

      bobbydk New Member

      Joined:
      Dec 16, 2010
      Messages:
      143
      Likes Received:
      0
      Trophy Points:
      0
      hey kick looks nice :) how long time does it take the bot to go from Neutral to Exalted ?
      rather new to use HB what about the 3 files ( Quest Behaviors, FlyTo.cs, LoadProfile.cs) should i just put them in the same folder and then it will work ?
       
    20. basketboy

      basketboy Member

      Joined:
      Dec 3, 2010
      Messages:
      56
      Likes Received:
      1
      Trophy Points:
      8
      put the FlyTo.cs, and LoadProfile.cs files in the Quest Behavior folder in your main HB folder
       

    Share This Page