- Joined
- Jun 9, 2014
- Messages
- 284
- Reaction score
- 480
- First Language
- Lithuanian
- Primarily Uses
Name: Salvage Items
Version: 1.1
Author: Mr. Trivel
Created: 2015-12-13
What does it do?
Allows players to salvage unneeded items and get something back.
Screenshots:
[IMG]http://puu.sh/lTuXB/f6ad1d1803.png[/IMG]
How to use?
To make items salvageable just add the following tag to items:
<salvage>
[TYPE] [iD] [QUANTITY] [CHANCE]
</salvage>
[TYPE] - Item type. w - weapon, a - armor, i - item
[iD] - ID of the item
[QUANTITY] - How many player gets from salvaging
[CHANCE] - Chance of success - 1.0 - 100%, 0.5 - 50%, 0.04 - 4%
Example:
<Salvage>
i 8 1 1
i 8 1 0.75
i 8 1 0.25
</Salvage>
Plugin: <Link: Github>
How to download Script. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
Version: 1.1
Author: Mr. Trivel
Created: 2015-12-13
What does it do?
Allows players to salvage unneeded items and get something back.
Screenshots:
[IMG]http://puu.sh/lTuXB/f6ad1d1803.png[/IMG]
How to use?
To make items salvageable just add the following tag to items:
<salvage>
[TYPE] [iD] [QUANTITY] [CHANCE]
</salvage>
[TYPE] - Item type. w - weapon, a - armor, i - item
[iD] - ID of the item
[QUANTITY] - How many player gets from salvaging
[CHANCE] - Chance of success - 1.0 - 100%, 0.5 - 50%, 0.04 - 4%
Example:
<Salvage>
i 8 1 1
i 8 1 0.75
i 8 1 0.25
</Salvage>
Plugin: <Link: Github>
How to download Script. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
Last edited by a moderator: