KVM Macro

Moderator: Moderators

Message
Author
OniNoSeishin
Noob
Noob
Posts: 6
Joined: 24 Jul 2013, 10:59
Noob?: No

KVM Macro

#1 Post by OniNoSeishin »

I did this for fRO, so you may need to change coords to adapt to your server.

Enter the Battlegrounds map, do not move and start the bots.

Guillaume

Code: Select all

automacro kvm_1 {
	exclusive 1
	timeout 1
	location bat_room 154 150, bat_room 159 172
	
	call {
		do conf autoTalkCont 0
		do ai manual
		do move 159 172
		do talknpc 164 178 c r0 c n
	}
}

automacro kvm_2 {
	location bat_room 169 223
	timeout 1
	
	call {
		do chat join 0
	}
}

automacro kvm_3 {
	exclusive 1
	run-once 1
	console /You have joined the Chat Room/i
	
	call {
		lock kvm_2
	}
}

automacro kvm_4 {
	exclusive 1
	run-once 1
	location bat_c01 52 129
	console /In 30 seconds, the Officer will be sent away./i
	
	call {
		do talknpc 51 130 c n
		release kvm_2
		release kvm_3
		release kvm_4
	}
}
Croix

Code: Select all

automacro kvm_1 {
	exclusive 1
	timeout 1
	location bat_room 154 150, bat_room 159 129
	
	call {
		do conf autoTalkCont 0
		do ai manual
		do move 159 129
		do talknpc 164 121 c r0 c n
	}
}

automacro kvm_2 {
	location bat_room 169 207
	timeout 1
	
	call {
		do chat join 0
	}
}

automacro kvm_3 {
	exclusive 1
	run-once 1
	console /You have joined the Chat Room/i
	
	call {
		lock kvm_2
	}
}

automacro kvm_4 {
	exclusive 1
	run-once 1
	location bat_c01 147 55
	console /In 30 seconds, the Officer will be sent away./i
	
	call {
		do talknpc 148 54 c n
		release kvm_2
		release kvm_3
		release kvm_4
	}
}