Moderator: MacroQuest Developers
Code: Select all
/alias /sell delete
donations for this month's patches.Code: Select all
:Begin
/doeventsCode: Select all
:Begin
/call ClearCursor $FinishedProduct
/doeventsCode: Select all
#define DesiredSuccesses v62Code: Select all
#define DesiredSuccesses v62
#define EndOnTrivial v63Code: Select all
| SET SHOWSTATS TO 1 TO SHOW STATS AND WARNINGS, 0 FOR OFF
/varset ShowStats 1Code: Select all
| SET SHOWSTATS TO 1 TO SHOW STATS AND WARNINGS, 0 FOR OFF
/varset ShowStats 1
| SET ENDONTRIVIAL TO 1 TO STOP THE MACRO WHEN ITEM BECOMES TRIVIAL
/varset EndOnTrivial 0Code: Select all
/if n $ShowStats==1 /if n $SkillTrivialCounter==1 /echo THIS ITEM IS OR HAS GONE TRIVIAL!Code: Select all
/if n $ShowStats==1 /if n $SkillTrivialCounter==1 /echo THIS ITEM IS OR HAS GONE TRIVIAL!
/if n $EndOnTrivial==1 /if n $SkillTrivialCounter==1 /call EndCombinesCode: Select all
/if n $CombineErrorCounter>=1 /if n $ErrorAtCombine<=$calc($SkillFailCounter+$SkillSuccessCounter+5) /varset CombineErrorCounter 0
/goto :Begin
/returnCode: Select all
/goto :Begin
/returnCode: Select all
Sub Event_SkillSuccess
/varadd SkillSuccessCounter 1Code: Select all
Sub Event_SkillSuccess
/varadd SkillSuccessCounter 1
/if n $CombineErrorCounter>=1 /varset CombineErrorCounter 0Code: Select all
Sub Event_SkillFailure
/varadd SkillFailCounter 1Code: Select all
Sub Event_SkillFailure
/varadd SkillFailCounter 1
/if n $CombineErrorCounter>=1 /varset CombineErrorCounter 0