• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Discontinued] [Plugin] Quest Plugin 2.0

    Discussion in 'Archives' started by darkbluefirefly, Jun 4, 2015.

    1. Opkhilus

      Opkhilus New Member

      Joined:
      Jan 26, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      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 :) )
       
    2. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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.
       
    3. ArdisX

      ArdisX New Member

      Joined:
      Jun 3, 2015
      Messages:
      136
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    4. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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 =).
       
    5. Sebozz

      Sebozz Banned

      Joined:
      Aug 19, 2015
      Messages:
      398
      Likes Received:
      0
      Trophy Points:
      0
      ye adding all side quests would be great stuff =)
       
    6. Baedal

      Baedal New Member

      Joined:
      Jan 14, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    7. Lay

      Lay Member

      Joined:
      Jul 6, 2015
      Messages:
      173
      Likes Received:
      6
      Trophy Points:
      18
      well then. lol
       
    8. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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.
       
    9. thisoneguy

      thisoneguy New Member

      Joined:
      Sep 2, 2015
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      1
      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 )
       
    10. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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.
       
    11. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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.
       
    12. raphaelpdc

      raphaelpdc New Member

      Joined:
      Sep 7, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      ACT 2 BUG

      Started Plugin in Forest Acampment, then, bot go to Western Forest, and back to Acampment, and loop this infinite .-.
       
    13. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      No Log no help.
       
    14. raphaelpdc

      raphaelpdc New Member

      Joined:
      Sep 7, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Forum don't support full log
       
    15. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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.
       
    16. Lay

      Lay Member

      Joined:
      Jul 6, 2015
      Messages:
      173
      Likes Received:
      6
      Trophy Points:
      18
      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.
       
    17. raphaelpdc

      raphaelpdc New Member

      Joined:
      Sep 7, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
    18. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Try tourtise svn 1.8, 1.9 has that issue.. and go to the assembla link.. there's a download option there..

      [​IMG]

      I'm not going to change the way I choose to do things, just for one person sorry.
       
    19. raphaelpdc

      raphaelpdc New Member

      Joined:
      Sep 7, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    20. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      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.
       

    Share This Page