diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:02:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:02:47 -0300 |
commit | b6cbbea79e69b251776abe3359752c802bccba0c (patch) | |
tree | d04e851d3b53ad791fc841c4f0275e6752d27e04 /npc/025-1/ihclot.txt | |
parent | 5177e77a22b9b67f87d80539903eea694a2b81b7 (diff) | |
download | serverdata-b6cbbea79e69b251776abe3359752c802bccba0c.tar.gz serverdata-b6cbbea79e69b251776abe3359752c802bccba0c.tar.bz2 serverdata-b6cbbea79e69b251776abe3359752c802bccba0c.tar.xz serverdata-b6cbbea79e69b251776abe3359752c802bccba0c.zip |
Ihclot now have a *manual* grace reroll :3
But it will only be enabled at Act 5
Diffstat (limited to 'npc/025-1/ihclot.txt')
-rw-r--r-- | npc/025-1/ihclot.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index 889f9aba9..648077ea6 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -98,6 +98,14 @@ csys_ApplyPerfect(.@id, .@level); mesn; mesc l("Well, here you are. I hope you enjoy ^^", 3); + // Act 5+ Grace Reroll + if ($GAME_STORYLINE >= 4) { + next; + mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE!"), 1; + next; + if (askyesno() == ASK_YES) + csys_ApplyPerfect(.@id, .@level); + } close; /* *************************************************************************** */ |