From 5e7b0903383e575393eabf5f36187ffcb49d6c52 Mon Sep 17 00:00:00 2001 From: mercurial123 Date: Sat, 24 Dec 2011 21:30:42 +0000 Subject: - Replaced all occurrences of "eAthena" to "rAthena" string git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/sample/PCLoginEvent.txt | 4 ++-- doc/sample/getequipcardid.txt | 4 ++-- doc/sample/localized_npc.txt | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/sample') diff --git a/doc/sample/PCLoginEvent.txt b/doc/sample/PCLoginEvent.txt index b7020b719..8f3649345 100644 --- a/doc/sample/PCLoginEvent.txt +++ b/doc/sample/PCLoginEvent.txt @@ -1,4 +1,4 @@ -// eAthena Special NPC +// rAthena Special NPC // PCLoginEvent NPC (davidsiaw) //============================================================================== @@ -50,4 +50,4 @@ prontera,156,176,0 script Another NPC 46,{ OnPCLoginEvent: // this part runs AS WELL close; -} \ No newline at end of file +} diff --git a/doc/sample/getequipcardid.txt b/doc/sample/getequipcardid.txt index b1fe55505..3449ed0c7 100644 --- a/doc/sample/getequipcardid.txt +++ b/doc/sample/getequipcardid.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //===== By: ================================================== //= Lupus //= Shows your HAT's slots IDs @@ -31,4 +31,4 @@ L_CHECK2: mes "Card Slot 0:"+getequipcardid(1,0)+" 1:"+getequipcardid(1,1); mes "Card Slot 2:"+getequipcardid(1,2)+" 3:"+getequipcardid(1,3); close; -} \ No newline at end of file +} diff --git a/doc/sample/localized_npc.txt b/doc/sample/localized_npc.txt index 3a721d108..b3946162e 100644 --- a/doc/sample/localized_npc.txt +++ b/doc/sample/localized_npc.txt @@ -1,11 +1,11 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= Sample localized NPC //===== By: ================================================== -//= eAthena Dev Team +//= rAthena Dev Team //===== Current Version: ===================================== //= v1.0 //===== Compatible With: ===================================== -//= eAthena with setd, getd +//= rAthena with setd, getd //===== Description: ========================================= //= Example of a localized NPC. //= @@ -146,6 +146,6 @@ OnInterIfInitOnce: callfunc "setmes2", "LNPC_lang", 0, "EN"; callfunc "setmes2", "LNPC_lang", 1, "PT"; callfunc "setmes2", "LNPC_text", 0, "Something in english"; - callfunc "setmes2", "LNPC_text", 1, "Algo em português"; + callfunc "setmes2", "LNPC_text", 1, "Algo em portugu�s"; end; -} \ No newline at end of file +} -- cgit v1.2.3-60-g2f50