Page 2 of 2

Re: Demonstration Battle by lolita

Posted: Sat Nov 19, 2016 8:40 am
by bottyhotty
Hey guys,

I'd ask for a small advice about the demonstration battle daily. I'm trying to do the swap thing with main accepting, killing mob, runing to house, swap, alt runing, complete, back swap and repeat.
The problem I have is that so far in other areas/npcs I was able to use the ChoiceOption ByName command, however here it does not work for the (Volunteer for demonstration) option to summon the mob. If I use num6 to try to select it as option 2, it does not select it and in my file it only marks it as ' ' and ignores the line.

This is how the start of my waypoints look:

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
			player:target_NPC(119856) -- Anthony Taz
			player:rest(1);
			player:target_NPC(119856) -- Anthony Taz
			player:rest(1);
			ChoiceOptionByName(getTEXT("Only I can sing on my stage!")) -- ''
			player:rest(3);
	<!-- #  2 --><waypoint x="-18324" z="-22670" y="481">	</waypoint>
	<!-- #  3 --><waypoint x="-18352" z="-22709" y="472">	</waypoint>
	<!-- #  4 --><waypoint x="-18354" z="-22815" y="459">	</waypoint>
	<!-- #  5 --><waypoint x="-18353" z="-22858" y="459">	</waypoint>
and then continues with waypoints etc.

How to make him do the summoning part? I use daily notes and autocomplete stuff so everything else is basically just npc target to do it faster. I tried removing DN and autocomplete stuff if it would interfear, but they dont.

Re: Demonstration Battle by lolita

Posted: Wed Nov 23, 2016 3:36 pm
by Bill D Cat
Here's my modified version that does class swap. Feel free to use/modify/delete it as you see fit.