ECsafefall.mac

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

User avatar
Imperfect
Macro Author
Macro Author
Posts: 319
Joined: Fri Jun 14, 2002 1:52 am

ECsafefall.mac

Post by Imperfect » Fri Jun 28, 2002 7:56 pm

This is a very simple little macro I wrote to get my safefall up. I really ought to start posting more of my code up. To run this be in ec or change the loc to some hill in your neighborhood. Start the macro and then hit autorun. I was being lazy so I didn't add it.

Code: Select all

#include routines.mac
Sub Main
	:Begin
	/call Uphill
	/goto :Begin
/return
Sub Uphill
	:Uphill
	/face loc -645,-805
	/if n $distance(-645,-805)>5 /goto :Uphill
	/goto :Downhill
	:Downhill
	/face loc -643,-695
	/if n $distance(-643,-695)>5 /goto :Downhill
	/goto :Uphill
/return

JustinCredible
orc pawn
orc pawn
Posts: 10
Joined: Fri Jun 28, 2002 7:34 am

OR.. you could..

Post by JustinCredible » Sat Jun 29, 2002 2:10 am

Or you could just goto the entrance of erudin, where the 2 teleporters are (and there are no guards) hit the right angle and fall/port up fall port up while sleeping. :)