minor dialogue fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9885 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
305de07438
commit
3a92e6a3dc
@ -30,6 +30,7 @@ Date Added
|
|||||||
* Dancer Job Quest v 3.0. Optimized, fixed typos, added missing dialogues [Lupus]
|
* Dancer Job Quest v 3.0. Optimized, fixed typos, added missing dialogues [Lupus]
|
||||||
- not fully tested yet! U can use v2.5 as 100% working
|
- not fully tested yet! U can use v2.5 as 100% working
|
||||||
- Moved NPC Master Kavaruk (overlapped Phantasmic Arrow Skill quest NPC)
|
- Moved NPC Master Kavaruk (overlapped Phantasmic Arrow Skill quest NPC)
|
||||||
|
- The Sign Quest, minor dialogue fix, thanks to theultramage
|
||||||
* Fixed and Tested Dancing part of Dancer Job Quest (the rest chrid issues) [Lupus]
|
* Fixed and Tested Dancing part of Dancer Job Quest (the rest chrid issues) [Lupus]
|
||||||
2007/02/19
|
2007/02/19
|
||||||
* Fixed Dancer Job Quest mob::OnDie / SP check issues [Lupus]
|
* Fixed Dancer Job Quest mob::OnDie / SP check issues [Lupus]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
|
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.6
|
//= 1.7a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN 3422+(Requires jA Script System)
|
//= eAthena SVN 3422+(Requires jA Script System)
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -25,7 +25,7 @@
|
|||||||
//= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces
|
//= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces
|
||||||
//= as suggested Tantarian, to let people Reborn [Lupus]
|
//= as suggested Tantarian, to let people Reborn [Lupus]
|
||||||
//= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets]
|
//= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets]
|
||||||
//= 1.7 Fixed exploit [KarLaeda]
|
//= 1.7 Fixed exploit [KarLaeda] 1.7a, fixed wrong dialogue [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
//===== Configuration : ======================================
|
//===== Configuration : ======================================
|
||||||
prontera.gat,1,1,1 script TheSignConfig -1,{
|
prontera.gat,1,1,1 script TheSignConfig -1,{
|
||||||
@ -778,7 +778,7 @@ L_Where:
|
|||||||
cutin "",255;
|
cutin "",255;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
else if(signquest == 64)
|
else if(signquest >= 64)
|
||||||
{
|
{
|
||||||
mes "[Metz]";
|
mes "[Metz]";
|
||||||
mes "Thank you so much";
|
mes "Thank you so much";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user