just edit the settings..
// .....callfunc( "RefineFunc",<itemID>,<Amount>,<BitMasks>,<MinRefine>,<MaxRefine>,<CheckEquip>,<RefineMode>,<Percent> );
// 1. itemID -> Item that will be used during Refine.
// 2. Amount -> Amount of Required Items.
why does it takes two red potions to add 1 refine?{ callfunc( "RefineFunc",501,1,63,0,10,1,0,100 ); },{},{}
sample i got total of 100 red potions if i used one it will be 99 then the dialog box will appear after it successfully upgrade
the chosen item it will again delete a red potion in my inventory the final count is 98 after the upgrade.. and it
requires 2 red potions in my inventory to start the upgrade.. help please