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!

friendly target targetting, humanizing

randomstraw

Community Developer
Joined
Jul 17, 2012
Messages
1,611
#world of warcraft

i'd like to target other players in a radius=10 for a random(5s,10s) amount of time, and then untarget em.
i want to blacklist those target for a random(30s,120s) to not target am
i don't want to target any target that gets in my radius, just pick targets=10, target=random(0,targets/3)
this should only run while not in combat.

i want to make my bot look more Human.

any idea how to start this? i'm fairly new to honorbuddy etc, but have lots of scripting experience with other tools/frameworks, back in the diablo 2 times.

--------------------------------------------------

Easy to do via a plugin.
that's why i posted here. :-) I'll quote myself:
swordsfish said:
any idea how to start this? i'm fairly new to honorbuddy
 
Last edited:
Have a look at the detectAdds() code from CnG's CC writing guide. Override Pulse() using dedectAdd().FirstOrDefault, the target(WoWPlayer); function. Also have a look at blacklisting
 
Back
Top