PDA

View Full Version : Stop Targetting Certain creatures



Beo
07-14-2013, 10:47 AM
Is there any way to stop targetting certain creatures at a label?

e.g.

Label "hunt"
Remove Crocodiles / Tortoises from target list

Label "2"
Enable targetting for Crocodiles / Tortoises on target list

If you understand what I mean, if not I could try a better example

XtrmJosh
07-14-2013, 10:58 AM
Only if you target those creatures purely by scripts...

Xeromex
07-14-2013, 11:15 AM
I think you can yes.

if (label == "changeTarget") then
loadSettings("Targeting #2", "Targeting")
end

Beo
07-14-2013, 11:18 AM
Only if you target those creatures purely by scripts...

Could work.

XtrmJosh
07-14-2013, 11:28 AM
Could work.

Xeromex had a good idea, if you make 2 sets of settings for with and without the mobs, you can switch the settings...

Beo
07-14-2013, 11:52 AM
Yeah I'll think I'll try that, cheers.