|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= Kisuka
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 1.2
|
|
|
+//= 1.3
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena SVN
|
|
|
//===== Description: =========================================
|
|
@@ -14,6 +14,7 @@
|
|
|
//= 1.0 First version. [Kisuka]
|
|
|
//= 1.1 Small fixes on The Moving Island. [Kisuka]
|
|
|
//= 1.2 Fixed a "player not attached" error. [brianluau]
|
|
|
+//= 1.3 Replaced occurrences of PcName. [brianluau]
|
|
|
//============================================================
|
|
|
|
|
|
//============================================================================
|
|
@@ -4045,7 +4046,7 @@ mosk_in,131,92,3 script Csar Alexsay III#npc 965,{
|
|
|
next;
|
|
|
if (countitem(7762) > 39) {
|
|
|
if(select("Show the Yaga's Pestles.:Do nothing.") == 1) {
|
|
|
- mes "[" + PcName + "]";
|
|
|
+ mes "[" + strcharinfo(0) + "]";
|
|
|
mes "Yes, Here you are.";
|
|
|
next;
|
|
|
mes "-Offered the Yaga's Pestles.-";
|
|
@@ -9957,7 +9958,7 @@ mosk_in,131,92,3 script #Csar -1,7,7,{
|
|
|
next;
|
|
|
if (countitem(7762) > 39) {
|
|
|
if(select("Show the Yaga's Pestles.:Do nothing.") == 1) {
|
|
|
- mes "[" + PcName + "]";
|
|
|
+ mes "[" + strcharinfo(0) + "]";
|
|
|
mes "Yes, Here you are.";
|
|
|
next;
|
|
|
mes "-Offered the Yaga's Pestles.-";
|