From 4b41a21fd62b77ae391c10980ebeb51778289378 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 23:47:47 -0300 Subject: Inconsistencies --- npc/002-1/peter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/002-1') diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 81dc84a5a..7b91aaaed 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -42,7 +42,7 @@ 002-1,72,34,0 script AreaNPC NPC_HIDDEN,0,1,{ OnTouch: - if (BaseLevel < 5) goto L_Stop; + if (BaseLevel < 10) goto L_Stop; if ($@RAT_SAILOR_COUNTDOWN == 0) goto L_NoCountDown; if ((gettimetick(2) - $@RAT_SAILOR_COUNTDOWN) < 10) goto L_NoGoodTick; if (($@RAT_SAILOR_OLD_HELPER$ == strcharinfo(0)) && ((gettimetick(2) - $@RAT_SAILOR_COUNTDOWN) < 60)) goto L_NoGoodTick; -- cgit v1.2.3-70-g09d2