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

Kicks Alliance Profiles - Farming Mobs instead of questing

sogenius

New Member
Joined
Aug 22, 2011
Messages
176
Reaction score
0
Hey guys,

Quick questions for my brothers, and Happy Thanksgiving.

When questing, sometimes singular/kicks profiles will get caught near a NPC spawn (where they literally fucking spawn in 2 seconds) and will stop there to fight and kill everything without ever trying to leave for quest complete. What settings am I forgetting to configure?

Using signuar as Tuanha does not allow me to modify pull stance for charge (will sit there and stare at mobs past 35 years)
 
im having the same problem but it just chooses to just attack all mobs everywhere. and my kill between hotspots is not selected. Not quite sure what that issue is here... Its even running back to a past area to slay mobs.
 
"Moving to Type: Hotspot, Loc: <6976.425, 1229.38, 30.54456>" This is the issue. And it takes forever to even get to that "hotspot".
 
In the "settings & tools" there is an option called "Kill between hotspots" have you guys tried disabling that option?
 
The issue lies in the CR logic where :

if (Me.Combat => Initialize routine) <-------------------------------------------------------------------------------------------------------------------------------------^

Which ends up creating a loop with the bot profile :

if (Quest.IsComplete => MoveTo Location (x,y,z) TurnInQuest)

When the new add spawns it goes back up to the top and repeats the logic until it tries to move again and pulls aggro on new spawns ------->^



This creates an infinite loop of checking fro aggro, killing adds in combat, attempting to move, pulling aggro, check for mobs in aggro
Neither the botbase or the profile are to blame, but there is a fix that is hard to implement

If you go through kicks code and alter the MoveTo functions to include the ignore aggro call it will succeed in leaving the area without the loop.
(This is something called a bug that will most likely be fixed down the road when all is finished on horde 90-100 and other major bugs are dealt with)
 
Back
Top