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

Combat Routine - Cast on Hit / Active Spell

Tattoo

Member
Joined
Dec 16, 2011
Messages
133
Reaction score
11
Hi,

i want to modify my Combat Routine for Cursing. I'm using tripple curses together with arc and curse on hit.

The CS part to modify is this:

// Register curses.
foreach (var skill in LokiPoe.InGameState.SkillBarPanel.Skills)
{
var tags = skill.SkillTags;
var name = skill.Name;

if (tags.Contains("curse"))

Is it possible to check here for Curse in the description's not only the tag's?
Another option would be a combat-start-cast-every x seconds like with totems - but looked at the cs, and i think this would take some effort.

Anyone got options how to handle this? Or just simply move curses to be cast without cast on hit?
 
Back
Top