Page 1 of 1

How to use mount in rombot?

Posted: Sat Feb 05, 2011 12:56 am
by j19861986
How to use Mount??
can you make an example? when a waypoint is reached and wanna use mount after that waypoint???
make an example in the 8'th waypoint shown her

Code: Select all

	<!-- #  7 --><waypoint x="-11459" z="26643" y="1050">	</waypoint>
	<!-- #  8 --><waypoint x="-11668" z="26369" y="1046">	</waypoint>
	<!-- #  9 --><waypoint x="-11867" z="26052" y="1047">	</waypoint>
I got a "Flame (permanent)"
I am such noob at this, then needing help with mounting

Re: How to use mount in rombot?

Posted: Sat Feb 05, 2011 1:00 am
by deathdealer1252
This has been discussed already, use the search.

Re: How to use mount in rombot?

Posted: Sat Feb 05, 2011 1:10 am
by j19861986
then is this correct?

Code: Select all

	<!-- #  7 --><waypoint x="-11459" z="26643" y="1050">	</waypoint>
	<!-- #  8 --><waypoint x="-11668" z="26369" y="1046">	player:mount()	</waypoint>
	<!-- #  9 --><waypoint x="-11867" z="26052" y="1047">	</waypoint>

Re: How to use mount in rombot?

Posted: Sat Feb 05, 2011 1:11 am
by deathdealer1252
Did you test it?

Re: How to use mount in rombot?

Posted: Sat Feb 05, 2011 1:13 am
by j19861986
Making them, seeing the waypoint numbers and add them. test later

Re: How to use mount in rombot?

Posted: Sat Feb 05, 2011 1:36 am
by lisa
Yup something like this would work

Code: Select all

	<!-- #  1 --><waypoint x="-3758" z="-8499" y="224">	player:mount();	</waypoint>

Re: How to use mount in rombot?

Posted: Sat Feb 05, 2011 1:40 am
by j19861986
Tried it, and it works