Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Actor's Weapon Skill
#1
Actor's Weapon Skill
Leon Westbrooke
Sep 21 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Before, I made a weapon proficiency script where an actor's attack goes up in a class of weapons. This one tests the actor's individual weapon proficiency, or weapon level. (Srry, no, it doesnt work with Weapon Proficiency Script)

Script Description: Each actor is skilled in a weapon rather than
a weapon type. So they may be proficient in the Iron Sword, but not Steel Sword.

Features:
1. Customizable beginning and max levels for all actors, as a group or individually.
2. Attack goes up based upon weapon level
3. A window shows weapon level and exp bar.
4. You can set weapon gain based on enemy, weapon, or default.
5. It only shows weapons that the actor has experience in.

Instructions:
1. Place this script above main.
2. Set the modules the way you want to below.
3. Search (using Ctrl + F) for Leon_Edit for the final place to edit.

Compatibility with SDK:
Unknown

How to use Call Script...
To add a weapon level for a weapon:
x being actor's number,
y being the weapon's id,
z being the number of levels to add
$game_actors[x].weapon_level[y] += z

To add to exp to the current equipped weapon:
x being actor's number,
y being the exp to add
$game_actors[x].weapon_exp[@weapon_id] += y

To add to the max level for an actor's weapon:
x being actor's number
y being the weapon's id
z being the max level
$game_actors[x].weapon_max[y] == z

Script:
.txt   Weapon_Level.txt (Size: 14.39 KB / Downloads: 3)

Demo:
.zip   Weapon_Level.zip (Size: 219.79 KB / Downloads: 5)
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skill Screen Fugly 0 2,473 10-24-2006, 01:00 PM
Last Post: Fugly
  Weapon Proficiency Leon Westbrooke 0 2,188 08-07-2006, 01:00 PM
Last Post: Leon Westbrooke
  Actor Stat Bonuses SephirothSpawn 0 2,152 03-15-2006, 01:00 PM
Last Post: SephirothSpawn
  Skill Details Derk-Jan 0 1,920 12-31-2005, 01:00 PM
Last Post: Derk-Jan
  New Weapon System Spiritus 0 2,101 09-26-2005, 01:00 PM
Last Post: Spiritus
  Weapon Hit % PhotonWeapon 0 2,080 08-26-2005, 01:00 PM
Last Post: PhotonWeapon
  Equip Weapon Gain Skill makeamidget 0 2,098 08-17-2005, 01:00 PM
Last Post: makeamidget



Users browsing this thread: