• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
getfellowship.mac - Get your fellowship insignia by Rustycat

Release getfellowship.mac - Get your fellowship insignia by Rustycat 1.0

No permission to download
Joined
Dec 31, 2005
RedCents
1,008¢
All, here's a small macro that just runs you from the PoK port in over to get their fellowship insignia. Useful when making new characters to run them over, get the fellowship and then sits in the corner like they were punished. Not a big deal, just useful. :)

Rich (BB code):
|
| getfellowship.mac by Rustycat for RedGuides.com community
|
| Simply macro that takes a character freshly ported into PoKnowledge
| and runs them to Randall to get the fellowship insignia then sits
| in the corner awaiting you to take about from there.
|_________________________________________________________________________

#turbo

Sub Main

		/moveto loc -489, 1171
	:checkpoint1
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint1
	
		/moveto loc -477, 439
	:checkpoint2
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint2

		/moveto loc -189, 200
	:checkpoint3
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint3

		/moveto loc -180, 150
	:checkpoint4
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint4
	
		/moveto loc -10, 143
	:checkpoint5
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint5
	
		/moveto loc 235, 63
	:checkpoint6
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint6
	
		/moveto loc 349, 72
	:checkpoint7
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint7
	
| Door here to open
	/doortarget POKDOOR503
	/click left door
	/delay 20
	
		/moveto loc 436, 65
	:checkpoint8
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint8

| Hail Randall here
	/target randall
	/say how
	/delay 5
	
		/moveto loc 427, 41
	:checkpoint9
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint9
	
		/moveto loc 363, 43
	:checkpoint10
	/if (${MoveTo.Moving} || ${Me.Moving}) /goto :checkpoint10
	
	/echo Have insignia pendant for fellowship and done
	
	
/return
 
It works, I tried it! And now I use it! I just made 24 new toons and it ran them all!
 
um Soon? Me thinks you mean NOW!

- - - Updated - - -

working on my leveling guide
 
This BRAND new toon brought to you be RazCo!

Here at RazCo we believe in rigorous training in all environments! From the Beach to the Forest , you can be sure your new toon has seen it all and done it all! (certain restrictions apply)
 
It works, I tried it! And now I use it! I just made 24 new toons and it ran them all!

How do you think I came to make this little tid bit? LOL... I have my own system developed now for running bulk groups around and fellowships are the key in the process <G>
 
I couldn't remember where the insignia guy was, so rather than CTRL+F or google, I just downloaded this macro instead. Flawless :)
 
Release getfellowship.mac - Get your fellowship insignia by Rustycat

Users who are viewing this thread

Back
Top
Cart