[Idea] Runing away from <player level>+X players.
I thought of amazing idea.
How about writing something for HB (plugin, hardcode or whatever) what would make bot run away from much higher level players.
Who the heck would suspect someone running away to be a bot!?
Bots are stupid, bots are fighting even 80 levels at their 10.
I am sure 99,9% WoW players (especially botters) think so and they "flag" in their minds everyone behaving like that.
Basically the thingy would looke something like:
I thought of amazing idea.
How about writing something for HB (plugin, hardcode or whatever) what would make bot run away from much higher level players.
Who the heck would suspect someone running away to be a bot!?
Bots are stupid, bots are fighting even 80 levels at their 10.
I am sure 99,9% WoW players (especially botters) think so and they "flag" in their minds everyone behaving like that.
Basically the thingy would looke something like:
Code:
IF (player higher than +X level in 6-10 range) OR
(player higher than +X performing offensive actions against you)
{
WHILE (cords[z]==0)
{
cords = random X, Y within 40-80 range
IF (cords == meshed)
{
add Z >> cords
ForceMove(cords)
}
}
}
repeat
Last edited: