• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Release] Demonbuddy - Friday partay build (#176)

    Discussion in 'Archives' started by Nesox, Jul 13, 2012.

    Thread Status:
    Not open for further replies.
    1. swolbyn

      swolbyn New Member

      Joined:
      Apr 24, 2010
      Messages:
      796
      Likes Received:
      7
      Trophy Points:
      0
      stuck in leoric manor. never happened in 171 or 173 same profile.

      leoric_stuck.jpg
       

      Attached Files:

    2. swolbyn

      swolbyn New Member

      Joined:
      Apr 24, 2010
      Messages:
      796
      Likes Received:
      7
      Trophy Points:
      0
      My witch doctor keeps trying to attack and kill the summoned "Spider Queen"... from the skill "Corpse Spiders".... it continually tries to kill and resummons, etc in an endless loop.
       

      Attached Files:

    3. pikmin

      pikmin New Member

      Joined:
      Jun 22, 2012
      Messages:
      271
      Likes Received:
      0
      Trophy Points:
      0
      Hey got a suggestion

      Can you guys add a custom way to make the bot randomly sleep or just sit in town or menu?

      Would make it look a bit more human maybe

      So like, every 30 - 60 mins (picks random time between that interval)

      sits in town or menu for about 10-20 mins (random time again between this interval?)

      Or is there a plugin for that already?
       
      Last edited: Jul 15, 2012
    4. xsol

      xsol Member

      Joined:
      Nov 7, 2011
      Messages:
      503
      Likes Received:
      12
      Trophy Points:
      18
    5. aer0_x

      aer0_x New Member

      Joined:
      Jun 18, 2012
      Messages:
      234
      Likes Received:
      0
      Trophy Points:
      0
      need help guys,ina round 200games when i wake up i see bot stops and are in diablo login and does notging..are relogged on game idk why.. can anyone help me to fix that?
      thanks
       
    6. Roflkoptor

      Roflkoptor Member

      Joined:
      Apr 6, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      what is this sorcery... :S

      Is it me or is this .176 build a pain in the *** ? i cant get anything to work properly -.- !
      And is it possible to run .173 and if yes where or how i can use/download it or it might not be possible due to the autoupdater idk .
      EDIT : Dumb me i have the .173 Zip still !
      Thanks ....
       
      Last edited: Jul 15, 2012
    7. nyjah

      nyjah Banned

      Joined:
      Jul 15, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      0
      Anyone getting stashing problems?
       
    8. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      Still wants to interact with NPC's in ACT 2. In Sundered Canyon it constantly runs back too Iron Wolf Jarulf, even after interacting with him.

      G
       
    9. Hajkfas

      Hajkfas New Member

      Joined:
      Jun 26, 2012
      Messages:
      326
      Likes Received:
      1
      Trophy Points:
      0
      Would it possible to make it so the bot doesn't run away if the Shielding elites are all that's left? Currently the bot runs away and tries to pick a new target (which is great), but when it's just the elites left, it's problematic with classes such as barbs with Sprint and the player character is just long gone before shielding wears off and the character picks up that enemy target again.
       
    10. TheLaughingMan

      TheLaughingMan New Member

      Joined:
      Jun 9, 2012
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Different profile, again same goddamn thing, the bot runs fine for a bit, then runs towards a wall and sticks there

      log attached, there are some exceptions towards the end when it started happening

      View attachment 2012-07-15 15.26.txt
       
    11. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      Anyone managed to make this version salvage?
       
    12. jimjohnson

      jimjohnson New Member

      Joined:
      Aug 30, 2011
      Messages:
      338
      Likes Received:
      0
      Trophy Points:
      0
      I salvage fine in act 1
       
    13. Scottymc

      Scottymc New Member

      Joined:
      Oct 27, 2010
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      0
      Whats ur secret lol. Mine gets stuck everytime. I think it might be safer to change the sell vendor to the guy on the left not right. that way he walks from the otehr way.?
       
    14. xsol

      xsol Member

      Joined:
      Nov 7, 2011
      Messages:
      503
      Likes Received:
      12
      Trophy Points:
      18
      ..... keep then salvage then sell

      thinking its hard
       
    15. chongz

      chongz New Member

      Joined:
      Jul 16, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Guys, paste this in your OnPulse() function (only tested in WizardFastRuns 1.7d). Basically it checks for your toon position and forces it to move away from the wall. Salvage :D

      if (ZetaDia.Actors.Me.IsInTown)
      {
      Vector3 pos = ZetaDia.Actors.Me.Position;
      Vector3 wallSpot = new Vector3(2930.858f, 2816.176f, 24.04532f);
      Vector3 dest = new Vector3(2947.703f, 2813.375f, 24.04532f);
      float radius = 10;
      if ((wallSpot.X - radius <= pos.X && wallSpot.X + radius >= pos.X)
      && (wallSpot.Y - radius <= pos.Y && wallSpot.Y + radius >= pos.Y)
      && (wallSpot.Z - radius <= pos.Z && wallSpot.Z + radius >= pos.Z))
      {
      ZetaDia.Me.UsePower(SNOPower.Walk, dest, ZetaDia.Me.WorldDynamicId, -1);
      }

      }

      Someone please help to make it work for other profiles =P
       
      Last edited: Jul 16, 2012
    16. Hajkfas

      Hajkfas New Member

      Joined:
      Jun 26, 2012
      Messages:
      326
      Likes Received:
      1
      Trophy Points:
      0
      Elite detection is bugged.

      When fighting against yellow elites, minions does not get picked up as an elite, only when it starts attacking the remaining yellow elite does "if elite" triggers trigger.
       
    17. aer0_x

      aer0_x New Member

      Joined:
      Jun 18, 2012
      Messages:
      234
      Likes Received:
      0
      Trophy Points:
      0
      i getting too much crases...

      with agb,relogger,unstucker and notificationm ok...

      what to do?
       
    Thread Status:
    Not open for further replies.

    Share This Page