* Changed name from "Pharacon" to "Phracon" in refine.txt.
- Thanks to Barron-Monster. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10920 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
43912408f5
commit
43e5652fb6
@ -1,5 +1,8 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/07/27
|
||||||
|
* Changed name from "Pharacon" to "Phracon" in refine.txt. [Samuray22]
|
||||||
|
- Thanks to Barron-Monster.
|
||||||
2007/07/26
|
2007/07/26
|
||||||
* Rev 10917 Added Cash Shop item fucntions. (/other/CashShop_Functions.txt) [L0ne_W0lf]
|
* Rev 10917 Added Cash Shop item fucntions. (/other/CashShop_Functions.txt) [L0ne_W0lf]
|
||||||
2007/07/24
|
2007/07/24
|
||||||
|
@ -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.2
|
//= 2.2b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -40,6 +40,8 @@
|
|||||||
//= 2.1 - Removed Duplicates [Silent]
|
//= 2.1 - Removed Duplicates [Silent]
|
||||||
//= 2.2 - Changed name from "Emvertacon" to "Emveretarcon". [Samuray22]
|
//= 2.2 - Changed name from "Emvertacon" to "Emveretarcon". [Samuray22]
|
||||||
// - Thanks to Barron-Monster.
|
// - Thanks to Barron-Monster.
|
||||||
|
//= 2.2b - Changed name from "Pharacon" to "Phracon". [Samuray22]
|
||||||
|
// - Thanks to Barron-Monster.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -610,12 +612,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 Emveretarcon.";
|
mes "They are Phracon 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,"Emveretarcon - 1000z",EMVER;
|
menu"Phracon - 200z",PHARA,"Emveretarcon - 1000z",EMVER;
|
||||||
|
|
||||||
PHARA:
|
PHARA:
|
||||||
set @itemid,1010;
|
set @itemid,1010;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user