diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-12-27 21:59:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-12-27 21:59:07 -0300 |
commit | 4b369fbbf0a52f0310661607fbe2b1d96ecfd42c (patch) | |
tree | 20640eb3a8a6453f9d1075ef5c95a8f35268996a /npc | |
parent | cdb40c13e9e9e9b2f8cb07e7376892705343a3ec (diff) | |
download | serverdata-4b369fbbf0a52f0310661607fbe2b1d96ecfd42c.tar.gz serverdata-4b369fbbf0a52f0310661607fbe2b1d96ecfd42c.tar.bz2 serverdata-4b369fbbf0a52f0310661607fbe2b1d96ecfd42c.tar.xz serverdata-4b369fbbf0a52f0310661607fbe2b1d96ecfd42c.zip |
Heheheh... (Ryan Secret Bonus)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-2/ryan.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 7919f49fa..79b6b96b3 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -131,6 +131,10 @@ mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(SunnyCrystal)); mesc l("Got Master Blueprints!"); mesc l("Got 1,000,000 Monster Points!"); + // Heheheh... + $@DROP_EVENT=25; + $@DROP_EVENT_TIME=1; + donpcevent "@droprate::OnPlayerCall"; } close; |