• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

    Discussion in 'Archives' started by fhlhwow, Aug 17, 2010.

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

      Partizan New Member

      Joined:
      Apr 6, 2010
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      Good to hear, I was going to head over there and post myself, I still plowed through that zone with my imba paladin lol!
       
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      yeah, other than that little "problem" the profile is great.

      remember, if your bot d/c's during the great swim, there is a profile that you can load that will grind you to 35 (well, up to 40 actually) and then you can re-load your original profile
       
    3. reng

      reng New Member

      Joined:
      May 20, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      ahh what about mesh?? doesn't work without..
       
    4. pbettell

      pbettell Member

      Joined:
      Mar 14, 2010
      Messages:
      432
      Likes Received:
      17
      Trophy Points:
      18
      I've had some issues IRL, so this is unlikely to make it out by tomorrow. Should be in the next week.
       
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      what? meshes haven't been used since hb1 (that we make). meshes are downloaded from the buddyservers
       
    6. Beowulfe

      Beowulfe Community Developer

      Joined:
      Nov 4, 2010
      Messages:
      194
      Likes Received:
      20
      Trophy Points:
      0
      Yeah, I PMed him about it a couple of weeks ago, still haven't seen any form of a response from him. :( It's a really easy fix too. For reference (I'll post this in his thread too, I guess), all you have to do is change the code on line 5176 of Convalesce.cs (the current version, aka Beta 2) from:

      Code:
      if ((!Me.CurrentTarget.Fleeing) || (!Me.CurrentTarget.IsCasting))
      to:

      Code:
      if ((!Me.CurrentTarget.Fleeing) && (!Me.CurrentTarget.IsCasting))
      and it should fix that issue.


      EDIT: Change that, not going to post in his thread... He's quite clear that he doesn't want anyone posting code changes to his CC. Probably shouldn't even have this here TBH. Wish he would respond to my PMs. :( Several other issues I threw his way too that can cause relatively severe problems.
       
      Last edited: Dec 24, 2010
    7. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I can leave this in his messenger, He's really busy with his family and job... and breakneck. I know I hate being pulled aside when I'm plugged in

      Beo, what about the issue that most CC's have with a target that is in combat with another npc? (ie: hyjal rock elementals)
       
    8. Beowulfe

      Beowulfe Community Developer

      Joined:
      Nov 4, 2010
      Messages:
      194
      Likes Received:
      20
      Trophy Points:
      0
      Disclaimer: I haven't specifically tested how some NPC-to-NPC combat scenarios flag the tagged/tapped settings, but I suspect that this should handle it.

      Anyways, depends more specifically on how each CC handles it's targeting code. I can give some pseudocode, but to adapt it to a specific CC I'd have to actually take a look at it.

      In particular, a CC should not be ignoring a target just because it's targeting something else or even in combat. What they should be doing is:

      Code:
      if (pUnit.Combat && pUnit.TaggedByOther && !pUnit.TappedByAllThreatLists)
      	DropTarget();
      If TaggedByOther is true, that means that someone else has already "claimed" the target, AKA even if you attack it and kill it, you will get nothing from it.

      If TappedByAllThreatLists is true, that means that everyone that attacks it gets credit, even if you weren't in the party of the first person to engage it.

      So, you want to check if it's been "claimed" by someone else and if, by claiming it, they've removed any chance of you getting credit for it. If not, then you're free to attack it.

      Much more reliable than just looking at whether it's targeting someone else. Relying specifically on what your target is targeting can have other negative side effects too, such as another player intentionally pulling aggro on a mob you're fighting to test how your char reacts.
       
    9. robbdeman

      robbdeman Member

      Joined:
      Feb 6, 2010
      Messages:
      84
      Likes Received:
      0
      Trophy Points:
      6
      so far doesn't matter which class I try as soon as I get to lvl 4 to do the class specific quest, it either bugs out before during or after, it will just stop aborting the thread and not continue if start is pressed just standing there, here is a log of during.
       
    10. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      Glad you took the time to look 3 posts before yours. /sarcasm

      HB problem. Await new release or hand level it out. GL with your character.
       
    11. lekaf

      lekaf New Member

      Joined:
      Sep 27, 2010
      Messages:
      140
      Likes Received:
      1
      Trophy Points:
      0
      aaaaaaaaaaaa i really love it!!! hope the new version of hb will fix these bugs but im tryin' it now and i can say your work is really well
      cant wait the fix of bugs :D
      thanks!
       
    12. Morga

      Morga Member

      Joined:
      Feb 18, 2010
      Messages:
      693
      Likes Received:
      3
      Trophy Points:
      18
      I still prefer the stand alone version Mr. Nesox, but I guess I need to know if this works with the latest hb :)

      Morga
       
    13. Nesox

      Nesox Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,563
      Likes Received:
      48
      Trophy Points:
      48
      The logic this bot uses is exactly the same as the standalone atm
       
    14. Morga

      Morga Member

      Joined:
      Feb 18, 2010
      Messages:
      693
      Likes Received:
      3
      Trophy Points:
      18
      Alrightie, I have been experiencing some trouble using the stand alone and was thinking i could use one of my sessions to see if it clears up.

      Morga
       
    15. --__--

      --__-- New Member

      Joined:
      Jan 31, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hello i don't know if i'm the only one with this bug or what but, whenever it go to train, it just stand there doing nothing. Not even targeting the trainer. But as soon as i rightclick the trainer myself, it trains and then run back to grind.

      Race: Worgen
      Class: Druid
      Trainer: Celestine of the Harvest in SW
       
    16. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Error with HB. =(

      hit up the bugtracker and post a log so they can fix it :)
       
    17. StephanT

      StephanT Member

      Joined:
      Apr 27, 2010
      Messages:
      228
      Likes Received:
      1
      Trophy Points:
      18
      Looking forward to the training addition.
      Nice bot, thanks for sharing :)
       
    18. Renegade

      Renegade New Member

      Joined:
      Nov 21, 2010
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      0
      Hey Kickazz just wanted to let you know.. I've finished two characters with your profile 1-60, a prot pally an a druid, I just wanted to say thanks for all the work you put into these profiles.. It really got me too 60 quick an I didn't have to baby sit at all, only time I really messed with it was when I would decide to update gear or sell shit in ah..
       
    19. --__--

      --__-- New Member

      Joined:
      Jan 31, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      So untill they fix it, could i just turn off auto learn spells and just learn them manually instead? As it sucks big time to wake up in the morning and just see the bot standing at trainer :)
       
    20. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      Nice work Kick, keep up the good work mate :)
       
    Thread Status:
    Not open for further replies.

    Share This Page