• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [H - Quest] 85-88 Forest, Valley, Wilds, Summit

    Discussion in '85-90' started by Niv, Oct 8, 2012.

    1. beyou

      beyou Member

      Joined:
      Oct 6, 2012
      Messages:
      150
      Likes Received:
      1
      Trophy Points:
      18
      It isn't AFK ready but it is better than any release so far. Well done. I appreciate it.
       
    2. Exystredofar

      Exystredofar New Member

      Joined:
      Jun 22, 2010
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Not really sure what would be causing this error, I've tried using different routines and disabling all plugins, still getting an Arithmetic error caused an overflow while trying to load the profile. Once I actually hit start on the bot, it hangs on loading profile and floods the error log with these errors. I'm attaching a log so that you can see the error.
       

      Attached Files:

    3. Menaxerius

      Menaxerius Member

      Joined:
      Feb 5, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      In Jadeforest i got still the message Quest pick up but i has the quest already and if i do the quest manually he still wants to pick up the first quest. Same issue with kicks profil. Could someone help me?

      thanks a lot

      Mena
       
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Hey Niv ... you're using the conditions all wrong btw

      ! means not

      <If Condition="((!HasQuest(29967)) &amp;&amp; (!IsQuestCompleted(29967)))" >

      this means not has quest and not is quest completed

      meaning... if i don't have the quest and it's not been completed. You're trying to use it to complete a quest, so instead of !hasquest it needs to be hasquest

      i was browsing your jade forest profile and noticed this
       
      Last edited: Oct 9, 2012
    5. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      Actually
      PHP:
      [10:38:04.632 DSystem.OverflowExceptionArithmetic operation resulted in an overflow.
         
      at System.IntPtr.op_Explicit(Int64 value)
         
      at Styx.WoWInternals.WoWCurrency.GetCurrencyById(UInt32 id)
         
      at Styx.WoWInternals.WoWCurrency.GetCurrencyByType(WoWCurrencyType type)
         
      at Styx.CommonBot.GameStats.()
         
      at Styx.CommonBot.GameStats.()
         
      at Styx.Pulsator.Pulse(PulseFlags flags)
         
      at Styx.CommonBot.TreeRoot.()
         
      at Styx.CommonBot.TreeRoot.()
      Thanks for attaching your log! Seems to be rather a Bot issue than a profile issue. Doesnt this happen with other profiles as well?
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Most of the time a simple override needs to be added
       
    7. Xxeclips3xX

      Xxeclips3xX New Member

      Joined:
      Sep 15, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I tried using your 87-88 profile im running it on 88 shaman im not sure if the error is because of that though. i tried replacing the line thingy you mentioned earlier it didn't really solve anything. well here's the log let me know what else you need to solve this issue.
      Edit; also forgot to mention im using questing plugin
      [UserDialog-v241(user response) @line 422]: Continuing profile due to User request
      [UserDialog-v241(error)]: The 'Text' attribute's value may not be an empty string ("").
      [UserDialog-v241(error) @line 423]: Stopping Honorbuddy. Please repair the profile!
       
      Last edited: Oct 9, 2012
    8. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      Yea, thanks Kickz! This was only a copy&paste error, a few lines above (line 1035) the negated form is nessesary cause of RP taking of the questgiver, so the bot waits before picking up his quest. Dunno if a simple pickup with position would make the wait for his spawn correctly. But yeah, as you see, these are the first lines of my first questing profile ever. So to be honest, Jade Forest is prone to a complete rewrite. I did some things terribly wrong I guess.
       
    9. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      Overwriting what?
       
    10. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      Most likely a bot issue, sorry. :/
       
    11. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      There are two ways of hitting the line of code (line 423) which produces the error you posted:
      1) You've done all the quests in the profile, nothing more to do, and are above level 87, so you dont need to grind either.
      2) your above 87 and the Checkpoint thingy (line 418) makes you start at the end of the profile. Are you sure you commented out the Checkpoint?
       
    12. Xxeclips3xX

      Xxeclips3xX New Member

      Joined:
      Sep 15, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
    13. Xxeclips3xX

      Xxeclips3xX New Member

      Joined:
      Sep 15, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      well like i said im 88 and i went back to look to make sure i did it correctly i may have done it wrong but i replaced that line with this im not sure if i did it wrong. I replaced this line
      <Checkpoint Level="88" />
      with this line
      <!-- <Checkpoint Level="88" /> -->
      not sure if i did this correctly im new to this stuff
       
      Last edited: Oct 9, 2012
    14. Alkatra

      Alkatra New Member

      Joined:
      Feb 16, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      damn...im actually lvl 88 how long would it take for the last two levels? :)
       
    15. Exystredofar

      Exystredofar New Member

      Joined:
      Jun 22, 2010
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, I thought it might be a global issue, so I tested with other questing profiles, as well as grinding profiles, and it's only happened with these questing profiles so far.

      Edit: Not sure what's changed but it's working now, after logging in to a character on another server, then back, and restarting the bot.
       
    16. Menaxerius

      Menaxerius Member

      Joined:
      Feb 5, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      For the 86 Winds Profil, the Bot doesn't pick up the things for quests and after he pick up the quest Practically Perfect Produce he try to pick it up again and again.

      And if i try to start the bot after a few quests later i get the bot error Could't create quest bot.

      Any solutions for this?

      PS: Could you and Kick send me your IM's with a PM?, I've 15 Chars i try to level now with your profils but i still find a few issues, it would be great if i could send them directly to you.

      Thanks a lot

      Best Regards.

      Mena

      PS: Here my Log from my Current issue with the q above.

      Code:
      Updating repair cost for current equipped items. New value: [1g18s91c][QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [Profile Message]: Horde Only!
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 133]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 134]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 136]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 137]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 139]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 140]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 159]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [InteractWith-v249(debug) @line 160]: Behavior sees 'done'.  Skipping behavior.
      [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [QDBG] Starting behavior [ForcedQuestPickUp QuestId: 29911, QuestName: Practically Perfect Produce].
      Picking up Praktisch perfekte Produkte : 29911
      Goal: Picking up Praktisch perfekte Produkte
      Changed POI to:Type: QuestPickUp
      [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
      Moving to Type: QuestPickUp
      Activity: Loading Tile/s
      Loading HawaiiMainLand_32_31
      Moving to Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      Moving to Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Cleared POI - Reason Quest Completed
      Cleared POI
      Changed POI to:Type: QuestPickUp
      Moving to Type: QuestPickUp
      InteractDebug:1538447872
      Interact Done:1538447872
      Bot wird gestoppt!
      Stop called!
      Bot Stopped! Reason: User pressed the Stop button!
      Aktivit?t: Honorbuddy wurde gestoppt!
      System.Threading.ThreadAbortException: Thread was being aborted.
         at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
         at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
         at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
         at System.Delegate.DynamicInvokeImpl(Object[] args)
         at System.Delegate.DynamicInvoke(Object[] args)
         at Styx.CommonBot.Targeting.(Delegate , Object[] )
      System.Threading.ThreadAbortException: Thread was being aborted.
         at Styx.CommonBot.Targeting.(Delegate , Object[] )
         at Styx.CommonBot.Targeting.Pulse()
      System.Threading.ThreadAbortException: Thread was being aborted.
         at Styx.CommonBot.Targeting.Pulse()
         at Styx.Pulsator.Pulse(PulseFlags flags)
         at Styx.CommonBot.TreeRoot.()
         at Styx.CommonBot.TreeRoot.()
      System.Threading.ThreadAbortException: Thread was being aborted.
         at Styx.CommonBot.TreeRoot.()
       
      Last edited: Oct 9, 2012
    17. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      Good Job, will try soon and give some feedback :)
       
    18. Exystredofar

      Exystredofar New Member

      Joined:
      Jun 22, 2010
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Well, it was working fine until it tried to pull something. It does attacks on things before it draws any aggro, but once it has aggro, the bot stops defending itself. I checked the log, and it shows the same arithmetic error as before, still trying to work out what's causing it.
       
    19. Niv

      Niv New Member

      Joined:
      Jul 8, 2012
      Messages:
      257
      Likes Received:
      9
      Trophy Points:
      0
      That's correct. :) Dont know what else could cause you to skip all that quests...
       
    20. lolguard

      lolguard New Member

      Joined:
      Feb 2, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      thx 4 the profiles.
      i get this error:

      Could not find quest giver NPC with ID 63822 in database.

      /edit:
      Coordinates: X="-1063.866" Y="2043.382" Z="148.3161"
       
      Last edited: Oct 9, 2012

    Share This Page