[General] Is this impossible to create?

Status
Not open for further replies.
Level 4
Joined
Jul 22, 2010
Messages
63
Hello guys, Im making a RPG map and there are 5 classes.
Each class can only use one type of item..
Artifact
Purchasble
Miscellaneous
Permanent
Charged

Each type contains all the items for one class.
Each type contains armor, many weapons, and wings.
The thing is:
I want to restrict 2 weapons, one armor and one wing per class, and 2 free slots to potions.
Help please!
 
make weapons item level 1, armors item level 2 and so on....

then make a trigger checking the class of the unit and then check whether the item picked up is class Artifact for example and if not drop it, if yes check the item level and if the number of items hold by the unit are equal or less than the number of for example weapons its able to carry.
 
Status
Not open for further replies.
Back
Top