If the lock appears to be slow to react that will be due to some Vera / Lock issue and not have anything to do with VC or the fact that you are using Raw actions. Either your Vera is busy, or there is an issue with the lock or the way it is being polled.
Based on your logs there is no way that I can make the events for your lock generate correctly because Vera is not sending the correct status for your lock, but since your scene events are working you can use them instead of the lock's device event.
So at this point the only thing I can do is to add 2 new actions "Vera.SetLockState" and "Vera.Get.LockState" which will work exactly the same way as the Raw actions I provided above but will be easier to use.
If for some reason you made a mistake when generating your VC log and in fact Vera does send the correct values for the "Locked" and or "Status" variables, please send me a new log file. (In the log you posted earlier "Locked" always had a value of "1" and status always had a value of "0")
thanks