• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Purchase Love Tokens with Lovely Charm Bracelets

    Discussion in 'Holidays-Special Events' started by khuong, Feb 6, 2012.

    1. khuong

      khuong Member

      Joined:
      Jun 5, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      Profile is for people who have a shit load of Love Charms they want to use to create bracelets to buy from merchant, I wasn't going to spend hours right clicking to make bracelets to sell.. so I whipped up this ghetto profile.. Requires Kicks Custom Quest behaviors or Azenuis's

      Only works for HORDE, tested with a few of my chars.. hope it works for you too. You must stnad in front of the Lovely Merchant in Valley of Strength.

      It'll make one bracelet -> buy token and repeat..

      There's no logic to check how many love charms you have so make sure you have a lot :)

      ALSO MAKE SURE BOT IS SET TO QUEST

      Code:
       <HBProfile>   <Name>Love is in the Air [ Love Charm Bracelet - Love Token ]</Name>
         <MinLevel>1</MinLevel>
         <MaxLevel>86</MaxLevel>
         <MinDurability>0.4</MinDurability>
         <MinFreeBagSlots>2</MinFreeBagSlots>
          
         <MailGrey>False</MailGrey>
         <MailWhite>False</MailWhite>
         <MailGreen>False</MailGreen>
         <MailBlue>True</MailBlue>
         <MailPurple>True</MailPurple>
         
         <SellGrey>True</SellGrey>
         <SellWhite>True</SellWhite>
         <SellGreen>True</SellGreen>
         <SellBlue>False</SellBlue>
         <SellPurple>False</SellPurple>
         
         <TargetElites>False</TargetElites>
      
      
         <ContinentID>1</ContinentID> <!-- Kalimdor -->
         
         <Mailboxes>
         </Mailboxes>
         <QuestOrder>
              <If Condition="Me.IsHorde" >
                  <CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Asterisk" SoundCueInterval="2" Text="Start bot in front of Lovely Merchant in Valley of Strength - Ogrim" />
              </If>
            
            <While Condition="(HasItem(49655))" >
                  <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(49655)" />
                  <CustomBehavior File="WaitTimer" WaitTime="3200" />
                  <CustomBehavior File="InteractWith" MobId="37674" BuyItemId="49927" WaitTime="1250" />
            </While>
          </QuestOrder>
         </HBProfile>
       
    2. themuffin

      themuffin New Member

      Joined:
      Jun 5, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Great work! A bit slow, I counted about 5 second delays between action, but it's going!
       
    3. Venus112

      Venus112 New Member

      Joined:
      Jun 17, 2010
      Messages:
      1,509
      Likes Received:
      13
      Trophy Points:
      0
      Would be a bit more nice to see it added as a file and not code ;)
       
    4. AtomX

      AtomX New Member

      Joined:
      Jan 31, 2010
      Messages:
      319
      Likes Received:
      2
      Trophy Points:
      0
      I just use _keySpam off the ownedcore forums, works like a charm and you can use it for a boat load of things.
       
    5. hizz0

      hizz0 New Member

      Joined:
      Dec 29, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      How to change this for alliance?
      I tried by myself but i aint that good at it.
       
    6. khuong

      khuong Member

      Joined:
      Jun 5, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      Just change Mob Id to the id of the merchant

      <CustomBehavior File="InteractWith" MobId="37674" BuyItemId="49927" WaitTime="1250" />
       
    7. Fibonacci

      Fibonacci New Member

      Joined:
      Sep 25, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Okay, how do I get this to work? Which profil do I have to download first?
       
    8. FBOMB

      FBOMB New Member

      Joined:
      Oct 29, 2010
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      Is there anyway for this to be sped up?
       
    9. khuong

      khuong Member

      Joined:
      Jun 5, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      you can try playing with the wait timers, i've gotten it down to 3-4 seconds... as far as i can tell seems like it's part .of the behaviors to be slow
       
    10. me28791

      me28791 New Member

      Joined:
      Aug 7, 2011
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      View attachment Love Charm Bracelet - Love Token.xml

      hope the op doesnt mind I uploaded a downloadable version just for the more lazy and also great profile there, means I can bot up charms then while wtahcing a movie then go get a drink or something while doing the turnins
       
    11. Venus112

      Venus112 New Member

      Joined:
      Jun 17, 2010
      Messages:
      1,509
      Likes Received:
      13
      Trophy Points:
      0
      MobID is the same

      Change ContinentID to 0 and it'll work in stormwind
       
    12. perconte99

      perconte99 New Member

      Joined:
      Feb 6, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Im sorry i cant get this to work for Alliance. Any help would be rly appreciated :(

      thx anyway for this post ofc !
       
    13. Venus112

      Venus112 New Member

      Joined:
      Jun 17, 2010
      Messages:
      1,509
      Likes Received:
      13
      Trophy Points:
      0
      Try this
       

      Attached Files:

    14. ciano1

      ciano1 New Member

      Joined:
      Jul 10, 2010
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      thanks alot working for allliance without any problems.
       
    15. perconte99

      perconte99 New Member

      Joined:
      Feb 6, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      thx a lot ! working perfectly
       
    16. Fibonacci

      Fibonacci New Member

      Joined:
      Sep 25, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Why my character always tries to sell some items to the Orgraimmar Vendor "Urtharo", when he should buy some Love Tokens?
       
    17. Venus112

      Venus112 New Member

      Joined:
      Jun 17, 2010
      Messages:
      1,509
      Likes Received:
      13
      Trophy Points:
      0
      Because horde version is set to vendor green, white and blue items if you have 2 or less bagslots free
       
    18. Fibonacci

      Fibonacci New Member

      Joined:
      Sep 25, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      I had deleted all lines with "sell" or "mail" and he's still doing it. How is this possible?
       
    19. Fibonacci

      Fibonacci New Member

      Joined:
      Sep 25, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Okay, I don't really know, but when I have more free bag slots, it works. Curious!
      To which number of wait time for both variables I have to set, so he sells and buys faster? I mean what is the recommened value?

       
      Last edited: Feb 7, 2012
    20. jokersmocker99

      jokersmocker99 Member

      Joined:
      Jan 13, 2012
      Messages:
      612
      Likes Received:
      1
      Trophy Points:
      18
      ummm, totally noob... how can i make this a file?? my coding skills are below 0
       

    Share This Page