• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

    Discussion in 'Archives' started by chinajade, Sep 8, 2013.

    1. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      You can attempt to RAF them, but the issue is they will "desync" from each other.
      You'd need a plugin to keep them together.

      There's plugins out there to do this sort of stuff, but most of them are private.
       
    2. Drippingclouds

      Drippingclouds New Member

      Joined:
      Feb 25, 2015
      Messages:
      141
      Likes Received:
      0
      Trophy Points:
      0
      I seem to be missing the WOD profiles. Just did a clean install. Should i disable the pack and re-enable it?
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      You could try that, or try deleting your store cache as instructed by the "Question and Answer" link on the front of the thread.
       
    4. Flugsvamp

      Flugsvamp Member

      Joined:
      Nov 1, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      Very nice! Thanks!!
       
    5. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      I am at a loss here. I ran the toon manually, went to Gorgrond etc. I found Duraton but couldn't pick up the quest The Laughing Skull. I logged a ticket with blizz now, have no clue how this is going to be fixed . . I used this pack clean from level 90
       
      Last edited: Jul 11, 2016
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The quest just isn't there at all? Oh the wonders of Draenor quests.. lol.
      Throughout the months I've noticed Horde seem to have more issues than Alliance when it comes to quests not appearing properly and phasing issues.

      Fortunately in Legion questing, this won't be much of an issue - and breadcrumb quests are non-existent given you pick which zone you want to quest at via your class hall.
      Right now I'm getting one of my testing stations fired up, I'll be running loads of characters from 1 to 100 to test for bugs.

      Hopefully if there is an issue within the Horde 90-100 seciton, I'll be able to track it down with my testers and get it squashed.
       
    7. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      Thanks Echo, ok ill wait for Blizz to answer me. Looking forward to the new system in Legion!
       
    8. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      Hey Echo

      Ok so here is what happened. As I started playing again after more than a year of absence, I forgot that my toon's XP was locked at 90. So when I started the profile, it did what it should do but when it got to The Laughing Skull quest for Grogrond, my toon wasnt 92 yet, which the quest requires, so it was stuck. So I lvld my toon with BG's and dungeons till 92 and now he is continuing with the Gorgrond profile.
       
    9. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      Hi Echo

      What I have found now is that my toon will fly around the quest area, just above the height of the mobs, up and down, up an down, he doesn't land to kill the quest mobs.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      How often does it do this?
      This was an issue within the bot's core code a while back, but it was supposedly fixed.
       
    11. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      Echo, I would have to say about 70% of the time , i have to babysit my bot
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Can you give me a log?
      This isn't common behavior for the bot at all.
       
    13. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
    14. Raaz

      Raaz Member

      Joined:
      Mar 3, 2013
      Messages:
      657
      Likes Received:
      10
      Trophy Points:
      18
      Echo I have a suggestion. Since we have hooks, You could split up the leveling files ([Fly][H - Quest] BC 58-70 [Kick]) and optimize the leveling process by adding a hook to the files for when it reaches a specified level. I've done this with my modified leveling profile and so far it works out pretty good. An example for the individual leveling profile for 58-62 Hellfire would be:


      HTML:
      <CustomBehavior File="Hooks\DoWhen" ActivityName="Auto Loader - v2" AllowUseWhileFlying="True" AllowUseWhileMounted="True" 
      				LogExecution="True" StopMovingToConductActivity="True" UseWhen="Me.Level &gt;= 62" >
      		<CustomBehavior File="LoadProfile" ProfileName="..\Auto Loader - v2" />
      
      					OR
      			
      		<CustomBehavior File="LoadProfile" ProfileName="62-64 Zangarmarsh" />
      	</CustomBehavior>
      Just an idea I thought I'd throw your way.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I've advised people wondering about this in the past to do something similar to this.

      Here's a post made earlier this year which explains my method:

      I've also made an (unreleased) plugin which reloads the profile every time you level, along with several other things.
      I'd add these functions into the questing profiles, however it would cause issues for people who are using them for Loremaster.
       
      Last edited: Jul 14, 2016
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'll need to send this in to the others to see what they can figure of it.

      There's something definitely going on with your computer for it to be doing this.
      Not to mention your latency is jumping from 250ms to 950ms.

      Edit:
      I spoke to Raphus about this, and he said high latency could potentially cause issues like this.
      Is your latency normally this high? ​
       
      Last edited: Jul 14, 2016
    17. Raaz

      Raaz Member

      Joined:
      Mar 3, 2013
      Messages:
      657
      Likes Received:
      10
      Trophy Points:
      18
      Aah okay I missed that post. Very true about those trying to get loremaster. If you decide to release that plugin that'd be great! I'll be looking forward to it!
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Yea, hopefully sometime after Legion release - the questing pack will see a "next generation" that'll bring a ton of customization and optimization to them.
      ;)
       
    19. Raaz

      Raaz Member

      Joined:
      Mar 3, 2013
      Messages:
      657
      Likes Received:
      10
      Trophy Points:
      18
      I'm not surprised since you are "The Profile Guru" :D
       
    20. Shaded

      Shaded Member

      Joined:
      Apr 18, 2011
      Messages:
      336
      Likes Received:
      0
      Trophy Points:
      16
      Lately yes
       

    Share This Page