• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Amplify - a Mage CC Powered by Blast Processing!

    Discussion in 'Archives' started by CodenameG, Oct 23, 2010.

    1. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      are u using the latest version of HB because my mage is working fine with this cc ? i have those logs to but the mage is just running fine
       
      Last edited: Feb 20, 2011
    2. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      the thing is i need to know what settings he has, more specificly what his frost nova setting is set to, and if he has changed it from automatic, to change it back and see if that resolves the issue.
       
    3. mrtrailmix

      mrtrailmix New Member

      Joined:
      Dec 19, 2010
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      0
      My 53 gnome mage won't ever attack a mob my pet is attacking or aggroed first.
      [10:03:21 AM:144] Cleared POI - Reason Exception in Root.Tick()
      [10:03:21 AM:144] Cleared POI
      [10:03:21 AM:243] System.NullReferenceException: Object reference not set to an instance of an object.
      at Amplify.Amplify.<Frost_rotation>b__100(Object ret) in c:\HB4129\CustomClasses\Amplify\Frost.cs:line 48
      at TreeSharp.Decorator.CanRun(Object context)
      at TreeSharp.Decorator..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.Switch`1..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.Decorator..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.Decorator..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at TreeSharp.PrioritySelector..MoveNext()
      at TreeSharp.Composite.Tick(Object context)
      at Styx.Logic.BehaviorTree.TreeRoot.()
       
    4. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      one problem sometimes the frost elemental targets a mob and the char doesend target that mob how do i fix this?
       
    5. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      well i need a full log, if i had a nickle for every time i said that i would have some money...yea.
      use more descriptive words, its hard to tell what you mean exactly.
       
    6. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      I had a few issues with line of sight, it tried to cast spells at the target and wow gave "target not in line of sight" until i moved the character a bit myself.

      I remember it happen for thaelis and felendren, in the pull-state.
      Watch out for "Ziel ist nicht im Sichtfeld" from RedMessage.
       

      Attached Files:

    7. karsak0w

      karsak0w New Member

      Joined:
      Feb 21, 2011
      Messages:
      23
      Likes Received:
      1
      Trophy Points:
      0
      for a quick and dirty fix, change line 110 in Amplify.cs from
      Code:
      if (Error == "Target not in line of sight")
      to
      Code:
      if (Error == "Target not in line of sight" || Error == "Ziel ist nicht im Sichtfeld" )
       
    8. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      I think you shouldnt watch for the error itself and then react to it, but prevent it from trying to cast spells if not in los^^
       
    9. karsak0w

      karsak0w New Member

      Joined:
      Feb 21, 2011
      Messages:
      23
      Likes Received:
      1
      Trophy Points:
      0
      Amplify dosnt just watch the red message errors but sometimes hb fails in its LoS check (failed in your case for example), checking the error is better than doing nothing to handle this "worst case" scenario
       
      Last edited: Feb 22, 2011
    10. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      HB will sometimes think its in line of sight, when the mob really isn't. that's why i have it check for the message, and if the message comes up, then it should navigate to the target. usable the check Me.CurrentTarget.InLineOfSight works fine, but theres 1 out of 1000 times where its wrong. and sometimes Navigate action can failing at times. so i do need to go in and rig it up properly so it wont keep spamming about.

      ill add the german text as well
      and thanks karsak0w for answering the question
       
    11. mrtrailmix

      mrtrailmix New Member

      Joined:
      Dec 19, 2010
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      0
    12. atg68

      atg68 New Member

      Joined:
      Oct 19, 2010
      Messages:
      933
      Likes Received:
      6
      Trophy Points:
      0
      i havent read the whole thread, so forgive me if it's been asked/addressed.. but my frost mage always re summons his water elemental if he dismounts..

      1) combat ends, water elemental is alive
      2) mount up and run to next mob
      3) dismount
      4) summon new water elemental

      anyone else have this problem?
       
    13. Artwebb1986

      Artwebb1986 New Member

      Joined:
      Jan 7, 2011
      Messages:
      358
      Likes Received:
      0
      Trophy Points:
      0
      Well unless you take 3 mins to run to the next mob that cant be possible since Water Elemental is a 3 min cooldown.

      Your water elemental doesn't go away when you mount its just hiding until you dismount
       
    14. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      yea, im leveling a new toon as we speak, and i havent seen that happen.
       
    15. atg68

      atg68 New Member

      Joined:
      Oct 19, 2010
      Messages:
      933
      Likes Received:
      6
      Trophy Points:
      0
      the elemental does disappear when i'm mounted, but gets re-summoned as soon as i dismount even though it's still summoned... if it's on CD, it doesnt summon. Level 41 Orc Mage.. it is doing it with the default mage and this cc and on multiple computers.
       
    16. atg68

      atg68 New Member

      Joined:
      Oct 19, 2010
      Messages:
      933
      Likes Received:
      6
      Trophy Points:
      0
      hmm, tried it on a 3rd computer and it's not doing it.. very strange... all 3 computers are win7 64...
       
    17. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      ill take another look at the code, if i remember right i put it on a timer so it wouldnt go off. are you using any 3rd party action bar addons? if yes, try disabling them.
       
    18. atg68

      atg68 New Member

      Joined:
      Oct 19, 2010
      Messages:
      933
      Likes Received:
      6
      Trophy Points:
      0
      nope, no action bar addons.. just titan panel ..

      and it did do it on the 3rd computer.. so it's doing it on all my computers.. it almost like when it dismounts, it thinks the elemental isnt there so it summons it.. i could post a log if you like..
       
    19. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      !Me.Mounted && SpellManager.HasSpell("Summon Water Elemental") && !Me.GotAlivePet

      so i guess i didnt have a timer on it like i thought, ill add it to the list of fixes for the next version.
       
    20. atg68

      atg68 New Member

      Joined:
      Oct 19, 2010
      Messages:
      933
      Likes Received:
      6
      Trophy Points:
      0
      ok cool.. good to know it's not something i am doing wrong :D
       

    Share This Page