• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Guardian - For LazyRaider

    Discussion in 'Archives' started by gonemental, Sep 14, 2012.

    1. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      I am guessing that the blank profile needs the level changed to 91. That really wouldn't be a problem with the routine though. The spell check would be checking that the spell is ready and can be cast. I use a combination of SpellManager.CanCast() and checks for being silenced or stunned or that the GlobalCoolDown is not running.

      As for the issue of aggro i'll run a few more dungeons and see if I can improve it any. If you can provide any or information on what the bot is doing or not doing concerning aggro It would help me narrow down things considerably.
       
    2. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      I'm currently encountering this problem-

      Starting the bot!
      Object reference not set to an instance of an object.
      Bot Stopped! Reason: User pressed the Stop button!
      Starting the bot!
      Object reference not set to an instance of an object.
      Bot Stopped! Reason: User pressed the Stop button!

      I would post a log but it's larger than the upload size requirements.

      You could have the bot spam growl at anyone losing threat or rush them with skull bash or wild charge when they get too far away.

      Now when I try to start it I get "Tilemap is null!"
       

      Attached Files:

      Last edited: Oct 14, 2012
    3. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      I'm Afraid the Tilemap is null is an HB issue and will need to be addressed by the HB devs. I'm guessing the zone you are in hasn't been mapped.

      As for aggro right now i have the following concerning aggro:

      I have one check at the top of the priority list and checks for hostiles (Enabled through DisableAutomaticBehaviors = false in the Class Config)
      Code:
      TauntList = ObjectManager.GetObjectsOfType<WoWUnit>(true, true).Where(p => ValidTarget(p) && !p.IsDead && p.CreatureRank == Styx.WoWUnitClassificationType.Elite && p.Distance < 30 && p.IsHostile && p.ThreatInfo.RawPercent < 100).ToList();
      
      It then sorts that list by unit distance and targets the closest one. I am open to suggestions if you can figure out a better way of doing it. The problem I kept running into is if you are using lazyraider and you lose aggro on that caster way back in the back. I would target him but if i didn't react fast enough the dps would pull aggro off of the group I was currently tanking. This lead to lots of problems.
       
      Last edited: Oct 14, 2012
    4. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      Would it be possible to target farthest mob currently engaged? I'd put money on that mob being the on we lose aggro on. It also seems that the bot does not cast skills when it is "loading tiles".
       
      Last edited: Oct 14, 2012
    5. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      target and taunt? or just taunt without target?
       
    6. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      Target then rush? All other mobs should follow the tank and regroup around so they can get aoed. Try coding that and upload it? Is there any way you could message me the profile so we can keep working on this? I don't know how to code very well but I will work with you to produce the best guardian cc we can make. :) It would b e really cool if we could increase the amount of times we can interrupt with Skull Bash or if the bear could cycle through pulled mobs and skull bash the one casting a spell.
       
      Last edited: Oct 15, 2012
    7. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      Would it be possible to increase the speed of attacks? The bot also needs to move to the mob when attacking. Use a charge or something. It would also be great to have a checkbox to turn travel form off or on. This would be unrelated to Automatic Form Selection. I don't like that the bot kills in bear form, mounts a mount, then changes to travel form when it gets closer to the next target.
       
      Last edited: Oct 16, 2012
    8. hootie

      hootie New Member

      Joined:
      Jul 24, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Seems to work fine for about 1-2min, then just stands there and autoattacks. (Tanking as guardian)
       
    9. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      I am afraid I will need more information. I log would help as well.
       
    10. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      I worked on both of these. I hope it helps. Also I am really limited on what I can do with spell interrupts at the moment. Spell Mechanics are still broken as far as I am aware.
       
    11. NiCeXoTiC

      NiCeXoTiC New Member

      Joined:
      Jan 20, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Cant seem to get it working.

      Even downloaded and installed a fresh copy of Honorbuddy and Lazyraider, just to try this CC.

      Keeps getting an error

      Code:
      [10:08:35.686 N] Compiler Error: d:\HonorBuddy Druid Test\Routines\Guardian\Guardian\Guardian\Classes\Guardian.cs(16,28) : error CS0101: De naamruimte Guardian.Classes bevat al een definitie voor Druid
      
      (* Translate : The namespace 'Guardian' already contains a definition for 'Druid' )

      I've read all the comments above, even the
      But I cant seem to find that Settings.cs file anywhere. (Thats also the reason I installed a fresh copy of HB to try this CC)

      What am I missing please ?

      Kind regards

      Log included : View attachment 3220 2012-10-28 11.08.txt
       
      Last edited: Oct 28, 2012
    12. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      My apologies this should be fixed.
       
    13. NiCeXoTiC

      NiCeXoTiC New Member

      Joined:
      Jan 20, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Great, thx m8.

      And no apologies needed, I'm glad guys like you are willing to share your means with guys like me :)
       
    14. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Updated the description of the CC since it has changed a little since my original post.
       
    15. @alisha

      @alisha Well-Known Member Buddy Store Developer

      Joined:
      Sep 29, 2012
      Messages:
      4,063
      Likes Received:
      94
      Trophy Points:
      48
      you copy SVN manual from kiks but not change url to SVN to yours :rolleyes:
       
    16. subdismal

      subdismal New Member

      Joined:
      Oct 24, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Ignore this - I figured it out.
       
      Last edited: Nov 7, 2012
    17. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      1.9

      Implemented Framelock() , huge performance gain
      Fixed a few bugs
       
    18. X-Ploit

      X-Ploit Member

      Joined:
      Feb 24, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      16
      using it on ym first dungeon now. its doing quite well. gjdm
       
    19. timnor

      timnor Member

      Joined:
      Feb 29, 2012
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      6
      very good so far hazzdruids guardian profile was acting a little weird so i decided to try this out and so far so good
       
    20. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      could u make it possible for him to stay cat when im tanking if i go catform? for example if im doing a tauntswitch with second tank i wanna be able to dps in catform,

      thanks! :) very nice cc,
       

    Share This Page