• 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. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      At line 4450 and 4451, the turnin for "Making a harness" is double so errors out.
      (using revision 32 by the way, updated 2 minutes ago :))
      Code:
                  </If>
              <TurnIn QuestName="Making a Harness" TurnInName="Astrid Bjornrittar" QuestId="12900" TurnInId="29839" />
              <TurnIn QuestName="Making a Harness" TurnInName="Astrid Bjornrittar" QuestId="12900" TurnInId="29839" />
              <PickUp QuestName="The Last of Her Kind" GiverName="Astrid Bjornrittar" QuestId="12983" GiverId="29839" />
       
    2. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Quest: "The amulet of grol" uses the item in the boat but dosn?t loot the ogre, it thinks it is not done so it keeps using the item to summon the ogre over and over.
       
    3. Polo316

      Polo316 New Member

      Joined:
      Mar 31, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Nuok please help me

      I have been using this profile but can u please remove all the Hero's Calls from the XML file.... I am trying to get Loremaster achievements and if the Hero's Calls are in there it screws things up... I tried to remove them myself but I mess up the file
       
    4. carlosn

      carlosn New Member

      Joined:
      Nov 27, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      It does not take the portal to WPL at lvl 37, it tried to run there.
       
    5. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      This happened in all the versions. Not sure how to fix this one. Never loots the item.

      Also never drops the living seed in all the necropolis in EP.

      Was using your old version of this. Happy to set my char off with ignore chekpoints set to true (doing all the lame old quests) but will it skip the ones I have alkready done?
       
    6. Ewen

      Ewen New Member

      Joined:
      Feb 11, 2011
      Messages:
      65
      Likes Received:
      1
      Trophy Points:
      0
      View attachment 21091
      He kept on running to this location when in lvl 63 and completed I think most of the quests in HFP. and when he arrived he died all the time and refused to move.
       
    7. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      Kick,

      Will this carry on from where i stopped questing manually?

      Won't load the profile:

      Could not load profile: The 'SellGreen' start tag on line 11 does not match the end tag of 'HBProfile'. Line 1420, position 3.

      Went into it and it isa missing the < before /SellGreen>. Added that.

      Also why won't it allow me as a level 83 to go do thequests for the money/rep when ignore checpoints is set to true and min level is 80 and max is 86? Says the profile does not fit the character?

      thanks
       
      Last edited: Apr 17, 2011
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      PHP:

      <HBProfile>
          <
      Name>[QuestHyjal 80-82 [Kick]</Name>
          <
      MinLevel>80</MinLevel>
          <
      MaxLevel>86</MaxLevel>
          
          <
      MinDurability>0.2</MinDurability>
          <
      MinFreeBagSlots>2</MinFreeBagSlots>
          
          <
      SellGrey>True</SellGrey>
          <
      SellWhite>False</SellWhite>
          <
      SellGreen>False</SellGreen>
          <
      SellBlue>False</SellBlue>
          <
      SellBlue>False</SellBlue>
          <
      SellPurple>False</SellPurple>
          
          <
      MailWhite>True</MailWhite>
          <
      MailGreen>True</MailGreen>
          <
      MailBlue>True</MailBlue>
          <
      MailPurple>True</MailPurple>  
      it looks like you messed up the profile, mine looks fine
       
    9. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      user / cache issue.

      go to the npc that you're currently on the quest for and press start
       
    10. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48

      The quest object code looks like this.

      Code:
      <While Condition="((HasQuest(26169)) &amp;&amp; (!IsQuestCompleted(26169)))" >
      				<CustomBehavior File="InteractWith" QuestId="26169" NpcId="203230" NumOfTimes="1" ObjectType="Gameobject" X="-11450.43" Y="-3793.646" Z="-4.315826" />
      
      So as long as it dosnt have the item it will summon the ogre, but it wont loot it, there must be a way to get it to loot the ogre.

      Now if you have "Loot mobs" selected in the bot wouldn?t it loot the ogre if you had a "NoCombatMoveTo" in there to?

      for example
      Code:
      <While Condition="((HasQuest(26169)) &amp;&amp; (!IsQuestCompleted(26169)))" >
      				<CustomBehavior File="InteractWith" QuestId="26169" NpcId="203230" NumOfTimes="1" ObjectType="Gameobject" X="-11450.43" Y="-3793.646" Z="-4.315826" />
      <CustomBehavior File="NoCombatMoveTo" X="-11221.3" Y="-3478.109" Z="8.995502" />
      
      I am not a profile writer so i don?t know, could test it, later today.
       
    11. TigerX

      TigerX New Member

      Joined:
      Jan 15, 2010
      Messages:
      133
      Likes Received:
      1
      Trophy Points:
      0
      Thank you, Kickazz.
       
    12. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Code:
      [FONT=Courier New][SIZE=2][1:03:38 AM:792] [LazyRaider] Version 1.0.1 initialized[/SIZE][/FONT]
      
      foggystyle, That was fixed in 1.0.2. Just upgrade to the latest and you should be good to go. Good luck, Bobby53
       
      Last edited: Apr 17, 2011
    13. HB3094V31

      HB3094V31 New Member

      Joined:
      Apr 15, 2011
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      The Bot gets stuck ALOT. The bot starts to deliver quest, but runs the wrong way and start killing mobs. And its very suicidal. 12 Hours botting from 1-18.
       
    14. jawn

      jawn Member

      Joined:
      Jan 15, 2010
      Messages:
      698
      Likes Received:
      4
      Trophy Points:
      18
      I have found when this happens.. check your quests... seems there are some quests where interaction must occur (sometimes during training at low levels, or talking to them at higher levels). ONce thats done manually (usually a simple one or two click) it continues on normally.
       
    15. jawn

      jawn Member

      Joined:
      Jan 15, 2010
      Messages:
      698
      Likes Received:
      4
      Trophy Points:
      18
      Since the release before last, this has been a serious issue with almost all profiles. Seems the Stuck fix they put in the one release, seriously messed with the meshing. I've NEVER died in RFC but since the last 2 releases I have to actually watch my toons in there cause they will run into the fire and die almost every time now. its sad.. but oh well it'll get fixed eventually
       
    16. eddie4

      eddie4 New Member

      Joined:
      Sep 16, 2010
      Messages:
      296
      Likes Received:
      8
      Trophy Points:
      0
      Hmmm he removed the profile that's to bad :(


      Do what I do whit my outland profile put a big banner ALPHA on it and release it. People who know a thing or 2 about profiles can help resolve problems.
       
    17. paxxx

      paxxx Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      260
      Likes Received:
      9
      Trophy Points:
      18
      hey all,
      here is the last version,
      maybe someone can correct and tune it!
       
    18. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      There is an error in the [mining-herb](1-525)flying-GB2(v2).xml profile that comes with HB. Download this [mining-herb](1-525)flying-GB2(v2).xml‎ and replace the one in your Honorbuddy/Plugins/Professionbuddy/Profiles/ folder
       
    19. muntahunta

      muntahunta Member

      Joined:
      Jul 20, 2010
      Messages:
      293
      Likes Received:
      13
      Trophy Points:
      18
      the only problem I can see at the moment is with being a healer (i am a priest)

      when the target being healed is not in LoS, the CC takes over and spams the spell it wants to use... so when trying to move the priest it stops every second to cast a spell, leaving the toon looking very bottish and stopping you from running to aid your party. is there anyway past this?

      also... when drinking it still casts spells prematurely losing the drink effects... is there any way to drink until atleast 50% mana maybe?
       
    20. cagebg

      cagebg Banned

      Joined:
      Jan 17, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      First of all thank you for the profile, but I ended up level 22 with my paladin and quest and mobs start to get green even grey, is there a way to skip to higher level quests?
       
    Thread Status:
    Not open for further replies.

    Share This Page