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

(Need Help) Cyclone support

Deimos

Member
Joined
Jan 11, 2012
Messages
52
Reaction score
0
I've been having a problem with the cyclone logic. It will attack normally but every once in a while it will stop attacking and die after it's pots run out. I was wondering how I could fix that. It seems to only happen when it's near a solid object it can't walk through.
 
Can you dump the log when it happens... say when you die?

Using any CR other than the default exampleroutine?

Likely pathing problem.. bot is trying to use cyclone but the target point is not valid (as you have helpfully pointed out.. near walls)

wimm
 
Can you dump the log when it happens... say when you die?

Using any CR other than the default exampleroutine?

Likely pathing problem.. bot is trying to use cyclone but the target point is not valid (as you have helpfully pointed out.. near walls)

wimm


"[Logic] Now moving towards the monster Brittle Arsonist because [canSee: False][pathDistance: 49.23917][blockedByDoor: False]"
That's exactly what happens when it's failing to attack. The problem is that the bot doesn't move to the mob it just freezes in place untill something in the code kicks in and unfreezes it, then it's able to move to the mob. I've lowered my melee distance, not sure if that will help but I'll keep tweaking it for a bit see what results I can come up with.

Maybe the problem is the fallback attack? Since I am getting "[Logic] UseAt returned InvalidSlot." I'll change it to 1 and see how that goes..

Also, I'm using the default CR. I haven't wanted to mess with it until I got some input from you guys.


Edit: The dying isn't happening as often now and the freezes aren't as long but it will still try and target a mob that's behind other mobs and it won't be able to attack. I think it may just be a line of sight issue. Do you think that setting range skills as cyclone would help solve the issue?
 
Last edited:
Sorry not sure.. I don't use that skill as it does not play nice with EB because it is one of those rare movement/attack skills

wimm
 
Logic has been fucked for cyclone, EB does not handle cyclone well anymore after I think 1.3.1 when they changed how cyclone worked. Sorry, but you will have to write a new routine. I tried but with personal life, It has become a huge back project
 
set ur fall back attack to something like flicker strike, leap slam, whatever skill that can the bot can use to reposition you when you get stuck, that should place you somewhere else and let the bot continue. also for flask use "flask helper" and check the option to "portal to town when flask empty" that should make the bot tp to town when every ur HP pots are out and port back to zone afterwards
 
Back
Top