What I want to do is attack certain mobs when they are further away then my normal attack range.
Been trying to use range> or range< in Vtanks monster list settings. Nothing I try seems to work. Some things I've tried are
range>10
range<40
range<=40
range>=10
name==Black Coral Golem && range>10
species==Golem && range>10
Ive also tried setting one particular mob at a range> and everything else at a range< but that has no effect either way.
Suggestions? According to the Vtanks monster list matching help page using range> or range< should work, anyone see what I might be doing wrong?
Strider
Using Virindi Tank Monster list matching
- HellsWrath
- Site Admin
- Posts: 391
I have noticed that the species name sometimes doesn't work for unique type species of a certain category.
Try using the specific monster name or TypeID and see if that works using your current setup.
Try using the specific monster name or TypeID and see if that works using your current setup.
Hell's Wrath of MT
http://www.twitch.tv/hellswrathmt/profile
http://www.twitch.tv/hellswrathmt/profile
- HellsWrath
- Site Admin
- Posts: 391
Could you post a screenshot of your monster list.
If you have windows 7 you can type "snipping tool" in the search bar.
If you have windows 7 you can type "snipping tool" in the search bar.
Hell's Wrath of MT
http://www.twitch.tv/hellswrathmt/profile
http://www.twitch.tv/hellswrathmt/profile
Monsters that are out of range are not even checked against the list. What you want to do is increase the attack range, but then add a rule which causes things you don't want to be attacked to be ignored beyond a certain range.Strider wrote:What I want to do is attack certain mobs when they are further away then my normal attack range.
Tried that Virindi, doesn't seem to matter. Set range to 55 and put entries trying both species and name along with range<6. Attacked both whats not in list and the ones in list whenever within 55.
tried species==Mukkir && range<6 and name==Degenerate Mukkir && range<6
Strider
tried species==Mukkir && range<6 and name==Degenerate Mukkir && range<6
Strider
try this
range>10&&species==golem
range<10&&species==golem
make sure not to have spaces between any variables or operators
in other words between range>10 and the && do not have any spaces inserted
when handling species that have multiple words in same name use Phyntos_Wasp
also you might want to consider doing this for all species in area you are hunting and then uncheck default A and S
it will make it easier to spot issues as you won't attack creatures that aren't listed in species rules.
also set range to something like 50ish, you can use this strategy to attack things past 10 units away in a different way for example imperil them from far away then start attacking normally when close.
hope this helps.
range>10&&species==golem
range<10&&species==golem
make sure not to have spaces between any variables or operators
in other words between range>10 and the && do not have any spaces inserted
when handling species that have multiple words in same name use Phyntos_Wasp
also you might want to consider doing this for all species in area you are hunting and then uncheck default A and S
it will make it easier to spot issues as you won't attack creatures that aren't listed in species rules.
also set range to something like 50ish, you can use this strategy to attack things past 10 units away in a different way for example imperil them from far away then start attacking normally when close.
hope this helps.
Dmdtt that worked, thankyou very much. I don't want to say how long I been trying to get this working. The examples on the help page shows spaces (at least looks like they do) so I was using them.
Thx again
Strider
Thx again
Strider