Thank you Coffee/PMS for helping me. Thank you ArmySoldier, reading your macros taught me alot.
Make sure all Bags are open and you have all items in your inventory.
Make sure forge is set to the old style.
Run the macro.
It will end when it is out of components.
It will tell you your current skill before every combine.
It will clean out the Forge before every combine to be sure you dont have stacks in there.
Any problems let me know.
This will take you to 300 smithing. Its very expensive, but only two sub combines. So if money dont matter to you like me...lol.
About 1.2 to 1.5 million to 300 depending on where you start making these at. I started at 170ish.
Make sure all Bags are open and you have all items in your inventory.
Make sure forge is set to the old style.
Run the macro.
It will end when it is out of components.
It will tell you your current skill before every combine.
It will clean out the Forge before every combine to be sure you dont have stacks in there.
Any problems let me know.
This will take you to 300 smithing. Its very expensive, but only two sub combines. So if money dont matter to you like me...lol.
About 1.2 to 1.5 million to 300 depending on where you start making these at. I started at 170ish.
Rich (BB code):
Sub Main
:main
/call CleanForge
/echo Current Blacksmithing =${Me.Skill[Blacksmithing]}
/ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
/if (!${FindItem[=Enchanted Velium Bar].InvSlot}) /call Done
/delay 2
/nomodkey /itemnotify ${InvSlot[enviro1]} leftmouseup
/delay 2
/ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
/if (!${FindItem[=Enchanted Velium Bar].InvSlot}) /call Done
/delay 2
/nomodkey /itemnotify ${InvSlot[enviro2]} leftmouseup
/delay 2
/ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
/if (!${FindItem[=Enchanted Velium Bar].InvSlot}) /call Done
/delay 2
/nomodkey /itemnotify ${InvSlot[enviro3]} leftmouseup
/delay 2
/ctrlkey /itemnotify ${FindItem[=Purified Water].InvSlot} leftmouseup
/if (!${FindItem[=Purified Water].InvSlot}) /call Done
/delay 2
/nomodkey /itemnotify ${InvSlot[enviro4]} leftmouseup
/delay 2
/ctrlkey /itemnotify ${FindItem[=Coldain Velium Temper].InvSlot} leftmouseup
/if (!${FindItem[=Coldain Velium Temper].InvSlot}) /call Done
/delay 2
/nomodkey /itemnotify ${InvSlot[enviro5]} leftmouseup
/delay 2
/ctrlkey /itemnotify ${FindItem[=Coldain Smithing Hammer].InvSlot} leftmouseup
/delay 2
/nomodkey /itemnotify ${InvSlot[enviro6]} leftmouseup
/delay 2
/combine Enviro
/delay 2s
/autoinv
/delay 4
/autoinv
/autoinv
/goto :main
Sub CleanForge
/nomodkey /shiftkey /itemnotify enviro1 leftmouseup
/delay 2
/autoinv
/nomodkey /shiftkey /itemnotify enviro2 leftmouseup
/delay 2
/autoinv
/nomodkey /shiftkey /itemnotify enviro3 leftmouseup
/delay 2
/autoinv
/nomodkey /shiftkey /itemnotify enviro4 leftmouseup
/delay 2
/autoinv
/nomodkey /shiftkey /itemnotify enviro5 leftmouseup
/delay 2
/autoinv
/nomodkey /shiftkey /itemnotify enviro6 leftmouseup
/delay 2
/autoinv
/delay 2
/return
Sub Done
/echo Ran out of something....ending macro.
/popup Ran out of something....ending macro.
/beep
/beep
/beep
/end

