• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Selling RPG ∗ System ∗ Bonus loot from monsters

Status
Not open for further replies.

sn3ejk

This account is inactive.
Joined
Nov 16, 2011
Messages
2,121
Solutions
1
Reaction score
145
RPG ∗ System
∗ Bonus loot from monsters ∗
images

This script will enable items to raise loot and/or money drop rate from monsters. You could for example set so a plate armor would give increase your chances of looting gold coins! The script is easy to install and configure. It has been tested on The Forgotten Server 0.3.6pl1.r96 and worked out great. If there would be any problems with the script I will offer you my full support to look into it. This script mostly suits RPG servers, but are just as great to use for other types of servers.

* you can set all parameters in items.xml, example
XML:
<attribute key="bonusLoot" value="+X%" />
<attribute key="bonusMoney" value="+X%" />
∗ working with item attributes, example:
Lua:
doItemSetAttribute(item.uid, "bonusLoot", X)
doItemSetAttribute(item.uid, "bonusMoney", X)
The cost of this script is only 3 EUR. The only payment method I'm interested in is Paypal. If you are interested in purchasing this script leave a message in this thread or send me a PM.
 
Last edited:
So it allows you to add, for example:

Code:
<attribute key="bonusLoot" value="5" />

For 5% bonus loot? How does that work?
Does it multiply the loot you receive by 1 + (1 * .05) or
does it give you a 5% higher chance to loot something? For example: 40% drop rate -> 45% drop rate if wearing the eq.

And does
Code:
<attribute key="bonusMoney" value="+X%" />

only work for gold, plat, crystal? or is it configurable?

After some clarification, I'm certainly interested!
Red
 
Example:
Basic chance is X%. When player have XYZ item, which add 5% raise items drop rate from monsters, he got 1.05 * X%.

only work for gold, plat, crystal? or is it configurable?
It's work with all items, which have attribute "worth".
 
Last edited:
This script work only to elevate the loot rate in general?
 
This script work only to elevate the loot rate in general?
This script elevate loot chance (for attribute "bonusLoot") or count of money (for attribute "bonusMoney").
 
RPG ∗ System
∗ Bonus loot from monsters ∗
images
 
Last edited:
RPG ∗ System
∗ Bonus loot from monsters ∗
images
 
Last edited:
RPG ∗ System
∗ Bonus loot from monsters ∗
images
 
Status
Not open for further replies.
Back
Top