diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-18 00:23:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-18 00:23:55 -0300 |
commit | 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 (patch) | |
tree | d42c069ab1b7ff7cd5fe5bce2a1e476e66b7670e /npc/003-1 | |
parent | 1f7af276c1fbb2453cd711466c23a1c9a5a83b24 (diff) | |
download | serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.gz serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.bz2 serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.xz serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.zip |
Fix shop startup sequence so new prices are shown
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 1 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 554f7d484..c80fdaf79 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -73,6 +73,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 26); setunitdata(.@npcId, UDT_HAIRCOLOR, 2); + sleep(SHOPWAIT); tradertype(NST_MARKET); sellitem EarthPowder, 12000, 1; sellitem ShortTankTop, 8000, 1; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 07c25bc69..f06af1f46 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -5,6 +5,7 @@ 003-1,108,110,0 trader Shop#bazar1 NPC_NO_SPRITE,{ OnInit: + sleep(SHOPWAIT); tradertype(NST_MARKET); sellitem YellowDye, -1, 2; |