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

Is it possible to alter the move-to timeout of blacklisting a mob?

rrrix

New Member
Joined
Jul 11, 2010
Messages
3,449
Reaction score
61
Is it possible to decrease the timeout for not being able to get to a mob? I would like to decrease it from 45 seconds to 20 or 25 seconds - 45 seems like a long time.

These two, for example, my char was standing in one spot for ~ 20 seconds jumping around and walking backwards, forwards and to the side, on the far southeast of Ashenvale. I think the mobs were inside of a huge tree, so no matter which way I went I couldn't get to them. While doing this, it really looks like my character's a bot!

Code:
Activity: Moving towards Ghostpaw Alpha
Tried to move to Ghostpaw Alpha for 45 seconds, blacklisting for 10 minutes!
Activity: Moving towards Elder Shadowhorn Stag
Tried to move to Elder Shadowhorn Stag for 45 seconds, blacklisting for 10 minutes!

Level 27 Tauren Shaman
Profile: Horde-1-60-Modified
CC: Slightly modified ShamWOW
Location: Ashenvale, around 75,55 (in game coords) or <Hotspot X="2540.951" Y="-2655.683" Z="153.3766" />

Cheers,

rrrix
 
More detail:

From debug log:
Code:
[10:32:17 PM:525] %   CheckForSafeDistance(35.0): saw Warrior - Elder Shadowhorn Stag[26] around 5 yds away
[10:32:17 PM:542] NeedToMoveToTarget?
[10:32:17 PM:558] Do NeedToMoveToTarget
[10:32:17 PM:572] move to the target started
[10:32:17 PM:807] NeedToMoveToTarget?
[10:32:17 PM:823] Do NeedToMoveToTarget
[10:32:17 PM:826] move to the target started
[10:32:18 PM:57] NeedToMoveToTarget?
[10:32:18 PM:73] Do NeedToMoveToTarget
[10:32:18 PM:76] move to the target started
[10:32:18 PM:291] NeedToMoveToTarget?
[10:32:18 PM:308] Do NeedToMoveToTarget
[10:32:18 PM:324] move to the target started
[10:32:18 PM:541] NeedToMoveToTarget?
[10:32:18 PM:559] Do NeedToMoveToTarget
[10:32:18 PM:562] move to the target started
[10:32:19 PM:758] NeedToMoveToTarget?
[10:32:19 PM:774] Do NeedToMoveToTarget
[10:32:19 PM:777] move to the target started
[10:32:21 PM:807] %   CheckForSafeDistance(35.0): saw Warrior - Elder Shadowhorn Stag[26] around 10 yds away
[10:32:21 PM:815] Changed POI to: Type: Kill, Name: Elder Shadowhorn Stag
[10:32:21 PM:991] NeedToMoveToTarget?
[10:32:22 PM:8] Do NeedToMoveToTarget
[10:32:22 PM:10] move to the target started
[10:32:22 PM:241] NeedToMoveToTarget?
[10:32:22 PM:258] Do NeedToMoveToTarget
[10:32:22 PM:266] move to the target started
[10:32:22 PM:441] NeedToMoveToTarget?
[10:32:22 PM:457] Do NeedToMoveToTarget
[10:32:22 PM:460] move to the target started
[10:32:22 PM:641] %   CheckForSafeDistance(35.0): saw Warrior - Elder Shadowhorn Stag[26] around 5 yds away
[10:32:22 PM:658] NeedToMoveToTarget?
[10:32:22 PM:674] Do NeedToMoveToTarget
[10:32:22 PM:677] move to the target started
[10:32:22 PM:897] NeedToMoveToTarget?
[10:32:22 PM:930] Do NeedToMoveToTarget
[10:32:22 PM:963] move to the target started
[10:32:23 PM:225] Changed POI to: Type: Kill, Name: Ghostpaw Alpha
[10:32:23 PM:483] NeedToMoveToTarget?
[10:32:23 PM:515] Do NeedToMoveToTarget
[10:32:23 PM:534] move to the target started
[10:32:23 PM:848] NeedToMoveToTarget?
[10:32:23 PM:878] Do NeedToMoveToTarget
[10:32:23 PM:888] move to the target started
[10:32:24 PM:175] NeedToMoveToTarget?
[10:32:24 PM:205] Do NeedToMoveToTarget
[10:32:24 PM:214] move to the target started
[10:32:26 PM:621] NeedToMoveToTarget?
[10:32:26 PM:652] Do NeedToMoveToTarget
[10:32:26 PM:661] move to the target started
[10:32:26 PM:977] NeedToMoveToTarget?
[10:32:27 PM:34] Do NeedToMoveToTarget
[10:32:27 PM:45] move to the target started

From log:
Code:
Information about Ghostpaw Alpha:
Name = Ghostpaw Alpha
Wowhead Id = 3825
Faction = 38 [Beast - Wolf]
Location = <2570.833, -2654.166, 143.4751>
<Vendor Name="Ghostpaw Alpha" Entry="3825" Type="Repair" X="2570.833" Y="-2654.166" Z="143.4751" />
Tried to move to Ghostpaw Alpha for 45 seconds, blacklisting for 10 minutes!
Information about Elder Shadowhorn Stag:
Name = Elder Shadowhorn Stag
Wowhead Id = 3818
Faction = 189 [Creature]
Location = <2577.604, -2669.271, 143.2487>
<Vendor Name="Elder Shadowhorn Stag" Entry="3818" Type="Repair" X="2577.604" Y="-2669.271" Z="143.2487" />
<Hotspot X="2577.818" Y="-2672.782" Z="144.1842" />
 
Back
Top