What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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

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)
 
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!!!!!
 
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
 
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

you actually load a profile? Or do you just hit start on Auto Angler? Does it automatically save some bag space for the containers?
 
you actually load a profile? Or do you just hit start on Auto Angler? Does it automatically save some bag space for the containers?

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

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

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.
 
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!
 
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
 
Ver 2.0.0.1 Cleaned up the code abit more and made it a free product on Buddy Store.

/Enjoy
 
I cant add it and can only see it with the link you provded but wont let me add to cart or anything.
 
I cant add it and can only see it with the link you provded but wont let me add to cart or anything.
It's because of :
 

Attachments

  • ZEyoKow[1].png
    ZEyoKow[1].png
    5.3 KB · Views: 201
There, it's approved, you can now activate it in the Buddy Store
 
Back
Top