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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

forcing interact

cylak12

New Member
Joined
Oct 13, 2012
Messages
543
all my bots are saying that and not moving, when i manually move them to mobs they will attack and loot, but wont move after they are dead
 
all my bots are saying that and not moving, when i manually move them to mobs they will attack and loot, but wont move after they are dead

Hmm, mine are currently working as expected. Have you tried restarting the bot/game? Also, have you checked your internet connection?
 
i can type here so internet is fine, i have restarted the game + bot, but not the pc, will do now
 
Just stop and restart and if that doesn't correct the issue, finish the quests in ur area that are in your log and start it again and all should be good.
 
"Forcing Interact." is what I've seen in (questing) scripts that use the <Interact Name="..." blahblahblah /> directive - either the directive is just broken, or obsolete. In short Interact doesn't seem to move to the coords specified before it tries to DO THE INTERACT. So, just sits there forever, "Forcing Interact."

Way I fixed it (if indeed the same problem you're having) - add a MoveTo line before the interact.

So... Something like....
<If Condition="HasQuest(abc) and not IsQuestComplete(abc)" >
<MoveTo QuestID="abc" X="XCoord" Y="..." Z="..." />
<Interact Name="JoeBobQuestGiver" QuestID="abc" X="XCoord" Y="..." Z="..." />
</If>
 
no its due to the bot not supporting inquisitors and sorcs enough.

i ran a test with a consular sage, then with the inquis sorc, and the non movement only happened with the sorc.

No biggy, not to phazed
 
Back
Top