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

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Needs nav around mailbox In Kun Lai Summit, "One Keg"

      PHP:
      <Hotspot X="3110.148" Y="1235.966" Z="654.6391" />
       
    2. imapwnu

      imapwnu New Member

      Joined:
      Jan 7, 2013
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Just thought I'd put it on here that I deleted the HB/Cache folder and the WoW/Cache folder, that didn't work. But deleting WoW/Data/Cache folder fixed it.
      Thanks anyways. :)
       
    3. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      at line 1349 should be
      Code:
      			<If Condition="((HasQuest(29922)) &amp;&amp; (!IsQuestCompleted(29922)))" >
      [A - Quest] 85-86 The Jade Forest [Kick]
       
    4. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      It could be. I haven't made changes to that quest in forever. If you have a log I'll check it out.
       
    5. botorific

      botorific New Member

      Joined:
      Oct 26, 2012
      Messages:
      664
      Likes Received:
      3
      Trophy Points:
      0
      [A - Quest] 85-86 The Jade Forest [Kick].xml

      Got this issue on: A - Quest] 85-86 The Jade Forest [Kick].xml

      If' start tag on line 1284 position 5 does not match the end tag of 'QuestOrder'. Line 2006, position 4

      Looks like a problem with an If statement and the "Potency" quest... which I was going to post about yesterday lolz! I noticed that stuff had been commented out... including the "/If". Guessing this is the problem but I'm a total coding noob.

      Edit: I moved the /if tag outside of the commented range and the profile is running now... let me know if I can expect problems around "potency" and suggestions. I appreciate it, thanks!!!

      Log attached View attachment 11704 2013-01-08 09.55.txt

      Thanks cj/kick!
       
      Last edited: Jan 8, 2013
    6. Sanmaster2206

      Sanmaster2206 New Member

      Joined:
      Sep 12, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      I have the exact problem now Botorific what u did can u explain me

      what and where is the "if/tag"
       
      Last edited: Jan 8, 2013
    7. Taipanlol

      Taipanlol New Member

      Joined:
      Jan 8, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Hello People,

      i have a problem. When i start the bot with questing and load the kicks profile my char is just grinding. When i was 70 it showed me grinding to 72 i thought ok i just wait for it. But now im 72 and now it tells me grinding to 75.... whats wrong?

      Greets Tai
       
    8. Rewards

      Rewards Member

      Joined:
      Jan 5, 2012
      Messages:
      518
      Likes Received:
      0
      Trophy Points:
      16
      pls fix the Jade Quest Profile for Alliance :)
       
    9. botorific

      botorific New Member

      Joined:
      Oct 26, 2012
      Messages:
      664
      Likes Received:
      3
      Trophy Points:
      0
      Sorry if this explaination is overkill or against rules of the thread... if this is bloat and china/kick doesn't want this here - I appologize, and understand.

      Get notepad++(free download - google it) if you don't have it -- otherwise this is going to be a pain.

      Once installed edit "[A - Quest] 85-86 The Jade Forest [Kick].xml" with notepad++

      You'll see the line number on the left side - go to line 1284. There you can see where the "<If>" starts - click on it. Look at the pretty colors! Now you can see the code that falls within the "<If>" statement (purple and red).

      In order for HB to run profiles with"<If>" each one has to match up with a closing "</If>".

      The stuff in green - that's code that they have commented out. It's used to disable areas of the code, or for coders to make notes / explain what the code does to other programmers and users. See the "<!-- deal with this later" for example?

      Well then scroll down just a little bit...

      You'll see that the closing "</If>" for line 1284 that HB needs has been commented out (disabled) because it is inside a commented range of code.

      All you need to do is CUT/paste "</If> below the "-->" (this is the closing tag for comments) to reactivate it.

      Keep it clean by hitting tab and moving the "</If>" below the where the statement begins..."<If>" on line 1284.

      When they post an update from this thread or SVN, you may want to delete this file entirely - because the changes we make here might cause issues with any updates china / kick push. I'm not sure how SVN will merge what I did here.
       
      Last edited: Jan 8, 2013
    10. LAderuiter

      LAderuiter New Member

      Joined:
      Jul 31, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      I just started using this profile, but if I load TBC profile on my 60 orc DK It keeps spamming
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp

      How do I fix this?

      P. S. I dont have flying nor the money because i'm on new server.
       
    11. botorific

      botorific New Member

      Joined:
      Oct 26, 2012
      Messages:
      664
      Likes Received:
      3
      Trophy Points:
      0
      A quest 85-86 The Jade Forest profile

      Problems with "Potency"

      You might already be onto a fix for this but ... I wanted to point out a comment on wowhead.com... first comment sorted by "likes"

      Potency - Quest - World of Warcraft

      Describes that after killing 8 (or is it 7) mist creepers, if the mist horror spawn can't be found or is killed by another player / whatever...

      Exit the zone - return to the zone. Zone puts a buff on players if needed...I doubt it though. There will be an NPC that follows you - Inconspicuous Mist - NPC - World of Warcraft "Inconspicuous Mist".

      Interacting with that will spawn the Mist Horror needed to complete the quest.

      This is how I moved on with the profile.
       
    12. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      All in all this is blizz bug, but, no problems for us yeah?
      Code:
      	<Quest Id="29891" Name="Potency">
      	  <Objective Type="KillMob" MobId="56304" KillCount="8">
      		  <Hotspots>
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-689.2635" Y="-2532.481" Z="26.06712" />
      		  <Hotspot X="-675.3683" Y="-2611.612" Z="19.3764" />
      		  <Hotspot X="-619.6975" Y="-2683.45" Z="9.990462" />
      			</Hotspots>
      		</Objective>
      		<Objective Type="CollectItem" ItemId="76129" CollectCount="1">
      			<CollectFrom>
      				<Mob Id="56310" Name="Mist Horror" />
      			</CollectFrom>
      			<Hotspots>
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-689.2635" Y="-2532.481" Z="26.06712" />
      		  <Hotspot X="-675.3683" Y="-2611.612" Z="19.3764" />
      		  <Hotspot X="-619.6975" Y="-2683.45" Z="9.990462" />
      			</Hotspots>
      		</Objective>
      	</Quest>
      to
      Code:
      	<Quest Id="29891" Name="Potency">
      	  <Objective Type="KillMob" MobId="56304" KillCount="8">
      		  <Hotspots>
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-689.2635" Y="-2532.481" Z="26.06712" />
      		  <Hotspot X="-675.3683" Y="-2611.612" Z="19.3764" />
      		  <Hotspot X="-619.6975" Y="-2683.45" Z="9.990462" />
      			</Hotspots>
      		</Objective>
      		<Objective Type="CollectItem" ItemId="76129" CollectCount="1">
      			<CollectFrom>
      				<Mob Id="56310" Name="Mist Horror" />
                                      <Mob Id="56304" Name="Mist Creeper" />
      			</CollectFrom>
      			<Hotspots>
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      		  <Hotspot X="-689.2635" Y="-2532.481" Z="26.06712" />
      		  <Hotspot X="-675.3683" Y="-2611.612" Z="19.3764" />
      		  <Hotspot X="-619.6975" Y="-2683.45" Z="9.990462" />
      			</Hotspots>
      		</Objective>
      	</Quest>
      and
      Code:
      <If Condition="((HasQuest(29891)) &amp;&amp; (!IsQuestCompleted(29891)))" >
      				<Objective QuestName="Potency" QuestId="29891" Type="KillMob" MobId="56304" KillCount="8" />
      				<Objective QuestName="Potency" QuestId="29891" Type="CollectItem" ItemId="76129" CollectCount="1" />
      				<!-- deal with this later4
      				<SetGrindArea><GrindArea>
      					<Factions>16 14 190</Factions>
      					<Hotspots>
      						<Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      						<Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      						<Hotspot X="-689.2635" Y="-2532.481" Z="26.06712" />
      						<Hotspot X="-675.3683" Y="-2611.612" Z="19.3764" />
      						<Hotspot X="-619.6975" Y="-2683.45" Z="9.990462" />
      					</Hotspots>
      				</GrindArea></SetGrindArea>
      				<GrindTo Condition="((HasQuest(29891)) &amp;&amp; (IsQuestCompleted(29891)))" />
      				-->
      			</If>
      to
      Code:
      <While Condition="((HasQuest(29891)) &amp;&amp; (!IsQuestCompleted(29891)))" >
      <RunTo X="-592.1667" Y="-2320.578" Z="18.47412" />
      				<Objective QuestName="Potency" QuestId="29891" Type="KillMob" MobId="56304" KillCount="8" />
      				<Objective QuestName="Potency" QuestId="29891" Type="CollectItem" ItemId="76129" CollectCount="1" />
      				<!-- deal with this later4
      				<SetGrindArea><GrindArea>
      					<Factions>16 14 190</Factions>
      					<Hotspots>
      						<Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      						<Hotspot X="-654.2847" Y="-2435.005" Z="26.4146" />
      						<Hotspot X="-689.2635" Y="-2532.481" Z="26.06712" />
      						<Hotspot X="-675.3683" Y="-2611.612" Z="19.3764" />
      						<Hotspot X="-619.6975" Y="-2683.45" Z="9.990462" />
      					</Hotspots>
      				</GrindArea></SetGrindArea>
      				<GrindTo Condition="((HasQuest(29891)) &amp;&amp; (IsQuestCompleted(29891)))" />
      				-->
      			</While>
      willtest it later [AQuest]85-86TheJadeForest
       
      Last edited: Jan 8, 2013
    13. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Code:
              public void PullMob()
              {
                  var spell = "";
      
                  switch (Me.Class)
                  {
                      case WoWClass.Mage:
                          spell = 30455; // "Ice Lance";
                          break;
                      case WoWClass.Monk:
                          spell = 117952; // "*****ling Jade Lightning";
                          break;
                      case WoWClass.Druid:
                          spell = 8921; // "Moonfire";
                          break;
                      case WoWClass.Paladin:
                          spell = 20271; // "Judgment";
                          break;
                      case WoWClass.Priest:
                          spell = 589; // "Shadow Word: Pain";
                          break;
                      case WoWClass.Shaman:
                          spell = 8050; // "Flame Shock";
                          break;
                      case WoWClass.Warlock:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
      
                          spell = 172; // "Corruption";
                          break;
                      case WoWClass.DeathKnight:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
      
                          spell = 56222; // "Dark Command";
                          break;
                      case WoWClass.Hunter:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
      
                          spell = 3044; // "Arcane Shot";
                          break;
                      case WoWClass.Warrior:
                              spell = 122475; // "Throw";
                          break;
                      case WoWClass.Rogue:
                              spell = 121733; // "Throw";
                          break;
      
                  }
      
                  if (spell != null)
                  {
                      SpellManager.CastSpellByID(spell);
                  }
      
      
              }
      
      After 2 days of searching copied, but not a test
      Quest Behaviors: UndyingTwilight.cs ; Zakahn.cs as i said, localiz problem
       
    14. Rewards

      Rewards Member

      Joined:
      Jan 5, 2012
      Messages:
      518
      Likes Received:
      0
      Trophy Points:
      16
    15. Mannyste

      Mannyste New Member

      Joined:
      Nov 19, 2010
      Messages:
      133
      Likes Received:
      2
      Trophy Points:
      0
      well i did first dailies but now it will not do them right again it says it alrdy did them
       
    16. Mannyste

      Mannyste New Member

      Joined:
      Nov 19, 2010
      Messages:
      133
      Likes Received:
      2
      Trophy Points:
      0
      the bot wants my attention every 10 seconds. i deleted cache, this is really bad plugin
       
    17. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      To which plugin are you referring?

      I'm sorry you are getting the cache pop up, but I'm going to need more information that just that to fix your problem.
       
    18. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      If you have followed the instructions provided by the author you would not be experiencing this issue. As is stated, you need to delete you HB/cache folder before undertaking the dailies. Some confusion can come into play when there is both a WoW cache folder and a HB cache folder.

      It is the HB cache folder you needed to delete.

      I think Mannyste is incorrectly referring to your profile as a plugin.


      EDIT: Deleting the HB cache folder while HB is running will not suffice. You must delete this folder before running HB.
       
    19. Ericane

      Ericane New Member

      Joined:
      Jul 9, 2012
      Messages:
      229
      Likes Received:
      0
      Trophy Points:
      0
      Good comment there fpsware, I will for sure try this out once I have game time for an appropriate character :)

      Good work the broodieman!
       
    20. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Slaughterjoe,

      Kick has clearly marked the Dread Wastes profile as requiring the flying skill (i.e., [Fly]). To fly in MoP requires level 90. So, although Dread Wastes can safely be started at 89, Kick decided to write that profile to use flying which requires 90.

      You need to update your local copy of the profiles. Kick has added a grinding area at the end of Townlong Steppes to get the level 90 you need to proceed to Dread Wastes.

      Update the profiles, load "Townlong Steppes" and hit "Start". You should be off-and-away.

      cheers,
      chinajade
       
    Thread Status:
    Not open for further replies.

    Share This Page