From c2ea974045a9ce9b56972db1886d9de43d6b50f8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 13:53:56 -0300 Subject: Give 3 grenades by Generals. This will make the quest much easier if you use them. Or, if you're a pro, you may save the item for a better opportunity. --- npc/024-16/generals.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index 368597e98..9549a1cea 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -62,13 +62,17 @@ function script FrostiaGeneralQuest { mesn; mesq l("Congrats, you did it."); next; - inventoryplace ElixirOfLife, 1, MercCard_Saulc, 1; + inventoryplace ElixirOfLife, 1, MercCard_Saulc, 1, Grenade, 3; mesn; mesq l("Take this @@. It might save your life on the secret mission you're about to be assigned to.", getitemlink(MercCard_Saulc)); next; mesn; + mesq l("I'll also provide you a few @@s and an Elixir. Use them wisely.", getitemlink(Grenade)); + next; + mesn; mesq l("Now go talk to the King."); setq General_Narrator, 15; + getitem Grenade, 3; getitem MercCard_Saulc, 1; getitem ElixirOfLife, 1; getexp 0, 400; // Get 10% JEXP. Reference: 3988~5564 -- cgit v1.2.3-60-g2f50