From ba62260c2e047662062a6bb69961004d59abf1eb Mon Sep 17 00:00:00 2001 From: mekolat Date: Mon, 2 Mar 2015 15:02:29 -0500 Subject: Use HumanTime for Parua --- world/map/npc/029-3/parua.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'world/map/npc/029-3/parua.txt') diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt index 59e0c8b6..b9972f53 100644 --- a/world/map/npc/029-3/parua.txt +++ b/world/map/npc/029-3/parua.txt @@ -105,12 +105,10 @@ L_Enjoy: goto L_Exit; L_Wait: - set @seconds, ($@ANNOUNCE_TIME - gettimetick(2)); + set @ms, ($@ANNOUNCE_TIME - gettimetick(2)) * 1000; + callfunc "HumanTime"; mes "[Parua]"; - if (@seconds/60 == 0) - mes "\"Be Patient... The fight will start in " + @seconds + " seconds.\""; - if (@seconds/60 > 0) - mes "\"Be Patient... The fight will start in " + @seconds/60 + " minute(s).\""; + mes "\"Be Patient... The fight will start in " + @time$ + ".\""; goto L_Exit; L_NotEnough: -- cgit v1.2.3-60-g2f50