Use fibblerap 5
this is the monk kill macro I made
it will cycle through 3 areas in fibblerap 5
uncomment the buyaa include and the soandso.ini reference if you want to have it use that inc
here is the mooch macro change ?????????? to the name of the ini for buying aa
this is the monk kill macro I made
it will cycle through 3 areas in fibblerap 5
uncomment the buyaa include and the soandso.ini reference if you want to have it use that inc
Rich (BB code):
#turbo 50
|#include buyaa.inc
#event NPC "#*#You gain#*#"
#event Zoned "#*#LOADING, PLEASE WAIT#*#"
#event Entered "#*#You have entered#*#"
#event Summoned "#*#You have been summoned!#*#"
#event DS #*#You are burned!#*#
#event DS #*#pierced by thorns#*#
#event Slain "#*#You have been slain by#*#"
#event nextarea "#*#[MQ]There are no spawns matching#*#
sub main
/declare lesbian int outer 1
/waypoint delete gk
/waypoint add gk
|/if (${Me.Song[Master's Aura Effect].Duration.TotalSeconds}!=-18) {
| /disc Master's Aura
| }
:loop
/call GMCheck
/doevents
/if (${Me.PctHPs}<=80) {
/doability Mend
/potionbelt Activate 2
}
|/if (${Me.PctHPs}<=25) {
|/doability "Feign Death"
|/delay 5s
|}
|/if (${Me.AAPoints} > 29) {
|/call BuyAAFromINI "soandso.ini"
|/notify AAWindow AAW_TrainButton leftmouseup
|}
/if (${Target.ID}==FALSE) {
|mooch area 1, -843 -272 -340
/if ((${lesbian})==1) {
/if (!${Target.ID}) /target npc loc -272 -843 radius 400
}
|mooch area 2, -786 -856 -400
/if ((${lesbian})==2) {
/if (!${Target.ID}) /target npc loc -856 -786 radius 400
}
|mooch area 3, -1328 -584 -450
/if ((${lesbian})==3) {
/if (!${Target.ID}) /target npc loc -584 -1328 radius 400
}
|/target NPC
|THIS is to avoid the push from being hit
/warp wp gk
|/target NPC a_
|/target NPC an_
}
/if (((${lesbian})==1)&&(${SpawnCount[pc soandso2 loc -272 -843 radius 350]}==0)) {
/varset lesbian 2
/echo Switching to Area 2
/g Moving East (Area 2)
|/click leftmouse
/target clear
/delay 25
}
/if (((${lesbian})==2)&&(${SpawnCount[pc soandso2 loc -856 -786 radius 350]}==0)) {
/varset lesbian 3
/echo Switching to Area 3
/g Moving South West (Area 3)
|/click leftmouse
/target clear
/delay 25
}
/if (((${lesbian})==3)&&(${SpawnCount[pc soandso2 loc -584 -1328 radius 350]}==0)) {
/varset lesbian 1
/echo Switching to Area 1
/g Moving North West (Area 1)
|/click leftmouse
/target clear
/delay 25
}
/if (${Target.ID}==FALSE) {
/delay 1s
}
/if (${Me.Song[Master's Aura Effect].Duration.TotalSeconds}!=-18) {
/disc Master's Aura
}
/if (${Target.ID}) {
/call Combat
}
/goto :loop
Sub Combat
/if (${Me.PctHPs}>60) {
/delay 0
/consider
|/monkattackn
|/monkattacks
|/monkattacke
|/monkattackw
/backstabn
/backstabs
/backstabe
/backstabw
/if (${Target.PctHPs}==100) /target clear
}
|/if ((${Me.PctHPs}>60)&&${Target.PctHPs}==100) {
|/warp target
|/attack on
|/face fast
|/delay 2
|/backstabn
|/backstabs
|/backstabe
|/backstabw
|/monkattackn
|/monkattacks
|/monkattacke
|/monkattackw
|/delay 0
|/backstabn
|/backstabs
|/backstabe
|/backstabw
|/monkattackn
|/monkattacks
|/monkattacke
|/monkattackw
|/warp succor
|}
/return
Sub Event_NPC
/hidecorpse all
|/if (${Me.Song[Master's Aura Effect].Duration.TotalSeconds}!=-18) {
| /disc Master's Aura
| }
/hidecorpse all
/disc innerflame
/disc scaled
/disc impene
/disc counterf
/disc heel
|glyph of dest
|/alt act 589
|glyph of runes
|/alt act 585
/cast item "Transcended Fistwraps of Immortality"
/return
Sub MyAura
/echo You have no aura running! Casting it now...
/disc Master
/delay 5s
/return
Sub Event_DS
/delay 1
/return
Sub Event_Zoned
/stoptwist
/doability "Feign Death"
/mac wait4rez 0
/return
Sub Event_Slain
/stoptwist
/mac wait4rez 0
/return
Sub Event_goats
/popup STARTING MAC OVER
/mac mgkf5
/return
Sub Event_Summoned
/warp wp GK
/face heading 270
/return
Sub Event_Entered
/stoptwist
/doability "Feign Death"
/mac wait4rez 0
/return
Sub GMCheck
/if (${Spawn[gm].ID}) {
/popup GM DETECTED!!!
/echo GM DETECTED!!!
/beep
/beep
/beep
/beep
/beep
/beep
/afk
/endmac
}
/return
here is the mooch macro change ?????????? to the name of the ini for buying aa
Rich (BB code):
#include BuyAA.inc
Sub Main
/declare lesbian int outer 1
/warp loc -843 -272 -340
:MainLoop
/hidecorpse all
/if (${Me.AAPoints} > 28) {
/call BuyAAFromINI "?????????????.ini"
|/mac mgkf5nl
}
/delay 5
/if (((${lesbian})==1)&&(${SpawnCount[npc loc -272 -843 radius 350]}==0)) {
/varset lesbian 2
/echo Switching to Area 2
/warp loc -786 -856 -400
}
/if (((${lesbian})==2)&&(${SpawnCount[npc loc -856 -786 radius 350]}==0)) {
/varset lesbian 3
/echo Switching to Area 3
/warp loc -1328 -584 -450
}
/if (((${lesbian})==3)&&(${SpawnCount[npc loc -584 -1328 radius 350]}==0)) {
/varset lesbian 1
/echo Switching to Area 1
/warp loc -843 -272 -340
}
/goto :MainLoop
/endmacro

