summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 14:24:40 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 14:24:40 -0300
commit545b1d19f92791bdcf87a1f7f77ea7acf6110cfa (patch)
tree754e99ead4eddaf4e29266c274ae1cdb3df782b2
parentb50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430 (diff)
downloadserverdata-545b1d19f92791bdcf87a1f7f77ea7acf6110cfa.tar.gz
serverdata-545b1d19f92791bdcf87a1f7f77ea7acf6110cfa.tar.bz2
serverdata-545b1d19f92791bdcf87a1f7f77ea7acf6110cfa.tar.xz
serverdata-545b1d19f92791bdcf87a1f7f77ea7acf6110cfa.zip
Fix typos on Research Points sale. Nerf their price.
-rw-r--r--npc/029-0/event.txt4
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;