diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-12 21:13:55 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-12 21:13:55 -0200 |
commit | 312bc6e97c5cf42227cf51eacbb71d348df2aee2 (patch) | |
tree | 88116c2606aab1bb490c008aa5a52ca88364c752 /npc | |
parent | 8e40c3c7ed7a94cad0ee1631930b4b9144093459 (diff) | |
download | serverdata-312bc6e97c5cf42227cf51eacbb71d348df2aee2.tar.gz serverdata-312bc6e97c5cf42227cf51eacbb71d348df2aee2.tar.bz2 serverdata-312bc6e97c5cf42227cf51eacbb71d348df2aee2.tar.xz serverdata-312bc6e97c5cf42227cf51eacbb71d348df2aee2.zip |
Move chest from 002-1 to 000-0-0, I'm only breaking intro stuff atm
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/chest.txt (renamed from npc/002-1/chest.txt) | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/002-1/chest.txt b/npc/000-0-0/chest.txt index 248efba01..8c332c844 100644 --- a/npc/002-1/chest.txt +++ b/npc/000-0-0/chest.txt @@ -13,7 +13,7 @@ // 1 Talked to Arpan and needs to get clothes. // 2 Has the clothes. -002-1,51,37,0 script Chest#002-1 NPC_CHEST_BIG,2,4,{ +000-0-0,36,34,0 script Chest#002-1 NPC_CHEST_BIG,2,4,{ .@questState = getq(ShipQuests_Arpan); diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 1d5b19304..33c936609 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -27,7 +27,7 @@ OnTalk: mesn l("Magic Arpan"); mesq l("Yeye don't need to train here anymore! Let's head back to the ship before the sun sets, shall we?"); next; - goto L_Ready; + goto L_Skip; } // TODO @@ -66,6 +66,10 @@ OnTalk: mesc l("(Protip: Use ##Barrow keys##b to walk around once you wake up.)"); next; +L_Skip: + getitem CreasedShirt, 1; + getitem CreasedShorts, 1; + L_Ready: restorecam; adddefaultskills; |