|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= Syrus22 (1.1) dafide18 (1.4) Skotlex (1.5)
|
|
//= Syrus22 (1.1) dafide18 (1.4) Skotlex (1.5)
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 2.1
|
|
|
|
|
|
+//= 2.2
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= Any Athena Version
|
|
//= Any Athena Version
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -38,6 +38,8 @@
|
|
//= 2.0a - Added weight checks thanks to Neouni [Playtester]
|
|
//= 2.0a - Added weight checks thanks to Neouni [Playtester]
|
|
//= 2.0b - Fixed the names of Lighthalzen and Einbroch refiners thanks to Maud_Dib [Kargha]
|
|
//= 2.0b - Fixed the names of Lighthalzen and Einbroch refiners thanks to Maud_Dib [Kargha]
|
|
//= 2.1 - Removed Duplicates [Silent]
|
|
//= 2.1 - Removed Duplicates [Silent]
|
|
|
|
+//= 2.2 - Changed name from "Emvertacon" to "Emveretarcon". [Samuray22]
|
|
|
|
+// - Thanks to Barron-Monster.
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
|
|
|
|
@@ -608,12 +610,12 @@ function script phramain {
|
|
if(@chris == 1) goto M_Menu;
|
|
if(@chris == 1) goto M_Menu;
|
|
mes "[" + @name$ + "]";
|
|
mes "[" + @name$ + "]";
|
|
mes "Hello, Im selling metals I just mined.";
|
|
mes "Hello, Im selling metals I just mined.";
|
|
- mes "They are Pharacon and Emvertacon.";
|
|
|
|
|
|
+ mes "They are Pharacon and Emveretarcon.";
|
|
mes "Would you like to buy some?";
|
|
mes "Would you like to buy some?";
|
|
M_Menu:
|
|
M_Menu:
|
|
set @chris, 0;
|
|
set @chris, 0;
|
|
next;
|
|
next;
|
|
- menu"Pharacon - 200z",PHARA,"Emvertacon - 1000z",EMVER;
|
|
|
|
|
|
+ menu"Pharacon - 200z",PHARA,"Emveretarcon - 1000z",EMVER;
|
|
|
|
|
|
PHARA:
|
|
PHARA:
|
|
set @itemid,1010;
|
|
set @itemid,1010;
|