• Visit Rebornbuddy
  • For The Archon Wizard

    Discussion in 'Archives' started by sooslue, Sep 16, 2015.

    1. sooslue

      sooslue New Member

      Joined:
      Oct 6, 2014
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      i just fixed the frost nova and the archon should be nolong waiting for the 20buff anymore.it looks like used off cd.
      this is just for archon build,because of the frost nova wont be used anymore.
      View attachment WizardCombat.cs

      or u can do this

      ctrl + f search for "frost nova"
      // Frost Nova
      // if (CanCast(SNOPower.Wizard_FrostNova) && !Player.IsIncapacitated &&
      // ((Runes.Wizard.DeepFreeze.IsActive && TargetUtil.AnyMobsInRange(25, 5)) || (!Runes.Wizard.DeepFreeze.IsActive && (TargetUtil.AnyMobsInRange(25, 1) || Player.CurrentHealthPct <= 0.7)) &&
      // CurrentTarget.RadiusDistance <= 25f))
      // {
      // return new TrinityPower(SNOPower.Wizard_FrostNova, 20f);
      // }



      // if (CanCast(SNOPower.Wizard_FrostNova) && !Player.IsIncapacitated && !ShouldWaitForConventionElement(Skills.Wizard.Fros tNova) &&
      // ((Runes.Wizard.DeepFreeze.IsActive && TargetUtil.AnyMobsInRange(25, 5)) || (!Runes.Wizard.DeepFreeze.IsActive && (TargetUtil.AnyMobsInRange(25, 1) || Player.CurrentHealthPct <= 0.7)) &&
      // CurrentTarget.RadiusDistance <= 25f))
      // {
      // return new TrinityPower(SNOPower.Wizard_FrostNova, 20f);
      // }

      change the code like this,it will "//" the frost nova ,so the nova wont be used anymore

      and search for "ShouldStartArchon"
      if (Sets.ChantodosResolve.IsFullyEquipped && CacheData.Buffs.HasBuff(SNOPower.P3_ItemPassive_Un ique_Ring_021) && CacheData.Buffs.GetBuff(SNOPower.P3_ItemPassive_Un ique_Ring_021).StackCount < 20)
      return canCastArchon && (elitesOnly || trashInRange || CurrentTarget.IsBoss);

      return canCastArchon && (elitesOnly || trashInRange || CurrentTarget.IsBoss);

      change the false to canCastArchon && (elitesOnly || trashInRange || CurrentTarget.IsBoss)
       
      Last edited: Sep 21, 2015
    2. emotions1337

      emotions1337 Member

      Joined:
      Dec 6, 2012
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Hey mate, great, thanks a lot. i will test it and i will give you a feedback.
       
    3. turkeyslayer

      turkeyslayer Member

      Joined:
      Sep 9, 2014
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      hey sooslue are these and the archon teleport settings the only changes you made for your wizard ?
       
    4. ~Tziki~

      ~Tziki~ Member

      Joined:
      Oct 25, 2012
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      6
      why would you want it to NOT wait for 20 stack buff? thats like.. a big part of the whole build? xD
       
    5. sooslue

      sooslue New Member

      Joined:
      Oct 6, 2014
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      its a shit part of the archon build,it will waist time of ur highly archon buff and the 20 stack buff just usefull for frist shoot,then goes to nothing
       
    6. Teveten

      Teveten New Member

      Joined:
      Oct 2, 2015
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Are you having any issues with your bot not getting in range or casting anything while in Archon form? Mine looks like its trying to cast something, but doesn't. And it's not even in range for the chantodos aoe to kill anything.

      Suggestions?
       
    7. Weal

      Weal New Member

      Joined:
      Oct 27, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      hey I have problem when I change the Old plug-in by yours, Trynity disappear, maybe because I try in Rift. Idk
       

    Share This Page