From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/020-1/adrian.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 npc/020-1/adrian.txt (limited to 'npc/020-1/adrian.txt') diff --git a/npc/020-1/adrian.txt b/npc/020-1/adrian.txt new file mode 100644 index 00000000..6783c004 --- /dev/null +++ b/npc/020-1/adrian.txt @@ -0,0 +1,42 @@ +// The Mana World scripts. +// Author: +// Micksha +// Jesusalva +// Description: +// Adrian, a Sailor near the Legion's Docks. +// THIS IS A PLACEHOLDER! + +020-1,272,138,0 script Adrian NPC_ADRIAN,{ + .@q=getq(TonoriQuest_Kylian); + + speech + l("Hi there."), + l("I was just having a nap, now the port authority summons me to stand here! I hate this job."), + l("Are you here to pick up luggage? I'd like to go get a beer, but I have to wait here until all the luggage is picked up."); + if (.@q != 1) + close; + select + l("I've came to fetch Kylian's luggage."), + l("Leave"); + mes ""; + if (@menu == 2) + close; + mesn; + mesc l("%s examines the ticket.", .name$); + mesq l("..."); + next; + mesn; + mesq l("Mr. Kylian you say? Of course he would send someone to pick up his luggage. Figures."); + next; + inventoryplace Suitcase, 1; + mesn; + mesc l("%s hands you a very heavy suitcase.", .name$); + mesq l("Here it is. Good luck carrying that thing."); + setq1 TonoriQuest_Kylian, 2; + getitembound Suitcase, 1, IBT_CHARACTER; + close; + +OnInit: + .distance = 4; + end; +} -- cgit v1.2.3-60-g2f50