• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Druid Leveling Problem

    Discussion in 'Archives' started by crazy00eyes, Jan 26, 2010.

    1. crazy00eyes

      crazy00eyes New Member

      Joined:
      Jan 22, 2010
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      Whenever I'm shape-shifted Honorbuddy thinks that my mana bar is my health bar. This slows down the process of leveling a lot. Is there any fix planned for this?
       
    2. iconz

      iconz Member

      Joined:
      Jan 15, 2010
      Messages:
      181
      Likes Received:
      0
      Trophy Points:
      16
      yeah that a cc thing or hb dev's doing
       
    3. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      Just the name is mixed up
      manual fixit. Its really easy.
       
    4. bobert

      bobert New Member

      Joined:
      Jan 15, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      yep, it says health but if you look at the percent, it really is the mana percent, it still works correctly
       
    5. crazy00eyes

      crazy00eyes New Member

      Joined:
      Jan 22, 2010
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      Um what? How do I fix it?
       
    6. pedram

      pedram New Member

      Joined:
      Jan 15, 2010
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      that reply hardly help him unless you specify the sollution for him.
       
    7. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      1. My computer is broken and in for repair I cant look at the exact line.
      2. I cant look as his code. He didn't post it or anything. I replied as best I could given the description.
      thanks tho
       
    8. xopherw

      xopherw New Member

      Joined:
      Jan 15, 2010
      Messages:
      180
      Likes Received:
      0
      Trophy Points:
      0
      try a diff. cc. i am using fpsware's death chicken and it works great !
       
    9. crazy00eyes

      crazy00eyes New Member

      Joined:
      Jan 22, 2010
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      What is a cc?
       
    10. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
    11. bobert

      bobert New Member

      Joined:
      Jan 15, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      there is no fix as there is not an actual problem, just a wording problem...
      however if you really want it to say mana, open up your GB folder, click on CustomClasses.
      open the Druid.cs file in word/note pad

      about 30ish lines down, youll see this section:

      if (ObjectManager.Me.ManaPercent <= 40)
      {
      slog("Health: " + System.Math.Round(ObjectManager.Me.ManaPercent).ToString() + "%");
      ret = true;
      }

      where it says slog("health

      change it to mana, and problem fixed!
       

    Share This Page