Slave Kafra Warping

International

Moderator: Moderators

Message
Author
Kuez
Noob
Noob
Posts: 3
Joined: 18 Jul 2017, 04:48
Noob?: No

Slave Kafra Warping

#1 Post by Kuez »

Hi guys,

How can I get my bot to follow its master through a Kafra Warp. I warped to Prontera from Payon and my bot just states calculating route to Pront over and over and does nothing.

pizzatopping
Human
Human
Posts: 35
Joined: 30 Jul 2017, 02:34
Noob?: Yes

Re: Slave Kafra Warping

#2 Post by pizzatopping »

If you are warping from a dedicated warper, you can try something like this. I haven't tried using it recently but it did work when I played renewal a while back. Replace "PizzaTopping" with the name of your warper.

Code: Select all

automacro goto_warp {
	console /Player (PizzaTopping.*) is casting Warp Portal on location \(([0-9]*), ([0-9]*)/
	inventory "Butterfly Wing" > 0
	call {
		pause 1
		do move $.lastMatch2 $.lastMatch3
	}
}
edit:
Ah nevermind... it was late and I mis-read. This is only for portals opened by a specific char

Post Reply