Download Link: [/SIZE]You can download this plugin here[/SIZE]
[/SIZE]
Under Development:[/SIZE]
This script is still under development[/SIZE]
[/SIZE]
Notes:[/SIZE]
This plugin will allow you to set a required level for armor and weapons. This will prevent the equipping of armors and weapons unless the actor's level meets the required level[/SIZE]
You can also set a required switch for equipping of weapons and armors. This will prevent the equipping of these equipment types unless the switch's state is "ON"[/SIZE]
You can also set Required Variables, which will prevent the equipping of an armor or weapon unless the variable's value is equal to or greater than the value specified[/SIZE]
You may also specify a required actor, which will allow you to only allow the specified actor to equip a weapon or armor. This is useful if you have multiple users of the same class, but you only want a specific character to use it.[/SIZE]
[/SIZE]
**********NOTE TAGS[/SIZE]
<req_level:x>[/SIZE]
This will allow you to restrict a weapon or armor to be equipped only by characters whose level is greater than or equal to x[/SIZE]
<req_switch:x>[/SIZE]
This will allow you to restrict a weapon or armor to be equipped only when switch x is in the "ON" position.[/SIZE]
<req_switch:x,y,z>[/SIZE]
This will allow you to restrict a weapon or armor to be equipped only when switches x, y and z are all in the "ON" position. [/SIZE]
<req_var:x,y>[/SIZE]
This will allow you to restrict a weapon or armor to be equipped only when the variable x has a value equal to or greater than y.[/SIZE]
<req_var:x,y;a,b;c,d>[/SIZE]
You may specify multiple variable requirements by separating each variable,value pair with a semicolon( . This will allow you to restrict a [/SIZE]
weapon or armor to be equipped only when each variable (x,y,z) has a value equal to or greater than their respective values.
<req_actors:x> [/SIZE]
This will allow you to restrict the equipping of a weapon or armor to the actor whose id is equal to x.[/SIZE]
<req_actors:x,y> [/SIZE]
This will allow you to restrict the equipping of a weapon or armor to only the actors whose ids are equal to x or y.[/SIZE]
[/SIZE]
**********Terms of Use[/SIZE]
This Script is free to use non-commercially, or commercially.[/SIZE]