• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Mephiles - A Mage Custom Class.

    Discussion in 'Archives' started by CodenameG, Jun 10, 2010.

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

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      you need to make sure, you go into the CC config options, and uncheck the all but the one spell you wanna pull with. its not as automatic as project e was, but im hoping the ends will justify the means.
       
    2. Wiggles

      Wiggles New Member

      Joined:
      May 29, 2010
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      when i click the CC Configuration it loads a blank screen that says Form1 :|
       
    3. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      you need to make sure when you install it, you copy over the whole Mephiles folder to your CC folder, or it wont work.
       
    4. Wiggles

      Wiggles New Member

      Joined:
      May 29, 2010
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      redownloaded it and it works fine now, the only problem now are the arcane and fire tabs....

      and escape artest to artist
       
      Last edited: Jun 14, 2010
    5. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      yea, i havent implemented anything there in thoese tabs yet, also, i havent done the racials.
       
    6. Hobbymsmatt

      Hobbymsmatt New Member

      Joined:
      Apr 27, 2010
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      sorry if this is a dumb question, but does this work for pvp?

      oh and also, what version of HB is this for?
       
      Last edited: Jun 18, 2010
    7. Foebik

      Foebik New Member

      Joined:
      Jan 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      Once, I notice that my level 35 mage tried to pull with a Frost Nova.

      Code:
      Activity: Moving to hotspot
      Activity: Setting Starving Bonepaw at 27 yards as your target
      Stop and dismount...
      Activity: Pulling Starving Bonepaw now.
      Casting Frost Nova
      Casting Frostbolt
      Activity: Combat
      Casting Frost Nova
      Casting Frostbolt
      Activity: Looting Starving Bonepaw.
      And I saw this issue in Project E. But seems to be more of an issue in the new release. When there is multiple attackers, it will sheep one, attack, sheep another, attack, sheep again and so on.

      Is there a way for the code to tell if it has already cast sheep and not do it again for x secs maybe?

      Code:
      Activity: Combat
      Warning: there are 4 attackers.
      Casting Frost Nova
      Warning: there are 4 attackers.
      Casting Fire Blast
      Warning: there are 4 attackers.
      Casting Frostbolt
      Warning: there are 4 attackers.
      Casting Frostbolt
      Warning: there are 4 attackers.
      Casting Frostbolt
      Warning: there are 3 attackers.
      Casting Frostbolt
      Warning: there are 3 attackers.
      Casting Frostbolt
      Warning: there are 3 attackers.
      Casting Frost Nova
      Warning: there are 2 attackers.
      Activity: Releasing from corpse
      I died.
      And it doesn't seem to know when or how to use Evocation.

      Thanks
       
      Last edited: Jun 19, 2010
    8. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      im looking at the code and im not exactly sure what happend during the pull stage, or why it would force out a frost nova, not once but twice, make sure your using the latest version. and evocation is set to go of when resting, when you have full health, IE over the resting value for eating, and just your mana is low. i figured there was no sense in wasting it if it was just going to sit and eat anyway.
       
      MDurner11 likes this.
    9. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      im not exactly sure why pyroblast was going off, its not in the fire rotation at all, its sometimes normal during Pull, where it will cast, then cast again, because your not in combat yet, but thats not the case. again, make sure your using the latest version.
      the only time pyroblast should go off is when. SpellManager.CanCastSpell("Pyroblast") && Me.Buffs.ContainsKey("Hot Streak") maybe the buff detection is failing, not exactly sure why though.
       
    10. spudstar999

      spudstar999 New Member

      Joined:
      Jan 15, 2010
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      0
      Hello Codename G

      tried it on my lvl 80 frost mage .. was not as good as thought ...

      he jumps alot ... goes very near to the target ?! maybe because my movement keys are changed ... also tries over 9thousend :D times to cast deep freeze...

      attached log
       

      Attached Files:

    11. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      since my mage isnt frost anymore, refresh my memory when exactly do you want to cast deepfreeze?
       
    12. bdragon122

      bdragon122 Member

      Joined:
      Jan 15, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      when the mob is frozen from nova or frostbite effect
       
    13. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      Me.CurrentTarget.Buffs.ContainsKey("Frostbite") || Me.CurrentTarget.Buffs.ContainsKey("Frost Nova") || Me.CurrentTarget.Buffs.ContainsKey("Freeze") || Me.ActiveBuffs.ContainsKey("Fingers of Frost")

      so maybe it needs to be taken down some. but in the mean time, just uncheck deep freeze to prevent it from being used. its a little my failt too now that im looking at it, ill put out a new release fixing it.
       
    14. spudstar999

      spudstar999 New Member

      Joined:
      Jan 15, 2010
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      0
    15. Foebik

      Foebik New Member

      Joined:
      Jan 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0

      Normailly this would be true. But for leveling I am using the Evocation glyph. The one that gives back both health and Mana. I would like it to use it when every its available. As far as version. I am using the current one (just down loaded it last night for the first time).
       
    16. bdragon122

      bdragon122 Member

      Joined:
      Jan 15, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      having a fresh set of problems at the mo

      I'm currently using a Arcane build and the toon keeps intrupting him self on casting Arcane blast gets half way through casting then either starts spaming the button and interupting its self or spaming manashield all it seems to achive is to use all its mana without doing any damage.

      edit: this is with hb beta 4 was working ok with privious hb
       

      Attached Files:

      Last edited: Jun 19, 2010
    17. roflbear

      roflbear Member

      Joined:
      Jun 3, 2010
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
      Doesn't really do much.. casts 1 frostbolt everytime then stands there waiting to frost nova and then casts cone of cold and ... staves. I give up.
       
    18. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      chances are you didnt go into the config and setup the options correctly.
       
    19. roflbear

      roflbear Member

      Joined:
      Jun 3, 2010
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
      I definately did, thats why I was so shocked at the results. I don't seem to be able to find a decent mage CC - and when I say decent I mean on par with a Priests - but I do understand it's ALOT more difficult; I still use youe PE one but even then its annoying it dies alot, mainly due to my profile though.

      One other thing I've noticed with both mage cc's - howcome when they sheep they stand there for the duration until it repops?

      And when the pet is fighting something, the mage will stand and let it fight it 1on1 until the pets dead before joining in.
       
    20. Foebik

      Foebik New Member

      Joined:
      Jan 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      As I understand it, this is a HB problem. Not a CC issue. I could be wrong. But that is what I have read in other threads.
       
    Thread Status:
    Not open for further replies.

    Share This Page