diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 20:50:54 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 20:50:54 -0200 |
commit | 75e2d4b61b12db667e77822023bf44ff6230893d (patch) | |
tree | 64f0cc8271b6f4d80068071eff9701985a85be42 /npc/003-1/swezanne.txt | |
parent | 25b8a9c6643349b075e5636887334b384a771f67 (diff) | |
download | serverdata-75e2d4b61b12db667e77822023bf44ff6230893d.tar.gz serverdata-75e2d4b61b12db667e77822023bf44ff6230893d.tar.bz2 serverdata-75e2d4b61b12db667e77822023bf44ff6230893d.tar.xz serverdata-75e2d4b61b12db667e77822023bf44ff6230893d.zip |
Protip for beginners: Swezanne
Diffstat (limited to 'npc/003-1/swezanne.txt')
-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; |