diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 20:43:58 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-25 20:43:58 +0000 |
commit | 3e4c1b68f1d7f23b404d2bc154ea62077aed8713 (patch) | |
tree | 108c7251c3e0efc1c42f825de528474b83b9b84f /npc/jobs | |
parent | 7e48e6cc160d62a996e7fc56c17d4fbe24c6f2a2 (diff) | |
download | hercules-3e4c1b68f1d7f23b404d2bc154ea62077aed8713.tar.gz hercules-3e4c1b68f1d7f23b404d2bc154ea62077aed8713.tar.bz2 hercules-3e4c1b68f1d7f23b404d2bc154ea62077aed8713.tar.xz hercules-3e4c1b68f1d7f23b404d2bc154ea62077aed8713.zip |
- Fixed Header in Mechanic Job change quest.
- Updated Paradise Groups "Goods Cabinet" (Storage).
- Fixed 'specialeffect EF_WIND;' not showing when talking to the Strange Device NPC in Nydhoggrs Quest. bugreport:5149
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15278 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/3-1/mechanic.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/3-1/mechanic.txt b/npc/jobs/3-1/mechanic.txt index 0c255b593..029b723e4 100644 --- a/npc/jobs/3-1/mechanic.txt +++ b/npc/jobs/3-1/mechanic.txt @@ -24,7 +24,7 @@ yuno,129,156,3 script Chainheart 923,{ next;
mes "[Chainheart]";
mes "Truth or technology?";
- mes "Perhaps you children should next;";
+ mes "Perhaps you children should wait";
mes "till you are a little older.";
close;
}
@@ -183,7 +183,7 @@ yuno,129,156,3 script Chainheart 923,{ mes "[Chainheart]";
mes "Find out the knowledge";
mes "for yourself like we did.";
- mes "Don't just next; around for someone to teach it to you. Show the passion that you claim to have.";
+ mes "Don't just wait around for someone to teach it to you. Show the passion that you claim to have.";
next;
set job_mechanic,3;
changequest 10091,10092;
@@ -773,7 +773,7 @@ OnDoorClose: OnDoorOpen:
enablenpc "Door";
- specialeffect EF_MAPPILLAR,AREA,"Door";
+ specialeffect EF_MAPPILLAR;
initnpctimer;
end;
@@ -839,7 +839,7 @@ OnTouch: next;
set job_mechanic,10;
changequest 10099,10100;
- specialeffect EF_POTION_CON,AREA,"Acquiring Knowledge";
+ specialeffect EF_POTION_CON;
mes "-This amount of-";
mes "-knowledge is enough-";
mes "-and find a way out.-";
@@ -866,7 +866,7 @@ OnTouch: next;
set job_mechanic,10;
changequest 10099,10100;
- specialeffect EF_POTION_CON,AREA,"Acquiring Knowledge#2";
+ specialeffect EF_POTION_CON;
mes "-This amount of-";
mes "-knowledge is enough-";
mes "-and find a way out.-";
@@ -874,4 +874,4 @@ OnTouch: }
}
-jupe_core2,0,0,0,0 monster Dimik 1669,100,0,0,0
+jupe_core2,0,0,0,0 monster Dimik 1669,100,0,0,0
\ No newline at end of file |