diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-27 17:51:00 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-27 17:51:00 +0000 |
commit | 0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad (patch) | |
tree | cfc2827e0818c4580dc0eb2a5eb482ca7d129fad /npc/012-1 | |
parent | fb2453e136a2c8a1da5e13ee7f7e2de0522006d9 (diff) | |
download | serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.tar.gz serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.tar.bz2 serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.tar.xz serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.zip |
Placeholder for the NPCs at Candor
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/aahna.txt | 6 | ||||
-rw-r--r-- | npc/012-1/aidan.txt | 8 | ||||
-rw-r--r-- | npc/012-1/ayasha.txt | 6 | ||||
-rw-r--r-- | npc/012-1/crasmande.txt | 7 | ||||
-rw-r--r-- | npc/012-1/hasan.txt | 7 | ||||
-rw-r--r-- | npc/012-1/ishi.txt | 9 | ||||
-rw-r--r-- | npc/012-1/kaan.txt | 8 | ||||
-rw-r--r-- | npc/012-1/liana.txt | 16 | ||||
-rw-r--r-- | npc/012-1/prawors.txt | 7 | ||||
-rw-r--r-- | npc/012-1/vincent.txt | 7 | ||||
-rw-r--r-- | npc/012-1/zegas.txt | 27 |
11 files changed, 73 insertions, 35 deletions
diff --git a/npc/012-1/aahna.txt b/npc/012-1/aahna.txt index 12df0924..5e0aa294 100644 --- a/npc/012-1/aahna.txt +++ b/npc/012-1/aahna.txt @@ -3,16 +3,16 @@ // Micksha // Description: // Aahna, a low quality NPC ;) -// THIS IS A PLACEHOLDER! +// TODO: Ask for random drops from Mana Bugs (daily quest) 012-1,99,64,0 script Aahna NPC_AAHNA,{ speech l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("I am looking at Mana Bugs. They always drop a bug leg, it is weird."); close; OnInit: .sex = G_FEMALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/aidan.txt b/npc/012-1/aidan.txt index 1ff47e45..b593127b 100644 --- a/npc/012-1/aidan.txt +++ b/npc/012-1/aidan.txt @@ -7,12 +7,14 @@ 012-1,52,114,0 script Aidan NPC_AIDAN,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Welcome. I am Aidan, from the Monster Hunting Association."), + l("We host daily and weekly monster hunting objectives to adventurers based on their level."), + l("We aren't open yet because Ishi still can't decide how she will hand out the rewards."), + l("But once we open, remember to come to me to sign in our tasks and also to claim rewards with Ishi before they expire!"); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/ayasha.txt b/npc/012-1/ayasha.txt index 623954f6..437b025f 100644 --- a/npc/012-1/ayasha.txt +++ b/npc/012-1/ayasha.txt @@ -7,12 +7,12 @@ 012-1,65,111,0 script Ayasha NPC_AYASHA,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Hey adventurer!"), + l("I lost Liana, she was taking care of me; Have you seen her around? %%i"); close; OnInit: .sex = G_FEMALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/crasmande.txt b/npc/012-1/crasmande.txt index 5aef9e89..54fcbe91 100644 --- a/npc/012-1/crasmande.txt +++ b/npc/012-1/crasmande.txt @@ -7,12 +7,13 @@ 012-1,41,44,0 script Crasmande NPC_CRASMANDE,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("I'm scared!"), + l("Hasan is bullying me!"), + l("%%i"); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/hasan.txt b/npc/012-1/hasan.txt index 52a53f18..06da9f5d 100644 --- a/npc/012-1/hasan.txt +++ b/npc/012-1/hasan.txt @@ -7,12 +7,13 @@ 012-1,39,44,0 script Hasan NPC_HASAN,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Hey. I did nothing, I swear."), + l("Crasmande has been this way since I got here."), + lg("Don't you have more important business to attend to, anyway?"); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/ishi.txt b/npc/012-1/ishi.txt index c2390d4a..80119d6f 100644 --- a/npc/012-1/ishi.txt +++ b/npc/012-1/ishi.txt @@ -7,12 +7,15 @@ 012-1,53,114,0 script Ishi NPC_ISHI,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Welcome. I am Ishi, from the Monster Hunting Association."), + l("I only follow Aidan around, so make your questions to him instead."); + next; + mesn; + mesc l("Ishi seems to be very pensative of something, it is better if we don't disturb her."); close; OnInit: .sex = G_FEMALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/kaan.txt b/npc/012-1/kaan.txt index 4ce8b3ab..f2a430fc 100644 --- a/npc/012-1/kaan.txt +++ b/npc/012-1/kaan.txt @@ -7,12 +7,14 @@ 012-1,53,110,0 script Kaan NPC_KAAN,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Welcome to Candor!"), + l("Such a bright shine day! I would love to tell you stories about this town."), + l("But not now, I'm in the mood to stay under the sun for a while longer."), + l("I hope Tanisha is not slacking off. I would hate having to go check on her."); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/liana.txt b/npc/012-1/liana.txt index e2d318be..391be79e 100644 --- a/npc/012-1/liana.txt +++ b/npc/012-1/liana.txt @@ -6,13 +6,21 @@ // THIS IS A PLACEHOLDER! 012-1,65,117,0 script Liana NPC_LIANA,{ - speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + mesn; + mesc l("*sighs*"); + next; + mesn; + mesq l("Ayasha went to explore the caves in Candor. They said there was a pretty tree there."); + next; + mesn; + mesq l("...But then she saw the spiders and got scared."); + next; + mesn; + mesq l("Now she is crying looking for me. The poor kid."); close; OnInit: .sex = G_FEMALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/prawors.txt b/npc/012-1/prawors.txt index 3ee9159a..5a76c6f9 100644 --- a/npc/012-1/prawors.txt +++ b/npc/012-1/prawors.txt @@ -7,12 +7,13 @@ 012-1,53,122,0 script Prawors NPC_PRAWORS,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Arrhoy!"), + l("Micksha still haven't added a ship here, so you're stranded here FOREVER!"), + l("I hope you enjoy this town! Meanwhile, I wonder where I put my %s...", getitemlink(TreasureMap)); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/vincent.txt b/npc/012-1/vincent.txt index 63f1268e..85ae934b 100644 --- a/npc/012-1/vincent.txt +++ b/npc/012-1/vincent.txt @@ -7,12 +7,13 @@ 012-1,121,126,0 script Vincent NPC_VINCENT,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Scorpions everywhere!"), + l("Why do they show up, anyway? I thought Scorpions prefered deserts, not beaches."), + l("I need to study more... But... I want to play! And I want to make figurines!"); close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } diff --git a/npc/012-1/zegas.txt b/npc/012-1/zegas.txt index 12437d57..bc112793 100644 --- a/npc/012-1/zegas.txt +++ b/npc/012-1/zegas.txt @@ -6,13 +6,32 @@ // THIS IS A PLACEHOLDER! 012-1,48,105,0 script Zegas NPC_ZEGAS,{ - speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + mesn; + mesc l("*sighs*"); + next; + mesn; + mesq l("I need someone to clean the storage room..."); + next; + mesn; + mesq l("Hey, you! Don't you want to clean the storage room for me?"); + next; + select + l("Yes, of course!"), + l("'course not!"); + mes ""; + mesn; + if (@menu == 2) { + mesq l("Nobody ever does..."); + } else { + mesc l("Zegas hands you a broom."); + mesq l("Good, now start cleaning it!"); + // TODO: Maybe we actually could have you cleaning the room boxes. + // Then you find a peculiar dusty utensil inside. Then, some quest begins. + } close; OnInit: .sex = G_MALE; - .distance = 2; + .distance = 4; end; } |