• Visit Rebornbuddy
  • How to edit vaal fireball to only kill mobs with packsize of more than x?

    Discussion in 'Archives' started by tonyhk32, Apr 9, 2017.

    1. tonyhk32

      tonyhk32 Member

      Joined:
      Dec 9, 2010
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      I'm using sparky's CR atm, I changed the vaal spark to VFB.
      I would like to change the build so it will only stop with packsize more than X amount. Since VFB/VS always been a speed run build.

      Could anyone enlighten me on how I can proceed with this magic?

      Thanks!
       
    2. tonyhk32

      tonyhk32 Member

      Joined:
      Dec 9, 2010
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      Or if possible, just keep using movement while on Vaal FB/Spark
       
    3. lyvewyre

      lyvewyre Member

      Joined:
      Jan 3, 2013
      Messages:
      418
      Likes Received:
      12
      Trophy Points:
      18
      In the cast conditions you can set pack sizes.

      For example:

      Code:
      if (_orbOfStormSlot != -1 && _orbOfStormStopwatch.ElapsedMilliseconds >
                          6000 && ((NumberOfMobsNear(LokiPoe.Me, 30) > 5) || (cachedRarity >= Rarity.Magic)))
      
      Here I've set it so it will only try to cast orb of storms if the stopwatch is greater than 6 seconds (the cooldown on the spell), and either the number of mobs within 30 spaces is greater than 5 or it encounters a mob that has rarity Magic or higher. Putting the NumberOfMobsNear with your desired pack size should be fine to configure when to cast the spell, but as for 'only stopping' not sure how to get it to ignore small pack sizes.
       
    4. JUSTAPLAYER123

      JUSTAPLAYER123 Member

      Joined:
      Apr 14, 2017
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      6
      how to edit just keep using movement while on Vaal FB/Spark bro?
       

    Share This Page