diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-05-27 21:29:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-05-27 21:29:22 -0300 |
commit | f21f4a9da3c050156391c43ed477b9c48bcffd7f (patch) | |
tree | 6ca7a0b51952f7f53220da3d6e472f1e755bdf6d | |
parent | 2513283302b06969592010cb8304848f47fc0721 (diff) | |
download | serverdata-f21f4a9da3c050156391c43ed477b9c48bcffd7f.tar.gz serverdata-f21f4a9da3c050156391c43ed477b9c48bcffd7f.tar.bz2 serverdata-f21f4a9da3c050156391c43ed477b9c48bcffd7f.tar.xz serverdata-f21f4a9da3c050156391c43ed477b9c48bcffd7f.zip |
Kirara Lemon, requested by @poppet - currently, half unobtanium
-rw-r--r-- | db/re/item_db.conf | 13 | ||||
-rw-r--r-- | db/re/mob_db.conf | 1 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 6 |
3 files changed, 20 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c0662747e..c40c51e47 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -20628,6 +20628,19 @@ item_db: ( doevent "Warp Crystal::OnUse"; "> }, +{ + Id: 8070 + AegisName: "KiraraLemon" + Name: "Kirara Lemon" + Type: "IT_USABLE" + Buy: 8000 + Sell: 300 + Weight: 6 + Delay: 500 + Script: <" + gethomunaff(rand(5,10)*10); + "> +}, ) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a930b0bc2..211be9590 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -12619,6 +12619,7 @@ mob_db: ( DamageMotion: 200 Drops: { Brainstem: 450 + KiraraLemon: 60 LemonCake: 40 Cherry: 5 } diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 302a1c129..8408dfc1e 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1349,6 +1349,12 @@ function script clientupdater { next; } } + // New update with no content + // sex 18 abr 2025 13:52:35 -03 + if (UPDATE < 1744995155) { + UPDATE=1744995155; + getitem KiraraLemon, 1; + } // TODO: Anniversary (leap years disregarded) // :// End of Regular Update System |