|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= SinSloth
|
|
//= SinSloth
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.6
|
|
|
|
|
|
+//= 1.7
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena
|
|
//= eAthena
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -18,6 +18,7 @@
|
|
//= 1.5 Fixed Trans classes being assigned random reward. [L0ne_W0lf]
|
|
//= 1.5 Fixed Trans classes being assigned random reward. [L0ne_W0lf]
|
|
//= 1.6 Fixed checking for Oridecon Hammer. [L0ne_W0lf]
|
|
//= 1.6 Fixed checking for Oridecon Hammer. [L0ne_W0lf]
|
|
//= Corrected Sudi's and player's HP settings.
|
|
//= Corrected Sudi's and player's HP settings.
|
|
|
|
+//= 1.7 Fixed a copy/paste error in Nordri. [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
prontera,124,297,3 script Tialfi 706,{
|
|
prontera,124,297,3 script Tialfi 706,{
|
|
@@ -2594,7 +2595,7 @@ mjolnir_12,18,18,7 script Dwarf Blacksmith#north 826,{
|
|
mes "If you have the Zeny to spare, why don't you buy some snacks for your travels? Perhaps some delicious Bananas, or even some Pumpkins...";
|
|
mes "If you have the Zeny to spare, why don't you buy some snacks for your travels? Perhaps some delicious Bananas, or even some Pumpkins...";
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
- else if (god_mjo_1 == 0 || god_mjo_1 == 1 || god_mjo_2 == 0 || god_mjo_2 == 1 || god_mjo_3 == 0 || god_mjo_3 == 1) {
|
|
|
|
|
|
+ else if ((god_mjo_2 != 0) || (god_mjo_3 != 0) || (god_mjo_4 != 0)) {
|
|
mes "[Nordri]";
|
|
mes "[Nordri]";
|
|
mes "What business";
|
|
mes "What business";
|
|
mes "do you have with";
|
|
mes "do you have with";
|