diff options
author | Akko Teru <none@null.nil> | 2016-01-25 03:37:47 -0600 |
---|---|---|
committer | Akko Teru <none@null.nil> | 2016-01-25 03:37:47 -0600 |
commit | 0146b56c5a5bc7ab3e9d09923132ede74d026584 (patch) | |
tree | e6265a7b471d776c7519677a34e509e1f690eab6 /npc/001-2-0 | |
parent | c6efe4c4e3d832bf94f2c3408381818c4ba69ab5 (diff) | |
download | serverdata-0146b56c5a5bc7ab3e9d09923132ede74d026584.tar.gz serverdata-0146b56c5a5bc7ab3e9d09923132ede74d026584.tar.bz2 serverdata-0146b56c5a5bc7ab3e9d09923132ede74d026584.tar.xz serverdata-0146b56c5a5bc7ab3e9d09923132ede74d026584.zip |
Comments on coordinates to spread out Resa's store into shopping-like if desirable.
Diffstat (limited to 'npc/001-2-0')
-rw-r--r-- | npc/001-2-0/shop.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-2-0/shop.txt b/npc/001-2-0/shop.txt index 33ee8865..69d08f5f 100644 --- a/npc/001-2-0/shop.txt +++ b/npc/001-2-0/shop.txt @@ -6,7 +6,10 @@ // Light armor shop. 001-2-0,37,29,0 trader Store#001-2-0 NPC_NO_SPRITE,{ - +// The ArtisTankTop should be store at x: 39 or 40, y: 31. +// 38,35 is server's location of where client displays a black torso gear on display. (using @where for server). +// 35,27 is some shelves and a cabinet at 4 tiles from where player select it. +// 39,27 is where to put store that sells only fabric. (the cloth shelf). OnInit: tradertype(NST_MARKET); |