summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-02 10:53:23 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-02 10:53:23 -0300
commit3365074b0ccbc485008e0ca8688ede8d8c501193 (patch)
treeee5d9ac6874e4938db61bff5023d7729c2856010
parent8becac401f017edc2a7780cc6415d416297207f1 (diff)
downloadserverdata-3365074b0ccbc485008e0ca8688ede8d8c501193.tar.gz
serverdata-3365074b0ccbc485008e0ca8688ede8d8c501193.tar.bz2
serverdata-3365074b0ccbc485008e0ca8688ede8d8c501193.tar.xz
serverdata-3365074b0ccbc485008e0ca8688ede8d8c501193.zip
Legendary Mouboo/Tortuga -> Epic Mouboo/Tortuga.
Only the five legendary weapons are legendary.
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/003-2/lua.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9fa46ff5d..79f78528b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3229,7 +3229,7 @@ item_db: (
{
Id: 698
AegisName: "LegendaryMouboo"
- Name: "Legendary Mouboo"
+ Name: "Epic Mouboo"
Type: "IT_ARMOR"
Loc: "EQP_SHADOW_SHOES"
Buy: 7500000
@@ -3271,7 +3271,7 @@ item_db: (
{
Id: 699
AegisName: "LegendaryTortuga"
- Name: "Legendary Tortuga"
+ Name: "Epic Tortuga"
Type: "IT_ARMOR"
Loc: "EQP_SHADOW_SHOES"
Buy: 7500000
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 75967f3cd..e975ff98c 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -797,7 +797,7 @@ L_Contributor:
mesq l("Let's see if you can pick a reward!");
select
rif(!(#CRW & 128) && .@m >= 250, l("30x Bug Leg")),
- rif(!(#CRW & 64) && .@m >= 100 && Zeny > 10000, l("(10,000 GP) Legendary Mount")),
+ rif(!(#CRW & 64) && .@m >= 100 && Zeny > 10000, l("(10,000 GP) Epic Mount")),
rif(!(#CRW & 32) && .@m >= 50, l("Developer Cap")),
rif(!(#CRW & 16) && .@m >= 40, l("Delicious Cookie")),
rif(!(#CRW & 8) && .@m >= 30, l("20x Bug Leg")),