diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-02 10:53:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-02 10:53:23 -0300 |
commit | 3365074b0ccbc485008e0ca8688ede8d8c501193 (patch) | |
tree | ee5d9ac6874e4938db61bff5023d7729c2856010 /npc/003-2 | |
parent | 8becac401f017edc2a7780cc6415d416297207f1 (diff) | |
download | serverdata-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.
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |