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

not use devour skill (nec)

pgs

New Member
Joined
Jul 24, 2017
Messages
20
Reaction score
0
i use routine by xzjv

but my nec dont use devour skill

plz fix it
 
upload your log file plz

protected virtual bool ShouldDevour()
{
if (!Skills.Necromancer.Devour.CanCast())
return false;

if (Player.PrimaryResourcePct > 0.3f)
return false;

if (TargetUtil.CorpseCount(60f) <= 0)
return false;


I always want to using devour skill

my log file too large so i can't upload this
 

Attachments

  • 제목 없음.webp
    제목 없음.webp
    89.3 KB · Views: 82
we need a full log file plz,thats an edited one
 
Back
Top