Server Setup
-
Posts
-
You should check if that condition is supported by your current sources. You can find this in DocumentBase#parsePlayerCondition If it isnt there and you want to follow the same pattern of the other item conditions, create a custom condition to parse the classId (or multiple class ids) (there are examples to copy the code). Alternatively, you can create your own condition handler. Your condition should look like this: <cond msgId="1518"> <player classId="ADVENTURER,PALADIN" /> </cond> or <cond msgId="1518"> <player classId="93,5" /> </cond>
-
idk if acis have this option, but you can put inside item smth like that atleast on H5 <cond msgId="1518"> <player class_id_restriction="93, 101, 108, 117" /> <!-- Dagger Masters --> </cond>
-
@GX-Ext I'm just waiting for the cheapest offer; I never said they wouldn't buy from you.
-
Hello, folks i'm working on my own concept of armors with custom skills specified only for certain class. i've made the armors for each class but i am having issues figuring out how i can lock them for certain class only. Such example would be Light Draconic Armor of Archer to be worn only by archer type classes (sagi, moon sent, ph ranger) before drawing a dye they're already preset to classes="id" I am using aCis pack.
-
-
Topics

Recommended Posts