What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Suramar Post Intro - being developed

[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
 
Well, at the moment my bot is stuck. According to the log it's working on step 243 or 244. He goes to Felsoul Hold and engages those Felsoul crusher's. Is there a way see what mobID 246703 equates to? There something messed up here and I don't know what.

I've tried checking the quests all the way up to step 250 with; /dump IsQuestFlaggedCompleted(questID). And it comes out true. I even completed the Commander Domitille quest manually.

EDIT: I think I found the problem in the code. In the 170-289 profile the following line of code appears;

<!--These are the vendors you want the bot to go to when doing a repair or vendor run-->
<Vendors>
<Vendor Name="Felsoul Crusher" Entry="99764" Type="Repair" Nav="Fly" X="1122.2" Y="5189.969" Z="67.72179"


My toon was a bit low on repair, and he goes to those elite's to fix that, haha! please fix :D

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
 
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
 
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


after i discovered the flight path outside the cave things started working fine. sorry for inconvenience.
 
there will be a bunch of quality of life fixes in the next update, i reworked the trap usage portion for the 250's MUCH less annoying. found some other bugs to fix as well.

vendor removed, i must have copied it from somewhere by accident

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?
 
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!
 
Does this profile do all leyline bling and portals or not yet? otherwise good work !! making my life alot easier
 
it will work towards leyline bling, so far its 6/8

it is also 6/9 on Now You're Thinking With Portals
 
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>
 
Bot just farms in the Lower Gardens on number 229. Is it farming a certain item?
 
Hey could you add the use of the masquerade when in the city at around 152?
 
229 is trying to get quest 41030 from killing mobs, might be missing something
 
how do you get it to pick up mana? it bypass them for me. maybe im not far enough yet?
 
Back
Top