diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-28 13:45:19 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-28 13:45:19 +0000 |
commit | f9a5863bf371be14664003874714be1a8c179de0 (patch) | |
tree | d3a535280d7ad58f0ead498cc78b82e71bec646d /conf-tmpl | |
parent | 2255eaf16e44eb6959d309a4c7167d37908eb620 (diff) | |
download | hercules-f9a5863bf371be14664003874714be1a8c179de0.tar.gz hercules-f9a5863bf371be14664003874714be1a8c179de0.tar.bz2 hercules-f9a5863bf371be14664003874714be1a8c179de0.tar.xz hercules-f9a5863bf371be14664003874714be1a8c179de0.zip |
- Fixed the description of @summon
- Fixed @nuke's position (I edited the wrong file by accident)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9735 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 19 |
2 files changed, 14 insertions, 8 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 4323569f1..c155b7045 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/01/28 + * Fixed the description of @summon + * Fixed @nuke's position (I edited the wrong file by accident) 2007/01/27 * Atcommand fixup [ultramage] - removed atcommands @w, @server_date/time, @red, @happyhappyjoyjoy, @shuffle diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index bd7d1d0a2..43f97e693 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -422,20 +422,22 @@ guild: 50 // Brings up your guild storage wherever you are. gstorage: 50 -// Spawns a monster, and a certain amount (3 same commands + /monster). -spawn: 50 -monster: 50 -summon: 50 - // To get a peco to (un)ride for another player. charmountpeco: 50 +// Spawns a monster, and a certain amount (2 same commands + /monster). +monster: 50 +spawn: 50 + // Spawns a smaller sized version of a monster. monstersmall: 50 // Spawns a larger sized version of a monster. monsterbig: 50 +// Spawns mobs that treat you as their master (they disappear after some time) +summon: 50 + // It will spawn a supportive clone of the given player. clone: 50 @@ -502,9 +504,12 @@ killmonster: 60 // Creates yourself a pet egg, have to use Pet ID. makeegg: 60 -//Hatches an egg +// Hatches an egg hatch: 60 +// Instantly kills player whose name is entered and deals insane damage to everything around +nuke: 60 + // Enable hitting a player even when not in pvp killer: 60 @@ -821,8 +826,6 @@ deletemail: 1 //--------------------------------------------------------------- // 100: Disabled commands gm: 100 -nuke: 100 - //--------------------- // OTHER: not a command |