|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= Legionaire
|
|
//= Legionaire
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.4
|
|
|
|
|
|
+//= 1.5
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN that supports Ninjas
|
|
//= eAthena SVN that supports Ninjas
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -13,6 +13,7 @@
|
|
//= 1.2 Added Akagi [Playtester]
|
|
//= 1.2 Added Akagi [Playtester]
|
|
//= 1.3 Updated dialogs to official ones and optimized [SinSloth]
|
|
//= 1.3 Updated dialogs to official ones and optimized [SinSloth]
|
|
//= 1.4 Fixed a minor bug [SinSloth]
|
|
//= 1.4 Fixed a minor bug [SinSloth]
|
|
|
|
+//= 1.5 Fixed another minor bug. [Samuray22]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
alberta,30,65,3 script Akagi#nq 730,{
|
|
alberta,30,65,3 script Akagi#nq 730,{
|
|
@@ -409,6 +410,8 @@ que_ng,30,65,3 script Cougar Gai 730,{
|
|
nude;
|
|
nude;
|
|
callfunc "Job_Change",Job_Ninja;
|
|
callfunc "Job_Change",Job_Ninja;
|
|
callfunc "F_ClearJobVar";
|
|
callfunc "F_ClearJobVar";
|
|
|
|
+ delitem 1010,1;
|
|
|
|
+ delitem 7053,5;
|
|
getitem 13010,1;
|
|
getitem 13010,1;
|
|
close;
|
|
close;
|
|
|
|
|