Page 1 of 2

Simple MGB mac

Posted: Thu Jul 20, 2006 1:56 am
by wakkedup
I didn't set this to mem the spell, since I have it memmed already when I run the mac, but could be added I'm sure. Might want to adjust the delays from 60s to something more "random" so its not exact, but whatever floats yer fancy. This cast HoV MGB for me, and I'd guess it would do it every time MGB became available if I left myself logged in. Could easily add an /endm after the /cast, so it automatically ends once its MGBed once. Probably need to add something to make sure I didn't fizzle and to recast if I did, since it could technically start the MGB over again, but whoop dee doo. Works the way I expect it to, and until it doesn't, don't need to fix it. Plus, I'm tired =\

Code: Select all

Sub Main
	:MGB
	/if (${Me.AltAbilityReady[Mass Group Buff]} && ${Me.PctMana}>90) {
		/ooc MGB Virtue at Main Bank - 5 minutes
		/delay 60s
		/ooc MGB Virtue at Main Bank - 4 minutes
		/delay 60s
		/ooc MGB Virtue at Main Bank - 3 minutes
		/delay 60s
		/ooc MGB Virtue at Main Bank - 2 minutes
		/delay 60s
		/ooc MGB Virtue at Main Bank - 1 minute
		/delay 60s
		/ooc MGB Virtue at Main Bank - INCOMING
		/alt activate 35
		/target ${Me.CleanName}
		/delay 5s
		/cast "Hand of Virtue"
	}
	/goto :MGB
/return

Posted: Tue Aug 15, 2006 6:53 pm
by kami
I can't remember what it says for fizzle so replace it and it should work

Code: Select all

#event Fizzle "*fizzle*"

Sub Main 
   :MGB 
   /if (${Me.AltAbilityReady[Mass Group Buff]} && ${Me.PctMana}>90) { 
      /ooc MGB Virtue at Main Bank - 5 minutes 
      /delay 60s 
      /ooc MGB Virtue at Main Bank - 4 minutes 
      /delay 60s 
      /ooc MGB Virtue at Main Bank - 3 minutes 
      /delay 60s 
      /ooc MGB Virtue at Main Bank - 2 minutes 
      /delay 60s 
      /ooc MGB Virtue at Main Bank - 1 minute 
      /delay 60s 
      /ooc MGB Virtue at Main Bank - INCOMING 
      /alt activate 35 
      /target ${Me.CleanName} 
      /delay 5s 
      /cast "Hand of Virtue" 
   } 
   /doevents
   /goto :MGB 
/return 

Sub Event_Fizzle
	/cast "Hand of Virtue"
/return
Untested so give me some feedback

Posted: Tue Aug 15, 2006 8:18 pm
by Harden
Could also just include spell_routines.inc or another spell casting inc, then use it;'s format like Below (For spell_routines.inc)

Code: Select all

/call Cast "Hand of Virtue" Gem1

Posted: Wed Aug 16, 2006 9:11 am
by someone_orsomething
Make it more realistic and put like 12 second delays in there. lol. It seems everytime i get a ooc mgb in 5 mins in 1 min 8 seconds later they are casting. Maybe its just my server and they dont know how to count

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:15 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:16 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:53 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:54 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:55 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:57 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 12:58 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 1:00 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 1:37 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 1:39 pm
by xyilla

Re: Simple MGB mac

Posted: Mon Jul 21, 2025 1:40 pm
by xyilla