Commit Graph

12 Commits

Author SHA1 Message Date
icomrade
2f4815cb39 Update add_recommended_mysql_events.sql
Fix dead link
2016-07-18 16:38:12 -04:00
ebaydayz
eae4428e9f Update SQL maintain event for door management
Since door management uses the inventory field to store doorFriends the
last condition was always returning false and locked doors would never
get damage set on them.
2016-06-22 19:54:06 -04:00
Jamie Booth
6902efa63a Add the _ to the Land and escape the character
LandRover vehicles are being ignored with this script.  If you escape the '_' with '\' it will only look for the '_' character used with all build able land objects.  Currently LandRover vehicles will not be unlocked or deleted, as they are ignored with the current 'Land%' match.
2014-10-30 17:33:26 +11:00
Marko
03e0087f54 Update add_recommended_mysql_events.sql
Added 2 objects which were forgotten to this array. Would result in CharacterID 0 being set for these objects, which is not the point.
2014-10-13 01:16:35 +02:00
Florian Kinder
1ca0ded660 Fixed UnlockNonKeyVehicles Event 2014-02-01 23:20:27 +01:00
Florian Kinder
5dc494a073 Fixed wrong function name 2014-02-01 23:19:29 +01:00
Florian Kinder
4c1d638412 Added SQL Function DeleteNonKeyVehicles 2014-02-01 23:02:41 +01:00
[VB]AWOL
e2b66dad28 remove delete vehicle without keys
remove delete vehicle without keys as this needs to be a function not an
event. The unlock event will work but the delete function needs to be
ran before server startup.
2014-02-01 13:20:59 -06:00
[VB]AWOL
324caa8196 fixed case 2014-02-01 12:20:03 -06:00
[VB]AWOL
d5ce364c71 fixed SQL for strict mode thanks to @Tansien 2014-02-01 11:42:43 -06:00
Florian Kinder
173c5397e7 Added Unlock/Delete vehicle SQL Event 2014-01-31 20:57:58 +01:00
[VB]AWOL
51c3a053a3 done 2013-12-08 16:20:53 -06:00