summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-25 01:41:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-25 01:41:41 -0300
commit658a9f291c99ce2389896efdaecc058fcfb916f7 (patch)
tree180b55f4c58205e6650546ae8d8cfa17c37f14fd /npc
parent8eafc97eb466b89048729cc93546560c062f94f8 (diff)
downloadserverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.gz
serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.bz2
serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.xz
serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.zip
Cauldron on Halinarzo Houses (2x more expensive than elsewhere)
+ debug text update
Diffstat (limited to 'npc')
-rw-r--r--npc/009-6/doorbell.txt1
-rw-r--r--npc/009-6/utils.txt10
-rw-r--r--npc/009-7/doorbell.txt1
-rw-r--r--npc/009-7/utils.txt10
-rw-r--r--npc/functions/event.txt4
5 files changed, 23 insertions, 3 deletions
diff --git a/npc/009-6/doorbell.txt b/npc/009-6/doorbell.txt
index 72678ffd1..2f6796823 100644
--- a/npc/009-6/doorbell.txt
+++ b/npc/009-6/doorbell.txt
@@ -250,6 +250,7 @@ OnInit:
create_object("Bed 02" , 5, 5000, 2, 28, 27, 29, 30);
create_object("Wardrobe" , 1, 7000, 1, 21, 23, 22, 23);
+ create_object("Stovetop" , 1, 10000, 2, 28, 23, 29, 24);
create_object("Shelf 01" , 1, 2000, 4, 25, 23, 25, 23);
create_object("Shelf 02" , 1, 2000, 8, 26, 23, 26, 23);
create_object("Shelf 03" , 1, 2000, 16, 27, 23, 27, 23);
diff --git a/npc/009-6/utils.txt b/npc/009-6/utils.txt
index 1053d7f6e..816c56abe 100644
--- a/npc/009-6/utils.txt
+++ b/npc/009-6/utils.txt
@@ -81,6 +81,16 @@ OnInit:
}
+009-6,29,24,0 script Stovetop#RES_0096 NPC_NO_SPRITE,{
+ realestate_cauldron();
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+}
+
+
009-6,34,25,0 script Piano#RES_0096 NPC_NO_SPRITE,{
realestate_piano();
close;
diff --git a/npc/009-7/doorbell.txt b/npc/009-7/doorbell.txt
index 7a5f2d474..0898dc334 100644
--- a/npc/009-7/doorbell.txt
+++ b/npc/009-7/doorbell.txt
@@ -250,6 +250,7 @@ OnInit:
create_object("Bed 02" , 5, 5000, 2, 28, 27, 29, 30);
create_object("Wardrobe" , 1, 7000, 1, 21, 23, 22, 23);
+ create_object("Stovetop" , 1, 10000, 2, 28, 23, 29, 24);
create_object("Shelf 01" , 1, 2000, 4, 25, 23, 25, 23);
create_object("Shelf 02" , 1, 2000, 8, 26, 23, 26, 23);
create_object("Shelf 03" , 1, 2000, 16, 27, 23, 27, 23);
diff --git a/npc/009-7/utils.txt b/npc/009-7/utils.txt
index 5bd8520c4..1e111d23b 100644
--- a/npc/009-7/utils.txt
+++ b/npc/009-7/utils.txt
@@ -81,6 +81,16 @@ OnInit:
}
+009-7,29,24,0 script Stovetop#RES_0097 NPC_NO_SPRITE,{
+ realestate_cauldron();
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+}
+
+
009-7,34,25,0 script Piano#RES_0097 NPC_NO_SPRITE,{
realestate_piano();
close;
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index a62c8f0a7..88741f871 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -269,9 +269,7 @@ OnInit:
OnClock0000:
.@d=gettime(GETTIME_DAYOFMONTH);
.@m=gettime(GETTIME_MONTH);
- debugmes "EVENT CORE, the %02d/%02d", .@d, .@m;
- debugmes "Valentine: %02d/%02d", .valentine_stday, .valentine_stmon;
- debugmes "Valentine End: %02d/%02d", .valentine_endday, .valentine_endmon;
+ debugmes "A new day begins! Today is %02d/%02d", .@d, .@m;
if ($@DEBUG_OD)
.@d=$@DEBUG_OD;
if ($@DEBUG_OM)