fixed book of yamir stucking...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7541 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
394f618a20
commit
fcb26ce47a
@ -39,6 +39,7 @@ Playtester
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
07/05
|
07/05
|
||||||
|
* Fixed Book of Yamir stucking [Lupus]
|
||||||
* Fixed bugs / typos in 2004_headgears.txt, thanks to Qwadrat [Lupus]
|
* Fixed bugs / typos in 2004_headgears.txt, thanks to Qwadrat [Lupus]
|
||||||
* Updated Socket Enchant NPC [Playtester]
|
* Updated Socket Enchant NPC [Playtester]
|
||||||
- fixed various bugs
|
- fixed various bugs
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//= Nana, fixes by Poki
|
//= Nana, fixes by Poki
|
||||||
//= finished, optimized and tested by Lupus
|
//= finished, optimized and tested by Lupus
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.4
|
//= 2.5
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0 +
|
//= eAthena 1.0 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -23,6 +23,7 @@
|
|||||||
//= 2.2 Now ALL quests skills are saved/restored [Lupus]
|
//= 2.2 Now ALL quests skills are saved/restored [Lupus]
|
||||||
//= 2.3 Removed Duplicates [Silent]
|
//= 2.3 Removed Duplicates [Silent]
|
||||||
//= 2.4 Fixed typos, optimized [Lupus]
|
//= 2.4 Fixed typos, optimized [Lupus]
|
||||||
|
//= 2.5 Fixed a stuck bug [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ valkyrie.gat,48,66,0 warp valk01 1,1,valkyrie.gat,48,75,0
|
|||||||
yuno_in02.gat,93,207,0 script Book of Ymir 111,{
|
yuno_in02.gat,93,207,0 script Book of Ymir 111,{
|
||||||
mes "[Book of Ymir]";
|
mes "[Book of Ymir]";
|
||||||
if(Upper==2 || baseClass == Job_Taekwon || BaseJob == Job_Gunslinger || BaseJob == Job_Ninja) goto L_IGNORE; //don't allow Taekwondo classes, Baby Classes, and GS/NJ
|
if(Upper==2 || baseClass == Job_Taekwon || BaseJob == Job_Gunslinger || BaseJob == Job_Ninja) goto L_IGNORE; //don't allow Taekwondo classes, Baby Classes, and GS/NJ
|
||||||
if(valkyrie_Q == 1) goto L_CONT;
|
if(valkyrie_Q >= 1) goto L_CONT;
|
||||||
L_IGNORE:
|
L_IGNORE:
|
||||||
mes ". . . . .";
|
mes ". . . . .";
|
||||||
close;
|
close;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user