Moderator: MacroQuest Developers
Code: Select all
| /varset SkillMaxWanted 248
/varset SkillMaxWanted 200
| /varset DelayMult 1
/varset DelayMult 1.5
Code: Select all
/for i 1 to 10
/if (${EndingVar}==1) /call AddComp "${Component[${i}]}" ${i}
/delay 1s
/next i
Code: Select all
:Loop
/combine ${PackCode}
| /echo *** Combine is done now. Put clear here? ***
| /delay 4s
/delay ${Math.Calc[${DelayMult}*1]}s
/call cleanPack "${Container}"
/delay ${Math.Calc[${DelayMult}*3]}s
/if (${PackCode.Equal[Enviro]}) /delay 1s
/doevents
| /echo *** Events are done now. Clear Here? ***
| /delay 4s
/if (${InvSlot[${PackCode}].Item.Items}) /goto :Loop
Code: Select all
Sub readIni(RecipeName)
/declare Container string
Code: Select all
/varset OldSkill ${Me.Skill[Jewelry Making]}
/declare Container string outer
| ************************************************
| * Change these settings to what you want. *
| ************************************************
Code: Select all
Sub readIni(RecipeName)
/declare Container string
/echo Running ${RecipeName} recipe, which makes ${ItemTo}.
Code: Select all
sub DoCombine
:Loop
/combine ${PackCode}
/delay ${Math.Calc[${DelayMult}*1]}s
/call cleanPack "${Container}"
/if (${PackCode.Equal[Enviro]}) /delay 1s
/doevents
/if (${InvSlot[${PackCode}].Item.Items}) /goto :Loop
/delay ${Math.Calc[${DelayMult}*2]}s
/if (${Me.Skill[Jewelry Making]}>${OldSkill}) {
/echo Your Jewelry Crafting Went Up!! It's now ${Me.Skill[Jewelry Making]}!
/varset OldSkill ${Me.Skill[Jewelry Making]}
}
/return
He didn't use a code block, he used a quote block.MeGoober wrote:http://www.macroquest2.com/phpBB2/viewt ... &start=480
Last Post on page 33, loadinglastpage puts red comment bars in the gold code block. Others have done it as well, I just havent seen how. If I cut and paste their color changes dont show up.
I apologize, I didn't mean to change the subject. Yes, where are the latest changes and tailoring?