• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Help with this oldschool tradeskill combine macro (pure enchanted velium bar) (1 Viewer)

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
Okay, heres what I got. I am pretty sure most of it is right...the combine command might be wrong. And enviroslot needs a number, if anyone can help with this, please.

Rich (BB code):
Sub Main
:main
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup
   /delay 4 
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Purified Water].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Coldain Velium Temper].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Coldain Smithing Hammer].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup 
   /delay 4
   /nomodkey /notify TradeskillWnd COMBW_CombineButton Leftmouseup
   /delay 1s
   /autoinv
   /delay 4
   /autoinv
/goto :main

I know these need to be changed from

/itemnotify ${InvSlot[enviro${PackSlot}]} leftmouseup

to something like....

/itemnotify ${InvSlot[enviro1]} leftmouseup

And I think this line 'may' be wrong....

/nomodkey /notify TradeskillWnd COMBW_CombineButton Leftmouseup

Any help here would be great.
 
Okay got everything working except the combine button, which I cant figure out.

Rich (BB code):
Sub Main
:main
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro1]} leftmouseup
   /delay 4 
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro2]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro3]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Purified Water].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro4]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Coldain Velium Temper].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro5]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Coldain Smithing Hammer].InvSlot} leftmouseup
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro6]} leftmouseup 
   /delay 4
   /nomodkey /notify Container Container_Combine Leftmouseup
   /delay 1s
   /autoinv
   /delay 4
   /autoinv
/goto :main

That is all I cant figure out then this macro is working, any help is appriciated.

Its in red lol.
 
Got it done. Havent tested running the macro yet, but this should work. If so it will be added to the macros section.

Rich (BB code):
Sub Main
:main
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /if (!${FindItem[=Enchanted Velium Bar].InvSlot}) /call Done
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro1]} leftmouseup
   /delay 4 
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /if (!${FindItem[=Enchanted Velium Bar].InvSlot}) /call Done
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro2]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Enchanted Velium Bar].InvSlot} leftmouseup
   /if (!${FindItem[=Enchanted Velium Bar].InvSlot}) /call Done
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro3]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Purified Water].InvSlot} leftmouseup
   /if (!${FindItem[=Purified Water].InvSlot}) /call Done
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro4]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Coldain Velium Temper].InvSlot} leftmouseup
   /if (!${FindItem[=Coldain Velium Temper].InvSlot}) /call Done
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro5]} leftmouseup 
   /delay 4
   /ctrlkey /itemnotify ${FindItem[=Coldain Smithing Hammer].InvSlot} leftmouseup
   /if (!${FindItem[=Coldain Smithing Hammer].InvSlot}) /call Done
   /delay 4
   /nomodkey /itemnotify ${InvSlot[enviro6]} leftmouseup 
   /delay 4
   /combine Enviro
   /delay 2s
   /autoinv
   /delay 4
   /autoinv
   /autoinv
/goto :main

Sub Done
   /echo Ran out of something....ending macro.
   /popup Ran out of something....ending macro.
   /beep
   /beep
   /beep
/end
 
Help with this oldschool tradeskill combine macro (pure enchanted velium bar)

Users who are viewing this thread

Back
Top