diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/swezanne.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index bacae524a..cc999c910 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -89,6 +89,12 @@ L_SilviaAccept: close; L_Close: + if (.@q == 0) { + mesc l("Protip: @@ can be found from @@ and @@. For the later one, ask Lua for strategies.", getitemlink(CactusDrink), getmonsterlink(Maggot), getmonsterlink(GiantMaggot)); + mesc l("Protip 2: Drop rates are low. Try other quests while you slay mobs for this one."); + next; + } + closedialog; goodbye; close; |