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

Question - API Strongbox Monster

tozededao

Community Developer
Joined
Jan 15, 2010
Messages
1,225
Reaction score
5
Hello, is there anyway to see if a monster "belongs" to a strongbox? A flag for the circle around the monsters who belong to the strongbox?

I want to make a specific CR that ignores white monsters but I dont want it to ignore strongbox monsters so it can successfully open strongboxes, is there anything on EB API that allows that?
 
Hello, is there anyway to see if a monster "belongs" to a strongbox? A flag for the circle around the monsters who belong to the strongbox?

I want to make a specific CR that ignores white monsters but I dont want it to ignore strongbox monsters so it can successfully open strongboxes, is there anything on EB API that allows that?

(m as Monster).IsStrongBoxMinion
 
Back
Top