What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Typhonus - A Cyclone Routine

tozededao

Community Developer
Joined
Jan 15, 2010
Messages
1,225
Typhonis - A Cyclone Routine

Hello guys, I'm trying to make my cyclone build work well with EB. Don't expectt this CC to be top notch, I'll try my best though. So far it seems better than OldRoutine and I will keep improving it.

I suggest using Leap Slam. It also supports Herald of Ash, Arctic Armour and Hatred.


How to Install :

Extract all the files inside the zip to Routines folder.


How to Configure IMPORTANT :

On the settings tab the are 4 settings :

Cyclone Range - This is the radius of your cyclone. Here you can see the weapon range. Play with the value, atm I'm using 15 please try differen't values.

Cyclone Target Range - This is the range at it will choose cyclone to attack, should be equal or lower than your Cyclone Range, if the distance to the main target is higher than this it will move or Leap Slam into it. I use 12.

Cyclone Max Target Range - This is the distance away from the monster where the bot will click to cyclone, leave this with a low value between 1 and 5. I'm using 3. Once again play with values to find the best settings for you.

Random Targeting - I left this as an option because I was debugging it but it seems to be working well. Turn this ON.

Farm Dominus - It skips all the trash on the way to Dominus. Also weapon swaps if you have a Reaper's Pursuit to cull and use Divination Distillate



Todo :
Improve the cyclone, stop, cyclone,stop. Basically trying to chain cyclones.

Thanks :
Thanks to Pushedx for helping me with some ideas. And thanks in advance to him aswell because I'll be bothering him regularly :)
Naut for the Rarity Flask snippet.
 

Attachments

Will test this out today and let you know feedback. First thing I noticed is it is not casting blood rage, I assume thats an easy fix
 
Thanks can you also add the option for haste aura as i use haste and hatred

The aura logic is the same as the OldRoutine, Hatred is coded the same way as Haste, it should be casting Haste aswell.
 
Thanks can you also add the option for haste aura as i use haste and hatred
Currently the 100% reservation seems broken, it's not the routine's problem, it's the core checking the skill and saying that it cannot use, while it actually can. I made a topic for this in support, hopefully it will get fixed.
 
Currently the 100% reservation seems broken, it's not the routine's problem, it's the core checking the skill and saying that it cannot use, while it actually can. I made a topic for this in support, hopefully it will get fixed.

That's odd because I'm reserving 100% of my mana using this routine.
 
when using your routine it seems to skip mobs if a chest is nearby and then if another chest is nearby that chest it will continue walking away form the mobs and then you find it skips many many mobs lol, chest should be lower priority
 
when using your routine it seems to skip mobs if a chest is nearby and then if another chest is nearby that chest it will continue walking away form the mobs and then you find it skips many many mobs lol, chest should be lower priority

It doesn't happen with me and I'm pretty sure Routine doesn't interact with chests. Did you set up the numbers like the first post says?
 
leap slam

Hey, I have a facebreaker build and that means I can't leap slam... Can you not make a check box that ask if user wishes to leap slam or not?
 
Hey, I have a facebreaker build and that means I can't leap slam... Can you not make a check box that ask if user wishes to leap slam or not?

Won't need a checkbox I'll add a way to check if it has it or not.
 
Updated on the first post. Changed some code in order to make Cyclone be cast faster, also added an autocheck for non Leap Slam users.
 
Ran this over night, woke up to lots of red in my EB window.

Errors starting at line 117746.

Bot was just standing outside of town in dried lake.

Code:
2015-07-30 10:35:34,774 [33] ERROR CustomLogger (null) - [Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at Loki.Bot.Pathfinding.ExilePather.?????????????????????????????????????????.?????????????????????????????????????????(Int32 , Int32 )
   at Loki.Bot.Pathfinding.ExilePather.Raycast(Vector2i start, Vector2i end, Vector2i& hitPoint, Boolean dontLeaveFrame)
   at Loki.Bot.Pathfinding.ExilePather.CanObjectSee(NetworkObject obj, NetworkObject other, Boolean dontLeaveFrame)
   at Typhonis.Typhonis.<Logic>d__37.MoveNext() in c:\Users\Rob\Documents\My Games\Path of Exile\SpinToWin\Routines\Typhonis\Typhonis.cs:line 956
 

Attachments

Ran this over night, woke up to lots of red in my EB window.

Errors starting at line 117746.

Bot was just standing outside of town in dried lake.

Code:
2015-07-30 10:35:34,774 [33] ERROR CustomLogger (null) - [Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at Loki.Bot.Pathfinding.ExilePather.?????????????????????????????????????????.?????????????????????????????????????????(Int32 , Int32 )
   at Loki.Bot.Pathfinding.ExilePather.Raycast(Vector2i start, Vector2i end, Vector2i& hitPoint, Boolean dontLeaveFrame)
   at Loki.Bot.Pathfinding.ExilePather.CanObjectSee(NetworkObject obj, NetworkObject other, Boolean dontLeaveFrame)
   at Typhonis.Typhonis.<Logic>d__37.MoveNext() in c:\Users\Rob\Documents\My Games\Path of Exile\SpinToWin\Routines\Typhonis\Typhonis.cs:line 956


Not only you left it unattended which you shouldn't do it on a beta, youre not using the values that I said on the first post either
 
Back
Top