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

friendly target targetting, humanizing

randomstraw

Community Developer
Joined
Jul 17, 2012
Messages
1,611
Reaction score
10
#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