From 777cc9d9cf9dcef23108ec288efe1d1d180864f0 Mon Sep 17 00:00:00 2001 From: tux9th Date: Sun, 21 Oct 2012 19:55:47 +0200 Subject: Removed last Debug values from the Mirak NPC script --- world/map/npc/056-2/mirak.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world') diff --git a/world/map/npc/056-2/mirak.txt b/world/map/npc/056-2/mirak.txt index d61437e2..d4b8195a 100644 --- a/world/map/npc/056-2/mirak.txt +++ b/world/map/npc/056-2/mirak.txt @@ -86,7 +86,7 @@ L_Quest: set @dq_money, 20; set @dq_exp, 20; mes "[Mirak]"; - mes "\"If you have some energy which I need left I can give you money for it but only if you will leave me alone!\""; + mes "\"If you have some energy left, which I need, I can give you money for it. But only if you will leave me alone!\""; menu "Okay.", L_Trade, "Nah, I won't leave you alone.", L_Kill; @@ -103,7 +103,7 @@ L_Kill: percentheal -100, 0; set @annoy, 0; callsub S_Update_Mask_Annoy; - set Mirak_Bantime, gettimetick(2) + 30; // Real: 86400; + set Mirak_Bantime, gettimetick(2) + 86400; set Mirak_Questtime, 0; mes "The old man stands up and looks at you angrier than ever. He mumbles something and your head explodes."; next; @@ -124,7 +124,7 @@ L_Trade: mes "[" + @dq_money * @dq_cost + " money]"; mes "[" + @dq_exp * @dq_cost + " experience points]"; mes "\"Now leave or you'll regret it. Don't come back!\""; - set Mirak_Questtime, gettimetick(2) + 30; //Real: 86400; + set Mirak_Questtime, gettimetick(2) + 86400; set Mirak_Bantime, 0; close; -- cgit v1.2.3-60-g2f50