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

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Fixed, I had a faulty copy / paste error :(
       
      Last edited: Feb 15, 2011
    2. Zubi

      Zubi Member

      Joined:
      Jan 15, 2010
      Messages:
      91
      Likes Received:
      2
      Trophy Points:
      8
      i cant make it work :(



      Code:
      public static void useGemspell()
              {
                  foreach (WoWItem item in ObjectManager.GetObjectsOfType<WoWItem>())
                  {
                      int cgems = ((int)(NumOfItemsInBag(item.Entry)) / 2);
                      int prevTime = Environment.TickCount;
                      float cutTime = (cgems * 3.0f);
      
                      if (_Gem.Contains(item.Entry) && item.StackCount >= 1)
                      {
                          WoWMovement.MoveStop();
                          Thread.Sleep(100);
                          Styx.Helpers.Logging.Write("Cutting will take :{0} seconds", (int)cutTime);
                          while (NumOfItemsInBag(52182) >= 1)
                          {
                              Styx.Logic.Combat.WoWSpell gem1 = Styx.Logic.Combat.WoWSpell.FromId(73274);
                              Styx.Helpers.Logging.Write("Cuting " + item.Name + "");
                              Styx.Logic.Combat.SpellManager.Cast(gem1);
                              Thread.Sleep(2000);
                          }
                      }
              else if (_Gem.Contains(item.Entry) && item.StackCount >= 1)
                      {
                          WoWMovement.MoveStop();
                          Thread.Sleep(100);
                          Styx.Helpers.Logging.Write("Cutting will take :{0} seconds", (int)cutTime);
                          while (NumOfItemsInBag(52177) >= 1)
                          {
                              Styx.Logic.Combat.WoWSpell gem2 = Styx.Logic.Combat.WoWSpell.FromId(73222);
                              Styx.Helpers.Logging.Write("Cuting " + item.Name + "");
                              Styx.Logic.Combat.SpellManager.Cast(gem2);
                              Thread.Sleep(100);
                          }
                      }
                      else if (NumOfItemsInBag(item.Entry) < 1)
                      {
                          Logging.Write("All gems are cut");
                          break;
                      }
                  }
                   
              }
       
    3. sodix

      sodix New Member

      Joined:
      Jan 21, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      he runs to borean tundra to pick up a quest i done and too high level for iam 76 and supposed to quest in sholazar basin. this still wont work for me.
       
    4. Rock

      Rock New Member

      Joined:
      Mar 8, 2010
      Messages:
      227
      Likes Received:
      1
      Trophy Points:
      0
      Not sure if it has been suggested, but it is possible to make the character: Mill -> Ink -> dump ink in bank (not gbank) -> Collect from mail -> Start milling agian?
       
    5. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      The two quests that you turn in Called "distress call" and mechognome or whatever it is after that. It's sending this

      Exception thrown in CustomBehavior object for tag:
      <CustomBehavior File="UseTransport" Entry="4180.536, 5280.977, 26.49352" Exit="4180.375, 5282.13, 39.60874" Start="4184.285, 5281.594, 26.8" End="4184.285, 5281.594, 39.48473" Transport="152614" />
      make sure the tag has all required attributes and try again.
      Couldn't find file for UserDefinedQuestBehavior.
      Honorbuddy stopped

      So I just removed it from the profile and turned it in myself.
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      change "ignorecheckpoints=true" to false, click save
      download the quest behaviors in post 2
       
    7. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Letting it run now. will report back in 4 hours
       
      Last edited: Feb 15, 2011
    8. tjwow2011

      tjwow2011 Member

      Joined:
      Jan 25, 2011
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      16
      ok, np, so what about the other question? the one about the RunMacro.cs file? Can you and kick combine y'all's so that we only need one of those files instead of three?
       
    9. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      I come back after 30 minutes and I get this now

      Can not turn in quest The Ultrasonic Screwdriver (ID: 11729) because I don't have it in my quest log! (Or do I: False)
      Could not create current in quest bot!

      Never touched any quests in Borean tundra so im not sure whats going on

      EDIT: I realized it was a quest drop in my bag but it did not right click and accept it. Is there a way to fix this? I do have your quest behaviors installed
       
      Last edited: Feb 15, 2011
    10. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      i deleted that quest -_- but i didn't delete the turnin.

      delete this line, press save and start the bot

      PHP:
              <TurnIn QuestName="The Ultrasonic Screwdriver" QuestId="11729" TurnInName="Crafty Wobblesprocket" TurnInId="25477" />
      fixed - re-download (everyone else)
       
      Last edited: Feb 15, 2011
    11. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      This line should be deleted to.

      PHP:
      <Pickup QuestName="Last Rites" QuestId="12019" GiverName="Thassarian" GiverId="26170" GiverType="NPC" />
      Reason: There is no turn in and its almost impossible to solo since its a group quest. This quest is at the top of Temple City of En'Kilah.
       
      Last edited: Feb 15, 2011
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      That quest doesn't do anything, it's there for you guys to do if you want
       
    13. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Another problem on the "Lupus Pupus" quest

      PHP:
      <PickUp QuestName="Lupus Pupus" QuestId="11728" GiverName="Iggy Tailspin Cogtoggle" GiverId="25807" />
      The first oil wolf it used the item and let it poop then grabbed the micro film, but now it's just killing every wolf and sometimes staying on the dead wolf and trying to use the item. Then goes back and stands by quest giver and does nothing.
       
    14. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      yeah that was a hard quest to do, i'll have to look into it. complete it for now

      edit: make sure your pull range is set to 25
       
    15. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Even as a mage?
       
    16. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Yep, my mage and shammy had 35 and had issues... range 25 for this quest and see what it does
       
    17. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      Invalid amount of Args!
      Exception thrown in CustomBehavior object for tag:
      <CustomBehavior File="WaitTimer" QuestId="11715" WaitTime="12000" />
      make sure the tag has all required attributes and try again.
      Thread was being aborted.
      Honorbuddy stopped

      Pressing start again worked but not sure if people are going to have the same issue
       
    18. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      gay. it doesn't allow for questid :(

      just press stop and start again, or finish the quest.

      Again, I've had issues with it obviously
       
    19. projektt

      projektt Active Member

      Joined:
      Sep 21, 2010
      Messages:
      1,424
      Likes Received:
      8
      Trophy Points:
      38
      I am Im just letting you know of all the errors in case you want to correct them for everyone else
       
    20. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      aye, there are a bunch of quests that I need CB's fixed, or args added to it ... like a cooldown=""

      All in due time :)
       
    Thread Status:
    Not open for further replies.

    Share This Page