summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-15 17:28:17 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-15 17:28:17 +0000
commitf70901acd8144f851b033852ab3ff086edf30497 (patch)
treeccde95f5aa9d37f76878823c24b0e0cc9beea9f5 /conf-tmpl
parent7c8a7292d264ef51ded3f7a8adbba2b196fc9904 (diff)
downloadhercules-f70901acd8144f851b033852ab3ff086edf30497.tar.gz
hercules-f70901acd8144f851b033852ab3ff086edf30497.tar.bz2
hercules-f70901acd8144f851b033852ab3ff086edf30497.tar.xz
hercules-f70901acd8144f851b033852ab3ff086edf30497.zip
- Moved the weapon repair effect to where it belongs (after successfully repairing an item)
- Added atcommand.conf entries for @adjgmlvl and @adjcmdlvl git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8770 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt2
-rw-r--r--conf-tmpl/atcommand_athena.conf8
2 files changed, 10 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index 959abfdc5..8fb701757 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
+2006/09/15
+ * Added atcommand.conf entries for @adjgmlvl and @adjcmdlvl [Skotlex]
2006/09/14
* Adjusted gvg long damage rate to 80%, magic damage rate to 60%
(battle/guild.conf) [Skotlex]
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf
index 886f443ea..f956a9ecb 100644
--- a/conf-tmpl/atcommand_athena.conf
+++ b/conf-tmpl/atcommand_athena.conf
@@ -708,6 +708,14 @@ reloadpcdb: 99
// Re-load the Message of the Day (admin command)
reloadmotd: 99
+// Changes the GM level of another character
+// (lasts until reboot, or gm list reload)
+adjgmlvl: 99
+
+// Changes the required GM level of an @ command
+// (effect lasts until restart or command reload)
+adjcmdlvl: 99
+
// [Un]Disguise All Players (admin command)
disguiseall: 99
undisguiseall: 99