diff options
| author | gvcoman <none@none> | 2008-11-14 20:40:35 -0600 |
|---|---|---|
| committer | gvcoman <none@none> | 2008-11-14 20:40:35 -0600 |
| commit | 5deef1bb59ba53570d481a97e5c1df39ef316f37 (patch) | |
| tree | 334e913e1247419d2ad485f1681e859aa8875044 /sql | |
| parent | 3085e66b966fec0012decf2543c7e32064b47102 (diff) | |
[svn] * Reimplemented packet/update forwarding in more generic way
* Implemented far sight spells (Far Sight, Eagle Eye, etc) at unlimited range and properly forward packets
* Implemented bind vision spells (Mind Vision, etc) to forward packets at unlimited distance
* Implemented Sentry Totem (both vision switching/forwarding and alerting)
* Other misc possession fixes
* Added .bindsight and .unbindsight commands
Please test out the above spells (including Mind Control) and report any issues on the forums.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/241_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/241_world.sql b/sql/updates/241_world.sql new file mode 100644 index 00000000000..d64c267e211 --- /dev/null +++ b/sql/updates/241_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE name IN ('bindsight', 'unbindsight');
+INSERT INTO `command` (name,security,help) VALUES
+('bindsight',3,'Syntax: .bindsight\r\n\r\nBinds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.'),
+('unbindsight',3,'Syntax: .unbindsight\r\n\r\nRemoves bound vision. Cannot be used while currently possessing a target.');
|
