sitting bot with teleportAuto_search

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
c4c1n6kr3m1
The Way Of Human
The Way Of Human
Posts: 150
Joined: 24 Mar 2012, 04:13
Noob?: Yes

sitting bot with teleportAuto_search

#1 Post by c4c1n6kr3m1 »

a lot monsters ( with no search flag ) attacked my sitting bot and no reaction , i'm using old version (r8077) but i checked the processAutoAttack still the same condition with newest.

Code: Select all

      # If !teleportAuto_search, then searchMonsters >= teleportAuto_search will be true - no need for first condition?
      && (!$config{teleportAuto_search} || $ai_v{temp}{searchMonsters} >= $config{teleportAuto_search})
teleportAuto_search should disable while sitting , or not?
and the statement seems correct, no need for first condition

Locked