|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= L0ne_W0lf
|
|
//= L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.0
|
|
|
|
|
|
+//= 1.1
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -11,6 +11,7 @@
|
|
//= Brasilis Town Script
|
|
//= Brasilis Town Script
|
|
//===== Additional Comments: =================================
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First version. Transportation and Basic NPCs.
|
|
//= 1.0 First version. Transportation and Basic NPCs.
|
|
|
|
+//= 1.1 Fixed Zeny not being removed for payment. [Kisuka]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
alberta,247,115,3 script Brute Sailor#bra2 100,{
|
|
alberta,247,115,3 script Brute Sailor#bra2 100,{
|
|
@@ -28,6 +29,7 @@ alberta,247,115,3 script Brute Sailor#bra2 100,{
|
|
mes "[Brute Sailor]";
|
|
mes "[Brute Sailor]";
|
|
mes "Great! Let's Go!";
|
|
mes "Great! Let's Go!";
|
|
close2;
|
|
close2;
|
|
|
|
+ set Zeny,Zeny-10000;
|
|
warp "brasilis",314,60;
|
|
warp "brasilis",314,60;
|
|
end;
|
|
end;
|
|
}
|
|
}
|