From 8a22e281a6e826c075b0bb4ea7787f1f43e6919f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Aug 2019 19:56:51 -0300 Subject: Lilanna now sell Broken Warp Crystals for 50kGP --- npc/024-15/lilanna.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/024-15') diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index d2f58d215..24e352d2d 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -19,6 +19,7 @@ L_Loop: l("Thanks."), l("What ANISE INC. Does?"), l("How to use best Warp Technology?"), + l("I would like to buy a Warp Crystal."), rif(countitem(BrokenWarpCrystal), l("My warp crystal broke!")); mes ""; switch (@menu) { @@ -60,6 +61,11 @@ L_Loop: next; break; case 4: + openshop(); + closeclientdialog; + end; + break; + case 5: FixSelect(); break; } @@ -159,9 +165,15 @@ OnInit: "wait", 10, 0; initialmove; initnpctimer; + tradertype(NST_MARKET); + sellitem BrokenWarpCrystal, 50000, 1; .sex = G_MALE; .distance = 5; end; + +OnClock2358: + restoreshopitem BrokenWarpCrystal, 50000, 1; + end; } -- cgit v1.2.3-60-g2f50