diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-05 23:07:54 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-05 23:07:54 +0000 |
commit | 17d28505138496a82a741431f1cb320279dc679d (patch) | |
tree | d61a3b2e57359458ed8c7a6e012a3ddafe73a89c /conf-tmpl/msg_athena.conf | |
parent | c1c2ee30da1237a04ad57d932b42706884135401 (diff) | |
download | hercules-17d28505138496a82a741431f1cb320279dc679d.tar.gz hercules-17d28505138496a82a741431f1cb320279dc679d.tar.bz2 hercules-17d28505138496a82a741431f1cb320279dc679d.tar.xz hercules-17d28505138496a82a741431f1cb320279dc679d.zip |
added new anti-hacker system in trade.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1204 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/msg_athena.conf')
-rw-r--r-- | conf-tmpl/msg_athena.conf | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index 2f7af6fb4..7c9119dd6 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -266,6 +266,18 @@ 502: The day has arrived! 503: The night has fallen... +//Supernovice's Guardian Angel +//actually.. new client msgtxt file contains these 3 lines... [Lupus] +//---------------------------- +504: Guardian Angel, can you hear my voice? ^^; +505: My name is %s, and I'm a Super Novice~ +506: Please help me~ t.t + +//Guilds Default Ranks/Positions [Not implemented yet] +507: GuildMaster +508: Newbie +509: Position %d + //mail system //---------------------- 510: You have no messages. @@ -286,13 +298,6 @@ 525: Mail has been sent. 526: You have new mail. -//Supernovice's Guardian Angel -//---------------------------- -540: Guardian Angel, can you hear my voice? ^^; -541: My name is %s, and I'm a Super Novice~ -542: Please help me~ t.t - -//Guilds Default Ranks/Positions -543: GuildMaster -544: Newbie -545: Position %d +538: Hack on trade: character '%s' (account: %d) try to trade more items that he has. +539: This player has %d of a kind of item (id: %d), and try to trade %d of them. +540: This player has been definitivly blocked. |