• Visit Rebornbuddy
  • [FREE] IronpawTokens (a simple plugin to turn your ingredients to Ironpaw Tokens)

    Discussion in 'Uncataloged' started by AknA, Mar 23, 2013.

    1. kleinerMann

      kleinerMann Member

      Joined:
      May 27, 2013
      Messages:
      64
      Likes Received:
      1
      Trophy Points:
      8
      Hi AknA,

      your plugin didnt work for german wow cause you use the english names of empty containers hardcoded in your script
      e.g. "Empty Redbelly Mandarin Container"
      why dont you use the API-Function GetItemInfo(itemID) ?

      Code:
      #region MerchantBuy
      private static void MerchantBuy(int a, int b) {
      	if (b > 20) { b = 20; }
      	itemID)
      	string itemName = Lua.GetReturnVal<string>("itemName, itemLink, itemRarity, itemLevel, itemMinLevel, itemType, itemSubType, itemStackCount, itemEquipLoc, itemTexture, itemSellPrice = GetItemInfo(" + a + "); return itemName", 0);
      
      	Lua.DoString("for i=1, GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find(\"" + itemName + "\") then BuyMerchantItem(i, " + b + ")end end end");
      	ShopTimer.Restart();
      }
      #endregion
      
      and later

      Code:
      if (UpdateShoppingList(74856) >= 20) { // Jade Lungfish
      	var a = BagCount(UpdateShoppingList(74856), UpdateShoppingList(87678), 20);
      	if (!_buying && (a > 0)) {
      		_buying = true;
      		MerchantBuy(87678, a);
      	}
      }
      
      for every container.

      this should work now with every client.

      Greets
      kleinerMann

      (sorry for bad english)
       
    2. HB2319W62

      HB2319W62 New Member

      Joined:
      Apr 16, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      I love you man !! thats I was lokking for =))
       
    3. UnicornFart

      UnicornFart New Member

      Joined:
      Feb 14, 2013
      Messages:
      539
      Likes Received:
      5
      Trophy Points:
      0
      Uhhhhh so, this profile is 42,988,042 times better than Gatherit's Token Profile.

      Not only does it work ALL THE TIME, AknA seems to make the quest interaction with the NPC 3-4 times faster, literally. The time I've wasted using wrong profiles!!!!!
       
    4. UnicornFart

      UnicornFart New Member

      Joined:
      Feb 14, 2013
      Messages:
      539
      Likes Received:
      5
      Trophy Points:
      0
      LOL WOW I came here to comment about how amazing this plugin is, and i realize i did a few weeks ago hahaha

      again, this thing is flawless. I just run Auto Angler with a blank profile and its golden
       
    5. ufeeboy

      ufeeboy Member

      Joined:
      Dec 28, 2012
      Messages:
      170
      Likes Received:
      0
      Trophy Points:
      16
      you actually load a profile? Or do you just hit start on Auto Angler? Does it automatically save some bag space for the containers?
       
    6. UnicornFart

      UnicornFart New Member

      Joined:
      Feb 14, 2013
      Messages:
      539
      Likes Received:
      5
      Trophy Points:
      0
      Auto Angler w/ a blank AA profile. I'm usually using Auto Angler anyway. Just fill your bags with all of the stacks of fish/meats and hit start at the market, leaving the amount of bag spaces you need for the stacks of baskets +1 for the first bundle of groceries stack. The plug in does it all, or if you wanna do it double as fast, you can sit there and spam right click to bundle, while the plugin turns em in at the same time.
       
    7. ufeeboy

      ufeeboy Member

      Joined:
      Dec 28, 2012
      Messages:
      170
      Likes Received:
      0
      Trophy Points:
      16
      Got it, that's what I do also. It sounded like you were saying that you had the whole process automated where it would fish till bags were full and then fly by itself to the market to turn in the fish.
       
    8. UnicornFart

      UnicornFart New Member

      Joined:
      Feb 14, 2013
      Messages:
      539
      Likes Received:
      5
      Trophy Points:
      0
      Well........Gatherit made a profile like that......but its extremely flawed i never got it to work in a dozen tries. fishes then logs out in halfhill no matter what i try.

      Better to have a nice custom profile for fishing, and mail the stacks to an alt, then run this plug in. I'm all about things working right.
       
    9. RoyalRed

      RoyalRed New Member

      Joined:
      Jan 10, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Just wanted to say this profile works great, it's so fast at clearing all the fish I farm. Sometimes HB doesn't like to notice it's checked and it acts like it isn't there but that's alright.

      Thanks for making and sharing it, AknA!
       
    10. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      A complete recode of this addon has been added to the first post (ver 2.0).
      It should now work on all clients not just english ones.
      Note that I don't have a active WoW account atm so not 100% sure that it works (but I hope so) let me know if it works/don't work.

      Enjoy

      /AknA
       
    11. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Ver 2.0.0.1 Cleaned up the code abit more and made it a free product on Buddy Store.

      /Enjoy
       
    12. virtual

      virtual Member

      Joined:
      Jan 15, 2010
      Messages:
      753
      Likes Received:
      18
      Trophy Points:
      18
      I cant add it and can only see it with the link you provded but wont let me add to cart or anything.
       
    13. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      It's because of :
       

      Attached Files:

    14. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      There, it's approved, you can now activate it in the Buddy Store
       

    Share This Page