diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-10 11:45:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-10 11:45:37 -0300 |
commit | 7679e5994642ef019d850b92ee74e564fefd2e57 (patch) | |
tree | 8b97ec3c2581908837ea039979fe6f6b3181c17f /npc/002-2/inya.txt | |
parent | f810899c0006e86f46c3e0122ea5b9ec5ea7dfd8 (diff) | |
download | serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.gz serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.bz2 serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.tar.xz serverdata-7679e5994642ef019d850b92ee74e564fefd2e57.zip |
Cleanup all shops. This makes CI passable! (At least in a real environment)
Diffstat (limited to 'npc/002-2/inya.txt')
-rw-r--r-- | npc/002-2/inya.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/002-2/inya.txt b/npc/002-2/inya.txt index 787f8a56..aa68fb14 100644 --- a/npc/002-2/inya.txt +++ b/npc/002-2/inya.txt @@ -1,5 +1,15 @@ -002-2,116,61,0 shop #InyaShop NPC32767,4014:2500 +002-2,116,61,0 script #InyaShop NPC32767,{ + shop .name$; + goodbye; + close; + +OnInit: + tradertype(NST_ZENY); + sellitem SimpleRing; + .distance = 5; + end; +} 002-2,116,61,0 script Inya NPC106,{ mes "[Inya]"; |