summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-02-24 21:31:18 +0000
committerKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-02-24 21:31:18 +0000
commit385d55c279e8d3dce294b04fca389dffb8782fd6 (patch)
tree74184be649fb97f30439b298b4b07405117886c4 /doc
parentaf5b388d15012339101c2028bb55f9798b185f17 (diff)
downloadhercules-385d55c279e8d3dce294b04fca389dffb8782fd6.tar.gz
hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.tar.bz2
hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.tar.xz
hercules-385d55c279e8d3dce294b04fca389dffb8782fd6.zip
- Removed 'adopt' documentation from script_commands (bugreport:4066).
- Fixed an aegis typo in ninja job quest (bugreport:3972). - Fixed % issues with Battleground Medals (bugreport:4062). - Fixed 'new world cards' effect (bugreport:4033). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14251 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt23
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 3a75411cd..dfcfa673f 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1,4 +1,4 @@
-//===== Athena Doc ========================================
+//===== Athena Doc ========================================
//= eAthena Script Commands
//===== Description =======================================
//= A reference manual for the eAthena scripting language.
@@ -4745,27 +4745,6 @@ This function will also destroy both wedding rings and send a message to both
players, telling them they are now divorced.
---------------------------------------
-
-*adopt "<parent name>","<parent name>","<novice name>";
-*adopt("<parent name>","<parent name>","<novice name>")
-
-This command will set up a novice as a baby of a married couple. All three are
-referred to by character name. The correct variables are set on all three
-characters in the same call. The command will unequip anything the novice has
-equipped and make them a Job_Baby class, as well as send them a 'your job has
-been changed' message.
-
-Beware of calling this from inside a 'callfunc' function, cause upon successful
-adoption, this command returns a zero, as if it were a function. This is likely
-to screw up execution of a 'return' command. You may try to call it as a
-function instead, but it doesn't return anything upon an error, which may also
-cause script execution to throw up errors.
-
-Nothing will happen (and nothing will be returned either) if either future
-parent is below base level 70 and/or if any of the three characters is not found
-online.
-
----------------------------------------
//
4,3.- End of marriage-related commands
//