summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-12 05:45:35 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-12 05:45:35 +0000
commited8c27d7fd6a98cac15020ff2f72dfceabf1957d (patch)
tree6fe56980d833b0e9113fc24dda4d33feb5998568 /doc
parent814fdef302ca6522d934d3e4e26c7c98bed053ec (diff)
downloadhercules-ed8c27d7fd6a98cac15020ff2f72dfceabf1957d.tar.gz
hercules-ed8c27d7fd6a98cac15020ff2f72dfceabf1957d.tar.bz2
hercules-ed8c27d7fd6a98cac15020ff2f72dfceabf1957d.tar.xz
hercules-ed8c27d7fd6a98cac15020ff2f72dfceabf1957d.zip
Added updated client effects list.
Corrected some doc/npc typos. Reindented some mob AI code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13074 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/effect_list.txt23
-rw-r--r--doc/script_commands.txt2
2 files changed, 20 insertions, 5 deletions
diff --git a/doc/effect_list.txt b/doc/effect_list.txt
index 9a07a4dc7..fa9d5eb29 100644
--- a/doc/effect_list.txt
+++ b/doc/effect_list.txt
@@ -3,7 +3,7 @@
//===== By ================================================
//= Valaris, Spira, Au{R}oN, Tharis, HiddenDragon
//===== Version ===========================================
-//= 1.8
+//= 2.1
//=========================================================
//= 1.0 - Formatted to the standard
//= 1.1 - New Effects, up to 2007/05/07 Sakexe. [Au{R}oN]
@@ -14,6 +14,9 @@
//= 1.6 - New Effects, up to 2008/01/02 Sakexe. [Au{R}oN]
//= 1.7 - New Effects, up to 2008/03/26 Sakexe. [Au{R}oN]
//= 1.8 - Corrected several effect descriptions. [L0ne_W0lf]
+//= 1.9 - New Effects, up to 2008/05/28 Sakexe. [Au{R}oN]
+//= 2.0 - New Effects, up to 2008/07/15 Sakexe. [Au{R}oN]
+//= 2.1 - New Effects, up to 2008/08/06a Sakexe. [Au{R}oN]
//===== Description =======================================
//= A list of client-side effects sorted by their ID
//=========================================================
@@ -722,8 +725,20 @@ number description
693. Translucent yellow circle
694. Translucent green circle
695. Rotating green light
-696. The same of 690 and 691 but Blue/Purple.
+696. The same of 690 and 691 but Blue/Purple
697. (Nothing)
698. (Nothing)
-699. Fall of powder from the sky and raise of some leaf.
-700+. No More Effects From 2008/03/26 Sakexe.
+699. Fall of powder from the sky and raise of some leaf
+700. Big Colored Green Sphere.
+701. Little Colored Violet Sphere
+702. Light Infltrarion from and Fall of powder from the sky
+703. (Nothing)
+704. (Nothing)
+705. (Nothing)
+706. (Nothing)
+707. Client Crash :P
+708. A Perfect Copy of Storm Gust Effect (Effect 89)
+709. A Firework that split in 4 mini fireworks
+710. A Sphere like Effect 701 but Green, and a bit more larger
+711. A big violet wall
+712. No More Effects From 2008/08/06a Sakexe. \ No newline at end of file
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index a64399b7f..49353125c 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4887,7 +4887,7 @@ complete the effect.
Changes the display name and/or display class of the target npc.
Returns 0 is successful, 1 if the npc does not exist.
-Size is 0 = norma 1 = small 2 = big.
+Size is 0 = normal 1 = small 2 = big.
Since trunk r11779