- Added 'nopenalty' mapflag to mosk_ship. (bugreport:3109)
- Fixed some strange dialog in President Quest. (bugreport:1755) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15109 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
bf05deda6f
commit
74a8163524
@ -7,7 +7,7 @@
|
|||||||
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
|
//= 1.7 Commented out entries. (Quests are official) [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Location for Job's Quests
|
// Job Quests ========================
|
||||||
//job_thief1 mapflag noexp
|
//job_thief1 mapflag noexp
|
||||||
//job_sword1 mapflag noexp
|
//job_sword1 mapflag noexp
|
||||||
//in_moc_16 mapflag noexp
|
//in_moc_16 mapflag noexp
|
||||||
@ -22,3 +22,6 @@
|
|||||||
//job_soul mapflag noexp
|
//job_soul mapflag noexp
|
||||||
//job_star mapflag noexp
|
//job_star mapflag noexp
|
||||||
//que_ng mapflag noexp
|
//que_ng mapflag noexp
|
||||||
|
|
||||||
|
// Misc Quests =======================
|
||||||
|
// mosk_ship mapflag noexp
|
||||||
|
@ -146,6 +146,7 @@ in_rogue mapflag nopenalty
|
|||||||
job_sage mapflag nopenalty
|
job_sage mapflag nopenalty
|
||||||
|
|
||||||
// Misc Quests =======================
|
// Misc Quests =======================
|
||||||
|
mosk_ship mapflag nopenalty
|
||||||
que_sign01 mapflag nopenalty
|
que_sign01 mapflag nopenalty
|
||||||
que_sign02 mapflag nopenalty
|
que_sign02 mapflag nopenalty
|
||||||
|
|
||||||
|
@ -8231,8 +8231,8 @@ L_Mission:
|
|||||||
mes "[Karl]";
|
mes "[Karl]";
|
||||||
mes "If you keep looking around";
|
mes "If you keep looking around";
|
||||||
mes "the ^3355FFfields just outside of";
|
mes "the ^3355FFfields just outside of";
|
||||||
mes "Lighthalzen^000000, she'll certainly";
|
mes "Lighthalzen^000000, you'll certainly";
|
||||||
mes "find. I'm sorry that I can't";
|
mes "find her. I'm sorry that I can't";
|
||||||
mes "tell you more, but we've got";
|
mes "tell you more, but we've got";
|
||||||
mes "to protect our security...";
|
mes "to protect our security...";
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user