diff options
-rw-r--r-- | npc/029-0/event.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 3ee4956ec..0b718bbb9 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -58,7 +58,7 @@ OnInit: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; .robp=rand2(900, 1200); - .robg=.robp*rand2(80, 110); + .robg=.robp*rand2(40, 60);//rand2(80, 110); .distance=5; .sex=G_MALE; @@ -152,6 +152,8 @@ OnClock2001: OnClock2201: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; + .robp=rand2(900, 1200); + .robg=.robp*rand2(40, 60);//rand2(80, 110); restoreshopitem LeatherPatch, 800, 45; restoreshopitem RawLog, 40; |