Page 1 of 1

I have a problem

Posted: Tue Jan 22, 2013 6:58 pm
by SmemE
DoD_Leader_tele.xml
main.xml

Help solve this problem :!: :?:

Re: I have a problem

Posted: Tue Jan 22, 2013 7:26 pm
by solembum05
i think you need to create your profiles.

Example: my name's character is Pat, so my name of profile is Pat.xml

Check in rom/profiles ;)

Re: I have a problem

Posted: Tue Jan 22, 2013 7:46 pm
by SmemE
main.xml
Works with the rest of the points the way

Waypoints DoD_Leader_tele.xml
Does not work

Re: I have a problem

Posted: Tue Jan 22, 2013 8:11 pm
by SmemE

Code: Select all

		<!-- Waypoint and movement settings -->
		<option name="WAYPOINTS"		value="" />  <!-- leave empty to show a list -->
		<option name="RETURNPATH"		value="" />
		<option name="PATH_TYPE"		value="waypoints" />	<!-- waypoints | wander -->
		<option name="WANDER_RADIUS"		value="0" />
		<option name="WAYPOINT_DEVIATION"	value="0" />
		<option name="QUICK_TURN" 		value="true" />
		<option name="WP_NO_STOP"
:arrow: :?:

Re: I have a problem

Posted: Wed Jan 23, 2013 12:46 am
by vo2male
in the Onload of the DOD_Leader tele you'll see

Code: Select all

loadProfile("YourProfileHere")
put the name of your profile there

Re: I have a problem

Posted: Wed Jan 23, 2013 8:32 am
by SmemE
Worked

Code: Select all

loadProfile("YourProfileHere")
Error

Re: I have a problem

Posted: Wed Jan 23, 2013 8:45 am
by vo2male
you need the setwindow userfunction.. it's just around here.. search for it..i'm too lazy now ;)

Re: I have a problem

Posted: Wed Jan 23, 2013 9:55 am
by SmemE
Thanks for the help All :) ;)