diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-21 22:13:33 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-21 22:13:33 +0000 |
commit | 2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0 (patch) | |
tree | 3d12fc01b1892306aec50a216c7220ab30bc2dbc /npc/020-2 | |
parent | 88b398a79a9d525e85592bf404f31173875f42c2 (diff) | |
download | serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.gz serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.bz2 serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.tar.xz serverdata-2b9845b6dbf242fe3213d82ac5a2b0dfaec184f0.zip |
Move more scripts
Diffstat (limited to 'npc/020-2')
-rw-r--r-- | npc/020-2/furquest.txt | 2 | ||||
-rw-r--r-- | npc/020-2/shops.txt | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/npc/020-2/furquest.txt b/npc/020-2/furquest.txt index 01b6c546..4d67f8c4 100644 --- a/npc/020-2/furquest.txt +++ b/npc/020-2/furquest.txt @@ -3,7 +3,7 @@ //################################################################################# // Santa's Inn - Agostine, The Legendary Tailor -new_13-1.gat,102,28,0 script Agostine 137, { +020-2.gat,102,28,0 script Agostine 137, { if (QUEST_WG_state == 1) goto L_State_0_3; if (QUEST_WG_state == 2) goto L_State_1; if (QUEST_WG_state == 3) goto L_State_2; diff --git a/npc/020-2/shops.txt b/npc/020-2/shops.txt index eb84181e..f3d9dedc 100644 --- a/npc/020-2/shops.txt +++ b/npc/020-2/shops.txt @@ -1,12 +1,14 @@ +// Snow town shops + // Clothes shop -new_13-1.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,546:10000,586:1000,610,2000 +020-2.gat,27,26,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,546:10000,586:1000,610,2000 // Weapons shop -new_13-1.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100,545:20000,529:5 +020-2.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100,545:20000,529:5 // Potions shop -new_13-1.gat,75,26,0 shop Mede 103,501:50,502:70,567:500,568:500 +020-2.gat,75,26,0 shop Mede 103,501:50,502:70,567:500,568:500 // INN -new_13-1.gat,111,23,0 script Kane 120,{ +020-2.gat,111,23,0 script Kane 120,{ set @npcName$, "Kane the Inn Keeper"; set @cost, 100; |