Capes, and their ArmorSetID's

Discussion on a variety of topics. Ask general Vtank questions here.
Kempeck
Posts: 47

Capes, and their ArmorSetID's

Post #1 »

NameMatches: Cloak
Object Class = Clothing
ArmorSetID!=54
ArmorSetID!=68
ArmorSetID!=71
ArmorSetID!=76
ArmorSetID!=80
ArmorSetID!=81
SpellNameMatch: Cloaked in Skill

This would loot any lvl cape with these Attribute ID's & Skill, correct? Or did I set this run wrong?

Baasically I want it to pickup any lvl cloak, with Melee D, Magic D, HW, Missile, War, or Void that is skill set. I'd like to be able to set the Missile capes to weakness to Missile, War/Void to Shroud of Darkness but I'm not sure how to do that.

Kempeck
Kempeck Rhal (HW) - MT
Geis Rahl (War) - MT
All of the K'mpeck's & Any of the "Mistake" toons
/cg for Kempeck if you need me

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #2 »

!= means not equal to

You'll have to either create one large rule using >= and <= and a bunch of !='s for the ones inbetween you don't want.

OR separate rules for each one you do want using ==

List of Cloak Set ID's:

http://acpedia.org/wiki/Talk:Cloaks

http://asheron.wikia.com/wiki/Talk:Cloaks
Immortalbob of MT

Kempeck
Posts: 47

Post #3 »

Ok, that makes sense. thanks.
Kempeck Rhal (HW) - MT
Geis Rahl (War) - MT
All of the K'mpeck's & Any of the "Mistake" toons
/cg for Kempeck if you need me

Kempeck
Posts: 47

Post #4 »

I have search the web, and all links I could find. I need to know what Long Value Key >=, Long Value Key ==, and Long Value Key <= mean. Is there a page that gives the meanings of the expressions? and ALL Expression in VTank Looter?
Kempeck Rhal (HW) - MT
Geis Rahl (War) - MT
All of the K'mpeck's & Any of the "Mistake" toons
/cg for Kempeck if you need me

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #5 »

Short of the resources thread at the top of this forum, no. All the examples you could ever need are in my profile.

This is as good as you're gonna get likely:
http://acpedia.org/wiki/User:Immortalbo ... with_VTank
Immortalbob of MT

Kempeck
Posts: 47

Post #6 »

FANTASTIC, that's it. thanks, bob.

BTW, I still can't believe you haven't enlightened.
Kempeck Rhal (HW) - MT
Geis Rahl (War) - MT
All of the K'mpeck's & Any of the "Mistake" toons
/cg for Kempeck if you need me

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #7 »

Kempeck wrote:FANTASTIC, that's it. thanks, bob.

BTW, I still can't believe you haven't enlightened.
I don't see the point to be honest...whats 2 health and 1 pt to my skills?
Immortalbob of MT

Dmdtt
Moderator
Posts: 271

Post #8 »

Immortalbob wrote:
Kempeck wrote:FANTASTIC, that's it. thanks, bob.

BTW, I still can't believe you haven't enlightened.
I don't see the point to be honest...whats 2 health and 1 pt to my skills?
more titles.

Kempeck
Posts: 47

Post #9 »

What title doesn't he have?

Ok, so this is the rule that I created using the resources that I have read.

NameMatches: Cloak
Object Class = Clothing
ArmorSetID!=49
ArmorSetID!=50
ArmorSetID!=51
ArmorSetID!=52
ArmorSetID!=53
ArmorSetID==54
ArmorSetID!=55
ArmorSetID!=56
ArmorSetID!=58
ArmorSetID!=59
ArmorSetID!=60
ArmorSetID!=61
ArmorSetID!=62
ArmorSetID!=63
ArmorSetID!=64
ArmorSetID!=65
ArmorSetID!=66
ArmorSetID!=67
ArmorSetID!=68
ArmorSetID!=69
ArmorSetID!=70
ArmorSetID==71
ArmorSetID!=72
ArmorSetID!=73
ArmorSetID==76
ArmorSetID!=78
ArmorSetID==80
ArmorSetID==81
ArmorSetID!=82
ArmorSetID!=83
ArmorSetID!=84
ArmorSetID!=85
ArmorSetID!=86
ArmorSetID!=87
ArmorSetID!=88
ArmorSetID!=89
ArmorSetID==90
SpellNameMatch: Shroud of Darkness

The Idea being I want to loot cloaks with Melee D, HW, Missile Weapon, War, Void, and Summoning WITH "Shroud of Darkness". I don't see where you can specify the spell on Shroud of Darkness, so I'll take what I get. Does this look like it'll work? I've been testing it, and it's a hit and miss thing. Feels like I'm not doing something right.
Kempeck Rhal (HW) - MT
Geis Rahl (War) - MT
All of the K'mpeck's & Any of the "Mistake" toons
/cg for Kempeck if you need me

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #10 »

it wont work, it'll hold all cloaks to equaling all the ones you want.

Thats why i suggested using greater than and less than (>= , =<) in addition to the ones you dont want using !=

as you have it, it will try to only find cloaks that are all the ones you have set to ==, which just dont exist obviously.
Immortalbob of MT