Sage Job Quest Item name fix: Mantis Scythe
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10563 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
eb0010b95b
commit
9c4d288dbb
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/05.18
|
2007/05/18
|
||||||
|
* Sage Job Quest Item name fix: Mantis Scythe [Lupus]
|
||||||
* Rev 10561 Kiel Hyre quest fixes. [L0ne_W0lf]
|
* Rev 10561 Kiel Hyre quest fixes. [L0ne_W0lf]
|
||||||
- Fixed a typo in Elly, in her room. (<= should have been <)
|
- Fixed a typo in Elly, in her room. (<= should have been <)
|
||||||
- Added an 'end;' to the cookie basket. Kiel Hyre's final dialog will now delete all quest-related items.
|
- Added an 'end;' to the cookie basket. Kiel Hyre's final dialog will now delete all quest-related items.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
//= Unknown Translator (1.0)
|
//= Unknown Translator (1.0)
|
||||||
//= Darkchild (1.2)
|
//= Darkchild (1.2)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.0a
|
//= 2.0b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0 +
|
//= eAthena 1.0 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -22,7 +22,7 @@
|
|||||||
//= 1.7 Fixed tuition fee. Fixed some answers, names & typos, added missing labels [Lupus]
|
//= 1.7 Fixed tuition fee. Fixed some answers, names & typos, added missing labels [Lupus]
|
||||||
//= 1.7a Moved JFunc back in the main file, fixed typos [Lupus]
|
//= 1.7a Moved JFunc back in the main file, fixed typos [Lupus]
|
||||||
//= 2.0 Changed numbers to constants. [Vicious]
|
//= 2.0 Changed numbers to constants. [Vicious]
|
||||||
//= 2.0a Fixed double warp [KarLaeda]
|
//= 2.0a Fixed double warp [KarLaeda] 2.0b Mantis Scythe Item name fix
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -774,7 +774,7 @@ L_Menu3_4:
|
|||||||
goto L_Menu2_6;
|
goto L_Menu2_6;
|
||||||
L_Menu3_11:
|
L_Menu3_11:
|
||||||
set SAGE_Q2,6;
|
set SAGE_Q2,6;
|
||||||
mes "^3051FD5x Mantis Leg^000000";
|
mes "^3051FD5x Mantis Scythe^000000";
|
||||||
mes "^3051FD5x Worm Peeling^000000";
|
mes "^3051FD5x Worm Peeling^000000";
|
||||||
mes "^3051FD5x Rainbow Shell^000000";
|
mes "^3051FD5x Rainbow Shell^000000";
|
||||||
//==================================
|
//==================================
|
||||||
@ -801,7 +801,7 @@ L_Menu4_1:
|
|||||||
mes "^3051FD5x Horn^000000";
|
mes "^3051FD5x Horn^000000";
|
||||||
close;
|
close;
|
||||||
L_Menu4_3:
|
L_Menu4_3:
|
||||||
mes "^3051FD5x Mantis Leg^000000";
|
mes "^3051FD5x Mantis Scythe^000000";
|
||||||
mes "^3051FD5x Worm Peeling^000000";
|
mes "^3051FD5x Worm Peeling^000000";
|
||||||
mes "^3051FD5x Rainbow Shell^000000";
|
mes "^3051FD5x Rainbow Shell^000000";
|
||||||
close;
|
close;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user