• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Character wont loot all healing gear.

    Discussion in 'Honorbuddy Support' started by cgw-1991, Jan 2, 2012.

    1. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
      Ok i am currently leveling a holy pally using instance buddy. My only issue thus far with what it is doing is i dont know how to configure it to need cloth gear leather and so on since im only level 20 and good mail healing gear doesn't start poping up till late level 30s. Anyone have any idea how I can set it so that my character will roll on healer gear of all types and not just mail? The looting seems to be handled by auto equip. But their are no options that i have seen thus far to have it need on all types of items from cloth to mail.
       
      Last edited: Jan 3, 2012
    2. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
    3. AutomaticCoding

      AutomaticCoding Banned

      Joined:
      Dec 20, 2011
      Messages:
      1,091
      Likes Received:
      1
      Trophy Points:
      0
      Pretty sure you could just modify the .cs of auto equip to need if the stats are higher than **.
       
    4. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
      would you know where in the cs?
       
    5. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
      cause i cant find any wayset options anywhere
       
    6. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
    7. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      stop bumping your threads. Easy way to get your thread deleted
       
    8. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
      My apologies for trying to seek help.
       
    9. Giwin

      Giwin Well-Known Member Buddy Store Developer

      Joined:
      Dec 3, 2011
      Messages:
      3,431
      Likes Received:
      49
      Trophy Points:
      48
      hes not annoyed that you're seeking help, only the frequency in which your bumping your thread is excessive.
       
    10. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      try to find the CS-File where it should be ... Autoequip2 is plugin.. so what u think, where could you find the file? ;)

      check out these line(s) and try to figure out how to change it ;)

      PHP:
                      // Make sure we only roll need if the item is of the wanted armor class for this player (or if it's a cloak, trinket, ring or neck).
                      
      bool needRollForArmor rollItemInfo.ItemClass == WoWItemClass.Armor &&
                          (
      rollItemInfo.ArmorClass == _weightSet.GetWantedArmorClass() || miscArmorType.Contains(rollItemInfo.InventoryType));
      the weightset class can't be changed by yourself, so you have to do a dirty hack for this, but don't forget ...
      - if you are within a levelrange where the ArmorClass drops the right gear you should switch this line back to the original
      - if you update your hb (if theres a new release) ... change will be undone (i think)
       
      Last edited: Jan 3, 2012
    11. cgw-1991

      cgw-1991 New Member

      Joined:
      Jun 11, 2011
      Messages:
      150
      Likes Received:
      0
      Trophy Points:
      0
      k im confused so i need to modify this text
      bool needRollForArmor = rollItemInfo.ItemClass == WoWItemClass.Armor &&
      (rollItemInfo.ArmorClass == _weightSet.GetWantedArmorClass() || miscArmorType.Contains(rollItemInfo.InventoryType));
      to something else so that i can have it need on cloth and stuff?
       

    Share This Page