From 7c0d97709c232044403d77c6c66d2e792365d5c4 Mon Sep 17 00:00:00 2001 From: euphyy Date: Thu, 12 Jul 2012 18:57:02 +0000 Subject: * Added Expanded Super Novice support to custom Job Master, and Kagerou/Oboro as well in comments (npc\custom\jobmaster.txt) * Clarified rare_drop_announce description, since a lot of people have had trouble with it for whatever reason (conf\battle\drops.conf) * Fixed a minor "viewpoint" argument error, bugreport:6221 (npc\jobs\3-2\royal_guard.txt) * Deleted custom Kiel Dungeon warper (npc\custom\quests\kiel_quest.txt) * Deleted custom Bongun Sword quest (npc\custom\quests\bongunsword.txt) * Deleted custom Book of the Devil quest (npc\custom\quests\bookofthedevil.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16418 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/quest_variables.txt | 4 ++-- doc/script_commands.txt | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/quest_variables.txt b/doc/quest_variables.txt index ee1339d71..8deb4d92a 100644 --- a/doc/quest_variables.txt +++ b/doc/quest_variables.txt @@ -64,8 +64,8 @@ Info: Not really a quest, but to How to set: set MISC_QUEST,MISC_QUEST|128; How to check: if(MISC_QUEST&128){} -Quest: Book of Devil -Info: The Lost Girl in Niflheim. +Quest: - +Info: - How to set: set MISC_QUEST,MISC_QUEST | 256; How to check: if(MISC_QUEST & 256){} diff --git a/doc/script_commands.txt b/doc/script_commands.txt index ffdd16061..662bbbae7 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2300,8 +2300,6 @@ Lets say the ID of a party was saved as a global variable: *getpartymember {,}; -Thank you to HappyDenn for all this information. - This command will find all members of a specified party and returns their names (or character id or account id depending on the value of "type") into an array of temporary global variables. There's actually quite a few commands like this @@ -3143,7 +3141,6 @@ This function works as a direct counterpart of 'getpetinfo': --------------------------------------- - *petstat() Returns current pet status, all are integers except name. @@ -4111,7 +4108,7 @@ quite a few item scripts. For more examples check just about any official script --------------------------------------- *getitem2 ,,,,,,,,{,}; -*getitem2 "",,,,,,,,{,}; +*getitem2 "",,,,,,,,{,}; This command will give an amount of specified items to the invoking character. If an optional account ID is specified, and the target character is currently @@ -4210,7 +4207,8 @@ this really cause. --------------------------------------- -*getnameditem ,; +*getnameditem ,; +*getnameditem "",; -Note: there's a total of 4 possible combinations of this command. E.g: item name and character name, or with character id, etc... @@ -4305,7 +4303,7 @@ database. If the name is not found, nothing will be deleted. --------------------------------------- *delitem2 ,,,,,,,,{,}; -*delitem2 "",,,,,,,,{,}; +*delitem2 "",,,,,,,,{,}; This command will take a specified amount of items from the invoking/target character. Check 'getitem2' to understand its expanded parameters. @@ -6412,7 +6410,7 @@ timer and ranking as will @pvpon GM command do. --------------------------------------- -*atcommand ""; +*atcommand ""; This command will run the given command line exactly as if it was typed in from the keyboard by the player connected to the invoking character, and that @@ -6428,7 +6426,7 @@ one. --------------------------------------- -*charcommand ; +*charcommand ""; This command will run the given command line exactly as if it was typed in from the keyboard from a character that belonged to an account which had GM level 99. -- cgit v1.2.3-70-g09d2