diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 23:47:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 23:47:47 -0300 |
commit | 4b41a21fd62b77ae391c10980ebeb51778289378 (patch) | |
tree | 1ba26c75510d19ca0ba60e0daefcf7461904a1d4 /npc/002-1 | |
parent | ad1b31ab93f3a2ca29cd2d068e6967d07459cb69 (diff) | |
download | serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.gz serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.bz2 serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.xz serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.zip |
Inconsistencies
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/peter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |