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

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

    1. Nixon233

      Nixon233 New Member

      Joined:
      Sep 30, 2013
      Messages:
      320
      Likes Received:
      2
      Trophy Points:
      0
      Still having major issues with this in act 3. It appears that, It doesn't turn in the quest for Clarissa ? so it holds the bracelet in the inv. and continues on to the docks etc, and just continuously farms battlefront. It doesn't go and collect the ribbon spool or the other thing in the docks that it needs. Yes, collect quest items is on in my item filter as well.
       
    2. scooke

      scooke New Member

      Joined:
      Feb 26, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      hi i have been using your plugin for awhile but now it suddenly just starts on act 2 running the broken bridge a million times not doing anything but that after i progress a certain amount through act2
       
    3. scooke

      scooke New Member

      Joined:
      Feb 26, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      hi i have been using your plugin for awhile but now it suddenly just starts on act 2 running the broken bridge a million times not doing anything but that after i progress a certain amount through act2 so i dont know how to fix it
       
    4. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      I have problems with broken bridge as well. I do that quest manually.

      This plugin will be on hold until 1.4 is out.. then I HOPE DarkBlueFly with incorporate act 4.
      Else I might have time then to work through it and squeeze in 1.4 but I expect the EB changes for 1.4 will break this plugin realllll bad.

      wimm
       
    5. ceyco

      ceyco New Member

      Joined:
      Mar 9, 2015
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      yeah i did normal all fine all the way to dom then moved to next diff then he went all way to act 2 to kill vaal oversoul, but just keeps grinding chamber of sins lvl 2. i changed it to caverns lvl 2 on my own see how it goes. Im guessing it grinds to a certain level before it moves on?

      im still really new to EB soo its all new to me but still greatful for this plugin so im not really complaining lol.

      EDIT- yeah its back to grinding chamber of sins lvl 2 i dunno what its doing might try removing the plugin an redownloading it.

      getting this-

      [HandleAct2Progress] AddAtFront Success.
      [HandleKraitynKill] AddBefore failed.
      [HandleAliraKill] AddBefore failed.
      [HandleOakKill] AddBefore failed.
      [QuestPlugin] The bot will Kill All Bandits
      [HandleThaumeticSeal] AddBefore failed.
      [HandleWeaver] AddAfter failed.
      [HandleVaal] AddAfter failed.
      [QuestPlugin] Primary Tasks Added, Proceeding
       
      Last edited: Mar 15, 2015
    6. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      > Im guessing it grinds to a certain level before it moves on?

      Yip... there is a 'grindzone' setting within the Quest plugin settings.

      I guess you have hit the reset/clear(?) options in the plugins settings?

      But yes, reinstall the plugin, if that doesnt work then download a fresh copy of EB, install into a fresh directory, and then the plugin, and see if that helps.

      wimm
       
    7. ceyco

      ceyco New Member

      Joined:
      Mar 9, 2015
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0

      yeah i dunno i did a fresh install of everything i dunno whats going on with it lol

      i dunno only way i can fix it is if i put "grindZoneName" to the upper sceptre of god, so weird tho i neever touched any of that with my first run threw normal ://

      all well lets see if it will beat act 2 an keep going its runing right now wish me luck..

      ~Ceyco
       
      Last edited: Mar 16, 2015
    8. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      Oh.. that sounds like something I should try. thanks for the feedback.

      wimm
       
    9. Infinite Monkeys

      Infinite Monkeys Community Developer

      Joined:
      Jul 7, 2012
      Messages:
      224
      Likes Received:
      16
      Trophy Points:
      18
      Every time the bot changes areas, it completely stops and has to be manually started again by clicking 'start'. When started, it finds its way to the next area perfectly, though. Anyone know how to fix this?

      e: Fixed it thanks to this post:
      I had to change the .cs file to get it to work, if you're having trouble that's what I'd suggest trying.
       
      Last edited: Mar 21, 2015
    10. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Hey All,
      Been MIA for a bit, but busy working on some stuff to be released. Will do it as soon as all the projects are done, probably after A4 as things will change when it comes out. No use in posting, then 2 days latter A4 hits lol.
       
    11. WhereIsMyMind

      WhereIsMyMind Member

      Joined:
      Oct 12, 2013
      Messages:
      848
      Likes Received:
      5
      Trophy Points:
      18
      Welcome back!

      >No use in posting, then 2 days latter A4 hits lol.
      And 1.4a, 1.4b, 1.4c, 1.4d...
      A new act will see.. at least 5 followup patches in the first week or so. then a few in the second.. and at least one in the third week.

      wimm
       
    12. Infinite Monkeys

      Infinite Monkeys Community Developer

      Joined:
      Jul 7, 2012
      Messages:
      224
      Likes Received:
      16
      Trophy Points:
      18
      Had a quick play around with ExampleRoutine to try to make it quest a little faster by ignoring trash like a player would. I found the following replacement improved the bot's speed pretty significantly:

      Code:
                      // Ignore mobs that are too far to care about.
                      if (m.Distance > (_currentLeashRange != -1 ? SpeedRoutineSettings.Instance.CombatRange : 300))
                          return false;
      
                      // Ignore any mob near Divine Shrine: thanks ExVault!
                      if (m.HasAura("shrine_godmode"))
                          return false;
      In ExampleRoutine.cs should have this added to it:

      Code:
                      // Ignore mobs that are too far to care about.
                      if (m.Distance > (_currentLeashRange != -1 ? SpeedRoutineSettings.Instance.CombatRange : 300))
                          return false;
      
      [B]                // Ignore white mobs that are further than melee range away.
                      if (m.Rarity == Rarity.Normal && m.Distance > SpeedRoutineSettings.Instance.MaxMeleeRange)
                          return false;[/B]
      
                      // Ignore any mob near Divine Shrine: thanks ExVault!
                      if (m.HasAura("shrine_godmode"))
                          return false;
      Let me know if it works :)
       
    13. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Heya Infinite Monkeys,
      Thanks for that, a bunch of us are already running custom routines with my unreleased updated QuestPlugin. We have something similar to that. By the way, if you are using that while using ExVault's Map Plugin, you will run into some issues, as ExVault's plugin requires full clear, unless you specified it not to.
      Good luck!
       
    14. Infinite Monkeys

      Infinite Monkeys Community Developer

      Joined:
      Jul 7, 2012
      Messages:
      224
      Likes Received:
      16
      Trophy Points:
      18
      Thanks for the warning, I'm only using it for questing though - if I was mapping I'd use a normal routine for more xp and loot per map even if it wasn't necessary.
       
    15. ceyco

      ceyco New Member

      Joined:
      Mar 9, 2015
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      i randomly get this now an eb isnt clicking on the warehouse sewers :(. no idea lol

      [QuestPlugin] Primary Tasks Added, Proceeding
      [QuestPlugin] Refresh Button Clicked, LokiPoe.IsInGame = True, Enable Plugin = True
      [QuestPlugin] Refresh Button Clicked, 1-3 Second Freeze
      [QuestPlugin] UPDATING QUEST
      [QuestPlugin] CLEARING GUI
      [QuestPlugin] UPDATING QUEST COMPLETE
      [QuestPlugin] We're in Act 3
      [QuestPlugin] Is In Correct Area, Proceeding with Primary "Tasks"
      [QuestPlugin] We're in Act 3, adding tasks for that act only
      [HandleSewerGrating] AddBefore failed.
      [HandleTolman] AddBefore failed.
      [HandleLockedDoor] AddBefore failed.
      [HandlePiety] AddAfter failed.
      [HandleDominusArea] AddAfter failed.
      [HandleUndyingBlockage] AddBefore failed.
      [QuestPlugin] Primary Tasks Added, Proceeding

      i just went an recived the keys myself an opened it an EB has moved on i dunno. i tested it a few times it wouldnt go to town to talk to the npc so got me haha.

      ~Ceyco.
       
      Last edited: Mar 26, 2015
    16. dbuddy2

      dbuddy2 New Member

      Joined:
      Mar 6, 2015
      Messages:
      206
      Likes Received:
      0
      Trophy Points:
      0
      already been posted: stuck at act 2 sometimes. clearing broken bridge or other areas for ever, not killing bandits or proceeding.


      working good at act1 as far as i have seen.
       
    17. mrfuture

      mrfuture Member

      Joined:
      Nov 12, 2014
      Messages:
      86
      Likes Received:
      0
      Trophy Points:
      6
      Beacuse you die there most likely :)
       
    18. tozededao

      tozededao Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,225
      Likes Received:
      5
      Trophy Points:
      38
      I have some suggestions for this Plugin in order to make it more efficient time wise.

      Seeing DocksCorruptedAreaFarmer wouldn't it be good to force the bot to go the the quest spots using the same method in there with the TerrainDataEntries?

      Let's say Riverways for example, when you have to open the Vaal Ruins cave, you could make it find this tileset(which there are more variants but you just needed to find one of the variants) [​IMG]
      and when you were close to it it would force move to the next one.

      [​IMG]


      This method also works for Western Forest(Alira) and similar zones. On other areas it could just move to the end location. This would fasten the questing process but it would also require to farm certain zones to make up for the level difference. Like Southern Forest, Ledge, and other easy zones that we could overlevel to make questing easier and stay on a certain level range.
       
    19. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      You will raise the tinfoil army with that thing :) ofc it would be possible, but could it be safer than the actual "human-like" version? Trust me, the upcoming versions are already way better than the actual release.

      Faster process = underleveled & not optimized zones. You're gonna get rekt if you :

      - Don't have enough stuff to progress
      - Don't have the possibility to farm an "optimized" leveling zone

      So it would lead to an infinite death loop if not supervised, and lot of people don't want to supervise.

      but that's still a good idea for crazyboyz, gather terrain ID + worldcoord data for every map, will take long tho. I guess there's 5-6 randomizatios for each map.
      and It's sort of "cheaty" more than legit.
      Why ? because human people can detect corrupted zones based on the loading frametime. But they can't detect which tile is loaded for any zones.
       
    20. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Hey tozededao,
      Good Suggestion, I've already done it 2 months ago. toNyx, jyam, ExVaut, and a few others have the version.
      I'm almost done the auto level til X then progress.
      But what toNyx says is true, you will get banned faster then you think due to reasons.
       

    Share This Page