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

Piety/Dominus and culling strike

fabcard

Member
Joined
Nov 7, 2013
Messages
131
Reaction score
1
Hello friends,

I need a little help please. I have a ranger and so far I've been using bow on main weapon set with puncture (single) and tornado shot (aoe). So I found a reaper's pursuit 2h axe that I would like to have on my second weapon set and the skills double strike + item rarity linked on it and when Piety or Dominus hp goes below 10%, the bot could switch to second weapon set, attack with double strike and when the boss is dead, switch back to the main set (bow).
I tried the culling strike plugin from naut but looks like it's outdated or not working on this situation. For the Dominus fight, the bot kills the first form without switching weapons, that's not a problem because there's no drops yet but as soon it gets killed, it does switch the weapon and then tries to kill the second form (100% hp) with double strike, doing no damage since it's not the main skill/weapon, and toon dies due a long time on fight using wrong weapon set. Same thing on Piety. Bot kills her and switch weapons only after shes dead. Tried to change culling strike hp% to higher number but no luck.
So, does anyone know what is going on? Any other plugin that does what I need? Or maybe a piece of code that I can add somewhere in the bot's files? All that i need is a "X" (weapon set switch) key press when Piety/Dominus reaches 10% hp and, continue the attack then switch back when they are dead.
Thanks in advance.
 
Last edited:
I've managed to make the bot switch to the culling weapon consistently using naut's plugin but the method to check a stopwatch function afterwards for switching back seems unreliable. Sometimes the bot goes to town before switching and sometimes it switches back and then back to the culling weapon again.

Is it possible to add a check to the CR when entering a combat setting that the right weapon is being used? For example at the same time as auras are cast?

I tried to code this myself but as I'm not a programmer I wasn't very successful. I couldn't figure how and where to check what/the name of the weapon equipped and if it's the wrong one i.e. if ([Mainweapon] = "Reapers Pursuit") then LokiPoe.Input.SwapWeapons();".

Help would be appreciated. :)
 
Back
Top