- Joined
- Dec 10, 2005
- RedCents
- 201¢
Someone Asked for a poison mac from here.
Rich (BB code):
| This macro is a modified version of Villageidiot's Shaman Potion Macro
| which used portions of ArmySoldier's TS macros. Props to them.
|
|
| *** This macro is meant to be started in the Poison room in PoK.
| *** It can be used to make rogue only and all/all pots.
| *** make sure you have some cash on you.
| *** make sure you have mortar and pestle in your inventory slot 8 (Bottom Right).
| USAGE: /mac poisons (what to make) (how much)
| For example: /mac poisons bite1 20
| This would make 20 of the Spider's Bite I then stop
| This macro only does (As of right now) :
| Quellious' Trauma I - trauma1
| Quellious' Trauma II - trauma2
| Quellious' Trauma III - trauma3
| Quellious' Trauma IV - trauma4
| Quellious' Trauma V - trauma5
| Quellious' Trauma VI - trauma6
| Myrmidon's Sloth I - sloth1
| Myrmidon's Sloth II - sloth2
| Myrmidon's Sloth III - sloth3
| Myrmidon's Sloth IV - sloth4
| Myrmidon's Sloth V - sloth5
| Myrmidon's Sloth VI - sloth6
| Messenger's Bane I - bane1
| Messenger's Bane II - bane2
| Messenger's Bane III - bane3
| Messenger's Bane IV - bane4
| Messenger's Bane V - bane5
| Messenger's Bane VI - bane6
| Strike of Ssraeshza VI - agony1
| Strike of Ssraeshza VII - agony2
| Strike of Ssraeshza VIII - agony3
| Strike of Ssraeshza VIV - agony4
| Strike's Agony V - agony5
| Strike's Agony VI - agony6
| Spider's Bite I - bite1
| Spider's Bite II - bite2
| Spider's Bite III - bite3
| Spider's Bite IV - bite4
| Spider's Bite V - bite5
| Spider's Bite VI - bite6
/echo Make some poisons. Have you hugged your VillageIdiot lately!?
/delay 2s
/echo YOU SHOULD!!!!!!!
#include common/sell.inc
#include common/buy.inc
#include common/packs.inc
#include common/cleanpacks.inc
#include common/CommonSubs.inc
Sub Main
/if (!${Plugin[MQ2Moveutils].Name.Equal[mq2moveutils]}) /squelch /plugin MQ2moveutils nocheck
/if (!${Defined[Param0]}) /call Info
/declare Version string outer ${Param0}
/declare Combine_Count int outer 0
/declare Amount int outer ${Param1}
/declare Filename string outer Poisons.ini
/if (${Version.Equal[bite1]}) /call Spider_I
/if (${Version.Equal[bite2]}) /call Spider_II
/if (${Version.Equal[bite3]}) /call Spider_III
/if (${Version.Equal[bite4]}) /call Spider_IV
/if (${Version.Equal[bite5]}) /call Spider_V
/if (${Version.Equal[bite6]}) /call Spider_VI
/if (${Version.Equal[agony1]}) /call Strike_I
/if (${Version.Equal[agony2]}) /call Strike_II
/if (${Version.Equal[agony3]}) /call Strike_III
/if (${Version.Equal[agony4]}) /call Strike_IV
/if (${Version.Equal[agony5]}) /call Strike_V
/if (${Version.Equal[agony6]}) /call Strike_VI
/if (${Version.Equal[bane1]}) /call Messenger_I
/if (${Version.Equal[bane2]}) /call Messenger_II
/if (${Version.Equal[bane3]}) /call Messenger_III
/if (${Version.Equal[bane4]}) /call Messenger_IV
/if (${Version.Equal[bane5]}) /call Messenger_V
/if (${Version.Equal[bane6]}) /call Messenger_VI
/if (${Version.Equal[sloth1]}) /call Myrmidon_I
/if (${Version.Equal[sloth2]}) /call Myrmidon_II
/if (${Version.Equal[sloth3]}) /call Myrmidon_III
/if (${Version.Equal[sloth4]}) /call Myrmidon_IV
/if (${Version.Equal[sloth5]}) /call Myrmidon_V
/if (${Version.Equal[sloth6]}) /call Myrmidon_VI
/if (${Version.Equal[trauma1]}) /call Quellious_I
/if (${Version.Equal[trauma2]}) /call Quellious_II
/if (${Version.Equal[trauma3]}) /call Quellious_III
/if (${Version.Equal[trauma4]}) /call Quellious_IV
/if (${Version.Equal[trauma5]}) /call Quellious_V
/if (${Version.Equal[trauma6]}) /call Quellious_VI
/call combine
/echo Restart me if you want to make another batch
/endm
/return
Sub Info
/echo USAGE: /mac poisons (what to make) (how many)
/echo Please refer to poisons.mac for info on available poisons.
/echo Try typing in one of those in the proper format and you'll be on your way!
/echo format /macro poisons XXX ###
/endm
/return
Sub Strike_I
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Unrefined Sealed Poison Vial" ${Amount}
/delay 3s
/call buy "Celestial Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade A Choresine Sample" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Strike_II
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Crude Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade E Gormar Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Strike_III
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Rough Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade D Gormar Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Strike_IV
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Coarse Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade C Gormar Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Strike_V
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Simple Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade B Gormar Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Strike_VI
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Unrefined Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade A Gormar Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
|End Strike's Agony
Sub Spider_I
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Primitive Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Weak Nigriventer Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Spider_II
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Crude Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade E Nigriventer Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Spider_III
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Rough Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade D Nigriventer Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Spider_IV
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Coarse Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade C Nigriventer Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Spider_V
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Simple Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade B Nigriventer Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Spider_VI
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Unrefined Poison Vial" ${Amount}
/delay 3s
/call buy "Thick Suspension Fluid" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/target npc Giftn
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Grade A Nigriventer Venom" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
|End Spider's Bite
Sub Quellious_I
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Primitive Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Weak Muscimol Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Quellious_II
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Crude Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade E Muscimol Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Quellious_III
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Rough Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade D Muscimol Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Quellious_IV
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Coarse Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade C Muscimol Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Quellious_V
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Simple Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade B Muscimol Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Quellious_VI
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Unrefined Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade A Muscimol Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
|End Quellious' Trauma
Sub Myrmidon_I
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Primitive Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Weak Oleander Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Myrmidon_II
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Crude Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade E Oleander Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Myrmidon_III
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Rough Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade D Oleander Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Myrmidon_IV
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Coarse Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade C Oleander Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Myrmidon_V
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Simple Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade B Oleander Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Myrmidon_VI
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Unrefined Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade A Oleander Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
|End Myrmidon's Sloth
Sub Messenger_I
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Primitive Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Weak Larkspur Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Messenger_II
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Crude Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade E Larkspur Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Messenger_III
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Rough Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade D Larkspur Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Messenger_IV
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Coarse Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade C Larkspur Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Messenger_V
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Simple Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade B Larkspur Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
Sub Messenger_VI
/target npc Flerin
/moveto ID
/delay 4s
/nomodkey /click right target
/delay 3s
/call buy "Emulsifier" ${Amount}
/delay 3s
/call buy "Unrefined Poison Vial" ${Amount}
/delay 3s
/call buy "Suffusing Suspension Fluid" ${Amount}}
/delay 3s
/call buy "Grade A Larkspur Extract" ${Amount}}
/delay 3s
/nomodkey /notify MerchantWnd MW_Done_Button LeftMouseUp
/return
|End Messenger's Bane
Sub Combine
/if (${Version.Equal[bite1]}) /declare VRS "Spider's Bite I"
/if (${Version.Equal[bite2]}) /declare VRS "Spider's Bite II"
/if (${Version.Equal[bite3]}) /declare VRS "Spider's Bite III"
/if (${Version.Equal[bite4]}) /declare VRS "Spider's Bite IV"
/if (${Version.Equal[bite5]}) /declare VRS "Spider's Bite V"
/if (${Version.Equal[bite6]}) /declare VRS "Spider's Bite VI"
/if (${Version.Equal[agony1]}) /declare VRS "Strike of Ssraeshza VI"
/if (${Version.Equal[agony2]}) /declare VRS "Strike of Ssraeshza VII"
/if (${Version.Equal[agony3]}) /declare VRS "Strike of Ssraeshza VIII"
/if (${Version.Equal[agony4]}) /declare VRS "Strike of Ssraeshza VIV"
/if (${Version.Equal[agony5]}) /declare VRS "Strike's Agony V"
/if (${Version.Equal[agony6]}) /declare VRS "Strike's Agony VI"
/if (${Version.Equal[bane1]}) /declare VRS "Messenger's Bane I"
/if (${Version.Equal[bane2]}) /declare VRS "Messenger's Bane II"
/if (${Version.Equal[bane3]}) /declare VRS "Messenger's Bane III"
/if (${Version.Equal[bane4]}) /declare VRS "Messenger's Bane IV"
/if (${Version.Equal[bane5]}) /declare VRS "Messenger's Bane V"
/if (${Version.Equal[bane6]}) /declare VRS "Messenger's Bane VI"
/if (${Version.Equal[sloth1]}) /declare VRS "Myrmidon's Sloth I"
/if (${Version.Equal[sloth2]}) /declare VRS "Myrmidon's Sloth II"
/if (${Version.Equal[sloth3]}) /declare VRS "Myrmidon's Sloth III"
/if (${Version.Equal[sloth4]}) /declare VRS "Myrmidon's Sloth IV"
/if (${Version.Equal[sloth5]}) /declare VRS "Myrmidon's Sloth V"
/if (${Version.Equal[sloth6]}) /declare VRS "Myrmidon's Sloth VI"
/if (${Version.Equal[trauma1]}) /declare VRS "Quellious' Trauma I"
/if (${Version.Equal[trauma2]}) /declare VRS "Quellious' Trauma II"
/if (${Version.Equal[trauma3]}) /declare VRS "Quellious' Trauma III"
/if (${Version.Equal[trauma4]}) /declare VRS "Quellious' Trauma IV"
/if (${Version.Equal[trauma5]}) /declare VRS "Quellious' Trauma V"
/if (${Version.Equal[trauma6]}) /declare VRS "Quellious' Trauma VI"
/Varset Combine_Count 0
/itemnotify pack8 rightmouseup
/delay 1s
/nomodkey /notify TradeskillWnd COMBW_SearchTextEdit leftmouseup
/delay 5
/echo Searching for Recipe
/call Type ${VRS}
/delay 1m ${Window[TradeskillWnd].Child[COMBW_SearchButton].Enabled}
/nomodkey /notify TradeskillWnd COMBW_SearchButton leftmouseup
/delay 10
/notify TradeskillWnd RecipeList listselect 1
:Loop
/if (${Combine_Count}==${Amount}) {
/notify TradeskillWnd CloseButton Leftmouseup
/return
}
/notify TradeskillWnd CombineButton Leftmouseup
/delay 2s
/notify TradeskillWnd AutoInvButton Leftmouseup
/varcalc Combine_Count (${Combine_Count}+1)
/echo ${Combine_Count} Potions made!
/delay 1m ${Window[TradeskillWnd].Child[COMBW_CombineButton].Enabled}
/goto :loop
/return

