Revision 233, 388 bytes
(checked in by yumileroy, 17 years ago)
|
[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.
Original author: gvcoman
Date: 2008-11-14 20:40:35-06:00
|
Line | |
---|
1 | DELETE FROM `command` WHERE name IN ('bindsight', 'unbindsight'); |
---|
2 | INSERT INTO `command` (name,security,help) VALUES |
---|
3 | ('bindsight',3,'Syntax: .bindsight\r\n\r\nBinds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.'), |
---|
4 | ('unbindsight',3,'Syntax: .unbindsight\r\n\r\nRemoves bound vision. Cannot be used while currently possessing a target.'); |
---|