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/script_commands.txt | |
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/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 14 |
1 files changed, 13 insertions, 1 deletions
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 |