From fda23020ab771876e9448668e6faed1b1d43e415 Mon Sep 17 00:00:00 2001 From: El-Jekozo Date: Thu, 22 Oct 2020 19:12:35 +0300 Subject: [PATCH 1/2] Little rework of Find Dog quest Little rework of Find Dog quest --- data/json/npcs/missiondef.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/data/json/npcs/missiondef.json b/data/json/npcs/missiondef.json index ac1809f7afd48..0a0ab5fa8cc7e 100644 --- a/data/json/npcs/missiondef.json +++ b/data/json/npcs/missiondef.json @@ -657,17 +657,20 @@ "goal": "MGOAL_FIND_MONSTER", "difficulty": 3, "value": 100000, - "place": "near_town", - "start": "place_dog", + "start": { + "effect": { "u_buy_item": "dog_whistle" }, + "assign_mission_target": { "om_terrain": "house", "om_terrain_match_type": "PREFIX", "reveal_radius": 1, "search_range": 75, "z": 0 }, + "update_mapgen": { "place_monster": [ { "monster": "mon_dog", "x": 10, "y": 10, "target": true, "friendly": true } ] } + }, "origins": [ "ORIGIN_OPENER_NPC" ], "dialogue": { "describe": "Oh, my poor puppy…", - "offer": "I left my poor dog in a house, not far from here. Can you retrieve it?", - "accepted": "Thank you! Please hurry back!", + "offer": "I lost my poor dog, not far from here. Can you retrieve it?", + "accepted": "Thank you! Please hurry back!", "rejected": "Please, think of my poor little puppy!", "advice": "Take my dog whistle; if the dog starts running off, blow it and he'll return to your side.", "inquire": "Have you found my dog yet?", - "success": "Thank you so much for finding him!", + "success": "Thank you so much for finding him! I think he likes you. Maybe you should bring him with you, so you can keep him safe…", "success_lie": "What?! You're lying, I can tell! Ugh, forget it!", "failure": "Oh no! My poor puppy…" } From b12e41bf359bedad97c0dd1be7abc00e3f281a6d Mon Sep 17 00:00:00 2001 From: El-Jekozo Date: Fri, 13 Nov 2020 17:20:29 +0200 Subject: [PATCH 2/2] spacing --- data/json/npcs/missiondef.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/npcs/missiondef.json b/data/json/npcs/missiondef.json index 0a0ab5fa8cc7e..d394d045fa06b 100644 --- a/data/json/npcs/missiondef.json +++ b/data/json/npcs/missiondef.json @@ -665,12 +665,12 @@ "origins": [ "ORIGIN_OPENER_NPC" ], "dialogue": { "describe": "Oh, my poor puppy…", - "offer": "I lost my poor dog, not far from here. Can you retrieve it?", - "accepted": "Thank you! Please hurry back!", + "offer": "I lost my poor dog, not far from here. Can you retrieve it?", + "accepted": "Thank you! Please hurry back!", "rejected": "Please, think of my poor little puppy!", "advice": "Take my dog whistle; if the dog starts running off, blow it and he'll return to your side.", "inquire": "Have you found my dog yet?", - "success": "Thank you so much for finding him! I think he likes you. Maybe you should bring him with you, so you can keep him safe…", + "success": "Thank you so much for finding him! I think he likes you. Maybe you should bring him with you, so you can keep him safe…", "success_lie": "What?! You're lying, I can tell! Ugh, forget it!", "failure": "Oh no! My poor puppy…" }