diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-01 17:59:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-01 17:59:34 +0000 |
commit | c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff (patch) | |
tree | 4e4aea82151528492ca70b515bd59deb00152b80 /conf-tmpl/msg_athena.conf | |
parent | 5c7ca41032aec98589071c485eccf695f594638c (diff) | |
download | hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.gz hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.bz2 hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.tar.xz hercules-c8d4b89b3de0e8db730fbd375c5b4abd38ac6dff.zip |
- Cleaned up some more the SC_JAILED code
- merged in atcommands jailfor, jailtime, charjailtime. Thanks to Meruru and Coltaro for the code.
- Cleaned the code of atcommnds jail and unjail
- Be warned that the code MAY contain bugs as I adjusted it to save the character's position before jailing, allowing the automatic unjailing to warp you back to the exact spot you were at before being jailed.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8038 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/msg_athena.conf')
-rw-r--r-- | conf-tmpl/msg_athena.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index 7a9e31a03..f5e65f98b 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -133,7 +133,7 @@ 118: Player warped in jails.
119: This player is not in jails.
120: GM has discharge you.
-121: Player warped to Prontera.
+121: Player unjailed.
122: Disguise applied.
123: Monster/NPC name/id hasn't been found.
124: Undisguise applied.
@@ -393,6 +393,9 @@ 396: Autorejected alliance request from %s.
397: Autorejected opposition request from %s.
398: Autorejected friend request from %s.
+400: Usage: @jailfor <time> <character name>
+401: You have been jailed for %d years, %d months, %d days, %d hours and %d minutes
+402: %s in jail for %d years, %d months, %d days, %d hours and %d minutes
// Messages of others (not for GM commands)
// ----------------------------------------
|