• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Act 2 Bandits and Misc Quests

    Discussion in 'Archives' started by darkbluefirefly, Oct 6, 2014.

    1. spaceguy911

      spaceguy911 Member

      Joined:
      Oct 29, 2014
      Messages:
      38
      Likes Received:
      2
      Trophy Points:
      8
      is there a way to get the bot to grind zones so he is, say, 4 levels above certain zones? Like grind cruel ledge (zlvl 37), until clvl 41?...

      I play Beyond, which is why I ask.

      Edit: heres another thought. "They" say don't bot pre-level 35... does this plugin have some sort of exception? Thanks!
       
      Last edited: Nov 8, 2014
    2. Jalockin

      Jalockin Member

      Joined:
      Aug 29, 2012
      Messages:
      441
      Likes Received:
      0
      Trophy Points:
      16
      i don't know where this starts but the log is being spammed with this:

      2014-11-09 10:28:23,757 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== FINSIHED UPDATING QUEST GUI ========
      2014-11-09 10:28:23,756 [1] INFO QuestPlugin (null) - Current Zone : The Forest Encampment
      2014-11-09 10:28:23,756 [1] INFO QuestPlugin (null) - Current Grind Zone : The Weaver's Chambers
      2014-11-09 10:28:23,784 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== CLEARING QUEST ========
      2014-11-09 10:28:23,784 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== UPDATING QUEST GUI ========
      2014-11-09 10:28:23,785 [1] INFO QuestPlugin (null) - Current Difficulty : Normal - Character Level is : 22
      2014-11-09 10:28:23,787 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== FINSIHED UPDATING QUEST GUI ========
      2014-11-09 10:28:23,786 [1] INFO QuestPlugin (null) - Current Zone : The Forest Encampment
      2014-11-09 10:28:23,786 [1] INFO QuestPlugin (null) - Current Grind Zone : The Weaver's Chambers
      2014-11-09 10:28:23,810 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== CLEARING QUEST ========
      2014-11-09 10:28:23,810 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== UPDATING QUEST GUI ========
      2014-11-09 10:28:23,811 [1] INFO QuestPlugin (null) - Current Difficulty : Normal - Character Level is : 22
      2014-11-09 10:28:23,811 [1] INFO QuestPlugin (null) - Current Grind Zone : The Weaver's Chambers
      2014-11-09 10:28:23,812 [1] INFO QuestPlugin (null) - Current Zone : The Forest Encampment
      2014-11-09 10:28:23,814 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== FINSIHED UPDATING QUEST GUI ========
      2014-11-09 10:28:23,836 [1] INFO QuestPlugin (null) - [QuestPlugin] ======== CLEARING QUEST ========

      infinite loop several times pr. second..... doesn't seem to have any impact on the bot though. (the log files get really big with this kind of spam :) )

      *edit* the spam ended when bot entered Weavers
       
      Last edited: Nov 9, 2014
    3. Remixx

      Remixx New Member

      Joined:
      Nov 9, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      For some reason, it just grinds zones in Act 3...
      Am I missing something?
       
    4. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18
      I am getting these spam as well updating quest GUI a ton, slowing down the actual processing in the bot, cant move around etc. Cant stop the bot or anything so that is a pain.


      . I also have had an error, I reported it in the thread below, but was highligted that it was related to the Quest Plug in.

      Thanks - AMAZING bot helps me do the junk quests and areas I do not enjoy.

      https://www.thebuddyforum.com/exile...-support/186554-bot-stopping.html#post1714049
       
      Last edited: Nov 9, 2014
    5. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18

      I am not 100% but one reason could be the bot is set to grind to a certain level before progressing... I think or at least from my understanding. Might have to level a bit then will progress, could be a good idea to post the 'grind points' so we know what level it requires before progressing. Might want to adjust this manually because lots of various items can help you so require less lower grinding...
       
    6. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Hey all, it's the GUI update thread I'm using, I switched it over to the new one 2 nights ago but didn't test.
      It slows down because it's looping to update the GUI waiting for a thread. It's fixed in the new version, and i'll remove some debug info.
      The expensive calls are only done when key quest points are done, and it won't get called by switching areas, or w/e like before.
      Let me finish this other project up and i'll test the New version of the QuestPlugin. I'll keep you all updated.

      Edit*
      Quickest Fix is inside QuestPlugin.cs
      Find this
      Code:
              public void Tick()
              {
      
                  if (_skip || !LokiPoe.IsInGame || !_questPluginEnabled)
                  {
                      //Log.InfoFormat("[QuestPlugin] _skip = {0} ", _skip);
                      return;
                  }
                  UpdateQuestsAndGUIDispatcher();
                  if (_update)
      Comment of this
      Code:
              public void Tick()
              {
      
                  if (_skip || !LokiPoe.IsInGame || !_questPluginEnabled)
                  {
                      //Log.InfoFormat("[QuestPlugin] _skip = {0} ", _skip);
                      return;
                  }
      [B]            //UpdateQuestsAndGUIDispatcher();
      [/B]            if (_update)
      Should stop it from spamming update GUIrequests.
       
      Last edited: Nov 9, 2014
    7. Monstermanz

      Monstermanz New Member

      Joined:
      Nov 7, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Thank you works like a charm, I was actually amazed when I watched it do quests lol! But I found myself taking over when I saw it run up to vaal and sit next to her and nearly get slammed on the head twice lol :p
       
    8. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Oh Thanks!, Yea lol, I'll fix that too, by using an radius check. It's in the works, I just want to do too many things, with too little time. =).
       
    9. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18
      Awsome, will update it. Just started using notepad ++. Absolutely love it.
       
    10. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Ok I posted a fix for this issue
      https://www.thebuddyforum.com/exilebuddy-forum/exilebuddy-support/186554-bot-stopping-post1714509.html#post1714509
       
    11. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      So what do we think darkbluefirefly's project is?
      "Wait until you see this next project I'm almost done =)."

      I'd say itemfilter! OMG. Huhhhhh

      Itemfilter, because the demand was maps, questing and then itemfilter. Andd... there is not a great deal of requests for other things.
      Annnnddd... the todo's for this 'quests plugin':
      ---/snip---
      Todo:
      Auto Equip Items based on class at act 1 Twilight.
      Auto Equip flasks based on what NPC has to offer
      Auto Grind Levels so Progression can actually happen instead of dying.
      KillAllBandits and getting Apex from that lazy son of a gun NPC. (lol it's never going to get finished)
      Other quests for items like skills and etc( prob later, going to work on maps, once this is stable)
      ---/snip---

      Hmm name of the itemfilter plugin.. guessing 'Lootfilter'.

      [some alternatives being a follow plugin, a complete bot (!),..]

      WIMM
       
      Last edited: Nov 10, 2014
    12. Nixon233

      Nixon233 New Member

      Joined:
      Sep 30, 2013
      Messages:
      320
      Likes Received:
      2
      Trophy Points:
      0
      Lootfilter has been done lol. You mean autoequip, which would be incredible. Even a early beta version that equips based on item weight or a Item Filter ( IE Item pick up ) based on weight which had an auto equip built in... one can dream
       
    13. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Mighty fine speculation.
       
    14. Nixon233

      Nixon233 New Member

      Joined:
      Sep 30, 2013
      Messages:
      320
      Likes Received:
      2
      Trophy Points:
      0
      ahaha, ready to release soon ? or lots more work to do ?
       
    15. Jalockin

      Jalockin Member

      Joined:
      Aug 29, 2012
      Messages:
      441
      Likes Received:
      0
      Trophy Points:
      16
      I've done this ^^
      now it spams this instead:
      QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:27.9481800
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:27.9701812
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:27.9911824
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:28.0111836
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:28.0331848
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:28.0541860
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:28.0751872
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:28.0951884
      [QuestPlugin] TICK _updateThreshold timeleft : -5.00:03:28.1171896

      sorry to put salt in the wound :(
      View attachment Exilebuddy 25588 2014-11-10 19.36.txt
       
    16. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      Dude my guesses sucked.

      But I will be picking this code apart with the aim of making an animate weapon CR :)

      WIMM
       
      Last edited: Nov 10, 2014
    17. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      That's ok, that basically means it's trying to update, but it's not at the threshold, which is 5-10 seconds. Therefore It won't do anything except log the debug you see above. So there literally is no performance loss, and it is treated as debug.
       
    18. ozgun311

      ozgun311 Member

      Joined:
      Nov 11, 2014
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      Could not make it work :
       
      Last edited: Nov 11, 2014
    19. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Hey dude, did you delete the contents of the old folder. Then copy ALL the contents of the newest zip into that folder?

      Code:
      [OnStartup] A top-level exception has been caught.System.IO.IOException: [B]Cannot locate resource 'questplugingui.xaml'[/B].
       
    20. ozgun311

      ozgun311 Member

      Joined:
      Nov 11, 2014
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      Thanks for your answer but i couldnt understand what do you mean. I just downloaded the last patch which is 4.0 i guess should i download them all and add in the same folder?

      Edit: For clarification, i only downloaded the last one and created a folder in Plugins that i named QuestPlugin. Also there is "questplugingui.xaml" i never touched them but open with notepad.
       
      Last edited: Nov 11, 2014

    Share This Page