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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

huptidoo

New Member
Joined
Nov 1, 2015
Messages
7
Heyo..

Is there a way to blacklist mobs on the fly manually?

If not is there some lua I can change to blacklist - tried looking through the files because my basic understanding of the code is shit the NoBlacklist = false/true makes no sense in my head.

Basically I want to be able to blacklist a certain mob in my grind spots that are otherwise perfect if it wasn't there - I can kill them but need to manually overide movement when kicks are on cd :).
 
Be more specific, on the fly manually doesn't make much sense. Are there specific mobs you are trying to avoid at all times? A prime that destroys you? If that's the case you can use <AvoidCreature Name="" CreatureId="" MapId="" Radius="25" /> then you just need to get the specifics about your creature and add that at the root <Profile> level of your profile. If something else I don't understand exactly what you're referring to. As for on the fly I believe there is some logic somewhere for blacklisting mobs that couldn't be reached in some of DDs stuff (I BELIEVE, I could be wrong), but that's for pretty specific situations.
 
Yeap, basically AvoidCreature them, and make sure they aren't included in your CreatureIds"" attribute, and you should be set. :o
 
Be more specific, on the fly manually doesn't make much sense. Are there specific mobs you are trying to avoid at all times? A prime that destroys you? If that's the case you can use <AvoidCreature Name="" CreatureId="" MapId="" Radius="25" /> then you just need to get the specifics about your creature and add that at the root <Profile> level of your profile. If something else I don't understand exactly what you're referring to. As for on the fly I believe there is some logic somewhere for blacklisting mobs that couldn't be reached in some of DDs stuff (I BELIEVE, I could be wrong), but that's for pretty specific situations.


I was hoping there was a target mob + hot key function alike when adding a hotspot or vendor :) that's what I meant with on the fly.

But that <Avoidcreature/> is good as well .. so thanks :)
 
Back
Top