Indeed, you need : 1- rename the folder "QuestPlugin" 2- Unchecked "Read Only" on this folder (It works for me and i was stuck for a while )
Sec checking to see if it might be tortoise svn issue, older version didn't have this, when I updated to newest I started getting it.
How is it looking so far? Reads pretty good, that u put alot of work into it. Is A3 / A4 already kinda done? Thanks alot btw
A3 Done, I'm going to have to derp into pushedx's Dominus Task or replace it as I need it to know when Dallalama biatch spawned. The A4 Still derping with Arena, GGG did a nice one on this, logically it's sound, but pragmatically I'm struggling. Also going to public the side quest as well, as soon as main quests are done. Figured that the Dev group was right, Quest should be about all the quests not just a select few =).
Act 3 broken. Bot does not recognize he got the sewer keys. After I manually used the sewer keys he is still grinding The Cermatorium for the sewer keys.... [HandleSewers] We don't have the necessary Sewer Keys to interact with the Sewer Grating.
Ya, get me the log, i'll add your branch to the quest. Oh I forgot, build 38+ is broken, I'm swaping things around to try to make A4 Daresso Work. so that might be it as well.
Revision 50 Is not working for me in Act 1. This is the error, Exception during plugin Tick.System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000000, Size: 13408 at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count) at GreyMagic.MemoryBase.ReadBytes(IntPtr addr, Int32 count) at Loki.Game.LokiPoe.InstanceInfo.*******.********() at Loki.Game.Utilities.PerCachedValue`1.get_Value() at Loki.Game.LokiPoe.InstanceInfo.get_Native() at Loki.Game.LokiPoe.InGameState.InventoryPanel.GetInventoryBySlot(InventorySlot slot) at Loki.Game.LokiPoe.InGameState.InventoryPanel.get_MainInventory() at QuestPlugin.Helpers.HelperEvents.CheckSewerKeysInInv() in c:\\Plugins\QuestPlugin\Helpers\HelperEvents.cs:line 87 at QuestPlugin.QuestPlugin.Tick() in c:\\Plugins\QuestPlugin\QuestPlugin.cs:line 146 at Loki.Bot.PluginManager.***************(IPlugin )
Ya Dude, you gotta get me full log, what you posted is not possible at QuestPlugin.Helpers.HelperEvents.CheckSewerKeysInInv() in c:\\Plugins\QuestPlugin\Helpers\HelperEvents.cs:line 87 Code: return LokiPoe.InGameState.InventoryPanel.MainInventory.ContainsItem("Sewer Keys"); at QuestPlugin.QuestPlugin.Tick() in c:\\Plugins\QuestPlugin\QuestPlugin.cs:line 146 Code: if (!UsedSewerKeys && HelperEvents.CheckSewerKeysInInv()) So that's act 3 stuff, there's nothing in act 1 for that. So I will need full logs to see what's going on.
Ok I think I know what happened, You are not in game, but you are on character select or login menu. Added a Check into Tick() to make sure we're in game to do logic. revision 51 is up.
ACT 2 BUG Started Plugin in Forest Acampment, then, bot go to Western Forest, and back to Acampment, and loop this infinite .-.
Um you can attach the file. I don't have the links on hand but will add the to my sig tonight when I can. It's holiday in Canada atm, but I'm doing overtime cause Canadians do that.
Can we get a simple download for this.. second time im asking because FOR SOME REASON the damn program that does the update keeps putting the files on read-only. and it corrupted my settings for the bot and now i have to re-download everything. AGAIN. i would prefer to download and copy/paste my plugins then installing a second program that fucks up the files.
I having problem now with ACT 3. The bot stopped spamming to open the Sewer plant without the item, and in check box don't appear anything of a quest. See the log. If you can help me, thanks ! http://pastebin.ca/3155371 View attachment Exilebuddy 1244 2015-09-07 14.50.txt
Try tourtise svn 1.8, 1.9 has that issue.. and go to the assembla link.. there's a download option there.. I'm not going to change the way I choose to do things, just for one person sorry.
OldGrindBot overlaying the Quest Bot, why ? Don't active any quest, and trying to go to local of OldGrind selected, i link the Log in the other post.
2015-09-07 17:53:46,029 [16] INFO CustomLogger (null) - [QuestPlugin] + Quest Text: [Quest Complete - You have rescued Clarissa and returned Tolman's bracelet to her. Speak with her for a reward.] Checking this atm, gotta wait a bit til I get a few bots there and start debugging. I believe it's the HandleNpcReward task not working. Going out atm but will start in 2~ hours. Getting new bots to run this as we speak, so with auto-equipper, passives setter, we should be there in that time. You have to disable the plugin, I don't have any logic in there to not run if plugin is enabled. IE, until I add the auto grind zones based on level, you gotta disable the plugin.