public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers
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: Skill: Steal
  • Original author: Mr. Trivel
  • Original date: October 29, 2015
  • Source thread: https://forums.rpgmakerweb.com/threads/skill-steal.48295/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Name: Skill: Steal Version: 1.2 Author: Mr. Trivel Created: 2015-10-29

Archived First Post

Name: Skill: Steal

Version: 1.2

Author: Mr. Trivel

Created: 2015-10-29

 

What does it do?

Allows for actors to steal items and skills from enemies.

Enemies can have finite amount of items to steal.

 

How to use?

--There's 2 stealing modes:

Mode 1:

Player tries to steal all enemy items at once (rolls against each item and checks if he stole it).

 

Mode 2:

Player tries to steal 1 enemy item. (rolls against all items and checks where it lands)

 

--Setting up:

Requires 2 steps.

Step 1:

 Place <steal> in your Steal skill's note field.

 

Step 2:

 Place any amount of <steal: X, Y, Z, K, L> in enemy note field.

 X - Type of item to steal - w, i or a - weapon, item or armour.

 Y - Item ID

 Z - Steal chance - 0.00 - 0%, 0.5 - 50%, 0.78 - 78%, 1.00 - 100%, etc.

 K - Amount of items stolen on success

 L - Amount of items steal can be success for this item

E.g.


Code:
<steal: w, 7, 0.75, 1, 2>

 

Script: Protected download

How to download Script. Click the link above, there will be a button named Raw, press Right Click -> Save As.

 

Demo: Protected download (v1.2)

 


Legal:

Free for non-commercial games.

For commercial use contact me.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Free for non-commercial games. For commercial use contact me.

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.

#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar