diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-17 23:14:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-17 23:14:16 -0300 |
commit | 88516e1cd15b75e17af3c10f43cd4535bdc4f32f (patch) | |
tree | 23e2306d6d7cee1f4f672415dc800a3d680c1585 | |
parent | 6b1f2b72ed96bfe704fdf4c9d54bdd86c7549437 (diff) | |
download | serverdata-88516e1cd15b75e17af3c10f43cd4535bdc4f32f.tar.gz serverdata-88516e1cd15b75e17af3c10f43cd4535bdc4f32f.tar.bz2 serverdata-88516e1cd15b75e17af3c10f43cd4535bdc4f32f.tar.xz serverdata-88516e1cd15b75e17af3c10f43cd4535bdc4f32f.zip |
Fix some hidden NPCs
-rw-r--r-- | npc/config/hairstyle_config.txt | 2 | ||||
-rw-r--r-- | npc/items/books.txt | 6 | ||||
-rw-r--r-- | npc/items/emptybox.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt index 0d594e9e5..04b73b119 100644 --- a/npc/config/hairstyle_config.txt +++ b/npc/config/hairstyle_config.txt @@ -2,7 +2,7 @@ // set array of style and colors // Author: Omatt -000-0,0,0,0 script hairstyle_config NPC_HIDDEN,0,0,{ +- script hairstyle_config NPC_HIDDEN,{ end; diff --git a/npc/items/books.txt b/npc/items/books.txt index 1836cf27e..78a598835 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -70,7 +70,7 @@ function script FishingBook { return; } -000-0,0,0,0 script #Book-Fishing1 NPC_HIDDEN,{ +- script #Book-Fishing1 NPC_HIDDEN,{ function read_book { setnpcdialogtitle l(.book_name$); @@ -114,7 +114,7 @@ function script PetcaringBook { return; } -000-0,0,0,0 script #Book-Petcaring NPC_HIDDEN,{ +- script #Book-Petcaring NPC_HIDDEN,{ function read_book { PetcaringBook(); close; @@ -159,7 +159,7 @@ OnInit: -000-0,0,0,0 script #Book-JGrimorium NPC_HIDDEN,{ +- script #Book-JGrimorium NPC_HIDDEN,{ function read_book { diff --git a/npc/items/emptybox.txt b/npc/items/emptybox.txt index dec30a2d4..b49a12b6c 100644 --- a/npc/items/emptybox.txt +++ b/npc/items/emptybox.txt @@ -4,7 +4,7 @@ // Description: // Allows to mount your own fish/plushroom/croconut box -000-0,0,0,0 script Empty Box#it NPC_HIDDEN,{ +- script Empty Box#it NPC_HIDDEN,{ close; OnUse: |