• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • New Hunter CC - Need your input

    Discussion in 'Archives' started by fpsware, Feb 16, 2010.

    Thread Status:
    Not open for further replies.
    1. kolklik

      kolklik Guest

      Joined:
      Mar 2, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      im pretty sure mine was given Salted vension :) Perhaps your pet doesnt like that type of food? press c go to pet and mouse over the happiness icon (i think, long time since i checked as all my pets are meateaters)
       
    2. khurune

      khurune Member

      Joined:
      Jan 15, 2010
      Messages:
      836
      Likes Received:
      4
      Trophy Points:
      18
      Try removing the food as a hunter your not gonna need to eat yourself that much tbh. The feed bug is present and will be worked on. Just feed your pet till its happy manualy then try it at value 70with mending and mend. Also spec pet into guard dog if tenacity pet and your high enuff.

      So to recap;
      Remove all food from settings tab,
      Pet feed value to 70,
      Spec pet to guard dog if possible,
      Use mending and mend pet glyphs.

      This works for my 27hunter, but please remember this is beta state currently, and them bugs will be worked out asap.
       
    3. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      If you're having problems with pet feeding download the newest build. It will show you what its tring to feed your pet. I've just discovered that some items such as Strange Spores have the in-game type of Meat. And because my pet eats meat the CC was trying to feed it a Strange Spore.

      If you encounter a problem similar to this you can tell the CC to ignore specific, edit the CC with notepad and find the following:

      Code:
       
      privateList<string> ignoreAsPetFood = newList<string>()
      {
             "Strange Spores","Other Weird Named Thing Here"
      };
      
      Add the item name to the list. You MUST keep the same format, the last item in the last must NOT have a comma after it.
       
    4. kolklik

      kolklik Guest

      Joined:
      Mar 2, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      fpsware:
      I <3 U

      been using one of the older builds which worked pretty good, few bugs, nothing big.
      Will test this one tonight :D while lvling my new hunter (ye secound hunter being lvl'ed)

      and let you know tomorrow perhaps how it goes.

      :)
       
    5. kolklik

      kolklik Guest

      Joined:
      Mar 2, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      about the pet feeding issue

      found this code
      if (IsPetHappinessBelow(80) && !noFoodLeft)
      {
      result = true;
      slog("PET HAPPINESS: " + Me.Pet.CurrentHappiness);
      }

      changing it to

      if (IsPetHappinessBelow(petHappinessFeed) && !noFoodLeft)
      {
      result = true;
      slog("PET HAPPINESS: " + Me.Pet.CurrentHappiness);
      }

      and setting that variable to 0 causes the pet to never get feed which is to prefer for me as lvl 80 farming lower lvl mobs (ie. dont need the bonus dmg really)

      just a note to those whos ripping off hair :p
       
    6. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      I've corrected those changes in the currently available build.
       
    7. PolkSDA

      PolkSDA New Member

      Joined:
      Jan 15, 2010
      Messages:
      41
      Likes Received:
      1
      Trophy Points:
      0
      Seems to be working quite well (Level 76, Shalozar Basin). A few suggestions, if I might:

      1. It tries to engage mount even when running short distances to loot mobs. This isn't natural behavior and might look suspicious. If lootable corpses are within the loot range, a mount should not be used.

      2. It's wasting time that it could be using AoV. It does a check upon completion of looting and if mana is > 80% it switches to dragonhawk. There is no need to do the check at that point. AoV could be in effect for the entire time the toon is running/riding to the next combat. It's a minor niggle to be sure, but could get you closer to 100% mana more consistently.

      3. My toon has yet to ever start running towards the corpse before it is dead, even with the option turned on. Do I need to change the premptiveMobHP to a number higher or lower than the default of 18?

      Great CC though!
       
    8. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      1. This is HB. Not the CC. Nothing can be done.
      2. AoV settings are completely customisable, feel free to change the settings.
      3. Increase the value.

       
    9. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
    Thread Status:
    Not open for further replies.

    Share This Page