summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-30 16:26:08 -0300
committerJesusaves <cpntb1@ymail.com>2022-03-07 22:20:41 -0300
commit6c40ba0f81d27f1cf4839a80a33febcabf44195b (patch)
tree84cd0fc213505ce0a1d448866e297fd4fefc8510
parentba8e167c4237e91dbd009c21577c815cc5435d42 (diff)
downloadserverdata-6c40ba0f81d27f1cf4839a80a33febcabf44195b.tar.gz
serverdata-6c40ba0f81d27f1cf4839a80a33febcabf44195b.tar.bz2
serverdata-6c40ba0f81d27f1cf4839a80a33febcabf44195b.tar.xz
serverdata-6c40ba0f81d27f1cf4839a80a33febcabf44195b.zip
All NPCs in designated event area will now comment on Prsm's party
-rw-r--r--world/map/npc/003-1/npcs.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/003-1/npcs.txt b/world/map/npc/003-1/npcs.txt
index 833c8ffd..e78ea476 100644
--- a/world/map/npc/003-1/npcs.txt
+++ b/world/map/npc/003-1/npcs.txt
@@ -8,6 +8,7 @@
003-1,102,31,0|script|Nicolas#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : Prsm wore the GM Cap for so long, that his hair surely got messy. We barbers must keep our best GM's hair in shape, right?";
mes "[Nicolas]";
mes "I'm the greatest barber in the whole mana world! Would you like a change of style or color?";
next;
@@ -17,6 +18,8 @@
003-1,39,66,0|script|Elanore#2006|184
{
+ // Actually true
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : Prsm is one of the kindest souls I've ever seen, and I am one of the oldest NPCs in The Mana World.";
mes "[Elanore]";
if (BaseLevel > 10) goto L_NoHeal;
set .@rnd, rand(4);
@@ -38,6 +41,7 @@ L_NoHeal:
003-1,57,70,0|script|Aisha#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : Prsm always play with me, my friends and new players! My best friend want to be a GM when we grow up!";
mes "[Aisha]";
set .@rnd, rand(7);
if (.@rnd == 0) mes "Maggots are soo slimey!";
@@ -52,6 +56,7 @@ L_NoHeal:
003-1,120,33,0|script|Nina#2#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : I came here to bring good wishes to Prsm. He will never be forgotten.";
mes "[Nina]";
set .@rnd, rand(7);
if (.@rnd == 0) mes "If i learned anything from school, Grenxen founded Tulimshar.";
@@ -66,6 +71,7 @@ L_NoHeal:
003-1,33,30,0|script|Ian#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : Prsm probably knows more about The Mana World than me. Of course I would come to his party.";
mes "[Ian]";
mes "Would you like to know about something?";
next;
@@ -175,6 +181,7 @@ L_Quit:
003-1,114,43,0|script|Luca#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : Prsm always help me when someone robs my camera... Or when I just forget it at home.";
mes "[Luca]";
mes "Ouch! It hurts, this wound I got from battle.";
next;
@@ -197,6 +204,7 @@ L_Nev:
003-1,48,79,0|script|Ekinu#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : Prsm keeps the world safe from bots, scammers and spammers. And we, the guards, keep the town safe from monsters.";
mes "[Ekinu]";
mes "Protecting this place is my job.";
mes "If you walk outside, there are" ;
@@ -222,6 +230,7 @@ L_Nev:
003-1,39,79,0|script|Ryan#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : ZzzZzzZ...";
mes "[Ryan]";
mes "ZzzZzzZ...";
next;
@@ -235,6 +244,7 @@ L_Nev:
003-1,55,51,0|script|Ishi#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : I actually lost count of how many monster points Prsm accumulated, so I came to congratulate him.";
mes "[Ishi]";
mes "Welcome";
close;
@@ -242,6 +252,7 @@ L_Nev:
003-1,72,61,0|script|Sandra#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : I wish we had more helpful people like Prsm.";
mes "[Sandra]";
mes "You look sturdy enough, will you help me get something?";
menu
@@ -255,6 +266,7 @@ L_Yes:
003-1,137,35,0|script|Vincent#2006|184
{
+ if ($@PRSM_PARTY) message strcharinfo(0), strnpcinfo(1) + " : When I grow up, I want to be like Prsm!";
emotion EMOTE_TONGUE, strcharinfo(0);
end;
}