• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Suramar Post Intro - being developed

    Discussion in 'Honorbuddy Profiles' started by zakrn, Sep 18, 2016.

    1. Memorex

      Memorex New Member

      Joined:
      Apr 4, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      [Zak]: 169
      [LoadProfile-LoadPr(info)] Loading profile '[H] Zygor - Suramar - 170 - 289.xml'
      Warning: XML Error: Value "" in "GiverId" attribute is not supported! Expected integral type. - On line 1215
      Changing current profile to [H] Zygor Suramar 170 - 289
      [Zak]: Zygor - Suramar Steps 170 - 289
      [Zak]: ZoneId: 7502
      [Zak]: MaxMana: True
      [Zak]: 170
      [Zak]: 171
      [Zak]: 172
      [Zak]: 173
      [Zak]: 174
      [Zak]: 175
      [Zak]: 176
      [Zak]: 177
      [Zak]: 178
      [Zak]: 179
      [Zak]: 180
      [Zak]: 181
      [Zak]: 182
      [Zak]: 183
      [Zak]: 184
      [Zak]: 185
      [Zak]: 186
      [Zak]: 187
      [Zak]: 188
      [Zak]: 189
      [Zak]: 190
      [LoadProfile-LoadPr(info)] Loading profile 'gather\[N]-Ancient-Mana-Zinner-Zak-300.xml'
      Changing current profile to [N]-Ancient-Mana-Zinner-Zak-300
      [LoadProfile-LoadPr(info)] Loading profile '..\[H] Zygor - Suramar - 6 - 91.xml'
      Changing current profile to [H] Zygor Suramar 6 - 91
      [Zak]: Zygor - Suramar Steps 6 - X
      [Zak]: ZoneId: 7502
      [Zak]: MaxMana: 300
      [Zak]: 2

      he dont do anything, just going trough this all the time, starting at first profile, going till 190, change profile to mana gathering an then to first profile again
       
    2. dugongmabata

      dugongmabata New Member

      Joined:
      Aug 31, 2016
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      To find what mob it is check on wow head and search using the mobs id. This is the easiest way to find what the bot is looking for.

      If you have completed the quest manually. Just restart the profile. This fixes everything
       
    3. zakrn

      zakrn Member

      Joined:
      May 10, 2015
      Messages:
      66
      Likes Received:
      12
      Trophy Points:
      8
      i think step 190 was missing some parens, git is updated , sorry :/
       
    4. vhb0982

      vhb0982 New Member

      Joined:
      Mar 21, 2013
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      0
      hey folks

      anyone had this before? it keeps going to kill this big elite infernal :(.

      Cleared POI
      [Flightor] Set up for movement from <1677.205, 4718.043, 139.6863> to <1122.2, 5189.969, 67.72179>

      cheers

      V
       
    5. vhb0982

      vhb0982 New Member

      Joined:
      Mar 21, 2013
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      0

      after i discovered the flight path outside the cave things started working fine. sorry for inconvenience.
       
    6. ProRogue

      ProRogue New Member

      Joined:
      May 30, 2011
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      3
      Nice, but you need to remove the felsoul crusher from vendor in the 290+ profile as well. The probably is a repair vendor in Suramar that doesn't require ancient mana?
       
    7. wimnell

      wimnell New Member

      Joined:
      Jan 15, 2010
      Messages:
      40
      Likes Received:
      2
      Trophy Points:
      0
      This is working really good!

      Had to stop/start bot a few times and ofcourse do the kitty quest manually but other then that zero problems.

      I'm around step 230 or so.

      10/10 so far. Thanks!
       
    8. TheStonerBay

      TheStonerBay Member Legendary

      Joined:
      Nov 28, 2015
      Messages:
      57
      Likes Received:
      1
      Trophy Points:
      8
      I came here to say good job to you <3
       
      Last edited: Oct 5, 2016
    9. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Does this work for alliance chars also,or Horde only?
       
    10. zakrn

      zakrn Member

      Joined:
      May 10, 2015
      Messages:
      66
      Likes Received:
      12
      Trophy Points:
      8
      just added the water quests, that was a pain
       
    11. chaaban

      chaaban New Member

      Joined:
      Nov 15, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      Does this profile do all leyline bling and portals or not yet? otherwise good work !! making my life alot easier
       
    12. zakrn

      zakrn Member

      Joined:
      May 10, 2015
      Messages:
      66
      Likes Received:
      12
      Trophy Points:
      8
      it will work towards leyline bling, so far its 6/8

      it is also 6/9 on Now You're Thinking With Portals
       
    13. ksmaze

      ksmaze Member

      Joined:
      Sep 4, 2012
      Messages:
      239
      Likes Received:
      1
      Trophy Points:
      18
      Great work!
      Here is a piece of working code for quest 41197(You've Got to Be Kitten Me Right Meow - Quest - World of Warcraft)
      Code:
      <CustomBehavior File="RunCode"><![CDATA[
                          
                          var home = new Vector3(2322.228f, 5470.458f, 118.7071f);
                          
                          while (!IsQuestCompleted(41197))
                          {
                            var kitty = Unit(103511);
                            kitty.Target();
      
                            while(kitty != null && kitty.IsValid)
                            {
                                Logging.Write(System.Windows.Media.Colors.Yellow, "[Zak]: Chasing Kitty");
                                float inverse = WoWMathHelper.CalculateNeededFacing(home, kitty.Location);
                                var nLoc = kitty.Location.RayCast(inverse, 2);
                                Navigator.MoveTo(nLoc);
                                await Coroutine.Sleep(3000);
                            }
                          }
                      ]]>
                  </CustomBehavior>
      
       
      khuong likes this.
    14. zakrn

      zakrn Member

      Joined:
      May 10, 2015
      Messages:
      66
      Likes Received:
      12
      Trophy Points:
      8
      awesome, that was a pain lol ill drop it in there
       
    15. caliman

      caliman New Member

      Joined:
      Oct 3, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Bot just farms in the Lower Gardens on number 229. Is it farming a certain item?
       
    16. Crove

      Crove New Member

      Joined:
      Aug 26, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Same for me.

      Someone can help us ?
       
    17. Zher0

      Zher0 Member

      Joined:
      May 10, 2010
      Messages:
      215
      Likes Received:
      0
      Trophy Points:
      16
      Hey could you add the use of the masquerade when in the city at around 152?
       
    18. zakrn

      zakrn Member

      Joined:
      May 10, 2015
      Messages:
      66
      Likes Received:
      12
      Trophy Points:
      8
      229 is trying to get quest 41030 from killing mobs, might be missing something
       
    19. ewqqweewq

      ewqqweewq New Member

      Joined:
      Oct 4, 2016
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      At step 229 bot farms a quest item, what if you have completed this quest already?
       
    20. wizfor

      wizfor Member

      Joined:
      Mar 8, 2013
      Messages:
      246
      Likes Received:
      3
      Trophy Points:
      18
      how do you get it to pick up mana? it bypass them for me. maybe im not far enough yet?
       

    Share This Page