• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - GB2] RoutesBuddy - Imports data from Routes addon and exports to GB/GB2

    Discussion in 'Archives' started by highvoltz, Feb 4, 2011.

    1. I3ig Al

      I3ig Al New Member

      Joined:
      Feb 14, 2010
      Messages:
      215
      Likes Received:
      3
      Trophy Points:
      0
      Hey Highvoltz i just wanted to thank you again for this amazing plugin. i was sad to see when Cata finally broke Pheonix EditPatrol, but now with your plugin and manually edited paths in Routes, its even better than before.
       
    2. x11r6

      x11r6 New Member

      Joined:
      Jan 15, 2010
      Messages:
      354
      Likes Received:
      7
      Trophy Points:
      0
      it doesn't seem to use meshes data do calculate height :( If I set, let's say, 140 as height, that's how the profile will look like:
      Code:
         <Hotspot X="[B]5355.518[/B]"  Y="[B]-3340.8[/B]" Z="[B]140[/B]" /> 
      
          <Hotspot X="[B]5340.795[/B]"  Y="[B]-3508.51[/B]" Z="[B]140[/B]" /> 
      
          <Hotspot X="[B]5341.928[/B]"  Y="[B]-3635.036[/B]" Z="[B]140[/B]" /> 
      
          <Hotspot X="[B]5520.863[/B]"  Y="[B]-3825.25[/B]" Z="[B]140[/B]" /> 
      
          <Hotspot X="[B]5601.271[/B]"  Y="[B]-3506.387[/B]" Z="[B]140[/B]" /> 
      
          <Hotspot X="[B]5532.188[/B]"  Y="[B]-3407.459[/B]" Z="[B]140[/B]" /> 
      
      
      I'm using HB 2.0.0.4265.


      EDIT: It now works, i didn't touch anything at all (not even restarted hb). LOL

      EDIT2: It doesn't work again (i restarted HB).
      The problem seems to be in
      Code:
      newPoint.Z = Styx.Logic.Pathing.Navigator.FindHeights(newPoint.X, newPoint.Y).Min() + height;
      
      in MainForm.cs, because if i add Logging.Write(newPoint.Z.ToString()); i get the "height" value.
       

      Attached Files:

      Last edited: Mar 4, 2011
    3. Hi on Helium

      Hi on Helium New Member

      Joined:
      Jan 22, 2010
      Messages:
      252
      Likes Received:
      3
      Trophy Points:
      0
      you have to have the bot running (i.e. click start) the easiest way to do this is to switch the bot mode to "Do Nothing" and then click on the routes plugin and click import. that should solve your problem.

      Great work Highvoltz!
      -HoHv2
       
      kilan23 likes this.
    4. kilan23

      kilan23 New Member

      Joined:
      Apr 5, 2010
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      0
      Thank you thank you for this, no more stuttery paths! +rep to you and more rep to HV for this wonderful addition
       
    5. Hanns

      Hanns New Member

      Joined:
      Jan 16, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      I can't seem to get this to work. I have routes, gathermate2 and data all installed as addons aswell as placed in the plugins folder. I can't seem to get HB to run or "do nothing", it just stops itself saying "This profile does not contain any profiles fitting the character!", doesn't matter if I select a CC. I can get it to actually run under do nothing if I select like an Uldum profile for it, but still nothing populates on the list to convert.

      Clicking Import just gets me red text of "No Routes found". :(

      Looking @ debug log I have:
      [12:45:43 PM:364] Plugin RoutesBuddy threw an exception in 'OnButtonPress'! Exception:
      [12:45:43 PM:364] System.NullReferenceException: Object reference not set to an instance of an object.
      at RoutesBuddy.RoutesBuddy.OnButtonPress() in c:\*\*\*\*\*\Plugins\RoutesBuddy\RoutesBuddy.cs:line 90
      at Styx.Plugins.PluginWrapper.OnButtonPress()

      I got that same message when trying to run the profile before converting.
      Profile in question is http://www.thebuddyforum.com/gatherbuddy-forum/profiles/cataclysm/15939-herbing-mining-vashjr.html the herbing one.
       
      Last edited: Mar 31, 2011
    6. nothing1985

      nothing1985 New Member

      Joined:
      May 3, 2011
      Messages:
      42
      Likes Received:
      1
      Trophy Points:
      0
      Wonderful plugin Hv! , will make many others great profile with this.
       
    7. Techz

      Techz Member

      Joined:
      Jan 15, 2010
      Messages:
      299
      Likes Received:
      1
      Trophy Points:
      18
      i must be doing something really wrong as all i get it to say in HB no routes found after updating the addon from curse and everything :-(
       
      Last edited: May 14, 2011
    8. tomshawnson2

      tomshawnson2 New Member

      Joined:
      Apr 14, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      does this not work for deepholm or is it just me? keeps trying to fly way too high up till it hits the top of the zone. other areas i made profiles for weren't having this problem
       
    9. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      You have to install the Routes, GatherMate2, and GatherMate2 Data WoWclient addons. You must learn to use them manually, first.

      Probably the trickiest thing is importing the GatherMate2 Data into GatherMate2, and arranging for it to be automatically updated. All the information you need for this is either on Curse, or linked from Curse. Practice with the addons by creating a few routes, and observing the created routes via your map/minimap.

      Once you have done this, it should be obvious how to incorporate your creations into Highvoltz' wonderful RoutesBuddy plugin. All of the information you need to hook the 'addons' into the 'plugins' is clearly explained in the first post. But first, you must understand how to use the addons by themselves.


      I haven't done Deepholm, but I did Vashj'ir which had similar problems. It was a "user error" on my part. Honorbuddy *must* be running as the plugin runs, and you are making your routes. The plugin apparently uses Honorbuddy internal navigation routines that return bad data (especially 'height'), if Honorbuddy is not running.

      This may or may not be your problem, but its something that wasn't obvious to me until I re-read the first post:
      5. Make sure HB is running, can be in any bot mode but needs to be running to load the mesh which is needed to get the heights​


      cheers,
      chinajade
       
    10. jwlionking

      jwlionking Member

      Joined:
      Sep 24, 2010
      Messages:
      97
      Likes Received:
      13
      Trophy Points:
      8
      Is this plugin broken for 2.0.0.5354? It doesn't seem to want to import any routes.
       
    11. Altoids

      Altoids New Member

      Joined:
      Jul 21, 2011
      Messages:
      936
      Likes Received:
      8
      Trophy Points:
      0
      You're kidding me... I just read through the 9 pages and liking it more and more as I went only to read your post at the end?

      But... I'm going to still try it when I get home... I'm hoping it's because jwlionking isn't using the routes plugin properly. I've used Routes, Gathermate2 and the data import before so I know how to get them working. Now it's just a matter of whether this will still import the data. I hope so cause honestly, this would be sweet!
       
    12. jwlionking

      jwlionking Member

      Joined:
      Sep 24, 2010
      Messages:
      97
      Likes Received:
      13
      Trophy Points:
      8
      I definately know how to use all the above as I have created 50+ profiles using this. This is why I am hoping someone can confirm either way so I can troubleshoot farther.. Might be an issue with my Routes.. I don't want to mess with it yet as I just got done with an intricate routes profile.
       
    13. jwlionking

      jwlionking Member

      Joined:
      Sep 24, 2010
      Messages:
      97
      Likes Received:
      13
      Trophy Points:
      8
      odd.. This must be the first time I never ran the bot prior to using the plugin.. So this is what needed to happen. so, Whomever is watching this, the plugin still works...
       
    14. Altoids

      Altoids New Member

      Joined:
      Jul 21, 2011
      Messages:
      936
      Likes Received:
      8
      Trophy Points:
      0
      Yep, I can confirm it's still working as well. Over the long weekend I created and used several routes using this method - it's a great plugin!

      Thanks Highvoltz!
       
    15. Smarter

      Smarter Member

      Joined:
      Jan 15, 2010
      Messages:
      763
      Likes Received:
      9
      Trophy Points:
      18
      Request: Add ability to create Ground Farming Profiles - I attempted this by setting Height to 0 but did not produce usable results.
       
    16. LaoArchAngel

      LaoArchAngel Member

      Joined:
      Oct 14, 2010
      Messages:
      101
      Likes Received:
      1
      Trophy Points:
      18
      No, that definitely won't do it. This plugin sets the height you input as the Z-coordinate of your node. It is not a transformation from the actual Z-coordinate from your node. That means that if, for example, you try to use this plugin to create a route in Deepholm and set the height to 0, your profile will be searching for nodes in the air most of the time, and underground around the outer edges. The Z-coordinate handling in this plugin could use a bit of revision.

      Sent from my Galaxy S II.
       
    17. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      I can confirm this still works :)
      Just made an Uldum profile. In the export settings I had -- Height:45 -- Type: HB(GB2) -- Smooth Path (checked)
      Testing the profile now. So far so good :)
       
    18. Phoenix_x1337

      Phoenix_x1337 New Member

      Joined:
      Oct 26, 2011
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      0
      no1knowsy could you upload your stats? I wonder howmany nodes you are able to farm there with decent competition.

      Thanks in advanced
       
    19. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      Approx 80 nodes per hour :)
      Lost the last report sry.
       
    20. Phoenix_x1337

      Phoenix_x1337 New Member

      Joined:
      Oct 26, 2011
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      0
      Sounds good :) Combining with herbing aswell or just mining?
       

    Share This Page