summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 4264d7d79..3a1b0dc57 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11436,7 +11436,7 @@ item_db: (
noauction: true
}
Script: <"
- .@seed=rand(0, 10000);
+ .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk);
// 0.5%
if (.@seed < 50) {
@@ -11481,7 +11481,7 @@ item_db: (
noauction: true
}
Script: <"
- .@seed=rand(0, 10000);
+ .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk);
// 1.0%
if (.@seed < 100) {
@@ -11526,7 +11526,7 @@ item_db: (
noauction: true
}
Script: <"
- .@seed=rand(0, 10000);
+ .@seed=rand(0, 10000)-BaseLevel-readparam(bLuk);
// 2.0%
if (.@seed < 200) {