Some useful macros for server with healer

Moderator: Moderators

Message
Author
xwf3331
Noob
Noob
Posts: 1
Joined: 24 Feb 2011, 09:43
Noob?: No

Some useful macros for server with healer

#1 Post 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.

miss_open
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 21 Jan 2011, 07:26
Noob?: Yes

Re: Some useful macros for server with healer

#2 Post by miss_open »

wow! is it applicable to all private servers? as long as there is healring, right?
Patience is a Virtue.

haanmanoj
Noob
Noob
Posts: 1
Joined: 11 Jul 2009, 09:18
Noob?: No

Re: Some useful macros for server with healer

#3 Post by haanmanoj »

dude i get error in this macro.. can u tell me the mistake with an eg.. plz

Post Reply