Tested at you know where
and not my find but my share
Basically open WPE and give permisson (same as ever) and load the filter attached. Enable the filter for the slot where you want to equip the item.
Now open your bag and drag any item from one bag to the other. That item will be greyed and you won't be able to use it until logged in. Now pay attention...
The item you wanna equipa has to be in a stack (if your server has custom vendors with epics use the
Code:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("ITEM NAME",200);
to buy a stack of 200 of it). Break the stack (shift+click) and drag the portion of the stack to the greyed item. Now check you character... yes he is wearing warglaives on his forhead
Now just keep enabling the filters one by one for the rest of the slots. It can be used for many things, just look well into it. And yes you can wear armor out of your level range or for which you don't have the required proficiency.
Sorry for the wall of text
use and abuse while you can, above all learn from it.
PS: I couldn't get the file attached here (mmowned has been acting strange for me today) so I'm posting a link for it sorry if I should't. If it is wrong please someone have the kindness to attach it through the board. Thanks.
Code:
www.sendspace.com/file/5v0c4e
FTL - wpe pro filter file 2kb