diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-18 13:53:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-18 13:53:56 -0300 |
commit | c2ea974045a9ce9b56972db1886d9de43d6b50f8 (patch) | |
tree | 5378e98154d5ac64c0520c21bcb2e311f4029d6d | |
parent | 104b4f2b08253027ba2187168b38a0b508cf1657 (diff) | |
download | serverdata-c2ea974045a9ce9b56972db1886d9de43d6b50f8.tar.gz serverdata-c2ea974045a9ce9b56972db1886d9de43d6b50f8.tar.bz2 serverdata-c2ea974045a9ce9b56972db1886d9de43d6b50f8.tar.xz serverdata-c2ea974045a9ce9b56972db1886d9de43d6b50f8.zip |
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.
-rw-r--r-- | npc/024-16/generals.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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 |