From bf736124b65dde540c9065be12f6faa89fba2ca3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Mar 2019 01:12:41 -0300 Subject: Frostia Town is now working. --- npc/024-1/guard.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'npc/024-1/guard.txt') diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt index 4dc86cdd8..23bc03790 100644 --- a/npc/024-1/guard.txt +++ b/npc/024-1/guard.txt @@ -9,10 +9,20 @@ goto L_Unallowed; //if (getrace() == "Elf") goto L_Warp; - .@tax=101-reputation("Frostia"); + .@tax=1001-(reputation("Frostia")*10); mesn; mesc l("The guard eyes you with suspcion."); mesq l("You should not be here. Get moving."); + if (Zeny < .@tax) + close; + next; + mesc l("Bribe the guard for @@ GP?", .@price); + if (askyesno() == ASK_YES) { + Zeny-=.@price; + closeclientdialog; + slide 93, 69; + npctalk3 l("Behave yourself."); + } close; L_Unallowed: -- cgit v1.2.3-60-g2f50