diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-08-12 00:07:48 +0200 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@tmw2.org> | 2025-01-11 21:44:47 +0000 |
commit | 35b991cc1868b4c2fda8c049a3f1eed76f94a388 (patch) | |
tree | 794478b7ccd60ea4def2bcdb9fce71aaa4593eab | |
parent | 61f40aa234ccbb39398c4f1dd3daed1360773d17 (diff) | |
download | serverdata-bif_location.tar.gz serverdata-bif_location.tar.bz2 serverdata-bif_location.tar.xz serverdata-bif_location.zip |
The bif is actually in the northwest of the islandbif_location
Reported by Ivid.
-rw-r--r-- | npc/005-4/rosen.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index b4128177a..f588b435a 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -78,14 +78,19 @@ L_Gloves: mesq l("Ah, I see you have some used gloves. I'm not sure if you can even mine with it..."); next; mesn; - mesq l("Uhm, maybe I could teach you something, too. Go mine 5 @@. You should find some at northeast of the Island.", getmonsterlink(DiamondBif)); + mesq l("Uhm, maybe I could teach you something, too. Go mine %d %s." " " + "You should find some at the north-western part of this Island.", + 5, getmonsterlink(DiamondBif)); tutmes l("Bif is a monster shaped like weird rocks. Diamond Bif is a Bif with higher chances to drop Diamonds."); next; mesn; mesq l("These monsters are a great source of raw crafting materials."); setq CandorQuest_Rosen, 1, 0; } else if (.@q == 1) { - mesq l("You didn't mine enough @@. The perfect spot is at northeast of this island. It takes a while to them respawn, so don't hurry.", getmonsterlink(DiamondBif)); + mesq l("You did not mine as many %s as I request." " " + "You should find some at the north-western part of this Island.", + "It takes a while for them to respawn, so don't hurry.", + getmonsterlink(DiamondBif)); } else if (.@q == 2) { mesq l("Wow! Those pitiable gloves sure weren't made for mining. They're almost ruined!"); mesq l("Here, take this @@. It will be better suited!", getitemlink(CandorGloves)); |