Page 1 of 1

Knight-Rogue does not attack in Cyclops Lair

Posted: Sun Apr 22, 2012 1:52 pm
by spawni
Yet another cyclopslair-problem.
I have a 70/70 knight-rouge. When I let him run cyclopslair - he just walks straight through....not attacking anyone
Tried to play arround wiht combat_distance, combat_ranged_pull, target_leveldif... nothing worked.

Same char has done cs well half a year ago....
Any hint?

Re: Knight-Rogue does not attack in Cyclops Lair

Posted: Sun Apr 22, 2012 3:40 pm
by BillDoorNZ
you'll need to give us more info than that!!!

post your characters profile and waypoint file (or relevant parts thereof) and we might be more able to help ya ;)

Re: Knight-Rogue does not attack in Cyclops Lair

Posted: Mon Apr 23, 2012 2:31 am
by Germangold

Code: Select all

		<!-- Attack monsters 3 levels above or 10 below your level -->
		<option name="TARGET_LEVELDIF_ABOVE" value="6" />
		<option name="TARGET_LEVELDIF_BELOW" value="67" />
should solve the problem

Re: Knight-Rogue does not attack in Cyclops Lair

Posted: Mon Apr 23, 2012 2:38 am
by spawni
:oops: problem solved - cleared some parts of the wp-code (such as a cast of "whirl-shield") and restarted pc.
After that it worked fine.

ty for your answers!