diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-25 01:08:33 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-25 01:08:33 +0000 |
commit | a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c (patch) | |
tree | b95e5afdc7726e814eee75b869bf5b489552eccf /doc | |
parent | 432e794f6cda3d5bcf03db78dcc36e3c006f72d4 (diff) | |
download | hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.tar.gz hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.tar.bz2 hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.tar.xz hercules-a8fedec270c751ee212cf5c8d5c1eab9dbca5f9c.zip |
* Added the "Catalog Magician" NPC to merchants/buying_shops.txt, thanks to Muad_Dib!
* Changed all commands in atcommands.txt to their defined names, not aliases, and added two more common aliases.
* Documented 'makerune' in script_commands.txt.
* Documented '@accinfo' in atcommands.txt.
* Follow-up r16965, database update for rune crafting formula.
* Updated Magic Mushroom DB according to 3CeAM revision 703.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16966 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/atcommands.txt | 33 | ||||
-rw-r--r-- | doc/script_commands.txt | 14 |
2 files changed, 39 insertions, 8 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index e472c9908..b5a394031 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -281,7 +281,7 @@ prontera (x= 165, y= 198) 01 00 00 00 00 | 2. Database Commands | ======================== -@monsterinfo <mob name/ID> +@mobinfo <mob name/ID> Displays monster information (rates, stats, drops, MVP data). @@ -505,6 +505,25 @@ If @jail was used, the chat window will display "You have been jailed indefinite --------------------------------------- +@accinfo <player name/account id> + +Searches for an account by ID or a character name, and outputs detailed information. +To search partial names, "%" can be used as a wildcard. + +Example: +@accinfo Test% + +Output: +-- Account 2000001 -- +User: user123 | GM Group: 0 | State: 0 +Password: password123 +Account e-mail: a@a.com +Last IP: 127.0.0.1 (Unknown) +This user has logged 27 times, the last time were at 2012-11-24 17:29:07 +-- Character Details -- +[Slot/CID: 0/150001] Test1 | High Swordsman | Level: 99/50 | Off +[Slot/CID: 1/150002] Test2 | Rune Knight | Level: 150/50 | On + ====================== | 4. Action Commands | ====================== @@ -705,7 +724,7 @@ If no coordinates are entered, a random location will be chosen. --------------------------------------- -@goto <player name/ID> +@jumpto <player name/ID> @follow <player name> Warps to the specified player. @@ -791,7 +810,7 @@ Resets a Star Gladiator's marked maps. --------------------------------------- -@job <job name/ID> +@jobchange <job name/ID> Changes your job. If no job is given, a list of all available jobs will be returned. @@ -914,7 +933,7 @@ Additionally, @disguiseall/@undisguiseall will disguise all online players. --------------------------------------- -@battleignore +@monsterignore Makes you immune to attacks (monsters/players/skills cannot target/hit you). @@ -1228,7 +1247,7 @@ You must be the guildmaster to use this command. --------------------------------------- -@gstorage +@guildstorage Opens your guild storage. @@ -1319,7 +1338,7 @@ Creates the specified homunculus. --------------------------------------- -@homevolve +@homevolution Evolves your homunculus, if possible. @@ -1362,7 +1381,7 @@ Command what the player's homunculus will say. --------------------------------------- -@hlvl <+/- amount> +@homlevel <+/- amount> Changes homunculus level by the specified amount. diff --git a/doc/script_commands.txt b/doc/script_commands.txt index ebb53eb70..087daadd5 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4494,12 +4494,24 @@ Valid dish levels are: 19 - Level 9 Dish 20 - Level 10 Dish -Altough it's required to set a dish level, it doesn't matter if you set it to 1 +Although it's required to set a dish level, it doesn't matter if you set it to 1 and you want to cook a level 10 dish, as long as you got the required incredients to cook the dish the command works. --------------------------------------- +*makerune <% success bonus>; + +This command will open a rune crafting window on the client connected to the +invoking character. Since this command is officially used in rune ores, a bonus +success rate must be specified (which adds to the base formula). + +You can see the full list of runes that can be produced in 'db/produce_db.txt'. +The window will not be empty only if the invoking character can actually produce +the items of that type and has the appropriate raw materials in their inventory. + +--------------------------------------- + *successremovecards <equipment slot>; This command will remove all cards from the item found in the specified |