Page 1 of 1

Some useful macros for server with healer

Posted: 24 Feb 2011, 15:11
by xwf3331

Code: Select all

macro town {
	location prontera
	run-once 1
	call {
		talknpc xxx xxx e
	}
	location not prontera
	release town
}

automacro heals {
	sp < 5%
	call {
		do c @YYY
		pause 3
	}
	call town
	timeout 60
}

automacro heal {
	hp < 30%
	call {
		do c @YYY
		pause 3
	}
	call town
	timeout 60
}
the 1st automacro makes sure i talk to the healer NPC whenever i am in town and it will not run again unless i leave town once.

The 2nd and 3rd automacro will let me take the full advantage of playing in a server with NPC healer.

Re: Some useful macros for server with healer

Posted: 05 Mar 2011, 12:25
by miss_open
wow! is it applicable to all private servers? as long as there is healring, right?

Re: Some useful macros for server with healer

Posted: 03 Jun 2011, 04:27
by haanmanoj
dude i get error in this macro.. can u tell me the mistake with an eg.. plz