• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Mr.GearBuyer

    Discussion in 'PVP' started by CodenameG, Sep 12, 2012.

    1. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      tell me your kidding me?
      [15:36:53.256 N] [Mr.GearBuyer]: Mr.GearBuyer 2.2 Done Loading.
       
    2. Piraat

      Piraat New Member

      Joined:
      Jun 1, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      Made me lol
       
    3. daft93

      daft93 New Member

      Joined:
      Oct 6, 2012
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
    4. Akq

      Akq New Member

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

      Hi, i had same problem but found a quick fix for it http://kuvauppi.fi/view/output/GUID/88D3A73B-81AE-C167-7AC8-4F253216928C/size/default/quickfix.jpg

      not sure which one is the right one but it worked for me.
       
    5. Boxxy

      Boxxy Member

      Joined:
      Jan 7, 2012
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      6
      1. Get Mr.GearBuyer.
      2. Configure it. He will work properly.
      3. Restart HB.
      4. Mr.GearBuyer cant load their settings from .XML

      Log attached.
       

      Attached Files:

    6. Boxxy

      Boxxy Member

      Joined:
      Jan 7, 2012
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      6
      Sup CnG
      I fixd it for myself.
      Here is a patch:
      Code:
      @@ -28,6 +28,7 @@
       using Styx.Common;
       using Styx.CommonBot.Frames;
       using Styx.CommonBot.Inventory;
      +using System.Globalization;
       
       namespace MrGearBuyer
       {
      @@ -546,17 +547,16 @@
                           _buyOppositePointToBuildUp = Convert.ToBoolean(buyOppositePointToBuildUp.Value);
       
                       var HomeX = settingsXml.Element("HomeX");
                       if (HomeX != null)
      -                    _HomeX = Convert.ToDouble(HomeX.Value);
      +                    _HomeX = Convert.ToDouble(HomeX.Value, CultureInfo.InvariantCulture);
       
                       var HomeY = settingsXml.Element("HomeY");
                       if (HomeY != null)
      -                    _HomeY = Convert.ToDouble(HomeY.Value);
      +                    _HomeY = Convert.ToDouble(HomeY.Value, CultureInfo.InvariantCulture);
       
                       var HomeZ = settingsXml.Element("HomeZ");
                       if (HomeZ != null)
      -                    _HomeZ = Convert.ToDouble(HomeZ.Value);
      +                    _HomeZ = Convert.ToDouble(HomeZ.Value, CultureInfo.InvariantCulture);
       
                       var MapID = settingsXml.Element("MapID");
                       if (MapID != null)
      
      
       
    7. Gandalf1506

      Gandalf1506 New Member

      Joined:
      Jan 15, 2013
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      I fetched the items from vendor, and added them to my wish list. they have been bought successfully, but then removed from wish list-> " [Mr.GearBuyer]: Bought item "Primitives Leder".
      [Mr.GearBuyer]: Removing Primitives Leder from List Since we bought the Item"

      Is this intended? Hope, it works, when I add this item many times to the list, as it will be bought and removed and moves to the next item on list.
      Will look for log.
       
    8. Giwin

      Giwin Well-Known Member Buddy Store Developer

      Joined:
      Dec 3, 2011
      Messages:
      3,431
      Likes Received:
      49
      Trophy Points:
      48
      [Idea]: Please could you add a tickbox which allows a person to buy infinite amounts of Mote of Harmony, as some of us play Random Battlegrounds but accumulate a lot of unneeded honor (playing for conquest points) I repeatedly added the Mote of Harmony but I'm sure that there is a much better way.


      Thank you! :)
       
    9. Gandalf1506

      Gandalf1506 New Member

      Joined:
      Jan 15, 2013
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      and an option to reset the homepoint, i have commented it out in the code.
       
    10. phnx1337

      phnx1337 New Member

      Joined:
      Mar 13, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      when i start my bot next to the honor trader, sometimes after a battleground the bot goes through the door and jumps of the "great wall?". after that he continous to que and join the battlegrounds, but he wont buy anything from the vendor. is that a known issue and are there ways to fix it?

      sorry for my bad english.
       
    11. Feola

      Feola New Member

      Joined:
      Nov 25, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      Work's perfectly! Thank's for this amazing plugin :D
       
    12. Haggy223

      Haggy223 New Member

      Joined:
      Mar 7, 2013
      Messages:
      180
      Likes Received:
      1
      Trophy Points:
      0
      Since the last HB update the plugin doesn't buy anything.

      In the log it says:
      [00:17:00.960 N] [Mr.GearBuyer]: Please move your toon close to the vendor. Otherwise HonorCap won't be able to buy items.

      But I'm standing right in front of the guy.
      Restarted everything a couple of times already.

      Full LOG:
      View attachment 8132 2013-03-18 01.13.txt
       
    13. Mad.Lobster

      Mad.Lobster New Member

      Joined:
      Mar 18, 2013
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      I had a strange issue:
      At the first setup it works preety good, but if i close HB or even stop it and strat again, some strange things will start to happen:
      Mr.GearBuyer doesn't work at all, and it's even not available to open the settings window of the plugin.
      WoW/HB restart can't help it.
      BUT, if i delete my Mr.GearBuyer settings from the settings folder, then the plugin will be instantly back to life. (but i will had to setup it and my wish list again)
      So, what can it be?
       
    14. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      updated to version 3.0

      it should be a lot more happy and stable.

      keep in mind it seems as though the NPC that has the season 13 gear is not in our vendor database yet, so you will need to set your home point pretty close to where the vendor is (like he must be close enough to spawn) i gotta talk to our devs to see if it can get added or i gotta make a work around. that may include adding my own npc database manually.
       
    15. Haggy223

      Haggy223 New Member

      Joined:
      Mar 7, 2013
      Messages:
      180
      Likes Received:
      1
      Trophy Points:
      0

      Awesome!!! Thanks a lot for your hard work!!
       
    16. Mad.Lobster

      Mad.Lobster New Member

      Joined:
      Mar 18, 2013
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Thank's for update and your hard work
       
    17. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      so im almost finished with 3.1 and we got some cool stuff coming.

      1. fixed - HomePoint movement if it cant navigate to it. (should allow honorbuddy to run if ported some where or runs off somewhere it cant nav to)
      2. Repair Swap - allows you to set a preferred repair vendor, so when honorbuddy tries to repair, it will force it to go to our repair vendor instead of the one honorbuddy chooses.
      3. Cached Vendor List - MrGearBuyer now knows where all Point Gear Vendors are, In the event you aren't near it, or Honorbuddy does not have the information where the Gear Vendor is, it will use the information in the plugin. (should resolve the issue where the season 13 vendor is not in honorbuddy's NPC cache yet)

      cool stuff coming.
       
    18. Mad.Lobster

      Mad.Lobster New Member

      Joined:
      Mar 18, 2013
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Hello, before u will release 3.1 can you look at some strange bug, that i postet about few posts before
      I tracked that it's a home point issue:
      when u set the home point and run honorbuddy everything works fine, but if u reload HB, plugin will stop working and u can't even open the settings of the plugin
      but if u will delete homepoint settings:
      Code:
      <MapID>0</MapID>
      <HomeX>0</HomeX>
      <HomeY>0</HomeY>
      <HomeZ>0</HomeZ>
      <HPSet>false</HPSet>
      from the .xml settings file
      then the plugin will be back to life and u can open the settings and set the home point again
      (so if u'r afk and been disconnected and some programm like HBRelog will conect u to the game and open HB, then the plugin will stop working and will log of when honor cap is reached
      then HBRelog will log u back again and ...)
       
    19. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      i fixed it in 3.0

      edit: turns out i didnt fix it in 3.0, and you were correct.
      the issue was that the value for MapId for the homepoint was not being read back into the plugin correctly, so it wasn't matching and causing it to sit there till the homepoint was set again, causing it to be the correct value for the homepoint routine to work correctly.

      but its working now, and i made some changes.

      mounting now works correctly,
      Flying now works as well, this allows MrGearBuyer to move to its HomePoint even if a path cant be generated, Such as if it falls of the wall.

      this is awesome now the only thing i need to do is add another mount / flying routine for if it cant generate a path to the vendor, so it can fly there (but thats not really needed now) as long as the homepoint, your point vendor, and your repair vendor can easly navigate to one another it should be fine, even if it does fall off the wall.
       
      Last edited: Mar 19, 2013
    20. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      updated to Version 3.1
       

    Share This Page