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!
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
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
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...
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.
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
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. =).
Ok I posted a fix for this issue https://www.thebuddyforum.com/exilebuddy-forum/exilebuddy-support/186554-bot-stopping-post1714509.html#post1714509
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
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
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
Dude my guesses sucked. But I will be picking this code apart with the aim of making an animate weapon CR WIMM
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.
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].
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.