From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/001-2/tathin.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 npc/001-2/tathin.txt (limited to 'npc/001-2/tathin.txt') diff --git a/npc/001-2/tathin.txt b/npc/001-2/tathin.txt new file mode 100755 index 00000000..e8dc9394 --- /dev/null +++ b/npc/001-2/tathin.txt @@ -0,0 +1,28 @@ +001-2,28,21,0 script Tathin NPC107,{ + mes "[Tathin]"; + mes "\"Hello what Can I do for you?\""; + next; + + menu + "I'd like to join a party.", L_Give_Party, + "I'd like to create my own party.", L_Give_Make_Party, + "Nothing, I guess.", L_close; + +L_Give_Party: + mes "[Tathin]"; + mes "\"You'll need to be invited by an existing member of a party to join it. You may also create your own party.\""; + next; + mes "[Tathin]"; + mes "\"Remember, parties cannot share experience if any members are more than 10 levels apart.\""; + menu + "I'd like to create my own party.", L_Give_Make_Party, + "Goodbye.", L_close; + +L_Give_Make_Party: + mes "[Tathin]"; + mes "\"You can create parties with the 'new' or 'create' commands on the Party tab in the client. Parties need to have unique names.\""; + close; + +L_close: + close; +} -- cgit v1.2.3-60-g2f50