• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • forcing interact

    Discussion in 'Buddy Wing Forum' started by cylak12, Jan 24, 2013.

    1. cylak12

      cylak12 Banned

      Joined:
      Oct 13, 2012
      Messages:
      543
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    2. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      Hmm, mine are currently working as expected. Have you tried restarting the bot/game? Also, have you checked your internet connection?
       
    3. cylak12

      cylak12 Banned

      Joined:
      Oct 13, 2012
      Messages:
      543
      Likes Received:
      0
      Trophy Points:
      0
      i can type here so internet is fine, i have restarted the game + bot, but not the pc, will do now
       
    4. MiX74P3

      MiX74P3 Member

      Joined:
      Jan 15, 2010
      Messages:
      426
      Likes Received:
      3
      Trophy Points:
      18
      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.
       
    5. JoeBrewski

      JoeBrewski New Member

      Joined:
      Jul 4, 2012
      Messages:
      315
      Likes Received:
      4
      Trophy Points:
      0
      "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>
       
    6. cylak12

      cylak12 Banned

      Joined:
      Oct 13, 2012
      Messages:
      543
      Likes Received:
      0
      Trophy Points:
      0
      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
       

    Share This Page