How to use mount in rombot?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

How to use mount in rombot?

#1 Post 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
deathdealer1252
Posts: 68
Joined: Sat Nov 06, 2010 3:14 pm

Re: How to use mount in rombot?

#2 Post by deathdealer1252 »

This has been discussed already, use the search.
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: How to use mount in rombot?

#3 Post 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>
deathdealer1252
Posts: 68
Joined: Sat Nov 06, 2010 3:14 pm

Re: How to use mount in rombot?

#4 Post by deathdealer1252 »

Did you test it?
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: How to use mount in rombot?

#5 Post by j19861986 »

Making them, seeing the waypoint numbers and add them. test later
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: How to use mount in rombot?

#6 Post by lisa »

Yup something like this would work

Code: Select all

	<!-- #  1 --><waypoint x="-3758" z="-8499" y="224">	player:mount();	</waypoint>
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: How to use mount in rombot?

#7 Post by j19861986 »

Tried it, and it works
Post Reply