Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Pharonix Equipment Restrictions
- Original author: Pharonix
- Original date: October 30, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/pharonix-equipment-restrictions.48482/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
[SIZE=10.5pt]Introduction[/SIZE] [SIZE=10.5pt] [/SIZE] [SIZE=10.5pt]Hey all, Pharonix here.[/SIZE] [SIZE=10.5pt] [/SIZE]
Archived First Post
[SIZE=10.5pt]Introduction[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Hey all, Pharonix here.[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Plugin Name: [/SIZE][SIZE=10.5pt]Equip Restrictions[/SIZE]
[SIZE=10.5pt]Version[/SIZE][SIZE=10.5pt]: 1.2[/SIZE]
[SIZE=10.5pt]Author:[/SIZE][SIZE=10.5pt] Soul Pharonix[/SIZE]
[SIZE=10.5pt]Category:[/SIZE][SIZE=10.5pt] Equipment[/SIZE]
[SIZE=10.5pt]Sub-Category:[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Download Link: [/SIZE][SIZE=10.5pt]You can download this plugin here[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Under Development:[/SIZE]
[SIZE=10.5pt]This script is still under development[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Notes:[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]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]
[SIZE=10.5pt]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]
[SIZE=10.5pt]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=10.5pt] [/SIZE]
[SIZE=10.5pt]**********NOTE TAGS[/SIZE]
[SIZE=10.5pt]<req_level:x>[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]<req_switch:x>[/SIZE]
[SIZE=10.5pt]This will allow you to restrict a weapon or armor to be equipped only when switch x is in the "ON" position.[/SIZE]
[SIZE=10.5pt]<req_switch:x,y,z>[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]<req_var:x,y>[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]<req_var:x,y;a,b;c,d>[/SIZE]
[SIZE=10.5pt]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.
[SIZE=10.5pt]<req_actors:x> [/SIZE]
[SIZE=10.5pt]This will allow you to restrict the equipping of a weapon or armor to the actor whose id is equal to x.[/SIZE]
[SIZE=10.5pt]<req_actors:x,y> [/SIZE]
[SIZE=10.5pt]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=10.5pt] [/SIZE]
[SIZE=10.5pt]**********Terms of Use[/SIZE]
[SIZE=10.5pt]This Script is free to use non-commercially, or commercially.[/SIZE]
[SIZE=10.5pt]If using commercially, please credit me[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Hey all, Pharonix here.[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Plugin Name: [/SIZE][SIZE=10.5pt]Equip Restrictions[/SIZE]
[SIZE=10.5pt]Version[/SIZE][SIZE=10.5pt]: 1.2[/SIZE]
[SIZE=10.5pt]Author:[/SIZE][SIZE=10.5pt] Soul Pharonix[/SIZE]
[SIZE=10.5pt]Category:[/SIZE][SIZE=10.5pt] Equipment[/SIZE]
[SIZE=10.5pt]Sub-Category:[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Download Link: [/SIZE][SIZE=10.5pt]You can download this plugin here[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Under Development:[/SIZE]
[SIZE=10.5pt]This script is still under development[/SIZE]
[SIZE=10.5pt] [/SIZE]
[SIZE=10.5pt]Notes:[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]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]
[SIZE=10.5pt]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]
[SIZE=10.5pt]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=10.5pt] [/SIZE]
[SIZE=10.5pt]**********NOTE TAGS[/SIZE]
[SIZE=10.5pt]<req_level:x>[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]<req_switch:x>[/SIZE]
[SIZE=10.5pt]This will allow you to restrict a weapon or armor to be equipped only when switch x is in the "ON" position.[/SIZE]
[SIZE=10.5pt]<req_switch:x,y,z>[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]<req_var:x,y>[/SIZE]
[SIZE=10.5pt]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]
[SIZE=10.5pt]<req_var:x,y;a,b;c,d>[/SIZE]
[SIZE=10.5pt]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.
[SIZE=10.5pt]<req_actors:x> [/SIZE]
[SIZE=10.5pt]This will allow you to restrict the equipping of a weapon or armor to the actor whose id is equal to x.[/SIZE]
[SIZE=10.5pt]<req_actors:x,y> [/SIZE]
[SIZE=10.5pt]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=10.5pt] [/SIZE]
[SIZE=10.5pt]**********Terms of Use[/SIZE]
[SIZE=10.5pt]This Script is free to use non-commercially, or commercially.[/SIZE]
[SIZE=10.5pt]If using commercially, please credit me[/SIZE]
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
[SIZE=10.5pt]**********Terms of Use[/SIZE] [SIZE=10.5pt]This Script is free to use non-commercially, or commercially.[/SIZE] [SIZE=10.5pt]If using commercially, please credit me[/SIZE]
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...