diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-05 01:00:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-05 01:00:11 -0300 |
commit | 65bc4fe39ac1e79a9972c44e0eff80a74207dd0d (patch) | |
tree | 018d6d4a14eeb9b50c927d80b4396a08d9437eac /npc/024-15 | |
parent | f72208738ceba9103c7807b3959a211d53258d50 (diff) | |
download | serverdata-65bc4fe39ac1e79a9972c44e0eff80a74207dd0d.tar.gz serverdata-65bc4fe39ac1e79a9972c44e0eff80a74207dd0d.tar.bz2 serverdata-65bc4fe39ac1e79a9972c44e0eff80a74207dd0d.tar.xz serverdata-65bc4fe39ac1e79a9972c44e0eff80a74207dd0d.zip |
Update warps, and build basic menu (not working yet)
Diffstat (limited to 'npc/024-15')
-rw-r--r-- | npc/024-15/_warps.txt | 2 | ||||
-rw-r--r-- | npc/024-15/lilanna.txt | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/npc/024-15/_warps.txt b/npc/024-15/_warps.txt index a197a5b19..800c60184 100644 --- a/npc/024-15/_warps.txt +++ b/npc/024-15/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 024-15: Frostia Indoors warps -024-15,25,39,0 warp #024-15_25_39 0,0,024-1,160,50 +024-15,25,39,0 warp #024-15_25_39 0,0,024-1,64,31 diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index 7c5c312fc..b857f7232 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -13,6 +13,12 @@ L_Loop: mesn; mesq l("How may I help you?"); + select + l("Thanks."), + l("What ANISE INC. Does?"), + l("How to use best Warp Technology?"), + rif(countitem(BrokenWarpCrystal), l("My warp crystal broke!")); + mes ""; close; OnTimer1000: |