diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-20 20:56:35 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-20 20:56:35 +0000 |
commit | 9e0d52a541b2733575467ae0a7650e5d7a6cfc17 (patch) | |
tree | 9b35853a893557fa418ae1e47539532a7c1b4fe8 /doc | |
parent | 95a7f7d5ac462e982a427445108c0a1bda12692e (diff) | |
download | hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.tar.gz hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.tar.bz2 hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.tar.xz hercules-9e0d52a541b2733575467ae0a7650e5d7a6cfc17.zip |
- New invisible walls system (for WOE SE and Battlegrounds).
- New script commands for this system "setwall" and "delwall"
- Added other scripts commands "changelook" (can be used to try clothes colors, hair styles, headgears, etc without saving this on logout).
- Added getmobdrops to request a list of drop and rate of an specified class.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13101 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index ffd70d3d8..f76176b52 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6181,5 +6181,14 @@ Example: --------------------------------------- +*setwall "<map name>",<x>,<y>,<size>,<dir>,<shootable>,"<name>"; +*delwall "<name>"; + +Creates an invisible wall, an array of "setcell" starting from x,y and doing a +line of the given size in the given direction. The difference with setcell is +this one update client part too to avoid the glith problem. + +--------------------------------------- + Whew. That's about all of them. |