Hi, I want to test an exploit, using Luaninja can you command it to split a stack of something into smaller stacks? and if so how?
Thanks
Hi, I want to test an exploit, using Luaninja can you command it to split a stack of something into smaller stacks? and if so how?
Thanks
I believe you can do this even without LuaNinja as the protected WoW API (which LuaNinjas unlocks) is only 50 functions, itemhandling not being any of them World of Warcraft API/Protected Functions - WoWWiki - Your guide to the World of Warcraft
If you need this and is willing to work for it, you should take a look at the BankStack (addon) code, since it has the ability to restack and sort items.
Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.
Thanks for the informative reply. I checked out bankstack and couldn't find a function for creating more stacks out of one stack... only merging stacks.
but +rep
Does not require LuaNinja.
EnhancedStackSplit - Addons - Curse
Enjoy. Can split a stack of 100 into 20 stacks of 5 and so on.
Last edited by Ssateneth; 12-21-2009 at 04:12 PM.
Bingo... thanks a bundle ssateneth. +rep to youuuuu!