content
stringlengths
5
1.05M
return {'mdf'}
object_draft_schematic_furniture_furniture_love_seat_rustic = object_draft_schematic_furniture_shared_furniture_love_seat_rustic:new { } ObjectTemplates:addTemplate(object_draft_schematic_furniture_furniture_love_seat_rustic, "object/draft_schematic/furniture/furniture_love_seat_rustic.iff")
function onCreate() -- background shit makeLuaSprite('sky', 'LordX/sky', -1900, -1006); setScrollFactor('sky', 1, 1); scaleObject('sky', 0.9, 0.9); makeLuaSprite('hills', 'LordX/hills1', -1440, -806 + 200); setScrollFactor('hills', 1.1, 1); scaleObject('hills', 0.5, 0.5); scaleObject('hills', 0.6, 0.6); makeLuaSprite('floor', 'LordX/floor', -1400, -496); setScrollFactor('floor', 1.5, 1); scaleObject('floor', 0.5, 0.5); scaleObject('floor', 1.0, 1.0); makeAnimatedLuaSprite('eyeflower', 'LordX/WeirdAssFlower_Assets', 100 - 500, 100); setScrollFactor('eyeflower', 1.5, 1); scaleObject('eyeflower', 0.8, 0.8); addAnimationByPrefix('eyeflower', 'animatedeye', 'flower', 30, true); makeAnimatedLuaSprite('knuckleslol', 'LordX/NotKnuckles_Assets', 100 - 300, -400 + 25); setScrollFactor('knuckleslol', 1.5, 1); scaleObject('knuckleslol', 0.5, 0.5); addAnimationByPrefix('knuckleslol', 'animatedknuckles', 'Notknuckles', 30, true); makeLuaSprite('smallflower', 'LordX/smallflower', -1500, -506); setScrollFactor('smallflower', 1.5, 1); scaleObject('smallflower', 0.6, 0.6); makeLuaSprite('bfsmallflower', 'LordX/smallflower', -1500 + 300, -506 - 50); setScrollFactor('bfsmallflower', 1.5, 1); scaleObject('bfsmallflower', 0.6, 0.6); --flipx = true makeLuaSprite('smallflower2', 'LordX/smallflowe2', -1500, -506); setScrollFactor('smallflower2', 1.5, 1); scaleObject('smallflower2', 0.6, 0.6); makeLuaSprite('tree', 'LordX/tree', -1900 + 650 - 100, -1006 + 350); setScrollFactor('tree', 1.5, 1); scaleObject('tree', 0.7, 0.7); addLuaSprite('sky', false); addLuaSprite('hills', false); addLuaSprite('floor', false); addLuaSprite('eyeflower', false); addLuaSprite('knuckleslol', false); addLuaSprite('smallflower', false); addLuaSprite('bfsmallerflower', false); addLuaSprite('smallflower2', false); addLuaSprite('tree', false); --Start Screens :) makeLuaSprite('readthefiletitlelol', 'makeGraphicsucks', 0, 0); scaleObject('readthefiletitlelol', 6.0, 6.0); setObjectCamera('readthefiletitlelol', 'other'); makeLuaSprite('introcircle', 'StartScreens/CircleCycles', 100, 0); setObjectCamera('introcircle', 'other'); makeLuaSprite('introtext', 'StartScreens/TextCycles', -100, 0); setObjectCamera('introtext', 'other'); addLuaSprite('readthefiletitlelol', true); addLuaSprite('introcircle', true); addLuaSprite('introtext', true); end function onStartCountdown() doTweenX('circleTween', 'introcircle', -100, 2, 'quintOut') doTweenX('textTween', 'introtext', 100, 2, 'quintOut') return Function_Continue end function onSongStart() doTweenAlpha('graphicAlpha', 'readthefiletitlelol', 0, 0.2, 'quintOut'); doTweenAlpha('circleAlpha', 'introcircle', 0, 0.2, 'quintOut'); doTweenAlpha('textAlpha', 'introtext', 0, 0.2, 'quintOut'); end function onUpdate() for i = 0, getProperty('unspawnNotes.length')-1 do setPropertyFromGroup('unspawnNotes', i, 'noteSplashTexture', 'BloodSplash'); end end
script.Name = "SPLEEEEEEEEENNNNNNYYYYYYY <3" local Me = game.Players.LocalPlayer local char = Me.Character local Torso = char.Torso local Rarm = char["Right Arm"] local Larm = char["Left Arm"] local Lleg = char["Left Leg"] local Rleg = char["Right Leg"] local mini = true local ather = false pcall(function() char[":P"]:remove() end) pcall(function() char["assasainparts"]:remove() end) function prop(part, parent, collide, tran, ref, x, y, z, color, anchor, form) part.Parent = parent part.formFactor = form part.CanCollide = collide part.Transparency = tran part.Reflectance = ref part.Size = Vector3.new(x,y,z) part.BrickColor = BrickColor.new(color) part.TopSurface = 0 part.BottomSurface = 0 part.Anchored = anchor part.Locked = true part:BreakJoints() end function mesh(mesh, parent, x, y, z, type) mesh.Parent = parent mesh.Scale = Vector3.new(x, y, z) mesh.MeshType = type end function meshb(mesh, parent, x, y, z, b) mesh.Parent = parent mesh.Scale = Vector3.new(x, y, z) mesh.Bevel = b end function meshc(mesh, parent, x, y, z) mesh.Parent = parent mesh.Scale = Vector3.new(x, y, z) end function wel(weld, x, y, z, parent, part, parta, xx, yy, zz) local wel = weld wel.Parent = parent wel.Part0 = part wel.Part1 = parta wel.C1 = CFrame.new(x, y, z) * CFrame.Angles(xx, yy, zz) end --**>[[assasainparts]]<**-- local assasainparts = Instance.new("Model") assasainparts.Parent = parts assasainparts.Name = "assasain" -- local assasain = Instance.new("Part") prop(assasain, assasainparts, false, 0, 0, 1, 2, 1, "White", false, "Custom") local assasainm = Instance.new("BlockMesh") meshb(assasainm, assasain, 1.01, 1.01, 1.01, 0) local assasainw = Instance.new("Weld") wel(assasainw, 0, 0, 0, assasain, assasain, Rarm, 0, 0, 0) local assasain2 = Instance.new("Part") prop(assasain2, assasainparts, false, 0, 0, 1, 2, 1, "White", false, "Custom") local assasain2m = Instance.new("BlockMesh") meshb(assasain2m, assasain2, 1.01, 1.01, 1.01, 0) local assasain2w = Instance.new("Weld") wel(assasain2w, 0, 0, 0, assasain2, assasain2, Larm, 0, 0, 0) local assasain3 = Instance.new("Part") prop(assasain3, assasainparts, false, 0, 0, 1, 2, 1, "White", false, "Custom") local assasain3m = Instance.new("BlockMesh") meshb(assasain3m, assasain3, 1.01, 1.01, 1.01, 0) local assasain3w = Instance.new("Weld") wel(assasain3w, 0, 0, 0, assasain3, assasain3, Lleg, 0, 0, 0) local assasain4 = Instance.new("Part") prop(assasain4, assasainparts, false, 0, 0, 1, 2, 1, "White", false, "Custom") local assasain4m = Instance.new("BlockMesh") meshb(assasain4m, assasain4, 1.01, 1.01, 1.01, 0) local assasain4w = Instance.new("Weld") wel(assasain4w, 0, 0, 0, assasain4, assasain4, Rleg, 0, 0, 0) local assasain5 = Instance.new("Part") prop(assasain5, assasainparts, false, 0, 0, 2, 2, 1, "White", false, "Custom") local assasain5m = Instance.new("BlockMesh") meshb(assasain5m, assasain5, 1.01, 1.01, 1.01, 0) local assasain5w = Instance.new("Weld") wel(assasain5w, 0, 0, 0, assasain5, assasain5, Torso, 0, 0, 0) local assasain6 = Instance.new("Part") prop(assasain6, assasainparts, false, 0, 0, 0.25, 2.5, 1, "Reddish brown", false, "Custom") local assasain6m = Instance.new("BlockMesh") meshb(assasain6m, assasain6, 1.02, 1.02, 1.02, 0) local assasain6w = Instance.new("Weld") wel(assasain6w, 0, 0, 0, assasain6, assasain6, Torso, 0, 0, -7) char.Head.Transparency = 1 local assasain7 = Instance.new("Part") prop(assasain7, assasainparts, false, 0, 0, 2, 1, 1, "Pastel brown", false, "Custom") local assasain7m = Instance.new("SpecialMesh") mesh(assasain7m, assasain7, 1.02, 1.02, 1.02, "Head") local assasain7w = Instance.new("Weld") wel(assasain7w, 0, 0, 0, assasain7, assasain7, char.Head, 0, 0, 0) local assasain8 = Instance.new("Part") prop(assasain8, assasainparts, false, 0, 0, 2, 2, 1, "White", false, "Custom") local assasain8m = Instance.new("SpecialMesh") mesh(assasain8m, assasain8, 1.02, 1.02, 1.02, "FileMesh") assasain8m.MeshId = "http://www.roblox.com/asset/?id=16952952" local assasain8w = Instance.new("Weld") wel(assasain8w, 0, 0.25, 0, assasain8, assasain8, char.Head, 0, 0, 0)
-- resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' ui_page 'html/ui.html' files { 'html/ui.html', 'html/style.css', 'html/script.js', 'html/ci_h.png', 'html/ci_f.png', 'html/cursor.png' } client_script { "client.lua" } server_script "server.lua"
--- A common module for other components to piggyback off of. -- @module[kind=gemlibrary] common local common = {} --- Internal function for setting colors. -- @tparam number fg The foreground (text) color -- @tparam number bg The background color. function common.setColors(fg, bg) term.setBackgroundColor(bg) term.setTextColor(fg) end --- Draws a fancy rounded (or not) border. -- @tparam number background The background color of the border. -- @tparam number foreground The foreground color of the border. -- @tparam number x The X position of the border. -- @tparam number y The Y position of the border. -- @tparam number w The width of the border. This should be at least 3. -- @tparam number h The height of the border. This should be at least 3. -- @tparam[opt] boolean ?dialog If true, this moves the border's bottom up one subpixel. This is used by the dialog element. -- @tparam[opt] boolean ?large Makes the border a little larger. This is used for inputs. -- @tparam[opt] boolean ?filled Fills in the edges if the large parameter is true. Note that this does not fill in the area of the border. -- @tparam[opt] boolean ?squareEdges If true, the rounded corners of the UIs will be disabled, and will be square instead. function common.drawBorder(background, foreground, x, y, w, h, dialog, large, filled, squareEdges) if large then if filled then common.setColors(background, foreground) term.setCursorPos(x, y) term.write(squareEdges and "\131" or "\135") term.write(("\131"):rep(w - 2)) term.write(squareEdges and "\131" or "\139") for i = 1, h - 2 do common.setColors(background, foreground) term.setCursorPos(x, y + i) term.write(" ") term.setCursorPos(x + w - 1, y + i) term.write(" ") end term.setCursorPos(x, y + h - 1) common.setColors(foreground, background) term.write(squareEdges and "\143" or "\139") term.write(("\143"):rep(w - 2)) term.write(squareEdges and "\143" or "\135") else common.setColors(foreground, background) term.setCursorPos(x, y) term.write(squareEdges and "\156" or "\152") term.write(("\140"):rep(w - 2)) common.setColors(background, foreground) term.write(squareEdges and "\147" or"\155") for i = 1, h - 2 do common.setColors(foreground, background) term.setCursorPos(x, y + i) term.write("\149") common.setColors(background, foreground) term.setCursorPos(x + w - 1, y + i) term.write("\149") end term.setCursorPos(x, y + h - 1) common.setColors(foreground, background) term.write(squareEdges and "\141" or "\137") term.write(("\140"):rep(w - 2)) term.write(squareEdges and "\142" or "\134") end else if squareEdges then common.setColors(background, foreground) term.setCursorPos(x, y) term.write("\159") common.setColors(foreground, background) term.setCursorPos(x + w - 1, y) term.write("\144") if not dialog then term.setCursorPos(x + w - 1, y + h - 1) term.write("\129") term.setCursorPos(x, y + h - 1) term.write("\130") end end common.setColors(background, foreground) for i = y + 1, y + h - 2 do term.setCursorPos(x, i) term.write("\149") end term.setCursorPos(x + 1, y) term.write(("\143"):rep(w - 2)) common.setColors(foreground, background) for i = y + 1, y + h - 2 do term.setCursorPos(x + w - 1, i) term.write("\149") end if dialog then if squareEdges then term.setCursorPos(x, y + h - 2) common.setColors(background, foreground) term.write("\149") term.write(("\143"):rep(w - 2)) common.setColors(foreground, background) term.write("\149") else term.setCursorPos(x, y + h - 2) term.write("\138") term.write(("\143"):rep(w - 2)) term.write("\133") end else term.setCursorPos(x + 1, y + h - 1) term.write(("\131"):rep(w - 2)) end end end --- A function that will chop off text if it's longer than a specified number. -- @tparam string text The text to check for overflow. -- @tparam number max The maximum size of the text. function common.textOverflow(text, max) if #text >= max then return text:sub(1, max) else return text end end return common
require(script.Parent) export type ReplicationInterfaceType = { Replication: ReplicationContainerType, Path: ReplicationPath, } local ReplicationInterface = {} ReplicationInterface.__index = ReplicationInterface function ReplicationInterface.new(Replication: ReplicationContainerType, Path: ReplicationPath?) assert(Replication, "No ReplicationContainer object given!") local self = { Replication = Replication; Path = Path or {}; }; return setmetatable(self, ReplicationInterface) end --[[ Standard get/set/await/etc. for manipulating and reading data. ]] function ReplicationInterface:Get(...) return self.Replication:Get(self.Path, ...) end function ReplicationInterface:Set(...) return self.Replication:Set(self.Path, ...) end function ReplicationInterface:Await(...) return self.Replication:Await(self.Path, ...) end function ReplicationInterface:XGet(Path, ...) return self:Extend(Path):Get(...) end function ReplicationInterface:XSet(Path, ...) return self:Extend(Path):Set(...) end function ReplicationInterface:XAwait(Path, ...) return self:Extend(Path):Await(...) end function ReplicationInterface:Increment(ByAmount: number, ...): number local ExistingValue = self:Get() assert(type(ExistingValue) == "number", "Existing value is not a number for: " .. tostring(self)) local NewValue = ExistingValue + ByAmount self:Set(NewValue, ...) return NewValue end -- Insert value into array. function ReplicationInterface:Insert(Value) local ExistingValue = self:Get() assert(ExistingValue[1] ~= nil, "Attempted to insert into non-array structure for: " .. tostring(self)) self:Extend(#ExistingValue + 1):Set(Value) end function ReplicationInterface:IsLeaf() return type(self:Get()) == "table" end function ReplicationInterface:On(Event: string) return self:Extend(Event):GetValueChangedSignal() end function ReplicationInterface:Invoke(Event: string, Data) self:Extend(Event):Set(Data) end function ReplicationInterface:GetValueChangedSignal() return self.Replication:GetAwaitEvent(self.Path) end function ReplicationInterface:__tostring() return "ReplicationInterface(" .. table.concat(self.Path, ".") .. ")" end --[[ Creates a new ReplicationInterface with an extension of the path. TODO: set up LRU cache for these objects? ]] function ReplicationInterface:Extend(Extra) if (type(Extra) == "string") then Extra = {Extra} end local Path = self.Path local NewPath = {} for Index = 1, #Path do table.insert(NewPath, Path[Index]) end for Index = 1, #Extra do table.insert(NewPath, Extra[Index]) end return ReplicationInterface.new(self.Replication, NewPath) end return ReplicationInterface
local target = playerConfig:get_data().TargetGoal GAMESTATE:GetPlayerState():SetTargetGoal(target / 100) local targetTrackerMode = playerConfig:get_data().TargetTrackerMode -- describes the difference between 480p and current resolution (theme elements are resized based on theme height) -- for the purpose of scaling some hardcoded values for element sizing purposes -- was extremely lazy here local GAMEPLAY_SIZING_RATIO = (480 / SCREEN_HEIGHT) local t = Def.ActorFrame { Name = "TargetTracker", InitCommand = function(self) self:playcommand("SetUpMovableValues") registerActorToCustomizeGameplayUI(self) end, SetUpMovableValuesMessageCommand = function(self) self:xy(MovableValues.TargetTrackerX, MovableValues.TargetTrackerY) self:zoom(MovableValues.TargetTrackerZoom / GAMEPLAY_SIZING_RATIO) end, } local aheadColor = COLORS:getGameplayColor("TargetGoalAhead") local behindColor = COLORS:getGameplayColor("TargetGoalBehind") if targetTrackerMode == 0 then t[#t+1] = LoadFont("Common Normal") .. { Name = "PercentDifferential", InitCommand = function(self) self:halign(0):valign(1) self:settext("") end, SpottedOffsetCommand = function(self, params) local tDiff = params.targetDiff if tDiff >= 0 then self:diffuse(aheadColor) else self:diffuse(behindColor) end self:settextf("%5.2f (%5.2f%%)", tDiff, target) end } else t[#t+1] = LoadFont("Common Normal") .. { Name = "PBDifferential", InitCommand = function(self) self:halign(0):valign(1) self:settext("") end, SpottedOffsetCommand = function(self, params) local tDiff = params.targetDiff if params and params.pbTarget then if tDiff >= 0 then self:diffuse(aheadColor) else self:diffuse(behindColor) end self:settextf("%5.2f (%5.2f%%)", tDiff, params.pbTarget * 100) else -- if set to pb goal but there is no pb, default to the set target value if tDiff >= 0 then self:diffuse(aheadColor) else self:diffuse(behindColor) end self:settextf("%5.2f (%5.2f%%)", tDiff, target) end end } end return t
local iresty_test = require "resty.iresty_test" local tb = iresty_test.new({unit_name="myauth.url-tools-test"}) local cjson = require "cjson" local url_tools = require "myauth.url-tools" function tb:init( ) end function tb:test_should_detect_exact_url() if not url_tools.check_url("/some/url/", "/some/url/") then error("Url mistmatch") end end function tb:test_should_not_detect_exact_url_when_mistmatch() if url_tools.check_url("/some/wrong_url/", "/some/url/") then error("Comparison error") end end function tb:test_should_detect_sub_url() if not url_tools.check_url("/some/url/sub", "/some/url/") then error("Url mistmatch") end end function tb:test_should_detect_by_pattern() if not url_tools.check_url("/some/url-1/sub", "/some/url-[%d]+/") then error("Url mistmatch") end end function tb:test_should_not_detect_by_pattern_when_mistmatch() if url_tools.check_url("/some/wrong_url/", "/some/url-[%d]+/") then error("Comparison error") end end function tb:test_should_calc_rate() local test_url = "/some/url/1" local _, rate1 = url_tools.check_url_rate(test_url, "/some/url/") local _, rate2 = url_tools.check_url_rate(test_url, "/some/url/1") if rate2 <= rate1 then error("Rate calculation error") end end -- units test tb:run()
-- Set Text Strings -- See the main docs for information on text strings -- String 0 is not shown in the map (blank) function main() if mappy.msgBox("Set Text Strings", "Load text strings into a FMP map. Select a text file, each line will be a string.\n\nContinue?", mappy.MMB_OKCANCEL, mappy.MMB_ICONQUESTION ) == mappy.MMB_OK then local isok,asname = mappy.fileRequester (".", "Textfile (*.txt)", "*.txt", mappy.MMB_OPEN) if isok == mappy.MMB_OK then local i = 0 for line in io.lines (asname) do mappy.setTextString (i, line) i = i + 1 end end -- replace an existing string -- mappy.setTextString (3, "Replaced string number 3") -- delete string (only works on last string, send "-del") -- mappy.setTextString (mappy.getValue(mappy.NUMTEXTSTR)-1, "-del") local isok,index = mappy.doDialogue ("Set Text Strings", "Which Block/Object user field?", "1", mappy.MMB_DIALOGUE1) index = tonumber (index) mappy.setValue(mappy.STRBLKUSER, index) mappy.setValue(mappy.STROBJUSER, index) end end test, errormsg = pcall( main ) if not test then mappy.msgBox("Error ...", errormsg, mappy.MMB_OK, mappy.MMB_ICONEXCLAMATION) end
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end local voices = { {text = 'I\'m just an old man, but I know a lot about Tibia.'} } npcHandler:addModule(VoiceModule:new(voices)) keywordHandler:addKeyword({'job'}, StdModule.say, {npcHandler = npcHandler, text = "I gather wisdom and knowledge. I am also an astrologer."}) npcHandler:setMessage(MESSAGE_GREET, "Oh, hello |PLAYERNAME|! How nice of you to visit an old man like me.") npcHandler:setMessage(MESSAGE_FAREWELL, "Come back whenever you're in need of wisdom.") npcHandler:setMessage(MESSAGE_WALKAWAY, "Come back whenever you're in need of wisdom.") npcHandler:addModule(FocusModule:new())
function PS_ShowHelp(toplayer, toptag) local helptype1, helpindex1, helptype2, helpindex2, helptype3, helpindex3 = game.GetMissionHelpData(); if helptype1 > 0 then local enabled = game.GetHelpAccessInfo(helptype1, helpindex1); if not enabled then game.SetHelpIndex(helptype1, helpindex1); game.PushScene(ktag_HelpSceneLayer, LConst_SceneTransTime); return false; end end if helptype2 > 0 then local enabled = game.GetHelpAccessInfo(helptype2, helpindex2); if not enabled then game.SetHelpIndex(helptype2, helpindex2); game.PushScene(ktag_HelpSceneLayer, LConst_SceneTransTime); return false; end end if helptype3 > 0 then local enabled = game.GetHelpAccessInfo(helptype3, helpindex3); if not enabled then game.SetHelpIndex(helptype3, helpindex3); game.PushScene(ktag_HelpSceneLayer, LConst_SceneTransTime); return false; end end return true; end
function TestFunc() print(1) print("1 + 1 = 2") end TestFunc()
vim.g.indent_blankline_char = '│' vim.g.indent_blankline_filetype_exclude = {'help', 'startify', 'git', 'markdown'}
util.AddNetworkString('slib_sv_bigdata_processing') util.AddNetworkString('slib_cl_bigdata_processing') util.AddNetworkString('slib_sv_bigdata_receive') util.AddNetworkString('slib_sv_bigdata_receive_ok') util.AddNetworkString('slib_sv_bigdata_receive_error') util.AddNetworkString('slib_cl_bigdata_receive') util.AddNetworkString('slib_cl_bigdata_receive_ok') util.AddNetworkString('slib_cl_bigdata_receive_error')
--[[ file:bullTable.lua desc:扑克桌子 auth:Carol Luo ]] local ipairs = ipairs local table = require("extend_table") local class = require("class") local bullEnum = require("bullEnum") local pokerCompetition = require("poker.competition") ---@class bullTable:pokerCompetition local competition = class(pokerCompetition) local this = competition ---构造 function competition:ctor() end return competition
-- expected globals are frame,manager (wxauimanager),Config (from config.lua) local ID_FullScreen = NewID() local ID_CreatePerspective=NewID() local ID_DeletePerspective=NewID() local ID_FirstPerspective = NewID() for i=1,9 do NewID() end local ID_ZOOMIN = NewID() local ID_ZOOMOUT = NewID() local ID_ZOOMNORMAL = NewID() local ID_ZOOMMENU = NewID() function Manager() local m = wxaui.wxAuiManager() function m:GetPerspective() local persp = m:SavePerspective() local panes = m:GetAllPanes() local notebooks = {} for i = 0,panes:GetCount()-1 do local it = panes:Item(i) if it then --if it.window:IsKindOf(wx.wxClassInfo.FindClass("wxAuiNotebook"))) --print("Manager",it.window,it.window:GetClassInfo():GetClassName()) if it.window:GetClassInfo():GetClassName() == "wxAuiNotebook" then print("notebook",it.name,it.caption) notebooks[it.name] = saveNotebook(it.window:DynamicCast("wxAuiNotebook")) --print("notebook",it.name,it.caption) end end end return {perspective = persp, notebooks = notebooks} end -- necesary after loadNotebook local function ResetDocumentsIndex() for id, document in pairs(openDocuments) do document.index = notebook:GetPageIndex(document.editor) end end function m:SetPerspective(pers) print("m:SetPerspective",pers) m:LoadPerspective(pers.perspective,true) for k,v in pairs(pers.notebooks) do loadNotebook(m:GetPane(k).window:DynamicCast("wxAuiNotebook"), v) end m:Update() ResetDocumentsIndex() end return m end function saveNotebook(nb) local cnt = nb:GetPageCount() local function addTo(tab,key,value) local out = tab[key] or {} table.insert(out,value) tab[key] = out end local pagesX = {} local pagesY = {} local str = "nblayout|" for i=1,cnt do local id = nb:GetPageText(i-1) local pg = nb:GetPage(i-1) local x,y = pg:GetPosition():GetXY() addTo(pagesX,x,id) addTo(pagesY,y,id) end local function sortedPages(tab) local t = {} for i,v in pairs(tab) do table.insert(t,i) end table.sort(t) return t end local sortedX = sortedPages(pagesX) local sortedY = sortedPages(pagesY) -- for now only support "1D" splits and prefer -- dimension which has more, anything else -- requires a more complex algorithm, yet to do local pagesUse local sortedUse local split if ( #sortedX >= #sortedY) then pagesUse = pagesX sortedUse = sortedX split = "<X>" else pagesUse = pagesY sortedUse = sortedY split = "<Y>" end for i,v in ipairs(sortedUse) do local pages = pagesUse[v] for n,id in ipairs(pages) do str = str..id.."|" end str = str..split.."|" end return str end function loadNotebook(nb,str,fnIdConvert) str = str:match("nblayout|(.+)") if (not str) then return end local cnt = nb:GetPageCount() local sel = nb:GetSelection() -- store old pages local currentpages, order = {}, {} for i=1,cnt do local id = nb:GetPageText(i-1) local newid = fnIdConvert and fnIdConvert(id) or id currentpages[newid] = currentpages[newid] or {} table.insert(currentpages[newid], {page = nb:GetPage(i-1), text = id, index = i-1}) order[i] = newid end -- remove them for i=cnt,1,-1 do nb:RemovePage(i-1) end -- read them and perform splits local t = 0 local newsel local function finishPage(page) if (page.index == sel) then newsel = t end t = t + 1 end local direction local splits = { X = wx.wxRIGHT, Y = wx.wxBOTTOM } for cmd in str:gmatch("([^|]+)") do local instr = cmd:match("<(%w)>") if (not instr) then local id = fnIdConvert and fnIdConvert(cmd) or cmd local pageind = next(currentpages[id] or {}) if (pageind) then local page = currentpages[id][pageind] currentpages[id][pageind] = nil nb:AddPage(page.page, page.text) if (direction) then nb:Split(t, direction) end finishPage(page) end end direction = instr and splits[instr] end -- add anything we forgot; make sure page groups are in the order specified for i=1,cnt do local pagelist = currentpages[order[i]] for _,page in pairs(pagelist) do nb:AddPage(page.page, page.text) finishPage(page) end end -- set the active page as it was before if (newsel) then nb:SetSelection(newsel) end --check selection --print("checking selection") -- for id, document in pairs(openDocuments) do --print(id,document.editor:GetId(),document.index,document.editor,nb:GetPage(document.index)) --end end ------------------------------------------------------------ function ConfigRestoreFramePosition(window, windowName) local s,x,y,w,h local c_framepos = Config:load_table(windowName) if c_framepos then s = c_framepos.s x = c_framepos.x y = c_framepos.y w = c_framepos.w h = c_framepos.h else x, y, w, h = wx.wxClientDisplayRect() s = -1 end s = s==2 and 1 or s --iconized as maximized if (s == -1) or s == 0 then window:SetSize(x, y, w, h) local w1,h1 = frame:GetClientSizeWH() end if s == 1 then window:Maximize(true) end end function ConfigSaveFramePosition(window, windowName) local s = 0 local w, h = window:GetSizeWH() local x, y = window:GetPositionXY() if window:IsMaximized() then s = 1 elseif window:IsIconized() then s = 2 end Config:save_table(windowName,{s=s,w=w,h=h,x=x,y=y}) print("ConfigSaveFramePosition",s,x,y,w,h) end ---------------------perspectives ------------------------------------------------------ function ConfigSavePerspectives() manager:GetPerspective() ConfigSaveFramePosition(frame,"MainFrame") local config_perspectives = {} config_perspectives.m_perspectives = m_perspectives config_perspectives.m_perspectives_names = m_perspectives_names config_perspectives.currentperspective = currentperspective config_perspectives.lastPerspective = manager:GetPerspective() Config:save_table("perspectives",config_perspectives) end function Perspectives_MakeMenu() for i=0,#m_perspectives -1 do m_perspectives_menu:Destroy(ID_FirstPerspective + i) end for i,v in ipairs(m_perspectives_names) do m_perspectives_menu:AppendRadioItem(ID_FirstPerspective + i - 1, v); end if currentperspective >0 then m_perspectives_menu:Check(ID_FirstPerspective + currentperspective -1,true) SetPerspective(currentperspective) end end function ConfigLoadPerspectives() ConfigRestoreFramePosition(frame,"MainFrame") local config_perspectives = Config:load_table("perspectives") if config_perspectives then m_perspectives = config_perspectives.m_perspectives m_perspectives_names = config_perspectives.m_perspectives_names --currentperspective = config_perspectives.currentperspective manager:SetPerspective(config_perspectives.lastPerspective) end currentperspective = 0 Perspectives_MakeMenu() end function SetPerspective(val) print("SetPerspective",val) if (val >0) then manager:SetPerspective(m_perspectives[val]); currentperspective=val end end function OnCreatePerspective(event) if (#m_perspectives >= 9) then wx.wxMessageBox("Reached maximum of 9 perspectives.") return end local dlg = wx.wxTextEntryDialog(frame,"Enter a name for the new perspective:","wxAUI Test"); dlg:SetValue(string.format("Perspective %u", (#m_perspectives + 1))); if (dlg:ShowModal() ~= wx.wxID_OK) then return; end --if (#m_perspectives == 0) then -- m_perspectives_menu:AppendSeparator(); --end m_perspectives_menu:AppendRadioItem(ID_FirstPerspective + #m_perspectives, dlg:GetValue()); table.insert(m_perspectives_names,dlg:GetValue()); table.insert(m_perspectives, manager:GetPerspective()); currentperspective = #m_perspectives m_perspectives_menu:Check(ID_FirstPerspective + #m_perspectives-1,true) end function OnDeletePerspective(event) if currentperspective == 0 then wx.wxMessageBox("There is not selected perspective.") return end --m_perspectives_menu:Delete(ID_FirstPerspective + currentperspective - 1); table.remove(m_perspectives_names,currentperspective) table.remove(m_perspectives,currentperspective) currentperspective = 0 Perspectives_MakeMenu() end function InitPerspectivesMenu() frame:Connect(ID_CreatePerspective, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) OnCreatePerspective(event) end) frame:Connect(ID_DeletePerspective, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) OnDeletePerspective(event) end) --frame:Connect(ID_CopyPerspectiveCode, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) OnCopyPerspectiveCode(event) end) frame:Connect(ID_FirstPerspective+0,ID_FirstPerspective+9, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) local pers = event:GetId()- ID_FirstPerspective + 1 print("OnRestorePerspective",pers) manager:SetPerspective(m_perspectives[pers]); currentperspective = pers end) frame:Connect(ID_FullScreen, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) frame:ShowFullScreen(event:IsChecked(), --wx.wxFULLSCREEN_NOMENUBAR --wxFULLSCREEN_NOTOOLBAR --wxFULLSCREEN_NOSTATUSBAR wx.wxFULLSCREEN_NOBORDER +wx.wxFULLSCREEN_NOCAPTION ) end) frame:Connect(ID_ZOOMIN, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) local editor = GetEditor() if editor then editor:ZoomIn() end end) frame:Connect(ID_ZOOMOUT, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) local editor = GetEditor() if editor then editor:ZoomOut() end end) frame:Connect(ID_ZOOMNORMAL, wx.wxEVT_COMMAND_MENU_SELECTED, function(event) local editor = GetEditor() if editor then editor:SetZoom(0) end end) m_perspectives = {} m_perspectives_names = {} m_perspectives_menu = wx.wxMenu(); m_perspectives_menu:AppendCheckItem(ID_FullScreen,"&Full Screen\tCtrl+Shift+F"); m_perspectives_menu:AppendSeparator() m_perspectives_menu:Append(ID_CreatePerspective,"Create Perspective"); m_perspectives_menu:Append(ID_DeletePerspective, "Delete Perspective"); m_perspectives_menu:AppendSeparator(); local zoomsubmenu = wx.wxMenu() zoomsubmenu:Append(ID_ZOOMIN, "zoom in\tCtrl+Num++"); zoomsubmenu:Append(ID_ZOOMOUT, "zoom out\tCtrl+Num+-"); zoomsubmenu:Append(ID_ZOOMNORMAL, "zoom default\tCtrl+Num+/"); m_perspectives_menu:Append(ID_ZOOMMENU,"zoom",zoomsubmenu,"Zoom") m_perspectives_menu:AppendSeparator(); menuBar:Append(m_perspectives_menu, "&View") ConfigLoadPerspectives() end
while not _G.STORAGE_KEYS do Task.Wait() end function OnPlayerJoined(player) local data = Storage.GetPlayerData(player) warn(tostring(Storage.SizeOfData(data))) end Game.playerJoinedEvent:Connect(OnPlayerJoined)
local lsp_installer = require("nvim-lsp-installer") -- https://github.com/williamboman/nvim-lsp-installer#available-lsps local servers = { sumneko_lua = require("lsp.config.lua"), -- lua/lsp/config/lua.lua bashls = require("lsp.config.bash"), html = require("lsp.config.html"), cssls = require("lsp.config.css"), jsonls = require("lsp.config.json"), denols = require("lsp.config.denols"), pyright = require("lsp.config.pyright"), gopls = require("lsp.config.vim-go"), rust_analyzer = require("lsp.config.rust"), } -- 自动安装 Language Servers for name, _ in pairs(servers) do local server_is_found, server = lsp_installer.get_server(name) if server_is_found then if not server:is_installed() then print("Installing " .. name) server:install() end end end local opts = { noremap = true, silent = true } local on_attach = function(client, bufnr) -- Enable completion triggered by <c-x><c-o> vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc') vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>gD', '<cmd>lua vim.lsp.diagnostic.show_line_diagnostics()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', 'gd', '<cmd>lua vim.lsp.buf.definition()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', 'K', '<cmd>lua vim.lsp.buf.hover()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', 'gi', '<cmd>lua vim.lsp.buf.implementation()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', 'gl', '<cmd>lua vim.diagnostic.open_float()', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<C-k>', '<cmd>lua vim.lsp.buf.signature_help()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>wa', '<cmd>lua vim.lsp.buf.add_workspace_folder()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>wr', '<cmd>lua vim.lsp.buf.remove_workspace_folder()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>wl', '<cmd>lua print(vim.inspect(vim.lsp.buf.list_workspace_folders()))<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>D', '<cmd>lua vim.lsp.buf.type_definition()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>rn', '<cmd>lua vim.lsp.buf.rename()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>ca', '<cmd>lua vim.lsp.buf.code_action()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', 'gr', '<cmd>lua vim.lsp.buf.references()<CR>', opts) vim.api.nvim_buf_set_keymap(bufnr, 'n', '<space>f', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts) end -- LSP settings (for overriding per client) local handlers = { ["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "rounded" }), ["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.signature_help, { border = "rounded" }), } lsp_installer.on_server_ready( function(server) local config = servers[server.name] if config == nil then return end if type(config) == "table" and config.on_setup then -- 自定义初始化配置文件必须实现on_setup 方法 config.on_setup(server) else -- 使用默认参数 server:setup({ on_attach = on_attach, handlers = handlers }) end end )
local L = Grid2Options.L Grid2Options:RegisterIndicatorOptions("background", false, function(self, indicator) local statuses, options = {}, {} self:MakeIndicatorBackgroundOptions(indicator, options) self:MakeIndicatorStatusOptions(indicator, statuses) self:AddIndicatorOptions(indicator, statuses, options) end) function Grid2Options:MakeIndicatorBackgroundOptions(indicator,options) options.colorBackground = { type = "color", hasAlpha = true, order = 10, width = "full", name = L["Background Color"], desc = L["Sets the background color to use when no status is active."], get = function() return self:UnpackColor( Grid2Frame.db.profile.frameContentColor ) end, set = function( info, r,g,b,a ) self:PackColor( r,g,b,a, Grid2Frame.db.profile, "frameContentColor" ) self:RefreshIndicator(indicator, "Update") end, } options.message = { type = "description", order = 100, name = L['|cFFe0e000\nThese options are applied to the active theme, if you want to change the settings for another theme go to the Appearance tab inside the Themes section.'], hidden = self.ThemesAreDisabled, } return options end
local subprocess = require "process" local config = require "core.config" local M = {} function M.resolve_font(spec) local scan_rate = 1 / config.fps local proc = subprocess.start({ "fc-match", "-s", "-f", "%{file}\n", spec }, { stdin = subprocess.REDIRECT_DISCARD, stdout = subprocess.REDIRECT_PIPE, stderr = subprocess.REDIRECT_STDOUT }) local prev local lines = {} while proc:running() do coroutine.yield(scan_rate) local buf = proc:read_stdout() if type(buf) == "string" then local last_line_start = 1 for line, ln in string.gmatch(buf, "([^\n]-)\n()") do last_line_start = ln if prev then line = prev .. line end table.insert(lines, line) end prev = last_line_start < #buf and string.sub(buf, last_line_start) end end if prev then table.insert(lines, prev) end if proc:returncode() ~= 0 or #lines < 1 then error(string.format("Cannot find a font matching the given specs: %q", spec), 0) end return lines[1] end return M
#!/usr/bin/lua5.2 -- CivetWeb command line completion for bash --[[ INSTALLING: To use auto-completion for bash, you need to define a command for the bash built-in [*complete*](https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html). Create a file called "civetweb" in the completion folder. Depending on Linux distribution and version, this might be /usr/share/bash-completion/completions/, /etc/bash_completion or another folder. The file has to contain just one line: complete -C /path/to/civetweb/resources/complete.lua civetweb The complete command script is implemented in this file. It needs Lua 5.2 to be installed (for Debian based systems: "sudo apt-get install lua5.2"). In case lua5.2 is not located in /usr/bin/lua5.2 (see "which lua5.2"), the first line (#!) needs to be adapted accordingly. --]] --------------------------------------------------------------------------------------------------- -- The bash "complete -C" has an awkward interface: -- see https://unix.stackexchange.com/questions/250262/how-to-use-bashs-complete-or-compgen-c-command-option -- Command line arguments cmd = arg[1] -- typically "./civetweb" or whatever path was used this = arg[2] -- characters already typed for the next options last = arg[3] -- option before this one -- Environment variables comp_line = os.getenv("COMP_LINE") -- entire command line comp_point = os.getenv("COMP_POINT") -- position of cursor (index) comp_type = os.getenv("COMP_TYPE") -- type: -- 9 for normal completion -- 33 when listing alternatives on ambiguous completions -- 37 for menu completion -- 63 when tabbing between ambiguous completions -- 64 to list completions after a partial completion -- Debug-Print function (must use absolute path for log file) function dp(txt) --[[ comment / uncomment to enable debugging local f = io.open("/tmp/complete.log", "a"); f:write(txt .. "\n") f:close() --]] end -- Helper function: Check if files exist function fileexists(name) local f = io.open(name, "r") if f then f:close() return true end return false end -- Debug logging dp("complete: cmd=" .. cmd .. ", this=" .. this .. ", last=" .. last .. ", type=" .. comp_type) -- Trim command line (remove spaces) trim_comp_line = string.match(comp_line, "^%s*(.-)%s*$") if (trim_comp_line == cmd) then -- this is the first option dp("Suggest --help argument") print("--help ") os.exit(0) end is_h = string.find(comp_line, "^%s*" .. cmd .. "%s+%-h%s") is_h = is_h or string.find(comp_line, "^%s*" .. cmd .. "%s+%--help%s") is_h = is_h or string.find(comp_line, "^%s*" .. cmd .. "%s+%-H%s") if (is_h) then dp("If --help is used, no additional argument is allowed") os.exit(0) end is_a = string.find(comp_line, "^%s*" .. cmd .. "%s+%-A%s") is_c = string.find(comp_line, "^%s*" .. cmd .. "%s+%-C%s") is_i = string.find(comp_line, "^%s*" .. cmd .. "%s+%-I%s") is_r = string.find(comp_line, "^%s*" .. cmd .. "%s+%-R%s") if (is_i) then dp("If --I is used, no additional argument is allowed") os.exit(0) end -- -A and -R require the password file as second argument htpasswd_r = ".htpasswd <mydomain.com> <username>" htpasswd_a = htpasswd_r .. " <password>" if (last == "-A") and (this == htpasswd_a:sub(1,#this)) then dp("Fill with option template for -A") print(htpasswd_a) os.exit(0) end if (last == "-R") and (this == htpasswd_r:sub(1,#this)) then dp("Fill with option template for -R") print(htpasswd_r) os.exit(0) end if (is_a or is_r) then dp("Options -A and -R have a fixed number of arguments") os.exit(0) end -- -C requires an URL, usually starting with http:// or https:// http = "http://" if (last == "-C") and (this == http:sub(1,#this)) then print(http) print(http.. "localhost/") os.exit(0) end http = "https://" if (last == "-C") and (this == http:sub(1,#this)) then print(http) print(http.. "localhost/") os.exit(0) end if (is_c) then dp("Option -C has just one argument") os.exit(0) end -- Take options directly from "--help" output of executable optfile = "/tmp/civetweb.options" if not fileexists(optfile) then dp("options file " .. optfile .. " missing") os.execute(cmd .. " --help > " .. optfile .. " 2>&1") else dp("options file " .. optfile .. " found") end for l in io.lines(optfile) do local lkey, lval = l:match("^%s+(%-[^%s]*)%s*([^%s]*)%s*$") if lkey then local thislen = string.len(this) if (thislen>0) and (this == lkey:sub(1,thislen)) then print(lkey) dp("match: " .. lkey) keymatch = true end if last == lkey then valmatch = lval end end end if keymatch then -- at least one options matches os.exit(0) end if valmatch then -- suggest the default value print(valmatch) os.exit(0) end -- No context to determine next argument dp("no specific option") os.exit(0)
-- -- xcode_common.lua -- Functions to generate the different sections of an Xcode project. -- Copyright (c) 2009-2011 Jason Perkins and the Premake project -- local xcode = premake.extensions.xcode local tree = premake.tree local solution = premake.solution local project = premake.project local config = premake.config local fileconfig = premake.fileconfig -- Copy Info.plist and Default-568h@2x.png from skeleton to project folder function xcode.copymacfiles(prj) local kind if prj.name == "all" then return end for cfg in project.eachconfig(prj) do if kind and kind ~= cfg.kind then error("Project '" .. prj.name .. "' uses more than one target kind; not supported by Xcode", 0) end kind = cfg.kind end if kind == "ConsoleApp" or kind == "WindowedApp" then -- fixme: should not hard-code the list of files -- fixme: should not depend on MINKO_HOME local plist = "Info.plist" local plistpath = MINKO_HOME .. "/skeleton/" .. plist local defaultpng = "Default-568h@2x.png" local defaultpngpath = MINKO_HOME .. "/skeleton/" .. defaultpng if not os.isfile(prj.location .. "/" .. plist) and os.isfile(plistpath) then os.copyfile(plistpath, prj.location) end if not os.isfile(prj.location .. "/" .. defaultpng) and os.isfile(defaultpngpath) then os.copyfile(defaultpngpath, prj.location) end end end -- -- Return the Xcode build category for a given file, based on the file extension. -- -- @param node -- The node to identify. -- @returns -- An Xcode build category, one of "Sources", "Resources", "Frameworks", or nil. -- function xcode.getbuildcategory(node) local categories = { [".a"] = "Frameworks", [".c"] = "Sources", [".cc"] = "Sources", [".cpp"] = "Sources", [".cxx"] = "Sources", [".dylib"] = "Frameworks", [".framework"] = "Frameworks", [".m"] = "Sources", [".mm"] = "Sources", [".strings"] = "Resources", [".nib"] = "Resources", [".xib"] = "Resources", [".icns"] = "Resources", [".s"] = "Sources", [".S"] = "Sources", } if node.isResource then return "Resources" end return categories[path.getextension(node.name)] end function xcode.isItemResource(project, node) local res; if project and project.xcodebuildresources then if type(project.xcodebuildresources) == "table" then res = project.xcodebuildresources end end local function checkItemInList(item, list) if item then if list then if type(list) == "table" then for _,v in pairs(list) do if string.find(item, v) then return true end end end end end return false end --print (node.path, node.buildid, node.cfg, res) if (checkItemInList(node.path, res)) then return true end return false end -- -- Return the displayed name for a build configuration, taking into account the -- configuration and platform, i.e. "Debug 32-bit Universal". -- -- @param cfg -- The configuration being identified. -- @returns -- A build configuration name. -- function xcode.getconfigname(cfg) local name = cfg.buildcfg -- print(cfg.platform, cfg.project.name) if #cfg.project.solution.platforms > 1 then name = name .. " " .. premake.action.current().valid_platforms[cfg.platform] end return name end -- -- Return the Xcode type for a given file, based on the file extension. -- -- @param fname -- The file name to identify. -- @returns -- An Xcode file type, string. -- function xcode.getfiletype(node) local types = { [".c"] = "sourcecode.c.c", [".cc"] = "sourcecode.cpp.cpp", [".cpp"] = "sourcecode.cpp.cpp", [".css"] = "text.css", [".cxx"] = "sourcecode.cpp.cpp", [".framework"] = "wrapper.framework", [".gif"] = "image.gif", [".h"] = "sourcecode.c.h", [".html"] = "text.html", [".lua"] = "sourcecode.lua", [".m"] = "sourcecode.c.objc", [".mm"] = "sourcecode.cpp.objc", [".nib"] = "wrapper.nib", [".pch"] = "sourcecode.c.h", [".plist"] = "text.plist.xml", [".strings"] = "text.plist.strings", [".xib"] = "file.xib", [".icns"] = "image.icns", [".s"] = "sourcecode.asm", [".bmp"] = "image.bmp", [".wav"] = "audio.wav", [".xcassets"] = "folder.assetcatalog", } return types[path.getextension(node.path)] or "text" end -- -- Print user configuration references contained in xcodeconfigreferences -- @param offset -- offset used by function _p -- @param cfg -- configuration -- function xcodePrintUserConfigReferences(offset, cfg, tr, kind) local referenceName if kind == "project" then referenceName = cfg.xcodeconfigreferenceproject else if kind == "target" then referenceName = cfg.xcodeconfigreferencetarget end end tree.traverse(tr, { onleaf = function(node) filename = node.name if node.id and path.getextension(filename) == ".xcconfig" then if filename == referenceName then _p(offset,'baseConfigurationReference = %s /* %s */;', node.id, filename) return end end end }, false) end -- -- Return the Xcode product type, based target kind. -- -- @param node -- The product node to identify. -- @returns -- An Xcode product type, string. -- function xcode.getproducttype(node) local types = { ConsoleApp = "com.apple.product-type.tool", WindowedApp = "com.apple.product-type.application", StaticLib = "com.apple.product-type.library.static", SharedLib = "com.apple.product-type.library.dynamic", } if not types[node.cfg.kind] then error("Kind " .. node.cfg.kind .. " is unsupported by Xcode.") end return types[node.cfg.kind] end -- -- Return the Xcode target type, based on the target file extension. -- -- @param node -- The product node to identify. -- @returns -- An Xcode target type, string. -- function xcode.gettargettype(node) local types = { ConsoleApp = "\"compiled.mach-o.executable\"", WindowedApp = "wrapper.application", StaticLib = "archive.ar", SharedLib = "\"compiled.mach-o.dylib\"", } if not types[node.cfg.kind] then error("Kind " .. node.cfg.kind .. " is unsupported by Xcode.") end return types[node.cfg.kind] end -- -- Return a unique file name for a project. Since Xcode uses .xcodeproj's to -- represent both solutions and projects there is a likely change of a name -- collision. Tack on a number to differentiate them. -- -- @param prj -- The project being queried. -- @returns -- A uniqued file name -- function xcode.getxcodeprojname(prj) -- if there is a solution with matching name, then use "projectname1.xcodeproj" -- just get something working for now local fname = project.getfilename(prj, ".xcodeproj") return fname end -- -- Returns true if the file name represents a framework. -- -- @param fname -- The name of the file to test. -- function xcode.isframework(fname) return (path.getextension(fname) == ".framework") end -- -- Check if build settings is overrided by user with xcodebuildsettings {} -- @param buildsettingName -- The list of values to be printed. -- @param cfg -- configuration -- function xcode.BuildSettingsExists(buildsettingName, cfg) if #cfg.xcodebuildsettings > 0 then for _, item in ipairs(cfg.xcodebuildsettings) do local _, k = string.find(item, "=") local itemName = string.sub(item, 1, k - 1) itemName = string.gsub(itemName, "%s", "") end end return false end -- -- Print user build settings contained in xcodebuildsettings -- @param offset -- offset used by function _p -- @param cfg -- configuration -- function xcode.PrintUserSettings(offset, cfg) for _, item in ipairs(cfg.xcodebuildsettings) do _p(offset, item .. ';') end end -- -- Print xcode build setting if not overrided by user -- @param offset -- offset used by function _p -- @param cfg -- configuration -- function xcode.PrintBuildSetting(offset, buildsetting, cfg) -- Check that the settings was not overriden by xcode buildsettings if #cfg.xcodebuildsettings > 0 then local _, j = string.find(buildsetting, "=") local buildsettingName = string.sub(buildsetting, 1, j - 1) buildsettingName = string.gsub(buildsettingName, "%s", "") if xcode.BuildSettingsExists(buildsettingName, cfg) then return end end _p(offset, buildsetting) end -- -- Retrieves a unique 12 byte ID for an object. This function accepts and ignores two -- parameters 'node' and 'usage', which are used by an alternative implementation of -- this function for testing. -- -- @returns -- A 24-character string representing the 12 byte ID. -- function xcode.newid() return string.format("%04X%04X%04X%04X%04X%04X", math.random(0, 32767), math.random(0, 32767), math.random(0, 32767), math.random(0, 32767), math.random(0, 32767), math.random(0, 32767)) end -- -- Create a product tree node and all projects in a solution; assigning IDs -- that are needed for inter-project dependencies. -- -- @param sln -- The solution to prepare. -- function xcode.preparesolution(sln) -- create and cache a list of supported platforms sln.xcode = { } for prj in premake.solution.eachproject(sln) do -- need a configuration to get the target information local cfg = project.getconfig(prj, prj.configurations[1], prj.platforms[1]) -- build the product tree node local bundlepath = cfg.buildtarget.bundlename ~= "" and cfg.buildtarget.bundlename or cfg.buildtarget.name; if (prj.external) then bundlepath = cfg.project.name end local node = premake.tree.new(path.getname(bundlepath)) node.cfg = cfg node.id = xcode.newid(node, "product") node.targetid = xcode.newid(node, "target") -- attach it to the project prj.xcode = {} prj.xcode.projectnode = node end end -- -- Print out a list value in the Xcode format. -- -- @param list -- The list of values to be printed. -- @param tag -- The Xcode specific list tag. -- function xcode.printlist(list, tag, cfg) if xcode.BuildSettingsExists(tag, cfg) then return -- Don't write settings end if #list > 0 then _p(4,'%s = (', tag) for _, item in ipairs(list) do local quoted = string.sub(item, 1, 1) == '"' _p(5, quoted and '%s,' or '"%s",', item) end _p(4,');') end end --------------------------------------------------------------------------- -- Section generator functions, in the same order in which they appear -- in the .pbxproj file --------------------------------------------------------------------------- function xcode.Header() _p('// !$*UTF8*$!') _p('{') _p(1,'archiveVersion = 1;') _p(1,'classes = {') _p(1,'};') _p(1,'objectVersion = 46;') _p(1,'objects = {') _p('') end function xcode.PBXBuildFile(tr) _p('/* Begin PBXBuildFile section */') tree.traverse(tr, { onnode = function(node) if node.buildid then _p(2,'%s /* %s in %s */ = {isa = PBXBuildFile; fileRef = %s /* %s */; };', node.buildid, node.name, xcode.getbuildcategory(node), node.id, node.name) end end }) _p('/* End PBXBuildFile section */') _p('') end function xcode.PBXContainerItemProxy(tr) if #tr.projects.children > 0 then _p('/* Begin PBXContainerItemProxy section */') for _, node in ipairs(tr.projects.children) do _p(2,'%s /* PBXContainerItemProxy */ = {', node.productproxyid) _p(3,'isa = PBXContainerItemProxy;') _p(3,'containerPortal = %s /* %s */;', node.id, path.getname(node.path)) _p(3,'proxyType = 2;') _p(3,'remoteGlobalIDString = %s;', node.project.xcode.projectnode.id) _p(3,'remoteInfo = "%s";', node.project.xcode.projectnode.name) _p(2,'};') _p(2,'%s /* PBXContainerItemProxy */ = {', node.targetproxyid) _p(3,'isa = PBXContainerItemProxy;') _p(3,'containerPortal = %s /* %s */;', node.id, path.getname(node.path)) _p(3,'proxyType = 1;') _p(3,'remoteGlobalIDString = %s;', node.project.xcode.projectnode.targetid) _p(3,'remoteInfo = "%s";', node.project.xcode.projectnode.name) _p(2,'};') end _p('/* End PBXContainerItemProxy section */') _p('') end end function xcode.PBXFileReference(tr) _p('/* Begin PBXFileReference section */') local cfg = project.getfirstconfig(tr.project) tree.traverse(tr, { onleaf = function(node) -- I'm only listing files here, so ignore anything without a path if not node.path then return end -- is this the product node, describing the output target? if node.kind == "product" then _p(2,'%s /* %s */ = {isa = PBXFileReference; explicitFileType = %s; includeInIndex = 0; name = "%s"; path = "%s"; sourceTree = BUILT_PRODUCTS_DIR; };', node.id, node.name, xcode.gettargettype(node), node.name, path.getname(node.cfg.buildtarget.bundlename ~= "" and node.cfg.buildtarget.bundlename or node.cfg.buildtarget.relpath)) -- is this a project dependency? elseif node.parent.parent == tr.projects then -- ms Is there something wrong with path is relative ? -- if we have a and b without slashes get relative should assume the same parent folder and return ../ -- this works if we put it like below local relpath = path.getrelative(path.getabsolute(tr.project.location), path.getabsolute(node.parent.project.location)) _p(2,'%s /* %s */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "%s"; path = "%s"; sourceTree = SOURCE_ROOT; };', node.parent.id, node.parent.name, node.parent.name, path.join(relpath, node.parent.name)) -- something else else local pth, src if xcode.isframework(node.path) then --respect user supplied paths -- look for special variable-starting paths for different sources local nodePath = node.path local _, matchEnd, variable = string.find(nodePath, "^%$%((.+)%)/") if variable then -- by skipping the last '/' we support the same absolute/relative -- paths as before nodePath = string.sub(nodePath, matchEnd + 1) end if string.find(nodePath,'/') then if string.find(nodePath,'^%.') then --error('relative paths are not currently supported for frameworks') pth = path.getrelative(tr.project.location, node.path) --print(tr.project.location, node.path , pth) src = "SOURCE_ROOT" else pth = nodePath src = "<absolute>" end end -- if it starts with a variable, use that as the src instead if variable then src = variable -- if we are using a different source tree, it has to be relative -- to that source tree, so get rid of any leading '/' if string.find(pth, '^/') then pth = string.sub(pth, 2) end else for i = 1, #cfg.libdirs do local l = cfg.libdirs[i] .. '/' .. node.path if os.isdir(l) then pth = l break end end if pth then src = "<group>" else src = "SDKROOT" pth = "System/Library/Frameworks/" .. node.path end end else -- something else; probably a source code file src = "<group>" -- if the parent node is virtual, it won't have a local path -- of its own; need to use full relative path from project --if node.parent.kind == "vgroup" then -- pth = node.parent.name --else local filecfg = fileconfig.getconfig(node, cfg) --pth = tree.getlocalpath(node) --if node.parent.path then -- pth = node.name --else if filecfg then pth = path.getrelative(tr.project.location, filecfg.abspath) else pth = node.path end --end end _p(2,'%s /* %s */ = {isa = PBXFileReference; lastKnownFileType = %s; name = "%s"; path = "%s"; sourceTree = "%s"; };', node.id, node.name, xcode.getfiletype(node), node.name, pth, src) end end }) _p('/* End PBXFileReference section */') _p('') end function xcode.PBXFrameworksBuildPhase(tr) _p('/* Begin PBXFrameworksBuildPhase section */') _p(2,'%s /* Frameworks */ = {', tr.products.children[1].fxstageid) _p(3,'isa = PBXFrameworksBuildPhase;') _p(3,'buildActionMask = 2147483647;') _p(3,'files = (') -- write out library dependencies tree.traverse(tr.frameworks, { onleaf = function(node) if node.buildid then _p(4,'%s /* %s in Frameworks */,', node.buildid, node.name) end end }) -- write out project dependencies tree.traverse(tr.projects, { onleaf = function(node) if node.buildid then _p(4,'%s /* %s in Frameworks */,', node.buildid, node.name) end end }) _p(3,');') _p(3,'runOnlyForDeploymentPostprocessing = 0;') _p(2,'};') _p('/* End PBXFrameworksBuildPhase section */') _p('') end function xcode.PBXGroup(tr) _p('/* Begin PBXGroup section */') tree.traverse(tr, { onnode = function(node) -- Skip over anything that isn't a proper group if (node.path and #node.children == 0) or node.kind == "vgroup" then return end -- project references get special treatment if node.parent == tr.projects then _p(2,'%s /* Products */ = {', node.productgroupid) else _p(2,'%s /* %s */ = {', node.id, node.name) end _p(3,'isa = PBXGroup;') _p(3,'children = (') for _, childnode in ipairs(node.children) do _p(4,'%s /* %s */,', childnode.id, childnode.name) end _p(3,');') if node.parent == tr.projects then _p(3,'name = Products;') else _p(3,'name = "%s";', node.name) local vpath = project.getvpath(tr.project, node.name) if node.path and node.name ~= vpath then local p = node.path if node.parent.path then p = path.getrelative(node.parent.path, node.path) end _p(3,'path = "%s";', p) end end _p(3,'sourceTree = "<group>";') _p(2,'};') end }, true) _p('/* End PBXGroup section */') _p('') end function xcode.PBXNativeTarget(tr) _p('/* Begin PBXNativeTarget section */') for _, node in ipairs(tr.products.children) do local name = tr.project.name -- This function checks whether there are build commands of a specific -- type to be executed; they will be generated correctly, but the project -- commands will not contain any per-configuration commands, so the logic -- has to be extended a bit to account for that. local function hasBuildCommands(which) -- standard check...this is what existed before if #tr.project[which] > 0 then return true end -- what if there are no project-level commands? check configs... for _, cfg in ipairs(tr.configs) do if #cfg[which] > 0 then return true end end end _p(2,'%s /* %s */ = {', node.targetid, name) _p(3,'isa = PBXNativeTarget;') _p(3,'buildConfigurationList = %s /* Build configuration list for PBXNativeTarget "%s" */;', node.cfgsection, name) _p(3,'buildPhases = (') if hasBuildCommands('prebuildcommands') then _p(4,'9607AE1010C857E500CD1376 /* Prebuild */,') end _p(4,'%s /* Resources */,', node.resstageid) _p(4,'%s /* Sources */,', node.sourcesid) if hasBuildCommands('prelinkcommands') then _p(4,'9607AE3510C85E7E00CD1376 /* Prelink */,') end _p(4,'%s /* Frameworks */,', node.fxstageid) if hasBuildCommands('postbuildcommands') then _p(4,'9607AE3710C85E8F00CD1376 /* Postbuild */,') end _p(3,');') _p(3,'buildRules = (') _p(3,');') _p(3,'dependencies = (') for _, node in ipairs(tr.projects.children) do _p(4,'%s /* PBXTargetDependency */,', node.targetdependid) end _p(3,');') _p(3,'name = "%s";', name) local p if node.cfg.kind == "ConsoleApp" then p = "$(HOME)/bin" elseif node.cfg.kind == "WindowedApp" then p = "$(HOME)/Applications" end if p then _p(3,'productInstallPath = "%s";', p) end _p(3,'productName = "%s";', name) _p(3,'productReference = %s /* %s */;', node.id, node.name) _p(3,'productType = "%s";', xcode.getproducttype(node)) _p(2,'};') end _p('/* End PBXNativeTarget section */') _p('') end function xcode.PBXProject(tr) _p('/* Begin PBXProject section */') _p(2,'08FB7793FE84155DC02AAC07 /* Project object */ = {') _p(3,'isa = PBXProject;') _p(3,'buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "%s" */;', tr.name) _p(3,'compatibilityVersion = "Xcode 3.2";') _p(3,'hasScannedForEncodings = 1;') _p(3,'mainGroup = %s /* %s */;', tr.id, tr.name) _p(3,'projectDirPath = "";') if #tr.projects.children > 0 then _p(3,'projectReferences = (') for _, node in ipairs(tr.projects.children) do _p(4,'{') _p(5,'ProductGroup = %s /* Products */;', node.productgroupid) _p(5,'ProjectRef = %s /* %s */;', node.id, path.getname(node.path)) _p(4,'},') end _p(3,');') end _p(3,'projectRoot = "";') _p(3,'targets = (') for _, node in ipairs(tr.products.children) do _p(4,'%s /* %s */,', node.targetid, node.name) end _p(3,');') _p(2,'};') _p('/* End PBXProject section */') _p('') end function xcode.PBXReferenceProxy(tr) if #tr.projects.children > 0 then _p('/* Begin PBXReferenceProxy section */') tree.traverse(tr.projects, { onleaf = function(node) _p(2,'%s /* %s */ = {', node.id, node.name) _p(3,'isa = PBXReferenceProxy;') _p(3,'fileType = %s;', xcode.gettargettype(node)) _p(3,'path = "%s";', node.name) _p(3,'remoteRef = %s /* PBXContainerItemProxy */;', node.parent.productproxyid) _p(3,'sourceTree = BUILT_PRODUCTS_DIR;') _p(2,'};') end }) _p('/* End PBXReferenceProxy section */') _p('') end end function xcode.PBXResourcesBuildPhase(tr) _p('/* Begin PBXResourcesBuildPhase section */') for _, target in ipairs(tr.products.children) do _p(2,'%s /* Resources */ = {', target.resstageid) _p(3,'isa = PBXResourcesBuildPhase;') _p(3,'buildActionMask = 2147483647;') _p(3,'files = (') tree.traverse(tr, { onnode = function(node) if xcode.getbuildcategory(node) == "Resources" then _p(4,'%s /* %s in Resources */,', node.buildid, node.name) end end }) _p(3,');') _p(3,'runOnlyForDeploymentPostprocessing = 0;') _p(2,'};') end _p('/* End PBXResourcesBuildPhase section */') _p('') end function xcode.PBXShellScriptBuildPhase(tr) local wrapperWritten = false local function doblock(id, name, which) -- start with the project-level commands (most common) local prjcmds = tr.project[which] local commands = table.join(prjcmds, {}) -- see if there are any config-specific commands to add for key, cfg in ipairs(tr.configs) do local cfgcmds = cfg[which] if #cfgcmds > #prjcmds then table.insert(commands, 'if [ "${CONFIGURATION}" = "' .. xcode.getconfigname(cfg) .. '" ]; then') for _, cfgvalue in ipairs(cfgcmds) do local exist = false; for _, prjvalue in ipairs(prjcmds) do if prjvalue == cfgvalue then exist = true break end end if exist == false then table.insert(commands, cfgvalue) end end table.insert(commands, 'fi') end end if #commands > 0 then if not wrapperWritten then _p('/* Begin PBXShellScriptBuildPhase section */') wrapperWritten = true end _p(2,'%s /* %s */ = {', id, name) _p(3,'isa = PBXShellScriptBuildPhase;') _p(3,'buildActionMask = 2147483647;') _p(3,'files = (') _p(3,');') _p(3,'inputPaths = ('); _p(3,');'); _p(3,'name = %s;', name); _p(3,'outputPaths = ('); _p(3,');'); _p(3,'runOnlyForDeploymentPostprocessing = 0;'); _p(3,'shellPath = /bin/sh;'); _p(3,'shellScript = "%s";', table.concat(commands, "\\n"):gsub('"', '\\"')) _p(2,'};') end end doblock("9607AE1010C857E500CD1376", "Prebuild", "prebuildcommands") doblock("9607AE3510C85E7E00CD1376", "Prelink", "prelinkcommands") doblock("9607AE3710C85E8F00CD1376", "Postbuild", "postbuildcommands") if wrapperWritten then _p('/* End PBXShellScriptBuildPhase section */') end end function xcode.PBXSourcesBuildPhase(tr) _p('/* Begin PBXSourcesBuildPhase section */') for _, target in ipairs(tr.products.children) do _p(2,'%s /* Sources */ = {', target.sourcesid) _p(3,'isa = PBXSourcesBuildPhase;') _p(3,'buildActionMask = 2147483647;') _p(3,'files = (') tree.traverse(tr, { onleaf = function(node) if xcode.getbuildcategory(node) == "Sources" then _p(4,'%s /* %s in Sources */,', node.buildid, node.name) end end }) _p(3,');') _p(3,'runOnlyForDeploymentPostprocessing = 0;') _p(2,'};') end _p('/* End PBXSourcesBuildPhase section */') _p('') end function xcode.PBXVariantGroup(tr) _p('/* Begin PBXVariantGroup section */') tree.traverse(tr, { onbranch = function(node) if node.kind == "vgroup" then _p(2,'%s /* %s */ = {', node.id, node.name) _p(3,'isa = PBXVariantGroup;') _p(3,'children = (') for _, lang in ipairs(node.children) do _p(4,'%s /* %s */,', lang.id, lang.name) end _p(3,');') _p(3,'name = %s;', node.name) _p(3,'sourceTree = "<group>";') _p(2,'};') end end }) _p('/* End PBXVariantGroup section */') _p('') end function xcode.PBXTargetDependency(tr) if #tr.projects.children > 0 then _p('/* Begin PBXTargetDependency section */') tree.traverse(tr.projects, { onleaf = function(node) _p(2,'%s /* PBXTargetDependency */ = {', node.parent.targetdependid) _p(3,'isa = PBXTargetDependency;') _p(3,'name = "%s";', node.name) _p(3,'targetProxy = %s /* PBXContainerItemProxy */;', node.parent.targetproxyid) _p(2,'};') end }) _p('/* End PBXTargetDependency section */') _p('') end end -- function printSetting(obs, level, name, value, quoted) -- -- if we have this name in the xcodebuildsettings the override the value -- local overridenValue = obs[name] and obs[name][1] or value -- local format = quoted and '%s = "%s";' or '%s = %s;' -- _p(level, format, name, overridenValue) -- end function xcode.XCBuildConfiguration_Target(tr, target, cfg) local cfgname = xcode.getconfigname(cfg) local bs = {} if cfg.xcodebuildsettings then if type(cfg.xcodebuildsettings) == "table" then bs = cfg.xcodebuildsettings end end _p(2,'%s /* %s */ = {', cfg.xcode.targetid, cfgname) _p(3,'isa = XCBuildConfiguration;') _p(3,'buildSettings = {') -- printSetting(bs, 4, "ALWAYS_SEARCH_USER_PATHS", "NO") xcode.PrintUserSettings(4, cfg) xcode.PrintBuildSetting(4, 'ALWAYS_SEARCH_USER_PATHS = NO;', cfg) xcode.PrintBuildSetting(4, 'ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;', cfg) xcode.PrintBuildSetting(4, 'ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;', cfg) if premake.config.isDebugBuild(cfg) then -- printSetting(bs, 4,"DEBUG_INFORMATION_FORMAT", "dwarf-with-dsym", true) xcode.PrintBuildSetting(4, 'DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";', cfg) else xcode.PrintBuildSetting(4, 'DEBUG_INFORMATION_FORMAT = "dwarf";', cfg) end xcode.printlist(cfg.libdirs, 'FRAMEWORK_SEARCH_PATHS', cfg) if cfg.kind ~= "StaticLib" and cfg.buildtarget.prefix ~= "" then -- printSetting(bs, 4,"EXECUTABLE_PREFIX", cfg.buildtarget.prefix) xcode.PrintBuildSetting(4, 'EXECUTABLE_PREFIX = '.. cfg.buildtarget.prefix .. ';', cfg) end --if cfg.targetextension then --local ext = cfg.targetextension --ext = iif(ext:startswith("."), ext:sub(2), ext) --_p(4,'EXECUTABLE_EXTENSION = %s;', ext) --end local outdir = path.getrelative(tr.project.location, path.getdirectory(cfg.buildtarget.relpath)) if outdir ~= "." then --printSetting(bs, 4,"CONFIGURATION_BUILD_DIR", outdir) xcode.PrintBuildSetting(4, 'CONFIGURATION_BUILD_DIR = "' .. outdir .. '";', cfg) end -- printSetting(bs, 4,"GCC_DYNAMIC_NO_PIC", "NO") -- printSetting(bs, 4,"GCC_MODEL_TUNING", "G5") xcode.PrintBuildSetting(4, 'GCC_DYNAMIC_NO_PIC = NO;', cfg) -- xcode.PrintBuildSetting(4, 'GCC_MODEL_TUNING = G5;', cfg) if tr.infoplist then local fcfg = config.findfile(cfg, path.getextension(tr.infoplist.name)) -- printSetting(bs, 4,"INFOPLIST_FILE", fcfg, true) if fcfg then xcode.PrintBuildSetting( 4,'INFOPLIST_FILE = "' .. fcfg .. '";', cfg) end end installpaths = { ConsoleApp = '/usr/local/bin', WindowedApp = '"$(HOME)/Applications"', SharedLib = '/usr/local/lib', StaticLib = '/usr/local/lib', } local builtInSettings = { "ASSETCATALOG_COMPILER_APPICON_NAME", "ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME", "ALWAYS_SEARCH_USER_PATHS", "DEBUG_INFORMATION_FORMAT", "EXECUTABLE_PREFIX", "CONFIGURATION_BUILD_DIR", "GCC_DYNAMIC_NO_PIC", "GCC_MODEL_TUNING", "INFOPLIST_FILE", "INSTALL_PATH", "PRODUCT_NAME", "TARGETED_DEVICE_FAMILY", "CODE_SIGN_IDENTITY" } local additionalSettings = { "GCC_VERSION", "GCC_SYMBOLS_PRIVATE_EXTERN", "CODE_SIGN_IDENTITY", "IPHONEOS_DEPLOYMENT_TARGET" } local function inTable(tbl, item) for key, value in pairs(tbl) do if value == item then return key end end return false end -- go trough all the overridden settings and write those that havent been already processed for key, value in pairs(bs) do if not inTable(builtInSettings, key) and inTable(additionalSettings, key) then _p(4,'%s = "%s";', key, value[1]) end end -- printSetting(bs, 4,"INSTALL_PATH", installpaths[cfg.kind]) xcode.PrintBuildSetting(4, 'INSTALL_PATH = ' .. installpaths[cfg.kind] .. ';', cfg) -- printSetting(bs, 4,"PRODUCT_NAME", cfg.buildtarget.basename, true) xcode.PrintBuildSetting(4, 'PRODUCT_NAME = "' .. cfg.buildtarget.basename .. '";', cfg) if cfg.platform == "ios" then xcode.PrintBuildSetting(4, 'TARGETED_DEVICE_FAMILY = "1,2";', cfg) xcode.PrintBuildSetting(4, 'CODE_SIGN_IDENTITY = "iPhone Developer";', cfg) end _p(3,'};') _p(3,'name = "%s";', cfgname) _p(2,'};') end function xcode.XCBuildConfiguration_Project(tr, cfg) local cfgname = xcode.getconfigname(cfg) if not cfg.platform then return end -- local bs = {} -- if cfg.xcodebuildsettings then -- if type(cfg.xcodebuildsettings) == "table" then -- bs = cfg.xcodebuildsettings -- end -- end _p(2,'%s /* %s */ = {', cfg.xcode.projectid, cfgname) _p(3,'isa = XCBuildConfiguration;') _p(3,'buildSettings = {') local builtInSettings = { "ARCHS", "CONFIGURATION_BUILD_DIR", "CONFIGURATION_TEMP_DIR", "COPY_PHASE_STRIP", "GCC_C_LANGUAGE_STANDARD", "GCC_ENABLE_CPP_EXCEPTIONS", "GCC_ENABLE_CPP_RTTI", "GCC_ENABLE_FIX_AND_CONTINUE", "GCC_ENABLE_OBJC_EXCEPTIONS", "GCC_OPTIMIZATION_LEVEL", "GCC_PRECOMPILE_PREFIX_HEADER", "GCC_SYMBOLS_PRIVATE_EXTERN", "GCC_TREAT_WARNINGS_AS_ERRORS", "GCC_WARN_ABOUT_RETURN_TYPE", "GCC_WARN_UNUSED_VARIABLE", "WARNING_CFLAGS" } local additionalSettings = { "SDKROOT", "VALID_ARCHS", "CLANG_CXX_LANGUAGE_STANDARD", "CLANG_CXX_LIBRARY" } xcode.PrintUserSettings(4, cfg) if cfg.platform == "ios" then xcode.PrintBuildSetting(4, 'SDKROOT = iphoneos;', cfg) xcode.PrintBuildSetting(4, 'ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";', cfg) xcode.PrintBuildSetting(4, 'SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";', cfg) elseif cfg.platform == "osx64" then xcode.PrintBuildSetting(4, 'SDKROOT = macosx;', cfg) xcode.PrintBuildSetting(4, 'ARCHS = "$(NATIVE_ARCH_ACTUAL)";', cfg) xcode.PrintBuildSetting(4, 'SUPPORTED_PLATFORMS = "macosx";', cfg) else error("Platform '" .. cfg.platform .. "' is not supported with Xcode solutions") end local targetdir = path.getdirectory(cfg.buildtarget.relpath) if targetdir ~= "." then -- printSetting(bs, 4, "CONFIGURATION_BUILD_DIR" , "$(SYMROOT)", true); xcode.PrintBuildSetting(4, 'CONFIGURATION_BUILD_DIR = "$(SYMROOT)";', cfg); end -- printSetting(bs, 4,"CONFIGURATION_TEMP_DIR" , "$(OBJROOT)", true) xcode.PrintBuildSetting(4, 'CONFIGURATION_TEMP_DIR = "$(OBJROOT)";', cfg) if cfg.flags.Symbols then -- printSetting(bs, 4,"COPY_PHASE_STRIP" , "NO") xcode.PrintBuildSetting(4,'COPY_PHASE_STRIP = NO;', cfg) end -- printSetting(bs, 4, "GCC_C_LANGUAGE_STANDARD" , "gnu99") -- xcode.PrintBuildSetting(4, 'GCC_C_LANGUAGE_STANDARD = "gnu99";', cfg) xcode.PrintBuildSetting(4, 'CLANG_CXX_LANGUAGE_STANDARD = "c++0x";', cfg) xcode.PrintBuildSetting(4, 'CLANG_CXX_LIBRARY = "libc++";', cfg) if cfg.flags.NoExceptions then -- printSetting(bs, 4, "GCC_ENABLE_CPP_EXCEPTIONS", "NO") xcode.PrintBuildSetting(4, 'GCC_ENABLE_CPP_EXCEPTIONS = NO;', cfg) end if cfg.flags.NoRTTI then -- printSetting(bs, 4,"GCC_ENABLE_CPP_RTTI", "NO") xcode.PrintBuildSetting(4, 'GCC_ENABLE_CPP_RTTI = NO;', cfg) end if cfg.flags.Symbols and not cfg.flags.NoEditAndContinue then -- printSetting(bs, 4, "GCC_ENABLE_FIX_AND_CONTINUE" , "YES") xcode.PrintBuildSetting(4, 'GCC_ENABLE_FIX_AND_CONTINUE = YES;', cfg) end if cfg.flags.NoExceptions then -- printSetting(bs, 4, "GCC_ENABLE_OBJC_EXCEPTIONS" , "NO") xcode.PrintBuildSetting(4, 'GCC_ENABLE_OBJC_EXCEPTIONS = NO;', cfg) end local map = { On = "3", Size = "s", Speed = "3" } -- printSetting(bs, 4, "GCC_OPTIMIZATION_LEVEL" , map[cfg.optimize] or "0") xcode.PrintBuildSetting(4, 'GCC_OPTIMIZATION_LEVEL = ' .. (map[cfg.optimize] or "0") .. ';', cfg) if cfg.pchheader and not cfg.flags.NoPCH then -- printSetting(bs, 4, "GCC_PRECOMPILE_PREFIX_HEADER" , "YES") -- printSetting(bs, 4, "GCC_PREFIX_HEADER", cfg.pchheader, true) xcode.PrintBuildSetting(4, 'GCC_PRECOMPILE_PREFIX_HEADER = YES;', cfg) xcode.PrintBuildSetting(4, 'GCC_PREFIX_HEADER = "' .. cfg.pchheader .. '";', cfg) end xcode.printlist(cfg.defines, 'GCC_PREPROCESSOR_DEFINITIONS', cfg) -- printSetting(bs, 4,"GCC_SYMBOLS_PRIVATE_EXTERN" ,"NO") xcode.PrintBuildSetting(4, 'GCC_SYMBOLS_PRIVATE_EXTERN = NO;', cfg) if cfg.flags.FatalWarnings then -- printSetting(bs, 4, "GCC_TREAT_WARNINGS_AS_ERRORS" , "YES") xcode.PrintBuildSetting(4, 'GCC_TREAT_WARNINGS_AS_ERRORS = YES;', cfg) end -- printSetting(bs, 4,"GCC_WARN_ABOUT_RETURN_TYPE", "YES") -- printSetting(bs, 4,"GCC_WARN_UNUSED_VARIABLE", "YES") xcode.PrintBuildSetting(4, 'GCC_WARN_ABOUT_RETURN_TYPE = YES;', cfg) xcode.PrintBuildSetting(4, 'GCC_WARN_UNUSED_VARIABLE = YES;', cfg) for i,v in ipairs(cfg.includedirs) do cfg.includedirs[i] = premake.project.getrelative(cfg.project, cfg.includedirs[i]) end for i,v in ipairs(cfg.libdirs) do -- print(cfg.libdirs[i]) cfg.libdirs[i] = premake.project.getrelative(cfg.project, cfg.libdirs[i]) end -- xcode.printlist(cfg.includedirs, 'HEADER_SEARCH_PATHS') -- xcode.printlist(cfg.libdirs, 'LIBRARY_SEARCH_PATHS') xcode.printlist(cfg.includedirs, 'HEADER_SEARCH_PATHS', cfg) xcode.printlist(cfg.libdirs, 'LIBRARY_SEARCH_PATHS', cfg) local objDir = path.getrelative(tr.project.location, cfg.objdir) -- printSetting(bs, 4, "OBJROOT", objDir, true) -- printSetting(bs, 4,"ONLY_ACTIVE_ARCH" ,iif(premake.config.isDebugBuild(cfg),'YES','NO')) xcode.PrintBuildSetting(4, 'OBJROOT = "' .. cfg.objdir .. '";', cfg) xcode.PrintBuildSetting(4, 'ONLY_ACTIVE_ARCH = ' .. iif(premake.config.isDebugBuild(cfg), 'YES', 'NO') .. ';', cfg) xcode.PrintBuildSetting(4, 'ENABLE_BITCODE = NO;', cfg) -- build list of "other" C/C++ flags local checks = { ["-ffast-math"] = cfg.flags.FloatFast, ["-ffloat-store"] = cfg.flags.FloatStrict, ["-fomit-frame-pointer"] = cfg.flags.NoFramePointer, } local flags = { } for flag, check in pairs(checks) do if check then table.insert(flags, flag) end end xcode.printlist(table.join(flags, cfg.buildoptions), 'OTHER_CFLAGS', cfg) -- build list of "other" linked flags. All libraries that aren't frameworks -- are listed here, so I don't have to try and figure out if they are ".a" -- or ".dylib", which Xcode requires to list in the Frameworks section flags = { } for _, lib in ipairs(config.getlinks(cfg, "system")) do if not xcode.isframework(lib) then table.insert(flags, "-l" .. lib) end end --ms this step is for reference projects only for _, lib in ipairs(config.getlinks(cfg, "dependencies", "object")) do if (lib.external) then if not xcode.isframework(lib.linktarget.basename) then table.insert(flags, "-l" .. lib.linktarget.basename) end end end flags = table.join(flags, cfg.linkoptions) xcode.printlist(flags, 'OTHER_LDFLAGS', cfg) if cfg.flags.StaticRuntime then -- printSetting(bs, 4,"STANDARD_C_PLUS_PLUS_LIBRARY_TYPE", "static") xcode.PrintBuildSetting(4, 'STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;', cfg) end if targetdir ~= "." then -- printSetting(bs, 4,"SYMROOT", path.getrelative(tr.project.location, targetdir), true) xcode.PrintBuildSetting(4, 'SYMROOT = "' .. targetdir .. '";', cfg) end if cfg.warnings == "Extra" then -- printSetting(bs, 4,"WARNING_CFLAGS" , "-Wall", true) xcode.PrintBuildSetting(4,'WARNING_CFLAGS = "-Wall";', cfg) end local function inTable(tbl, item) for key, value in pairs(tbl) do if value == item then return key end end return false end -- go trough all the overridden settings and write those that havent been already processed -- for key, value in pairs(bs) do -- if not inTable(builtInSettings, key) and inTable(additionalSettings, key) then -- _p(4,'%s = "%s";', key, value[1]) -- end -- end _p(3,'};') _p(3,'name = "%s";', cfgname) _p(2,'};') end function xcode.XCBuildConfiguration(tr) _p('/* Begin XCBuildConfiguration section */') for _, target in ipairs(tr.products.children) do for _, cfg in ipairs(tr.configs) do xcode.XCBuildConfiguration_Target(tr, target, cfg) end end for _, cfg in ipairs(tr.configs) do xcode.XCBuildConfiguration_Project(tr, cfg) end _p('/* End XCBuildConfiguration section */') _p('') end function xcode.XCBuildConfigurationList(tr) local sln = tr.project.solution _p('/* Begin XCConfigurationList section */') for _, target in ipairs(tr.products.children) do _p(2,'%s /* Build configuration list for PBXNativeTarget "%s" */ = {', target.cfgsection, target.name) _p(3,'isa = XCConfigurationList;') _p(3,'buildConfigurations = (') for _, cfg in ipairs(tr.configs) do _p(4,'%s /* %s */,', cfg.xcode.targetid, xcode.getconfigname(cfg)) end _p(3,');') _p(3,'defaultConfigurationIsVisible = 0;') _p(3,'defaultConfigurationName = "%s";', xcode.getconfigname(tr.configs[1])) _p(2,'};') end _p(2,'1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "%s" */ = {', tr.name) _p(3,'isa = XCConfigurationList;') _p(3,'buildConfigurations = (') for _, cfg in ipairs(tr.configs) do _p(4,'%s /* %s */,', cfg.xcode.projectid, xcode.getconfigname(cfg)) end _p(3,');') _p(3,'defaultConfigurationIsVisible = 0;') _p(3,'defaultConfigurationName = "%s";', xcode.getconfigname(tr.configs[1])) _p(2,'};') _p('/* End XCConfigurationList section */') _p('') end function xcode.Footer() _p(1,'};') _p('\trootObject = 08FB7793FE84155DC02AAC07 /* Project object */;') _p('}') end
local IAspect = require("api.IAspect") local IItemAmmo = class.interface("IItemAmmo", { dice_x = "number", dice_y = "number", skill = "string", }, { IAspect }) IItemAmmo.default_impl = "mod.elona.api.aspect.ItemAmmoAspect" function IItemAmmo:is_active(item) return item:is_equipped_at("elona.ammo") and item:get_aspect(IItemAmmo) end return IItemAmmo
AddCSLuaFile("cl_init.lua") AddCSLuaFile("shared.lua") include("shared.lua") function ENT.Initialize(self) self:SetModel("models/props_interiors/corkboardverticle01.mdl") self:SetUseType(SIMPLE_USE) self:PhysicsInit(SOLID_VPHYSICS) self:SetMoveType(MOVETYPE_VPHYSICS) self:SetSolid(SOLID_VPHYSICS) end function ENT:Use(activator, caller) if XYZShit.CoolDown.Check("PrisonSystem:Board", 2, activator) then return end if not (activator:Team() == PrisonSystem.Config.Prisoner) then XYZShit.Msg("Prisoner", PrisonSystem.Config.Color, "You must be a prisoner to use the job board.", activator) return end net.Start("PrisonSystem:UI") net.WriteEntity(self) net.Send(activator) end
require "Object" class(NSIndexPath, Object); function NSIndexPath:create(row, section) return self:get(runtime::invokeClassMethod("NSIndexPath", "indexPathForRow:inSection:", row, section)); end function NSIndexPath:section() return tonumber(runtime::invokeMethod(self:id(), "section")); end function NSIndexPath:row() return tonumber(runtime::invokeMethod(self:id(), "row")); end
workspace "PBRLoader" architecture "x64" startproject "PBRLoader" configurations { "Debug", "Release" } outputdir = "%{cfg.buildcfg}-%{cfg.system}-%{cfg.architecture}" include "Dependencies/GLFW" include "Dependencies/GLAD" include "Dependencies/ImGui" IncludeDirs = {} IncludeDirs["GLFW"] = "Dependencies/GLFW/include" IncludeDirs["GLAD"] = "Dependencies/GLAD/include" IncludeDirs["FreeImage"] = "Dependencies/FreeImage/include" IncludeDirs["FreeType"] = "Dependencies/freetype/include" IncludeDirs["ImGui"] = "Dependencies/ImGui/src" IncludeDirs["Assimp"] = "Dependencies/assimp/inlude" IncludeDirs["GLM"] = "Dependencies/GLM" project "PBRLoader" location "PBRLoader" kind "ConsoleApp" language "C++" cppdialect "C++17" systemversion "latest" inlining "Auto" targetdir ("bin/" .. outputdir .. "/%{prj.name}") objdir ("intermediate/" .. outputdir .. "/%{prj.name}") defines { "IMGUI_IMPL_OPENGL_LOADER_GLAD" } includedirs { "PBRLoader/src", "PBRLoader/src/vendors", "%{IncludeDirs.GLFW}", "%{IncludeDirs.GLAD}", "%{IncludeDirs.FreeImage}", "%{IncludeDirs.FreeType}", "%{IncludeDirs.Assimp}", "%{IncludeDirs.GLM}", "%{IncludeDirs.ImGui}" } libdirs { "Dependencies/FreeImage/libs", "Dependencies/freetype/lib", "Dependencies/assimp/lib" } links { "GLFW", "GLAD", "ImGui", "FreeImage", "freetype" } files { "%{prj.name}/shaders/**.glsl", "%{prj.name}/src/**.h", "%{prj.name}/src/**.cpp", "%{prj.name}/src/renderer/**.h", "%{prj.name}/src/renderer/**.cpp", "%{prj.name}/src/UI/**.h", "%{prj.name}/src/UI/**.cpp", "%{prj.name}/src/utils/**.h", "%{prj.name}/src/utils/**.cpp", "%{prj.name}/src/vendors/imgui-filebrowser/**.h" } filter "system:windows" links { "assimp-vc142-mt" } defines { "_CRT_SECURE_NO_WARNINGS" } postbuildcommands { ("{COPY} ../Dependencies/FreeImage/bin ../bin/" ..outputdir.. "/PBRLoader"), ("{COPY} ../Dependencies/assimp/bin ../bin/" ..outputdir.. "/PBRLoader") } filter "system:linux" links { "dl", "pthread", "assimp", "GL", } filter "configurations:Debug" defines { "DEBUG" } symbols "On" filter "configurations:Release" defines { "RELEASE" } optimize "On"
local init = os.clock() minetest.log("action", "["..minetest.get_current_modname().."] loading...") local modpath = minetest.get_modpath("building_sign") building_sign = { S = modutil.require("translations","venus")(), DEFAULT_NODE = {name="air"}, registered_schematics = {"[custom house]"}, modpath = modpath } modutil.require("local_require")(building_sign) local log = building_sign.require("log") building_sign.log = log function building_sign.out_of_limit(pos) if (pos.x>30927 or pos.x<-30912 or pos.y>30927 or pos.y<-30912 or pos.z>30927 or pos.z<-30912) then return true end return false end function building_sign.register_schematic(file) table.insert(building_sign.registered_schematics,file) end --TODO: load world schematics building_sign.require("building_store","venus") building_sign.require("forms") building_sign.require("areas") local S = building_sign.S minetest.register_node("building_sign:building_marker", { description = S("marker_desc"), drawtype = "nodebox", tiles = {"default_sign_wall_wood.png"}, inventory_image = "default_sign_wood.png", wield_image = "default_sign_wood.png", paramtype = "light", paramtype2 = "wallmounted", sunlight_propagates = true, is_ground_content = false, walkable = false, node_box = { type = "wallmounted", wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125}, wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125}, wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375}, }, groups = {choppy = 2, dig_immediate = 2, attached_node = 1}, sounds = default.node_sound_defaults(), after_place_node = function(pos, placer) local meta = minetest.get_meta(pos) local owner = placer:get_player_name() meta:set_string("owner", owner) end, on_construct = function(pos) local meta = minetest.get_meta(pos) local building = building_sign.areas.get_building(pos) if building then --TODO: load everything from area if building.build_pos then meta:set_string("build_pos",minetest.pos_to_string(building.build_pos)) end if not building.nodedata then meta:set_string("configured","false") meta:set_string("state","unplanned") end else meta:set_string("configured","false") meta:set_string("state","unplanned") end meta:set_string("formspec",building_sign.forms.make_formspec(meta)) end, on_receive_fields = building_sign.forms.on_receive_fields, can_dig = function(pos, player) local pname = player:get_player_name() if minetest.is_protected(pos, pname) then minetest.record_protection_violation(pos, pname) return false end return true end, --on_destruct after_destruct = function(pos, oldnode) --TODO: record sign removal end, }) local time_to_load= os.clock() - init log.action("loaded init in %.4f s", time_to_load)
--[[ This file specifies a number of helper functions used throughout this project. Written by: Andrew Eric Zane License: MIT license, see LICENSE file in this repo. --]] local funcs = {} funcs.number_string = function (number, base, w) --source: http://lua-users.org/lists/lua-l/2002-10/msg00245.html --updated with string.funcs, replaced mod() with %, added w local digits = {} for i=0,9 do digits[i] = string.char(string.byte('0')+i) end for i=10,36 do digits[i] = string.char(string.byte('A')+i-10) end local s = "" repeat local remainder = number % base s = digits[remainder]..s number = (number-remainder)/base until number==0 if w then return string.format("%0".. w .."s", s) else return s end end funcs.sigmoid = function (x, coefficients) --flexible sigmoid function --coefficients = {xRange = _, yRange = _, xCen = _, yCen = _} --defaults create a 1-1 square sigmoid. coefficients.yRange = coefficients.yRange or 1 coefficients.xRange = coefficients.xRange or 1 s = (coefficients.yRange*1.5)/coefficients.xRange --s: slope at sigmoid center p = coefficients.yRange/2 --p: in either direction, distance to sigmoid limit t = coefficients.xCen or .5--t: y value of sigmoid center d = coefficients.yCen or .5--d: x value of sigmoid center local c = 10^(s/p) return (((2*p)/(1+c^(d-x)))+t-p) end funcs.distance = function (dims1, dims2) if #dims1 == #dims2 then local toSqrt = 0 for i=1, #dims1 do toSqrt = toSqrt + ((dims1[i] - dims2[i])^2) end return toSqrt^(.5) else error"Cannot calculate distance between points with different numbers of dimensions." end end funcs.min_index = function (t) local key, min = 1, t[1] for k, v in ipairs(t) do if v < min then key, min = k, v end end return key, min end funcs.extend_table = function (t, ...) for k, v in pairs({...}) do table.insert(t, v) end end return funcs
print("****************************lua调用C# 委托事件相关知识点**************************") local obj = CS.Lesson7() --委托是用来装函数的 --使用C#中的委托 就是用来装LUA函数的 local fun = function() print("Lua函数FUN") end local funcustom = function() print("custom函数调用") end --Lua中没有复合运算符 不能+= --如果第一次往委托中加函数 因为是nil 不能直接+ --所以第一次 要先等= obj.unityAction = fun obj.unityAction = obj.unityAction + fun obj.customDelegate = funcustom obj.customDelegate = obj.customDelegate + funcustom print("****************加函数****************") --obj.unityAction() obj.customDelegate() --不建议这样写,最好还是声明后再加,不清楚匿名函数 obj.unityAction = obj.unityAction + function () print("临时申明的函数") end obj.unityAction() print("****************减函数****************") obj.unityAction = obj.unityAction - fun obj.unityAction() --清空 obj.unityAction = nil print("****************清空****************") obj.unityAction = fun obj.unityAction() print("*********************lua调用C# 事件相关知识点*******************") local fun2 = function () print("事件加的函数") end --事件加函数 和 委托非常不一样 --lua中使用C#事件 加函数 --有点类似使用成员方法 冒号事件名("+",函数变量) obj:eventAction("+", fun2) --最好不这样写 匿名不好去除 obj:eventAction("+", function () print("匿名函数") end) obj:DoEvent() print("*************减事件********************") obj:eventAction("-", fun2) obj:DoEvent() print("*************事件清除*******************") --清空事件不能设置 nil,只能调用C#中方法制空null --obj.eventAction = nil --事件和委托是两个概念:前者是运行某一函数时,调用多个函数。后者是调用一个代表调用多个函数的集合
project "Engine" -- location "." kind "StaticLib" -- or "SharedLib" language "C++" cdialect "C11" cppdialect "C++17" characterset ("ASCII") -- Default, Unicode, MBCS, ASCII Engine_to_root = path.getrelative(os.getcwd(), root_directory) Engine_target_location = (Engine_to_root .. "/" .. target_location) Engine_intermediate_location = (Engine_to_root .. "/" .. intermediate_location) targetdir (Engine_target_location .. "/%{prj.name}") objdir (Engine_intermediate_location .. "/%{prj.name}") implibdir (Engine_intermediate_location .. "/%{prj.name}") pchheader "ges_pch.h" pchsource ("src/ges_pch.cpp") defines "GES_PRECOMPILED_HEADER" files { "src/GES/**.h", "src/GES/**.cpp", "src/ges_pch.cpp", "%{engine_includes.spdlog}/spdlog/**.h", "%{engine_includes.glm}/glm/**.hpp", "%{engine_includes.glm}/glm/**.inl", "%{engine_includes.stb_image}/**.h", "%{engine_includes.stb_image}/**.cpp", } includedirs { "%{engine_includes.engine}", "%{engine_includes.glm}", "%{engine_includes.imgui}", "%{engine_includes.lua}", "%{engine_includes.spdlog}", "%{engine_includes.stb_image}", } links { "imgui", "lua", } postbuildcommands { ("{COPY} \"%{prj.location}assets\" \"" .. Engine_target_location .. "/Sandbox/assets\""), } filter "system:windows" defines "WIN32_LEAN_AND_MEAN" filter "system:windows or macosx or linux or bsd" defines "GLFW_INCLUDE_NONE" links "GLFW" files { "src/Platform/GLFW/**.h", "src/Platform/GLFW/**.cpp", } includedirs "%{engine_includes.GLFW}" filter "system:windows or macosx or linux or bsd" links "Glad" files { "src/Platform/OpenGL/**.h", "src/Platform/OpenGL/**.cpp", } includedirs "%{engine_includes.Glad}" filter "kind:SharedLib" postbuildcommands { ("{COPY} \"%{cfg.buildtarget.relpath}\" \"" .. Engine_target_location .. "/Sandbox/\""), } filter {}
-- Spell Steal Lua created by Elfansoer: https://github.com/Elfansoer/dota-2-lua-abilities/tree/master/scripts/vscripts/lua_abilities/rubick_spell_steal_lua ------------------------------------------- -- TRANSPOSITION ------------------------------------------- LinkLuaModifier("modifier_imba_telekinesis", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_BOTH) LinkLuaModifier("modifier_imba_telekinesis_stun", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_telekinesis_root", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_telekinesis_caster", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) imba_rubick_telekinesis = class({}) function imba_rubick_telekinesis:IsHiddenWhenStolen() return false end function imba_rubick_telekinesis:IsRefreshable() return true end function imba_rubick_telekinesis:IsStealable() return true end function imba_rubick_telekinesis:IsNetherWardStealable() return true end ------------------------------------------- function imba_rubick_telekinesis:CastFilterResultTarget(target) if target == self:GetCaster() and self:GetCaster():IsRooted() then return UF_FAIL_CUSTOM else return UnitFilter(target, DOTA_UNIT_TARGET_TEAM_BOTH, DOTA_UNIT_TARGET_HERO + DOTA_UNIT_TARGET_BASIC, DOTA_UNIT_TARGET_FLAG_NONE, self:GetCaster():GetTeamNumber()) end end function imba_rubick_telekinesis:GetCustomCastErrorTarget(target) if target == self:GetCaster() and self:GetCaster():IsRooted() then return "dota_hud_error_ability_disabled_by_root" end end function imba_rubick_telekinesis:OnSpellStart( params ) local caster = self:GetCaster() -- Handler on lifted targets if caster:HasModifier("modifier_imba_telekinesis_caster") then local target_loc = self:GetCursorPosition() -- Parameters local maximum_distance if self.target:GetTeam() == caster:GetTeam() then maximum_distance = self:GetSpecialValueFor("ally_range") + self:GetCaster():GetCastRangeBonus() + caster:FindTalentValue("special_bonus_imba_rubick_4") else maximum_distance = self:GetSpecialValueFor("enemy_range") + self:GetCaster():GetCastRangeBonus() + caster:FindTalentValue("special_bonus_imba_rubick_4") end if self.telekinesis_marker_pfx then ParticleManager:DestroyParticle(self.telekinesis_marker_pfx, false) ParticleManager:ReleaseParticleIndex(self.telekinesis_marker_pfx) end -- If the marked distance is too great, limit it local marked_distance = (target_loc - self.target_origin):Length2D() if marked_distance > maximum_distance then target_loc = self.target_origin + (target_loc - self.target_origin):Normalized() * maximum_distance end -- Draw marker particle self.telekinesis_marker_pfx = ParticleManager:CreateParticleForTeam("particles/units/heroes/hero_rubick/rubick_telekinesis_marker.vpcf", PATTACH_CUSTOMORIGIN, caster, caster:GetTeam()) ParticleManager:SetParticleControl(self.telekinesis_marker_pfx, 0, target_loc) ParticleManager:SetParticleControl(self.telekinesis_marker_pfx, 1, Vector(3, 0, 0)) ParticleManager:SetParticleControl(self.telekinesis_marker_pfx, 2, self.target_origin) ParticleManager:SetParticleControl(self.target_modifier.tele_pfx, 1, target_loc) self.target_modifier.final_loc = target_loc self.target_modifier.changed_target = true self:EndCooldown() -- Handler on regular else -- Parameters self.target = self:GetCursorTarget() self.target_origin = self.target:GetAbsOrigin() local duration local is_ally = true -- Create modifier and check Linken if self.target:GetTeam() ~= caster:GetTeam() then if self.target:TriggerSpellAbsorb(self) then return nil end duration = self:GetSpecialValueFor("enemy_lift_duration") * (1 - self.target:GetStatusResistance()) self.target:AddNewModifier(caster, self, "modifier_imba_telekinesis_stun", { duration = duration }) is_ally = false else duration = self:GetSpecialValueFor("ally_lift_duration") + caster:FindTalentValue("special_bonus_imba_rubick_2") self.target:AddNewModifier(caster, self, "modifier_imba_telekinesis_root", { duration = duration}) end self.target_modifier = self.target:AddNewModifier(caster, self, "modifier_imba_telekinesis", { duration = duration }) if is_ally then self.target_modifier.is_ally = true end -- Add the particle & sounds self.target_modifier.tele_pfx = ParticleManager:CreateParticle("particles/units/heroes/hero_rubick/rubick_telekinesis.vpcf", PATTACH_CUSTOMORIGIN, caster) ParticleManager:SetParticleControlEnt(self.target_modifier.tele_pfx, 0, self.target, PATTACH_POINT_FOLLOW, "attach_hitloc", self.target:GetAbsOrigin(), true) ParticleManager:SetParticleControlEnt(self.target_modifier.tele_pfx, 1, self.target, PATTACH_POINT_FOLLOW, "attach_hitloc", self.target:GetAbsOrigin(), true) ParticleManager:SetParticleControl(self.target_modifier.tele_pfx, 2, Vector(duration,0,0)) self.target_modifier:AddParticle(self.target_modifier.tele_pfx, false, false, 1, false, false) caster:EmitSound("Hero_Rubick.Telekinesis.Cast") self.target:EmitSound("Hero_Rubick.Telekinesis.Target") -- Modifier-Params self.target_modifier.final_loc = self.target_origin self.target_modifier.changed_target = false -- Add caster handler caster:AddNewModifier(caster, self, "modifier_imba_telekinesis_caster", { duration = duration + FrameTime()}) self:EndCooldown() end end function imba_rubick_telekinesis:GetAbilityTextureName() if self:GetCaster():HasModifier("modifier_imba_telekinesis_caster") then return "rubick_telekinesis_land" end return "rubick_telekinesis" end function imba_rubick_telekinesis:GetBehavior() if self:GetCaster():HasModifier("modifier_imba_telekinesis_caster") then return DOTA_ABILITY_BEHAVIOR_POINT end return DOTA_ABILITY_BEHAVIOR_UNIT_TARGET end function imba_rubick_telekinesis:GetManaCost( target ) if self:GetCaster():HasModifier("modifier_imba_telekinesis_caster") then return 0 else return self.BaseClass.GetManaCost(self, target) end end function imba_rubick_telekinesis:GetCastRange( location , target) if self:GetCaster():HasModifier("modifier_imba_telekinesis_caster") then return 25000 end return self:GetSpecialValueFor("cast_range") end ------------------------------------------- modifier_imba_telekinesis_caster = class({}) function modifier_imba_telekinesis_caster:IsDebuff() return false end function modifier_imba_telekinesis_caster:IsHidden() return true end function modifier_imba_telekinesis_caster:IsPurgable() return false end function modifier_imba_telekinesis_caster:IsPurgeException() return false end function modifier_imba_telekinesis_caster:IsStunDebuff() return false end ------------------------------------------- function modifier_imba_telekinesis_caster:OnDestroy() local ability = self:GetAbility() if ability.telekinesis_marker_pfx then ParticleManager:DestroyParticle(ability.telekinesis_marker_pfx, false) ParticleManager:ReleaseParticleIndex(ability.telekinesis_marker_pfx) end end ------------------------------------------- modifier_imba_telekinesis = class({}) function modifier_imba_telekinesis:IsDebuff() if self:GetParent():GetTeamNumber() ~= self:GetCaster():GetTeamNumber() then return true end return false end function modifier_imba_telekinesis:IsHidden() return false end function modifier_imba_telekinesis:IsPurgable() return false end function modifier_imba_telekinesis:IsPurgeException() return false end function modifier_imba_telekinesis:IsStunDebuff() return false end function modifier_imba_telekinesis:IsMotionController() return true end function modifier_imba_telekinesis:GetMotionControllerPriority() return DOTA_MOTION_CONTROLLER_PRIORITY_MEDIUM end ------------------------------------------- function modifier_imba_telekinesis:OnCreated( params ) if IsServer() then -- Ability properties local caster = self:GetCaster() local ability = self:GetAbility() self.parent = self:GetParent() self.z_height = 0 self.duration = params.duration self.lift_animation = ability:GetSpecialValueFor("lift_animation") self.fall_animation = ability:GetSpecialValueFor("fall_animation") self.current_time = 0 -- Start thinking self.frametime = FrameTime() self:StartIntervalThink(FrameTime()) Timers:CreateTimer(FrameTime(), function() self.duration = self:GetRemainingTime() end) end end function modifier_imba_telekinesis:OnIntervalThink() if IsServer() then -- Check motion controllers if not self:CheckMotionControllers() then self:Destroy() return nil end -- Vertical Motion self:VerticalMotion(self.parent, self.frametime) -- Horizontal Motion self:HorizontalMotion(self.parent, self.frametime) end end function modifier_imba_telekinesis:EndTransition() if IsServer() then if self.transition_end_commenced then return nil end self.transition_end_commenced = true local caster = self:GetCaster() local parent = self:GetParent() local ability = self:GetAbility() local ally_cooldown_reduction = ability:GetSpecialValueFor("ally_cooldown") -- Set the thrown unit on the ground parent:SetUnitOnClearGround() ResolveNPCPositions(parent:GetAbsOrigin(), 64) -- Remove the stun/root modifier parent:RemoveModifierByName("modifier_imba_telekinesis_stun") parent:RemoveModifierByName("modifier_imba_telekinesis_root") local parent_pos = parent:GetAbsOrigin() -- Ability properties local ability = self:GetAbility() local impact_radius = ability:GetSpecialValueFor("impact_radius") GridNav:DestroyTreesAroundPoint(parent_pos, impact_radius, true) -- Parameters local damage = ability:GetSpecialValueFor("damage") local impact_stun_duration = ability:GetSpecialValueFor("impact_stun_duration") local impact_radius = ability:GetSpecialValueFor("impact_radius") parent:StopSound("Hero_Rubick.Telekinesis.Target") parent:EmitSound("Hero_Rubick.Telekinesis.Target.Land") ParticleManager:ReleaseParticleIndex(self.tele_pfx) -- Play impact particle local landing_pfx = ParticleManager:CreateParticle("particles/units/heroes/hero_rubick/rubick_telekinesis_land.vpcf", PATTACH_CUSTOMORIGIN, self:GetCaster()) ParticleManager:SetParticleControl(landing_pfx, 0, parent_pos) ParticleManager:SetParticleControl(landing_pfx, 1, parent_pos) ParticleManager:ReleaseParticleIndex(landing_pfx) -- Deal damage and stun to enemies local enemies = FindUnitsInRadius(caster:GetTeamNumber(), parent_pos, nil, impact_radius, DOTA_UNIT_TARGET_TEAM_ENEMY, DOTA_UNIT_TARGET_HERO + DOTA_UNIT_TARGET_BASIC, DOTA_UNIT_TARGET_FLAG_NONE, FIND_ANY_ORDER, false) for _,enemy in ipairs(enemies) do if enemy ~= parent then enemy:AddNewModifier(caster, ability, "modifier_stunned", {duration = impact_stun_duration * (1 - enemy:GetStatusResistance())}) end ApplyDamage({attacker = caster, victim = enemy, ability = ability, damage = damage, damage_type = ability:GetAbilityDamageType()}) end if #enemies > 0 and self.is_ally then parent:EmitSound("Hero_Rubick.Telekinesis.Target.Stun") elseif #enemies > 1 and not self.is_ally then parent:EmitSound("Hero_Rubick.Telekinesis.Target.Stun") end ability:UseResources(true, false, true) -- Special considerations for ally telekinesis if self.is_ally then local current_cooldown = ability:GetCooldownTime() ability:EndCooldown() ability:StartCooldown(current_cooldown * ally_cooldown_reduction) end end end function modifier_imba_telekinesis:VerticalMotion(unit, dt) if IsServer() then self.current_time = self.current_time + dt local max_height = self:GetAbility():GetSpecialValueFor("max_height") -- Check if it shall lift up if self.current_time <= self.lift_animation then self.z_height = self.z_height + ((dt / self.lift_animation) * max_height) unit:SetAbsOrigin(GetGroundPosition(unit:GetAbsOrigin(), unit) + Vector(0,0,self.z_height)) elseif self.current_time > (self.duration - self.fall_animation) then self.z_height = self.z_height - ((dt / self.fall_animation) * max_height) if self.z_height < 0 then self.z_height = 0 end unit:SetAbsOrigin(GetGroundPosition(unit:GetAbsOrigin(), unit) + Vector(0,0,self.z_height)) else max_height = self.z_height end if self.current_time >= self.duration then self:EndTransition() self:Destroy() end end end function modifier_imba_telekinesis:HorizontalMotion(unit, dt) if IsServer() then self.distance = self.distance or 0 if (self.current_time > (self.duration - self.fall_animation)) then if self.changed_target then local frames_to_end = math.ceil((self.duration - self.current_time) / dt) self.distance = (unit:GetAbsOrigin() - self.final_loc):Length2D() / frames_to_end self.changed_target = false end if (self.current_time + dt) >= self.duration then unit:SetAbsOrigin(self.final_loc) self:EndTransition() else unit:SetAbsOrigin( unit:GetAbsOrigin() + ((self.final_loc - unit:GetAbsOrigin()):Normalized() * self.distance)) end end end end function modifier_imba_telekinesis:GetTexture() return "rubick_telekinesis" end function modifier_imba_telekinesis:OnDestroy() if IsServer() then -- If it was destroyed because of the parent dying, set the caster at the ground position. if not self.parent:IsAlive() then self.parent:SetUnitOnClearGround() end end end ------------------------------------------- modifier_imba_telekinesis_stun = class({}) function modifier_imba_telekinesis_stun:IsDebuff() return true end function modifier_imba_telekinesis_stun:IsHidden() return true end function modifier_imba_telekinesis_stun:IsPurgable() return false end function modifier_imba_telekinesis_stun:IsPurgeException() return false end function modifier_imba_telekinesis_stun:IsStunDebuff() return true end ------------------------------------------- function modifier_imba_telekinesis_stun:DeclareFunctions() local decFuns = { MODIFIER_PROPERTY_OVERRIDE_ANIMATION, } return decFuns end function modifier_imba_telekinesis_stun:GetOverrideAnimation() return ACT_DOTA_FLAIL end function modifier_imba_telekinesis_stun:CheckState() local state = { [MODIFIER_STATE_STUNNED] = true } return state end modifier_imba_telekinesis_root = class({}) function modifier_imba_telekinesis_root:IsDebuff() return false end function modifier_imba_telekinesis_root:IsHidden() return true end function modifier_imba_telekinesis_root:IsPurgable() return false end function modifier_imba_telekinesis_root:IsPurgeException() return false end ------------------------------------------- function modifier_imba_telekinesis_root:CheckState() local state = { [MODIFIER_STATE_ROOTED] = true } return state end ------------------------------------------------------------------------ imba_rubick_fade_bolt = imba_rubick_fade_bolt or class({}) LinkLuaModifier("modifier_imba_rubick_fade_bolt", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_fade_bolt_break", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) function imba_rubick_fade_bolt:GetCooldown(level) return self.BaseClass.GetCooldown(self, level) - self:GetCaster():FindTalentValue("special_bonus_imba_rubick_fade_bolt_cooldown") end function imba_rubick_fade_bolt:OnSpellStart() if IsServer() then local previous_unit = self:GetCaster() local current_target = self:GetCursorTarget() local entities_damaged = {} local damage = self:GetSpecialValueFor("damage") local kaboom = false -- If the target possesses a ready Linken's Sphere, do nothing if current_target:GetTeam() ~= self:GetCaster():GetTeam() then if current_target:TriggerSpellAbsorb(self) then return nil end end EmitSoundOn("Hero_Rubick.FadeBolt.Cast", self:GetCaster()) self:GetCaster():StartGesture(ACT_DOTA_CAST_ABILITY_3) -- Start bouncing with bounce delay Timers:CreateTimer(function() -- add entity in a table to not hit it twice! table.insert(entities_damaged, current_target) -- Look for enemy heroes local units = FindUnitsInRadius(self:GetCaster():GetTeamNumber(), current_target:GetAbsOrigin(), nil, self:GetSpecialValueFor("radius"), self:GetAbilityTargetTeam(), self:GetAbilityTargetType(), self:GetAbilityTargetFlags(), FIND_CLOSEST, false ) -- if this jump is below the first one, increase damage if previous_unit ~= self:GetCaster() then local damage_increase = self:GetSpecialValueFor("jump_damage_bonus_pct") * (damage / 100) if self:GetCaster():HasTalent("special_bonus_imba_rubick_5") then damage_increase = (self:GetSpecialValueFor("jump_damage_bonus_pct") + self:GetCaster():FindTalentValue("special_bonus_imba_rubick_5")) * (damage / 100) end damage = damage + damage_increase end -- if talent 6 is level-up, kaboom the target and end the function if kaboom == true then local particle_explosion_fx = ParticleManager:CreateParticle("particles/units/heroes/hero_rubick/rubick_fade_bolt_explode.vpcf", PATTACH_WORLDORIGIN, current_target) ParticleManager:SetParticleControl(particle_explosion_fx, 0, current_target:GetAbsOrigin()) ParticleManager:SetParticleControl(particle_explosion_fx, 1, current_target:GetAbsOrigin()) ParticleManager:SetParticleControl(particle_explosion_fx, 2, Vector(self:GetSpecialValueFor("radius"), 1, 1)) ParticleManager:ReleaseParticleIndex(particle_explosion_fx) EmitSoundOn("ParticleDriven.Rocket.Explode", current_target) for _, unit in pairs(units) do if unit ~= current_target then ApplyDamage({ attacker = self:GetCaster(), victim = unit, ability = self, damage = damage / (100 / self:GetCaster():FindTalentValue("special_bonus_imba_rubick_7")), damage_type = self:GetAbilityDamageType() }) end end return nil end -- Damage target ApplyDamage({ attacker = self:GetCaster(), victim = current_target, ability = self, damage = damage, damage_type = self:GetAbilityDamageType() }) self.fade_bolt_particle = "particles/units/heroes/hero_rubick/rubick_fade_bolt.vpcf" -- turn particle to red if break talent is levelup if self:GetCaster():HasTalent("special_bonus_imba_rubick_3") then current_target:AddNewModifier(self:GetCaster(), self, "modifier_imba_rubick_fade_bolt_break", {duration = self:GetCaster():FindTalentValue("special_bonus_imba_rubick_3") * (1 - current_target:GetStatusResistance())}) -- self.fade_bolt_particle = "particles/units/heroes/hero_rubick/rubick_fade_bolt_red.vpcf" end -- play Fade Bolt particle local particle = ParticleManager:CreateParticle(self.fade_bolt_particle, PATTACH_CUSTOMORIGIN, previous_unit) ParticleManager:SetParticleControlEnt(particle, 0, previous_unit, PATTACH_POINT_FOLLOW, "attach_hitloc", previous_unit:GetAbsOrigin(), true) ParticleManager:SetParticleControlEnt(particle, 1, current_target, PATTACH_POINT_FOLLOW, "attach_hitloc", current_target:GetAbsOrigin(), true) -- Play cast sound EmitSoundOn("Hero_Rubick.FadeBolt.Target", current_target) current_target:AddNewModifier(self:GetCaster(), self, "modifier_imba_rubick_fade_bolt", {duration = self:GetSpecialValueFor("duration") * (1 - current_target:GetStatusResistance())}) current_target.damaged_by_fade_bolt = true -- keep the last hero hit to play the particle for the next bounce previous_unit = current_target -- Search for a unit for _, unit in pairs(units) do if unit ~= previous_unit and unit.damaged_by_fade_bolt ~= true then -- update the new target current_target = unit break end end -- If a new target was found, wait and jump again if previous_unit ~= current_target then return self:GetSpecialValueFor("jump_delay") else -- reset fade bolt hit counter for _, damaged in pairs(entities_damaged) do damaged.damaged_by_fade_bolt = false end if self:GetCaster():HasTalent("special_bonus_imba_rubick_7") then kaboom = true return FrameTime() end return nil end end) end end modifier_imba_rubick_fade_bolt = modifier_imba_rubick_fade_bolt or class({}) function modifier_imba_rubick_fade_bolt:IsDebuff() return true end function modifier_imba_rubick_fade_bolt:GetEffectName() return self.effect_name end function modifier_imba_rubick_fade_bolt:GetEffectAttachType() return PATTACH_ABSORIGIN_FOLLOW end function modifier_imba_rubick_fade_bolt:OnCreated() if not self:GetAbility() then self:Destroy() return end self.hero_attack_damage_reduction = self:GetAbility():GetSpecialValueFor("hero_attack_damage_reduction") * (-1) self.creep_attack_damage_reduction = self:GetAbility():GetSpecialValueFor("creep_attack_damage_reduction") * (-1) self.frail_mana_cost_increase_pct = self:GetAbility():GetSpecialValueFor("frail_mana_cost_increase_pct") * (-1) if IsServer() then self.effect_name = "particles/units/heroes/hero_rubick/rubick_fade_bolt_debuff.vpcf" -- if self:GetAbility():GetCaster():HasTalent("special_bonus_imba_rubick_3") then -- self.effect_name = "particles/units/heroes/hero_rubick/rubick_fade_bolt_debuff_red.vpcf" -- end end end function modifier_imba_rubick_fade_bolt:DeclareFunctions() return { MODIFIER_PROPERTY_PREATTACK_BONUS_DAMAGE, MODIFIER_PROPERTY_MANACOST_PERCENTAGE_STACKING } end function modifier_imba_rubick_fade_bolt:GetModifierPreAttack_BonusDamage() if self:GetParent():IsHero() or (self:GetParent().IsRoshan and self:GetParent():IsRoshan()) then return self.hero_attack_damage_reduction else return self.creep_attack_damage_reduction end end function modifier_imba_rubick_fade_bolt:GetModifierPercentageManacostStacking() return self.frail_mana_cost_increase_pct end modifier_imba_rubick_fade_bolt_break = class({}) function modifier_imba_rubick_fade_bolt_break:CheckState() return { [MODIFIER_STATE_PASSIVES_DISABLED] = true } end ------------------------------------ LinkLuaModifier("modifier_imba_rubick_null_field_aura", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_null_field_aura_debuff", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_null_field", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_null_field_debuff", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) imba_rubick_null_field = imba_rubick_null_field or class({}) function imba_rubick_null_field:GetIntrinsicModifierName() return "modifier_imba_rubick_null_field_aura" end function imba_rubick_null_field:GetCastRange(location, target) return self.BaseClass.GetCastRange(self, location, target) + self:GetCaster():FindTalentValue("special_bonus_imba_rubick_6"); end function imba_rubick_null_field:OnSpellStart() if IsServer() then if self:GetCaster():HasModifier("modifier_imba_rubick_null_field_aura") then self:GetCaster():RemoveModifierByName("modifier_imba_rubick_null_field_aura") self:GetCaster():AddNewModifier(self:GetCaster(), self, "modifier_imba_rubick_null_field_aura_debuff", {}) self:GetCaster():EmitSound("Hero_Rubick.NullField.Offense") elseif self:GetCaster():HasModifier("modifier_imba_rubick_null_field_aura_debuff") then self:GetCaster():RemoveModifierByName("modifier_imba_rubick_null_field_aura_debuff") self:GetCaster():AddNewModifier(self:GetCaster(), self, "modifier_imba_rubick_null_field_aura", {}) self:GetCaster():EmitSound("Hero_Rubick.NullField.Defense") end end end function imba_rubick_null_field:GetAbilityTextureName() local offensive = self:GetCaster():HasModifier("modifier_imba_rubick_null_field_aura_debuff") if offensive then return "rubick_null_field_offensive" end return "rubick_null_field" end modifier_imba_rubick_null_field_aura = modifier_imba_rubick_null_field_aura or class({}) -- Modifier properties function modifier_imba_rubick_null_field_aura:IsAura() return true end function modifier_imba_rubick_null_field_aura:IsAuraActiveOnDeath() return false end function modifier_imba_rubick_null_field_aura:IsDebuff() return false end function modifier_imba_rubick_null_field_aura:IsHidden() return true end function modifier_imba_rubick_null_field_aura:RemoveOnDeath() return false end function modifier_imba_rubick_null_field_aura:IsPurgable() return false end -- Aura properties function modifier_imba_rubick_null_field_aura:GetAuraRadius() return self:GetAbility():GetSpecialValueFor("radius") + self:GetCaster():FindTalentValue("special_bonus_imba_rubick_6") end function modifier_imba_rubick_null_field_aura:GetAuraSearchFlags() return self:GetAbility():GetAbilityTargetFlags() end function modifier_imba_rubick_null_field_aura:GetAuraSearchTeam() return DOTA_UNIT_TARGET_TEAM_FRIENDLY end function modifier_imba_rubick_null_field_aura:GetAuraSearchType() return self:GetAbility():GetAbilityTargetType() end function modifier_imba_rubick_null_field_aura:GetModifierAura() return "modifier_imba_rubick_null_field" end modifier_imba_rubick_null_field_aura_debuff = modifier_imba_rubick_null_field_aura_debuff or class({}) -- Modifier properties function modifier_imba_rubick_null_field_aura_debuff:IsAura() return true end function modifier_imba_rubick_null_field_aura_debuff:IsAuraActiveOnDeath() return false end function modifier_imba_rubick_null_field_aura_debuff:IsDebuff() return false end function modifier_imba_rubick_null_field_aura_debuff:IsHidden() return true end function modifier_imba_rubick_null_field_aura_debuff:RemoveOnDeath() return false end function modifier_imba_rubick_null_field_aura_debuff:IsPurgable() return false end -- Aura properties function modifier_imba_rubick_null_field_aura_debuff:GetAuraRadius() return self:GetAbility():GetSpecialValueFor("radius") + self:GetCaster():FindTalentValue("special_bonus_imba_rubick_6") end function modifier_imba_rubick_null_field_aura_debuff:GetAuraSearchFlags() return self:GetAbility():GetAbilityTargetFlags() end function modifier_imba_rubick_null_field_aura_debuff:GetAuraSearchTeam() return DOTA_UNIT_TARGET_TEAM_ENEMY end function modifier_imba_rubick_null_field_aura_debuff:GetAuraSearchType() return self:GetAbility():GetAbilityTargetType() end function modifier_imba_rubick_null_field_aura_debuff:GetModifierAura() return "modifier_imba_rubick_null_field_debuff" end modifier_imba_rubick_null_field = modifier_imba_rubick_null_field or class({}) -- Modifier properties function modifier_imba_rubick_null_field:IsHidden() return false end function modifier_imba_rubick_null_field:IsPurgable() return false end function modifier_imba_rubick_null_field:OnCreated() self.bonus_magic_resist = self:GetAbility():GetSpecialValueFor("magic_damage_reduction_pct") self.bonus_status_resistance = self:GetAbility():GetSpecialValueFor("status_resistance_reduction_pct") end function modifier_imba_rubick_null_field:DeclareFunctions() local funcs = { MODIFIER_PROPERTY_MAGICAL_RESISTANCE_BONUS, MODIFIER_PROPERTY_STATUS_RESISTANCE_STACKING, } return funcs end function modifier_imba_rubick_null_field:GetModifierMagicalResistanceBonus() return self.bonus_magic_resist end function modifier_imba_rubick_null_field:GetModifierStatusResistanceStacking() return self.bonus_status_resistance end --[[ -- talent idea function modifier_imba_rubick_null_field:GetModifierStatusResistanceStacking() return self.bonus_status_resistance * 0.01 * self:GetParent():GetBaseMagicalResistanceValue() end --]] modifier_imba_rubick_null_field_debuff = modifier_imba_rubick_null_field_debuff or class({}) -- Modifier properties function modifier_imba_rubick_null_field_debuff:IsHidden() return false end function modifier_imba_rubick_null_field_debuff:IsPurgable() return false end function modifier_imba_rubick_null_field_debuff:OnCreated() self.bonus_magic_resist = self:GetAbility():GetSpecialValueFor("magic_damage_reduction_pct") * (-1) self.bonus_status_resistance = self:GetAbility():GetSpecialValueFor("status_resistance_reduction_pct") * (-1) end function modifier_imba_rubick_null_field_debuff:DeclareFunctions() local funcs = { MODIFIER_PROPERTY_MAGICAL_RESISTANCE_BONUS, MODIFIER_PROPERTY_STATUS_RESISTANCE_STACKING, } return funcs end function modifier_imba_rubick_null_field_debuff:GetModifierMagicalResistanceBonus() return self.bonus_magic_resist end function modifier_imba_rubick_null_field_debuff:GetModifierStatusResistanceStacking() return self.bonus_status_resistance end --[[ -- talent idea function modifier_imba_rubick_null_field_debuff:GetModifierStatusResistanceStacking() return self.bonus_status_resistance * 0.01 * self:GetParent():GetBaseMagicalResistanceValue() end --]] ---------------------- -- ARCANE SUPREMACY -- ---------------------- LinkLuaModifier("modifier_imba_rubick_arcane_supremacy", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_arcane_supremacy_flip_aura", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_arcane_supremacy_flip", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_arcane_supremacy_debuff", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) imba_rubick_arcane_supremacy = class({}) modifier_imba_rubick_arcane_supremacy = class({}) modifier_imba_rubick_arcane_supremacy_flip_aura = class({}) modifier_imba_rubick_arcane_supremacy_flip = class({}) modifier_imba_rubick_arcane_supremacy_debuff = class({}) function imba_rubick_arcane_supremacy:GetAbilityTextureName() if self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") then return "rubick_null_field_offensive" else return "rubick_null_field" end end -- IMBAfication: Magus Adaption function imba_rubick_arcane_supremacy:GetBehavior() return DOTA_ABILITY_BEHAVIOR_TOGGLE + DOTA_ABILITY_BEHAVIOR_IMMEDIATE + DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL end function imba_rubick_arcane_supremacy:GetIntrinsicModifierName() return "modifier_imba_rubick_arcane_supremacy" end function imba_rubick_arcane_supremacy:OnToggle() if not IsServer() then return end self:GetCaster():RemoveGesture(ACT_DOTA_CAST_ABILITY_4) self:GetCaster():StartGesture(ACT_DOTA_CAST_ABILITY_4) if self:GetToggleState() then self:GetCaster():AddNewModifier(self:GetCaster(), self, "modifier_imba_rubick_arcane_supremacy_flip_aura", {}) else self:GetCaster():RemoveModifierByNameAndCaster("modifier_imba_rubick_arcane_supremacy_flip_aura", self:GetCaster()) end end ------------------------------- -- ARCANE SUPREMACY MODIFIER -- ------------------------------- function modifier_imba_rubick_arcane_supremacy:IsHidden() return true end function modifier_imba_rubick_arcane_supremacy:DeclareFunctions() return { MODIFIER_PROPERTY_SPELL_AMPLIFY_PERCENTAGE, MODIFIER_PROPERTY_STATUS_RESISTANCE_STACKING, MODIFIER_EVENT_ON_ABILITY_EXECUTED, MODIFIER_EVENT_ON_MODIFIER_ADDED } end -- This is innate function modifier_imba_rubick_arcane_supremacy:GetModifierSpellAmplify_Percentage() if not self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") then return self:GetAbility():GetSpecialValueFor("spell_amp") or 0 end end -- This is IMBAfication for when flipped to the other side function modifier_imba_rubick_arcane_supremacy:GetModifierStatusResistanceStacking() if self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") then return self:GetAbility():GetSpecialValueFor("status_resistance") or 0 end end -- -- This handles the debuff amplification -- function modifier_imba_rubick_arcane_supremacy:OnAbilityExecuted(keys) -- if not IsServer() or self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") then return end -- if keys.unit == self:GetParent() and keys.target and keys.target:GetTeamNumber() ~= self:GetParent():GetTeamNumber() then -- keys.target:AddNewModifier(self:GetCaster(), self:GetAbility(), "modifier_imba_rubick_arcane_supremacy_debuff", {}) -- Timers:CreateTimer(FrameTime() * 2, function() -- keys.target:RemoveModifierByNameAndCaster("modifier_imba_rubick_arcane_supremacy_debuff", self:GetCaster()) -- end) -- end -- end -- This handles the debuff amplification (in an extremely jank sense) function modifier_imba_rubick_arcane_supremacy:OnModifierAdded(keys) if self:GetAbility() and not self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") and self:GetCaster().GetPlayerID and keys.issuer_player_index == self:GetCaster():GetPlayerID() and keys.unit and keys.unit:GetTeamNumber() ~= self:GetCaster():GetTeamNumber() and keys.unit.FindAllModifiers then for _, modifier in pairs(keys.unit:FindAllModifiers()) do if modifier.IsDebuff and modifier:IsDebuff() and modifier:GetDuration() > 0 and (not modifier.IgnoreTenacity or not modifier:IgnoreTenacity()) and ((modifier.GetCaster and modifier:GetCaster() == self:GetCaster()) or (modifier.GetAbility and modifier:GetAbility().GetCaster and modifier:GetAbility():GetCaster() == self:GetCaster())) and GameRules:GetGameTime() - modifier:GetCreationTime() <= FrameTime() then Timers:CreateTimer(FrameTime() * 2, function() if modifier and self and not self:IsNull() and self:GetAbility() then modifier:SetDuration((modifier:GetRemainingTime() * (100 + self:GetAbility():GetSpecialValueFor("status_resistance")) * 0.01) - (FrameTime() * 2), true) end end) end end end end -------------------------------- -- ARCANE SUPREMACY FLIP AURA -- -------------------------------- function modifier_imba_rubick_arcane_supremacy_flip_aura:IsHidden() return true end function modifier_imba_rubick_arcane_supremacy_flip_aura:IsAura() return true end function modifier_imba_rubick_arcane_supremacy_flip_aura:GetAuraRadius() return self.radius or self:GetAbility():GetTalentSpecialValueFor("radius") end function modifier_imba_rubick_arcane_supremacy_flip_aura:GetAuraSearchFlags() return DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES end function modifier_imba_rubick_arcane_supremacy_flip_aura:GetAuraSearchTeam() return DOTA_UNIT_TARGET_TEAM_ENEMY end function modifier_imba_rubick_arcane_supremacy_flip_aura:GetAuraSearchType() return DOTA_UNIT_TARGET_HERO + DOTA_UNIT_TARGET_BASIC end function modifier_imba_rubick_arcane_supremacy_flip_aura:GetModifierAura() return "modifier_imba_rubick_arcane_supremacy_flip" end ------------------------------------ -- ARCANE SUPREMACY FLIP MODIFIER -- ------------------------------------ function modifier_imba_rubick_arcane_supremacy_flip:DeclareFunctions() return { MODIFIER_PROPERTY_SPELL_AMPLIFY_PERCENTAGE } end function modifier_imba_rubick_arcane_supremacy_flip:GetModifierSpellAmplify_Percentage() return (self:GetAbility():GetSpecialValueFor("spell_amp") * (-1)) or 0 end -------------------------------------- -- ARCANE SUPREMACY DEBUFF MODIFIER -- -------------------------------------- function modifier_imba_rubick_arcane_supremacy_debuff:IsHidden() return true end function modifier_imba_rubick_arcane_supremacy_debuff:OnCreated() self.status_resistance = self:GetAbility():GetSpecialValueFor("status_resistance") end function modifier_imba_rubick_arcane_supremacy_debuff:DeclareFunctions() return { MODIFIER_PROPERTY_STATUS_RESISTANCE_STACKING } end function modifier_imba_rubick_arcane_supremacy_debuff:GetModifierStatusResistanceStacking() return self.status_resistance * (-1) end ------------------------------------------- -- CLANDESTINE LIBRARIAN ------------------------------------------- LinkLuaModifier("modifier_imba_rubick_clandestine_librarian", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) imba_rubick_clandestine_librarian = class({}) function imba_rubick_clandestine_librarian:IsInnateAbility() return true end function imba_rubick_clandestine_librarian:GetIntrinsicModifierName() return "modifier_imba_rubick_clandestine_librarian" end modifier_imba_rubick_clandestine_librarian = class({}) function modifier_imba_rubick_clandestine_librarian:IsDebuff() return false end function modifier_imba_rubick_clandestine_librarian:IsHidden() return false end function modifier_imba_rubick_clandestine_librarian:IsPurgable() return false end function modifier_imba_rubick_clandestine_librarian:IsPurgeException() return false end function modifier_imba_rubick_clandestine_librarian:DeclareFunctions() return { MODIFIER_EVENT_ON_ABILITY_FULLY_CAST, MODIFIER_PROPERTY_SPELL_AMPLIFY_PERCENTAGE, MODIFIER_EVENT_ON_DEATH } end function modifier_imba_rubick_clandestine_librarian:OnAbilityFullyCast( keys ) if keys.unit == self:GetParent() then if keys.ability:GetAbilityName() == "imba_rubick_spellsteal" and self:GetStackCount() < self:GetAbility():GetSpecialValueFor("max_spell_amp") then self:SetStackCount(self:GetStackCount() + self:GetAbility():GetSpecialValueFor("spell_amp_per_cast")) end end end function modifier_imba_rubick_clandestine_librarian:GetModifierSpellAmplify_Percentage() return self:GetStackCount() end function modifier_imba_rubick_clandestine_librarian:OnDeath( keys ) if keys.unit == self:GetParent() and not self:GetParent():IsReincarnating() then self:SetStackCount(math.ceil(self:GetStackCount() * (100 - self:GetAbility():GetSpecialValueFor("loss_pct")) / 100)) end end ------------------------------------------- -- SPELL STEAL ANIMATIONS REFERENCES ------------------------------------------- imba_rubick_animations_reference = {} imba_rubick_animations_reference.animations = { -- AbilityName, bNormalWhenStolen, nActivity, nTranslate, fPlaybackRate {"default", nil, ACT_DOTA_CAST_ABILITY_5, "bolt"}, {"imba_abaddon_death_coil", false, ACT_DOTA_CAST_ABILITY_3, "", 1.4}, {"imba_axe_berserkers_call", false, ACT_DOTA_CAST_ABILITY_3, "", 1.0}, {"imba_antimage_blink", nil, nil, "am_blink"}, {"imba_antimage_mana_void", false, ACT_DOTA_CAST_ABILITY_5, "mana_void"}, {"imba_bane_brain_sap", false, ACT_DOTA_CAST_ABILITY_5,"brain_sap"}, {"imba_bane_fiends_grip", false, ACT_DOTA_CHANNEL_ABILITY_5,"fiends_grip"}, {"bristleback_viscous_nasal_goo", false, ACT_DOTA_ATTACK,"",2.0}, {"chaos_knight_chaos_bolt", false, ACT_DOTA_ATTACK,"", 2.0}, {"chaos_knight_reality_rift", true, ACT_DOTA_CAST_ABILITY_5, "strike", 2.0}, {"chaos_knight_phantasm", true, ACT_DOTA_CAST_ABILITY_5, "remnant"}, {"imba_centaur_warrunner_hoof_stomp", false, ACT_DOTA_CAST_ABILITY_5, "slam", 2.0}, {"imba_centaur_warrunner_double_edge", false, ACT_DOTA_ATTACK, "", 2.0}, {"imba_centaur_warrunner_stampede", false, ACT_DOTA_OVERRIDE_ABILITY_4, "strength"}, {"imba_crystal_maiden_crystal_nova", false, ACT_DOTA_CAST_ABILITY_5, "crystal_nova"}, {"imba_crystal_maiden_frostbite", false, ACT_DOTA_CAST_ABILITY_5, "frostbite"}, {"imba_crystal_maiden_freezing_field", false, ACT_DOTA_CHANNEL_ABILITY_5, "freezing_field"}, {"imba_dazzle_shallow_grave", false, ACT_DOTA_CAST_ABILITY_5, "repel"}, {"imba_dazzle_shadow_wave", false, ACT_DOTA_CAST_ABILITY_3, ""}, {"imba_dazzle_weave", false, ACT_DOTA_CAST_ABILITY_5, "crystal_nova"}, {"furion_sprout", false, ACT_DOTA_CAST_ABILITY_5, "sprout"}, {"furion_teleportation", true, ACT_DOTA_CAST_ABILITY_5, "teleport"}, {"furion_force_of_nature", false, ACT_DOTA_CAST_ABILITY_5, "summon"}, {"furion_wrath_of_nature", false, ACT_DOTA_CAST_ABILITY_5, "wrath"}, {"imba_lina_dragon_slave", false, nil, "wave"}, {"imba_lina_light_strike_array", false, nil, "lsa"}, {"imba_lina_laguna_blade", false, nil, "laguna"}, {"ogre_magi_fireblast", false, nil, "frostbite"}, {"imba_omniknight_purification", true, nil, "purification", 1.4}, {"imba_omniknight_repel", false, nil, "repel"}, {"imba_omniknight_guardian_angel", true, nil, "guardian_angel", 1.3}, {"imba_phantom_assassin_stifling_dagger", false, ACT_DOTA_ATTACK,"", 2.0}, {"imba_phantom_assassin_shadow_strike", false, nil, "qop_blink"}, {"imba_queen_of_pain_shadow_strike", false, nil, "shadow_strike"}, {"imba_queen_of_pain_blink", false, nil, "qop_blink"}, {"imba_queen_of_pain_scream_of_pain", false, nil, "scream"}, {"imba_queen_of_pain_sonic_wave", false, nil, "sonic_wave"}, {"imba_nevermore_shadowraze_close", false, ACT_DOTA_CAST_ABILITY_5, "shadowraze", 2.0}, {"imba_nevermore_shadowraze_medium", false, ACT_DOTA_CAST_ABILITY_5, "shadowraze", 2.0}, {"imba_nevermore_shadowraze_far", false, ACT_DOTA_CAST_ABILITY_5, "shadowraze", 2.0}, {"imba_nevermore_requiem_of_souls", true, ACT_DOTA_CAST_ABILITY_5, "requiem"}, {"imba_sven_warcry", nil, ACT_DOTA_OVERRIDE_ABILITY_3, "strength"}, {"imba_sven_gods_strength", nil, ACT_DOTA_OVERRIDE_ABILITY_4, "strength"}, {"imba_slardar_slithereen_crush", false, ACT_DOTA_MK_SPRING_END, nil}, {"imba_ursa_earthshock", true, ACT_DOTA_CAST_ABILITY_5, "earthshock", 1.7}, {"imba_ursa_overpower", true, ACT_DOTA_OVERRIDE_ABILITY_3, "overpower"}, {"imba_ursa_enrage", true, ACT_DOTA_OVERRIDE_ABILITY_4, "enrage"}, {"imba_vengefulspirit_wave_of_terror", nil, nil, "roar"}, {"imba_vengefulspirit_nether_swap", nil, nil, "qop_blink"}, } imba_rubick_animations_reference.current = 1 function imba_rubick_animations_reference:SetCurrentReference( spellName ) self.imba_rubick_animations_reference = self:FindReference( spellName ) end function imba_rubick_animations_reference:SetCurrentReferenceIndex( index ) imba_rubick_animations_reference.current = index end function imba_rubick_animations_reference:GetCurrentReference() return self.current end function imba_rubick_animations_reference:FindReference( spellName ) for k,v in pairs(self.animations) do if v[1]==spellName then return k end end return 1 end function imba_rubick_animations_reference:IsNormal() return self.animations[self.current][2] or false end function imba_rubick_animations_reference:GetActivity() return self.animations[self.current][3] or ACT_DOTA_CAST_ABILITY_5 end function imba_rubick_animations_reference:GetTranslate() return self.animations[self.current][4] or "" end function imba_rubick_animations_reference:GetPlaybackRate() return self.animations[self.current][5] or 1 end ------------------------------------------- -- SPELL STEAL ------------------------------------------- imba_rubick_spellsteal = imba_rubick_spellsteal or class({}) LinkLuaModifier("imba_rubick_spellsteal", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_spellsteal", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_imba_rubick_spellsteal_animation", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_rubick_spellsteal_hidden", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) ------------------------------------------- -- BANNED ABILITIES ------------------------------------------- imba_rubick_spellsteal.banned_abilities = { "imba_sniper_headshot", "imba_rubick_spellsteal", "shredder_chakram", "shredder_chakram_2", "shredder_return_chakram", "shredder_return_chakram_2", "monkey_king_wukongs_command", "void_spirit_aether_remnant", } -------------------------------------------------------------------------------- -- Passive Modifier -------------------------------------------------------------------------------- imba_rubick_spellsteal.firstTime = true function imba_rubick_spellsteal:OnHeroCalculateStatBonus() if self.firstTime then self:GetCaster():AddNewModifier(self:GetCaster(),self,"modifier_rubick_spellsteal_hidden", {}) self.firstTime = false end end -------------------------------------------------------------------------------- -- Ability Cast Filter -------------------------------------------------------------------------------- imba_rubick_spellsteal.failState = nil function imba_rubick_spellsteal:CastFilterResultTarget( hTarget ) if IsServer() then if self.is_stealing_spell == true then return UF_FAIL_CUSTOM end if self:GetLastSpell( hTarget ) == nil then self.failState = "nevercast" return UF_FAIL_CUSTOM end -- Straight up do not allow stealing banned abilities so Rubick doesn't get blank garbage for _, banned_ability in pairs(self.banned_abilities) do if self:GetLastSpell(hTarget).primarySpell and self:GetLastSpell(hTarget).primarySpell.GetName and self:GetLastSpell(hTarget).primarySpell:GetName() == banned_ability then return UF_FAIL_CUSTOM elseif self:GetLastSpell(hTarget).secondarySpell and self:GetLastSpell(hTarget).secondarySpell.GetName and self:GetLastSpell(hTarget).secondarySpell:GetName() == banned_ability then return UF_FAIL_CUSTOM end end if self:GetCaster():HasAbility("monkey_king_primal_spring") and self:GetLastSpell(hTarget).primarySpell and self:GetLastSpell(hTarget).primarySpell.GetName and self:GetLastSpell(hTarget).primarySpell:GetName() == "monkey_king_tree_dance" then return UF_FAIL_CUSTOM end end local nResult = UnitFilter( hTarget, DOTA_UNIT_TARGET_TEAM_ENEMY, DOTA_UNIT_TARGET_HERO + DOTA_UNIT_TARGET_CREEP, DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES + DOTA_UNIT_TARGET_FLAG_NOT_CREEP_HERO, self:GetCaster():GetTeamNumber() ) if nResult ~= UF_SUCCESS then return nResult end return UF_SUCCESS end function imba_rubick_spellsteal:GetCustomCastErrorTarget( hTarget ) if self.failState and self.failState == "nevercast" then self.failState = nil return "Target never casted an ability" end if self.is_stealing_spell == true then return "You're already stealing a spell!" end for _, banned_ability in pairs(self.banned_abilities) do if self:GetLastSpell(hTarget).primarySpell and self:GetLastSpell(hTarget).primarySpell.GetName and self:GetLastSpell(hTarget).primarySpell:GetName() == banned_ability then return "#dota_hud_error_spell_steal_banned_ability" elseif self:GetLastSpell(hTarget).secondarySpell and self:GetLastSpell(hTarget).secondarySpell.GetName and self:GetLastSpell(hTarget).secondarySpell:GetName() == banned_ability then return "#dota_hud_error_spell_steal_banned_ability" end end if self:GetCaster():HasAbility("monkey_king_primal_spring") and self:GetLastSpell(hTarget).primarySpell and self:GetLastSpell(hTarget).primarySpell.GetName and self:GetLastSpell(hTarget).primarySpell:GetName() == "monkey_king_tree_dance" then return "#dota_hud_error_spell_steal_monkey_king_tree_dance" end end -------------------------------------------------------------------------------- -- Ability Start -------------------------------------------------------------------------------- --[[ function imba_rubick_spellsteal:OnAbilityPhaseStart() -- Has Talent not working in CastFilterResultTarget for whatever reasons, ez fix if self:GetCursorTarget():IsCreep() and self:GetCaster():HasTalent("special_bonus_imba_rubick_1") == false then DisplayError(self:GetCaster():GetPlayerID(), "#dota_hud_error_cant_cast_on_creep") return false end return true end --]] function imba_rubick_spellsteal:GetCastRange( vLocation, hTarget ) if self:GetCaster():HasScepter() then return self:GetSpecialValueFor("cast_range_scepter") else return self.BaseClass.GetCastRange( self, vLocation, hTarget ) end end function imba_rubick_spellsteal:GetCooldown( iLevel ) if self:GetCaster():HasScepter() then return self:GetSpecialValueFor("cooldown_scepter") else return self.BaseClass.GetCooldown( self, iLevel ) end end imba_rubick_spellsteal.stolenSpell = nil imba_rubick_spellsteal.is_stealing_spell = false -- fixes spell stolen not removed and unable to cast spell steal if dying before projectile hits rubick function imba_rubick_spellsteal:OnOwnerSpawned() if not IsServer() then return end self:ForgetSpell() self.is_stealing_spell = false end function imba_rubick_spellsteal:OnSpellStart() -- unit identifier self.spell_target = self:GetCursorTarget() -- Cancel if blocked if self.spell_target:TriggerSpellAbsorb( self ) then return end self.is_stealing_spell = true -- Prevent weird stuff from happening if copied by Lotus Orb or duplicated through Grimstroke's Soulbind if self:GetAbilityIndex() == 0 then return end -- Get last used spell self.stolenSpell = {} self.stolenSpell.stolenFrom = self:GetLastSpell( self.spell_target ).handle:GetUnitName() self.stolenSpell.primarySpell = self:GetLastSpell( self.spell_target ).primarySpell self.stolenSpell.secondarySpell = self:GetLastSpell( self.spell_target ).secondarySpell self.stolenSpell.linkedTalents = self:GetLastSpell( self.spell_target ).linkedTalents -- load data local projectile_name = "particles/units/heroes/hero_rubick/rubick_spell_steal.vpcf" local projectile_speed = self:GetSpecialValueFor("projectile_speed") -- Create Projectile local info = { Target = self:GetCaster(), Source = self.spell_target, Ability = self, EffectName = projectile_name, iMoveSpeed = projectile_speed, vSourceLoc = self.spell_target:GetAbsOrigin(), -- Optional (HOW) bDrawsOnMinimap = false, -- Optional bDodgeable = false, -- Optional bVisibleToEnemies = true, -- Optional bReplaceExisting = false, -- Optional } projectile = ProjectileManager:CreateTrackingProjectile(info) -- Play effects local sound_cast = "Hero_Rubick.SpellSteal.Cast" EmitSoundOn( sound_cast, self:GetCaster() ) local sound_target = "Hero_Rubick.SpellSteal.Target" EmitSoundOn( sound_target, self.spell_target ) end function imba_rubick_spellsteal:OnProjectileHit( target, location ) self.is_stealing_spell = false -- need to remove it to send the right spell amp stolen with aghanim if self:GetCaster():HasModifier("modifier_imba_rubick_spellsteal") then self:GetCaster():RemoveModifierByName("modifier_imba_rubick_spellsteal") end -- Add ability self:SetStolenSpell( self.stolenSpell ) self.stolenSpell = nil -- Add modifier target:AddNewModifier( self:GetCaster(), -- player source self, -- ability source "modifier_imba_rubick_spellsteal", -- modifier name {spell_amp = self.spell_target:GetSpellAmplification(false)} -- kv ) local sound_cast = "Hero_Rubick.SpellSteal.Complete" EmitSoundOn( sound_cast, target ) end -------------------------------------------------------------------------------- -- Helper: Heroes Data -------------------------------------------------------------------------------- imba_rubick_spellsteal.heroesData = {} function imba_rubick_spellsteal:SetLastSpell( hHero, hSpell ) local primary_ability = nil local secondary_ability = nil local secondary = nil local primary = nil local linked_talents = {} local hero_name = (string.gsub(hHero:GetUnitName(), "npc_dota_hero_","")) primary_ability = hSpell:GetAssociatedPrimaryAbilities() secondary_ability = hSpell:GetAssociatedSecondaryAbilities() -- check if there is primary or secondary linked ability if primary_ability ~= nil then primary = hHero:FindAbilityByName(primary_ability) secondary = hSpell else primary = hSpell end --print(primary:GetStolenActivityModifier()) --special_bonus_imba_sniper_1 --PrintTable(hHero:FindAbilityByName("special_bonus_imba_sniper_1")) -- loop thru poop thru talent table for i=1,8 do talent = hHero:FindAbilityByName("special_bonus_imba_"..hero_name.."_"..i) if talent and talent:IsTrained() then for k,v in pairs(talent:GetAbilityKeyValues()) do if k == "LinkedAbility" then if ( primary and v["01"] == primary:GetAbilityName() ) or ( secondary and v["01"] == secondary:GetAbilityName() ) then --print("we can haz this talent: "..talent:GetAbilityName()) table.insert( linked_talents, talent:GetAbilityName() ) end end end end end if secondary_ability ~= nil then secondary = hHero:FindAbilityByName(secondary_ability) end -- -- banned abilities from being stolen somehow -- for _,banned_ability in pairs(self.banned_abilities) do -- if primary ~= nil and primary:GetAbilityName() == banned_ability then -- primary = nil -- end -- if secondary ~= nil and secondary:GetAbilityName() == banned_ability then -- secondary = nil -- end -- end -- find hero in list local heroData = nil for _,data in pairs(imba_rubick_spellsteal.heroesData) do if data.handle == hHero then heroData = data break end end -- store data if heroData then heroData.primarySpell = primary heroData.secondarySpell = secondary heroData.linkedTalents = linked_talents else local newData = {} newData.handle = hHero newData.primarySpell = primary newData.secondarySpell = secondary newData.linkedTalents = linked_talents table.insert( imba_rubick_spellsteal.heroesData, newData ) end end function imba_rubick_spellsteal:GetLastSpell(hHero) -- find hero in list local heroData = nil for _,data in pairs(imba_rubick_spellsteal.heroesData) do if data.handle==hHero then heroData = data break end end if heroData then -- local table = {} -- table.lastSpell = heroData.lastSpell -- table.interaction = self.interactions.Init( table.lastSpell, self ) -- return table return heroData end return nil end function imba_rubick_spellsteal:PrintStatus() print("Heroes and spells:") for _,heroData in pairs(imba_rubick_spellsteal.heroesData) do if heroData.primarySpell ~= nil then print( heroData.handle:GetUnitName(), heroData.handle, heroData.primarySpell:GetAbilityName(), heroData.primarySpell ) end if heroData.secondarySpell ~= nil then print( heroData.handle:GetUnitName(), heroData.handle, heroData.secondarySpell:GetAbilityName(), heroData.secondarySpell ) end end end -------------------------------------------------------------------------------- -- Helper: Current spell -------------------------------------------------------------------------------- imba_rubick_spellsteal.CurrentPrimarySpell = nil imba_rubick_spellsteal.CurrentSecondarySpell = nil imba_rubick_spellsteal.CurrentSpellOwner = nil imba_rubick_spellsteal.animations = imba_rubick_animations_reference imba_rubick_spellsteal.slot1 = "rubick_empty1" imba_rubick_spellsteal.slot2 = "rubick_empty2" -- Add new stolen spell function imba_rubick_spellsteal:SetStolenSpell( spellData ) if not spellData then return end local primarySpell = spellData.primarySpell local secondarySpell = spellData.secondarySpell local linkedTalents = spellData.linkedTalents -- I have no idea wtf is going on but trying to get this ability to be (mostly) stolen correctly without abilities being out of slot if self:GetCaster():HasAbility("monkey_king_primal_spring") then self:GetCaster():RemoveAbility("monkey_king_primal_spring") end -- Forget previous one self:ForgetSpell() -- print("Stolen spell: "..primarySpell:GetAbilityName()) -- if secondarySpell then -- print("Stolen secondary spell: "..secondarySpell:GetAbilityName()) -- end --phoenix is a meme if self.CurrentSpellOwner == "npc_dota_hero_phoenix" then if secondarySpell:GetAbilityName() == "imba_phoenix_icarus_dive_stop" then secondarySpell:SetHidden(true) end self:GetCaster():AddAbility( "imba_phoenix_sun_ray_stop" ) elseif self.CurrentSpellOwner == "npc_dota_hero_storm_spirit" then self.vortex = self:GetCaster():AddAbility( "imba_storm_spirit_electric_vortex" ) self.vortex:SetLevel( 4 ) self.vortex:SetStolen( true ) end if self:GetCaster():HasAbility("monkey_king_primal_spring_early") then self:GetCaster():RemoveAbility("monkey_king_primal_spring_early") end if primarySpell:GetAbilityName() == "monkey_king_tree_dance" then self.CurrentSecondarySpell = self:GetCaster():AddAbility("monkey_king_primal_spring") self.CurrentSecondarySpell:SetLevel(primarySpell:GetLevel()) self:GetCaster():SwapAbilities( self.slot2, self.CurrentSecondarySpell:GetAbilityName(), false, true ) -- local spring_early_ability = self:GetCaster():AddAbility("monkey_king_primal_spring_early") -- spring_early_ability:SetHidden(true) -- spring_early_ability:SetActivated(true) end -- Vanilla Leshrac has some scepter thinker associated with Pulse Nova/Lightning Storm that is required, otherwise the lightning storms strike every frame -_- if self:GetCaster():HasModifier("modifier_leshrac_lightning_storm_scepter_thinker") then self:GetCaster():RemoveModifierByName("modifier_leshrac_lightning_storm_scepter_thinker") end if secondarySpell~=nil and not secondarySpell:IsNull() and secondarySpell:GetName() == "leshrac_lightning_storm" then self:GetCaster():AddNewModifier(self:GetCaster(), secondarySpell, "modifier_leshrac_lightning_storm_scepter_thinker", {}) end -- Add new spell if primarySpell~=nil and not primarySpell:IsNull() then self.CurrentPrimarySpell = self:GetCaster():AddAbility( primarySpell:GetAbilityName() ) self.CurrentPrimarySpell:SetLevel( primarySpell:GetLevel() ) self.CurrentPrimarySpell:SetStolen( true ) if self.CurrentPrimarySpell.OnStolen then self.CurrentPrimarySpell:OnStolen(self.CurrentPrimarySpell) end -- respect IsHiddenWhenStolen() if self.CurrentPrimarySpell:IsHiddenWhenStolen() then self.CurrentPrimarySpell:SetHidden(true) end --else self:GetCaster():SwapAbilities( self.slot1, self.CurrentPrimarySpell:GetAbilityName(), false, true ) --end end if secondarySpell~=nil and not secondarySpell:IsNull() then self.CurrentSecondarySpell = self:GetCaster():AddAbility( secondarySpell:GetAbilityName() ) self.CurrentSecondarySpell:SetLevel( secondarySpell:GetLevel() ) self.CurrentSecondarySpell:SetStolen( true ) if self.CurrentSecondarySpell.OnStolen then self.CurrentSecondarySpell:OnStolen(self.CurrentPrimarySpell) end -- respect IsHiddenWhenStolen() if self.CurrentSecondarySpell:IsHiddenWhenStolen() then self.CurrentSecondarySpell:SetHidden(true) end self:GetCaster():SwapAbilities( self.slot2, self.CurrentSecondarySpell:GetAbilityName(), false, true ) -- Tiny's Tree Throw needs to be hidden on Rubick otherwise Rubick can abuse it forever if self.CurrentSecondarySpell:GetAbilityName() == "tiny_toss_tree" then self.CurrentSecondarySpell:SetHidden(true) end end -- Add Linked Talents for _,talent in pairs(linkedTalents) do local talent_handle = self:GetCaster():AddAbility( talent ) talent_handle:SetLevel( 1 ) talent_handle:SetStolen( true ) end -- Animations override if self.CurrentPrimarySpell ~= nil then self.animations:SetCurrentReference( self.CurrentPrimarySpell:GetAbilityName() ) if not self.animations:IsNormal() then --self.CurrentPrimarySpell:SetOverrideCastPoint( 0.1 ) end self.CurrentSpellOwner = spellData.stolenFrom end if self:GetCaster():HasAbility("monkey_king_primal_spring_early") then self:GetCaster():FindAbilityByName("monkey_king_primal_spring_early"):SetHidden(true) end -- One last check to see if the abilities are in the correct slots? -- if self.CurrentPrimarySpell and self.CurrentPrimarySpell.GetAbilityIndex then -- print(self.CurrentPrimarySpell:GetAbilityIndex()) -- end -- if self.CurrentSecondarySpell and self.CurrentSecondarySpell.GetAbilityIndex and self.CurrentSecondarySpell:GetAbilityIndex() ~= 4 then -- self:GetCaster():SwapAbilities( self.CurrentSecondarySpell:GetAbilityName(), self:GetCaster():GetAbilityByIndex(4):GetAbilityName(), true, true ) -- end end -- Remove currently stolen spell function imba_rubick_spellsteal:ForgetSpell() if self.CurrentSpellOwner ~= nil then for i = 0, self:GetCaster():GetModifierCount() -1 do if string.find(self:GetCaster():GetModifierNameByIndex(i),string.gsub(self.CurrentSpellOwner, "npc_dota_hero_","")) then self:GetCaster():RemoveModifierByName(self:GetCaster():GetModifierNameByIndex(i)) end end -- remove stolen talents -- print("special_bonus_imba_"..string.gsub(self.CurrentSpellOwner, "npc_dota_hero_","").."_1") for i = 0, self:GetCaster():GetAbilityCount() -1 do local talent = self:GetCaster():FindAbilityByName("special_bonus_imba_"..string.gsub(self.CurrentSpellOwner, "npc_dota_hero_","").."_"..i) if talent then -- print(talent:GetAbilityName()) self:GetCaster():RemoveAbility( talent:GetAbilityName() ) end end end if self.CurrentPrimarySpell~=nil and not self.CurrentPrimarySpell:IsNull() then if self.CurrentPrimarySpell.OnUnStolen then self.CurrentPrimarySpell:OnUnStolen() end --print("forgetting primary") self:GetCaster():SwapAbilities( self.slot1, self.CurrentPrimarySpell:GetAbilityName(), true, false ) self:GetCaster():RemoveAbility( self.CurrentPrimarySpell:GetAbilityName() ) if self.CurrentSecondarySpell~=nil and not self.CurrentSecondarySpell:IsNull() then if self.CurrentSecondarySpell.OnUnStolen then self.CurrentSecondarySpell:OnUnStolen() end --print("forgetting secondary") self:GetCaster():SwapAbilities( self.slot2, self.CurrentSecondarySpell:GetAbilityName(), true, false ) self:GetCaster():RemoveAbility( self.CurrentSecondarySpell:GetAbilityName() ) end --GetAbility self.CurrentPrimarySpell = nil self.CurrentSecondarySpell = nil self.CurrentSpellOwner = nil end end -------------------------------------------------------------------------------- -- Ability Considerations -------------------------------------------------------------------------------- function imba_rubick_spellsteal:AbilityConsiderations() -- Scepter local bScepter = caster:HasScepter() -- Linken & Lotus local bBlocked = target:TriggerSpellAbsorb( self ) -- Break local bBroken = caster:PassivesDisabled() -- Advanced Status local bInvulnerable = target:IsInvulnerable() local bInvisible = target:IsInvisible() local bHexed = target:IsHexed() local bMagicImmune = target:IsMagicImmune() -- Illusion Copy local bIllusion = target:IsIllusion() end ------------------------------------------- -- modifier_rubick_spellsteal_hidden ------------------------------------------- LinkLuaModifier("modifier_rubick_spellsteal_hidden", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) modifier_rubick_spellsteal_hidden = class({}) function modifier_rubick_spellsteal_hidden:IsHidden() return true end function modifier_rubick_spellsteal_hidden:IsDebuff() return false end function modifier_rubick_spellsteal_hidden:IsPurgable() return false end function modifier_rubick_spellsteal_hidden:RemoveOnDeath() return false end function modifier_rubick_spellsteal_hidden:OnCreated( kv ) end function modifier_rubick_spellsteal_hidden:OnRefresh( kv ) end function modifier_rubick_spellsteal_hidden:OnDestroy() end function modifier_rubick_spellsteal_hidden:DeclareFunctions() local funcs = { MODIFIER_EVENT_ON_ABILITY_EXECUTED, } return funcs end function modifier_rubick_spellsteal_hidden:OnAbilityExecuted( params ) if IsServer() then if params.unit==self:GetParent() and (not params.ability:IsItem()) then return end -- Filter illusions if params.unit:IsIllusion() then return end -- Is Stealable? if not params.ability:IsStealable() then return end -- Not sure why this is needed since it checks for being an item on top, maybe custom items? if string.find(params.ability:GetAbilityName(), "item") then return end self:GetAbility():SetLastSpell( params.unit, params.ability ) end end ------------------------------------------- -- modifier_imba_rubick_spellsteal ------------------------------------------- modifier_imba_rubick_spellsteal = class({}) function modifier_imba_rubick_spellsteal:IsHidden() return true end function modifier_imba_rubick_spellsteal:IsDebuff() return false end function modifier_imba_rubick_spellsteal:IsPurgable() return false end function modifier_imba_rubick_spellsteal:OnCreated( kv ) if IsClient() then return end if kv.spell_amp == nil then return end self.stolen_spell_amp = kv.spell_amp * 100 self:SetStackCount(self.stolen_spell_amp) end function modifier_imba_rubick_spellsteal:OnRefresh( kv ) if IsClient() then return end self:SetStackCount(self.stolen_spell_amp) end function modifier_imba_rubick_spellsteal:OnDestroy( kv ) if not IsServer() then return end self:GetAbility():ForgetSpell() end -------------------------------------------------------------------------------- -- Modifier Effects -------------------------------------------------------------------------------- function modifier_imba_rubick_spellsteal:DeclareFunctions() return { MODIFIER_EVENT_ON_ABILITY_START, MODIFIER_PROPERTY_SPELL_AMPLIFY_PERCENTAGE, } end function modifier_imba_rubick_spellsteal:OnAbilityStart( params ) if IsServer() then if params.unit==self:GetParent() then if bit.band(params.ability:GetBehavior(), DOTA_ABILITY_BEHAVIOR_NORMAL_WHEN_STOLEN) ~= DOTA_ABILITY_BEHAVIOR_NORMAL_WHEN_STOLEN then -- No cast point is what Rubick is known for... params.ability:SetOverrideCastPoint(0) end if params.ability==self:GetAbility().currentSpell then -- Destroy previous animation local modifier = self:GetParent():FindModifierByNameAndCaster( "modifier_imba_rubick_spellsteal_animation", self:GetParent() ) if modifier then modifier:Destroy() end -- Animate local anim_duration = math.max( 1.5, params.ability:GetCastPoint() ) if params.ability:GetChannelTime()>0 then anim_duration = params.ability:GetChannelTime() end local animate = self:GetParent():AddNewModifier( self:GetParent(), self:GetAbility(), "modifier_imba_rubick_spellsteal_animation", { duration = anim_duration, spellName = params.ability:GetAbilityName(), } ) end end end end function modifier_imba_rubick_spellsteal:GetModifierSpellAmplify_Percentage(keys) if self:GetCaster():HasTalent("special_bonus_imba_rubick_spell_steal_spell_amp") and keys and keys.inflictor and keys.inflictor:IsStolen() then return math.max(self:GetCaster():FindTalentValue("special_bonus_imba_rubick_spell_steal_spell_amp"), self:GetStackCount()) elseif self:GetCaster():HasScepter() then return self:GetStackCount() end end ------------------------------------------- -- modifier_imba_rubick_spellsteal_animation ------------------------------------------- modifier_imba_rubick_spellsteal_animation = class({}) function modifier_imba_rubick_spellsteal_animation:IsHidden() return false end function modifier_imba_rubick_spellsteal_animation:IsDebuff() return false end function modifier_imba_rubick_spellsteal_animation:IsPurgable() return false end function modifier_imba_rubick_spellsteal_animation:OnCreated( kv ) if IsServer() then -- Get SpellName self.spellName = kv.spellName -- Set stack to current reference self:SetStackCount( self:GetAbility().animations:GetCurrentReference() ) end if not IsServer() then -- Retrieve current reference self:GetAbility().animations:SetCurrentReferenceIndex( self:GetStackCount() ) end end function modifier_imba_rubick_spellsteal_animation:OnRefresh( kv ) end function modifier_imba_rubick_spellsteal_animation:OnDestroy( kv ) end function modifier_imba_rubick_spellsteal_animation:DeclareFunctions() local funcs = { MODIFIER_PROPERTY_OVERRIDE_ANIMATION, MODIFIER_PROPERTY_OVERRIDE_ANIMATION_RATE, -- MODIFIER_PROPERTY_OVERRIDE_ANIMATION_WEIGHT, MODIFIER_PROPERTY_TRANSLATE_ACTIVITY_MODIFIERS, MODIFIER_EVENT_ON_ORDER, } return funcs end function modifier_imba_rubick_spellsteal_animation:GetOverrideAnimation() return self:GetAbility().animations:GetActivity() end function modifier_imba_rubick_spellsteal_animation:GetOverrideAnimationRate() return self:GetAbility().animations:GetPlaybackRate() end function modifier_imba_rubick_spellsteal_animation:GetActivityTranslationModifiers() return self:GetAbility().animations:GetTranslate() end function modifier_imba_rubick_spellsteal_animation:OnOrder( params ) if IsServer() then if params.unit==self:GetParent() then self:Destroy() end end end --------------------- -- TALENT HANDLERS -- --------------------- LinkLuaModifier("modifier_special_bonus_imba_rubick_fade_bolt_cooldown", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_special_bonus_imba_rubick_remnants_of_null_field", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_special_bonus_imba_rubick_remnants_of_null_field_positive", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_special_bonus_imba_rubick_remnants_of_null_field_negative", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) modifier_special_bonus_imba_rubick_fade_bolt_cooldown = modifier_special_bonus_imba_rubick_fade_bolt_cooldown or class({}) modifier_special_bonus_imba_rubick_remnants_of_null_field = modifier_special_bonus_imba_rubick_remnants_of_null_field or class({}) modifier_special_bonus_imba_rubick_remnants_of_null_field_positive = modifier_special_bonus_imba_rubick_remnants_of_null_field_positive or class({}) modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura = modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura or class({}) modifier_special_bonus_imba_rubick_remnants_of_null_field_negative = modifier_special_bonus_imba_rubick_remnants_of_null_field_negative or class({}) function modifier_special_bonus_imba_rubick_fade_bolt_cooldown:IsHidden() return true end function modifier_special_bonus_imba_rubick_fade_bolt_cooldown:IsPurgable() return false end function modifier_special_bonus_imba_rubick_fade_bolt_cooldown:RemoveOnDeath() return false end --------------------------------------------------------------- -- MODIFIER_SPECIAL_BONUS_IMBA_RUBICK_REMNANTS_OF_NULL_FIELD -- --------------------------------------------------------------- function modifier_special_bonus_imba_rubick_remnants_of_null_field:IsHidden() return true end function modifier_special_bonus_imba_rubick_remnants_of_null_field:IsPurgable() return false end function modifier_special_bonus_imba_rubick_remnants_of_null_field:RemoveOnDeath() return false end function modifier_special_bonus_imba_rubick_remnants_of_null_field:OnCreated() if not IsServer() then return end self:GetCaster():AddNewModifier(self:GetCaster(), self:GetCaster():FindAbilityByName("special_bonus_imba_rubick_remnants_of_null_field"), "modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura", {}) end function modifier_special_bonus_imba_rubick_remnants_of_null_field:IsAura() return true end function modifier_special_bonus_imba_rubick_remnants_of_null_field:IsAuraActiveOnDeath() return false end function modifier_special_bonus_imba_rubick_remnants_of_null_field:GetAuraRadius() if self:GetCaster().FindTalentValue then return self:GetCaster():FindTalentValue("special_bonus_imba_rubick_remnants_of_null_field", "radius") end end function modifier_special_bonus_imba_rubick_remnants_of_null_field:GetAuraSearchFlags() return DOTA_UNIT_TARGET_FLAG_INVULNERABLE + DOTA_UNIT_TARGET_FLAG_OUT_OF_WORLD end function modifier_special_bonus_imba_rubick_remnants_of_null_field:GetAuraSearchTeam() return DOTA_UNIT_TARGET_TEAM_FRIENDLY end function modifier_special_bonus_imba_rubick_remnants_of_null_field:GetAuraSearchType() return DOTA_UNIT_TARGET_HERO + DOTA_UNIT_TARGET_BASIC end function modifier_special_bonus_imba_rubick_remnants_of_null_field:GetModifierAura() return "modifier_special_bonus_imba_rubick_remnants_of_null_field_positive" end function modifier_special_bonus_imba_rubick_remnants_of_null_field:GetAuraEntityReject(target) return not self:GetCaster().FindTalentValue or self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") end ------------------------------------------------------------------------ -- MODIFIER_SPECIAL_BONUS_IMBA_RUBICK_REMNANTS_OF_NULL_FIELD_POSITIVE -- ------------------------------------------------------------------------ function modifier_special_bonus_imba_rubick_remnants_of_null_field_positive:GetTexture() return "rubick_null_field" end function modifier_special_bonus_imba_rubick_remnants_of_null_field_positive:OnCreated() self.magic_resistance = self:GetCaster():FindTalentValue("special_bonus_imba_rubick_remnants_of_null_field", "magic_resistance") end function modifier_special_bonus_imba_rubick_remnants_of_null_field_positive:DeclareFunctions() return {MODIFIER_PROPERTY_MAGICAL_RESISTANCE_BONUS} end function modifier_special_bonus_imba_rubick_remnants_of_null_field_positive:GetModifierMagicalResistanceBonus() if not self:GetCaster() or self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") then self:Destroy() return 0 else return self.magic_resistance end end ----------------------------------------------------------------------------- -- MODIFIER_SPECIAL_BONUS_IMBA_RUBICK_REMNANTS_OF_NULL_FIELD_NEGATIVE_AURA -- ----------------------------------------------------------------------------- function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:IsHidden() return true end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:IsPurgable() return false end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:RemoveOnDeath() return false end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:IsAura() return true end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:IsAuraActiveOnDeath() return false end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:GetAuraRadius() if self:GetCaster().FindTalentValue then return self:GetCaster():FindTalentValue("special_bonus_imba_rubick_remnants_of_null_field", "radius") end end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:GetAuraSearchFlags() return DOTA_UNIT_TARGET_FLAG_INVULNERABLE + DOTA_UNIT_TARGET_FLAG_OUT_OF_WORLD end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:GetAuraSearchTeam() return DOTA_UNIT_TARGET_TEAM_ENEMY end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:GetAuraSearchType() return DOTA_UNIT_TARGET_HERO + DOTA_UNIT_TARGET_BASIC end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:GetModifierAura() return "modifier_special_bonus_imba_rubick_remnants_of_null_field_negative" end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative_aura:GetAuraEntityReject(target) return not self:GetCaster().FindTalentValue or not self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") end ------------------------------------------------------------------------ -- MODIFIER_SPECIAL_BONUS_IMBA_RUBICK_REMNANTS_OF_NULL_FIELD_NEGATIVE -- ------------------------------------------------------------------------ function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative:GetTexture() return "rubick_null_field_offensive" end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative:OnCreated() self.magic_resistance = self:GetCaster():FindTalentValue("special_bonus_imba_rubick_remnants_of_null_field", "magic_resistance") * (-1) end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative:DeclareFunctions() return {MODIFIER_PROPERTY_MAGICAL_RESISTANCE_BONUS} end function modifier_special_bonus_imba_rubick_remnants_of_null_field_negative:GetModifierMagicalResistanceBonus() if not self:GetCaster() or not self:GetCaster():HasModifier("modifier_imba_rubick_arcane_supremacy_flip_aura") then self:Destroy() return 0 else return self.magic_resistance end end function imba_rubick_fade_bolt:OnOwnerSpawned() if not IsServer() then return end if self:GetCaster():HasTalent("special_bonus_imba_rubick_fade_bolt_cooldown") and not self:GetCaster():HasModifier("modifier_special_bonus_imba_rubick_fade_bolt_cooldown") then self:GetCaster():AddNewModifier(self:GetCaster(), self:GetCaster():FindAbilityByName("special_bonus_imba_rubick_fade_bolt_cooldown"), "modifier_special_bonus_imba_rubick_fade_bolt_cooldown", {}) end end function imba_rubick_arcane_supremacy:OnOwnerSpawned() if not IsServer() then return end if self:GetCaster():HasTalent("special_bonus_imba_rubick_remnants_of_null_field") and not self:GetCaster():HasModifier("modifier_special_bonus_imba_rubick_remnants_of_null_field") then self:GetCaster():AddNewModifier(self:GetCaster(), self:GetCaster():FindAbilityByName("special_bonus_imba_rubick_remnants_of_null_field"), "modifier_special_bonus_imba_rubick_remnants_of_null_field", {}) end end --------------------- -- TALENT HANDLERS -- --------------------- LinkLuaModifier("modifier_special_bonus_imba_rubick_2", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_special_bonus_imba_rubick_3", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) LinkLuaModifier("modifier_special_bonus_imba_rubick_spell_steal_spell_amp", "components/abilities/heroes/hero_rubick", LUA_MODIFIER_MOTION_NONE) modifier_special_bonus_imba_rubick_2 = modifier_special_bonus_imba_rubick_2 or class({}) modifier_special_bonus_imba_rubick_3 = modifier_special_bonus_imba_rubick_3 or class({}) modifier_special_bonus_imba_rubick_spell_steal_spell_amp = modifier_special_bonus_imba_rubick_spell_steal_spell_amp or class({}) function modifier_special_bonus_imba_rubick_2:IsHidden() return true end function modifier_special_bonus_imba_rubick_2:IsPurgable() return false end function modifier_special_bonus_imba_rubick_2:RemoveOnDeath() return false end function modifier_special_bonus_imba_rubick_3:IsHidden() return true end function modifier_special_bonus_imba_rubick_3:IsPurgable() return false end function modifier_special_bonus_imba_rubick_3:RemoveOnDeath() return false end function modifier_special_bonus_imba_rubick_spell_steal_spell_amp:IsHidden() return true end function modifier_special_bonus_imba_rubick_spell_steal_spell_amp:IsPurgable() return false end function modifier_special_bonus_imba_rubick_spell_steal_spell_amp:RemoveOnDeath() return false end
--Serves only to load the combined LibCoeus shared library local Coeus = ... local ffi = require("ffi") local LibCoeus = ffi.load("LibCoeus") return LibCoeus
-- Created by IntelliJ IDEA. -- User: ouyangjun -- Date: 2019/2/19 -- Time: 17:28 -- To change this template use File | Settings | File Templates. local ffi = require("ffi") local json = require("json") local socket = require("socket") --syslog function ffi.cdef[[ void openlog(const char *ident, int option, int facility); void syslog(int priority, const char *format, ...); void closelog(void); ]] --log type local log_facility = { ["kern"] = 0, ["user"] = 8, ["mail"] = 16, ["daemon"] = 24, ["auth"] = 32, ["syslog"] = 40, ["lpr"] = 48, ["news"] = 56, ["uucp"] = 64, ["cron"] = 72, ["authoriv"] = 80, ["local0"] = 128, ["local1"] = 136, ["local2"] = 144, ["local3"] = 152, ["local4"] = 160, ["local5"] = 168, ["local6"] = 176, ["local7"] = 184, } --log level local log_priority = { ["emerg"] = 0, ["alert"] = 1, ["crit"] = 2, ["err"] = 3, ["warning"] = 4, ["notice"] = 5, ["info"] = 6, ["debug"] = 7, } --rsyslog openlog function local function openlog(ident, option, facility) ffi.C.openlog(ident, option, facility) end --rsyslog syslog function local function syslog(priority,log) ffi.C.syslog(priority,log) end --rsyslog closelog function local function closelog() ffi.C.closelog() end local function get_log_id() math.randomseed(os.time()) local num = math.random() return string.sub(num,-10) end --rsyslog write_log function local function write_log(header, body, level, log_type) header["rate"] = header["rate"] or 0 header["interval"] = header["interval"] or 0 header["time"] = os.date("%Y-%m-%d %H:%M:%S") header["logId"] = header["logId"] or get_log_id() local data = { ["header"] = header, ["body"] = body } local content = json.encode(data) openlog("PHP_BIZ_ERRLOG", 0, log_type) syslog(level, " JSON:"..content) closelog() end --rsyslog socket_log function local function socket_log(facility, priority, header, body) header["rate"] = header["rate"] or 0 header["interval"] = header["interval"] or 0 header["time"] = os.date("%Y-%m-%d %H:%M:%S") header["logId"] = header["logId"] or get_log_id() local data = { ["header"] = header, ["body"] = body } local msg = "<" .. (facility + priority) .. ">" .. json.encode(data) local udp = socket.udp() local host = "127.0.0.1" local port = "2514" udp:sendto(msg, host, port) udp:close() end return { openlog = openlog, syslog = syslog, closelog = closelog, facility = log_facility, priority = log_priority, write_log = write_log, socket_log = socket_log }
do local function main(x) local b = x.a return b.a + b.b + x.c end (nil)(main) end
-- Automation 4 test file -- Create a Macro feature, that displays some text script_name = "Automation 4 test 4" script_description = "Test progress reporting" script_author = "Niels Martin Hansen" script_version = "1" function wait() local s = "" for i = 0, 500 do s = s .. i end return s end function progression(subtitles, selected_lines, active_line) while not aegisub.progress.is_cancelled() do aegisub.progress.task("Counting up...") for i = 0, 100, 0.2 do aegisub.progress.set(i) if aegisub.progress.is_cancelled() then break end wait() end if aegisub.progress.is_cancelled() then break end aegisub.progress.task("Counting down...") for i = 0, 100 do aegisub.progress.set(100-i) wait() end end end aegisub.register_macro("Progress fun", "Does absolutely nothing", progression, nil)
----------------------------------- -- Area: Riverne - Site A01 -- Mob: Ouryu ----------------------------------- require("scripts/globals/titles") ----------------------------------- function onMobDeath(mob, player, isKiller) player:addTitle(tpz.title.OURYU_OVERWHELMER) end
--[[ local scores = {} -- red - tonic -- green - dominant -- blue - subdominant -- purple - supertonic table.insert(scores, { bases = fugue.tonicbases, score = 0, concept = "red" } ) table.insert(scores, { bases = fugue.dominantbases, score = 0, concept = "green" } ) table.insert(scores, { bases = fugue.subdominantbases, score = 0, concept = "blue" } ) table.insert(scores, { bases = fugue.supertonicbases, score = 0, concept = "purple" } ) ]]-- --[[ for ibases = 1,#scores,1 do if fugue.isaBase(note, scores[ibases].bases) then scores[ibases].score = scores[ibases].score + 1 end end ]]-- --[[ if phrase[i].notetype == fugue.tobase then if fugue.isaBase(propnote, chord) == false then propnote = fugue.makeNote(note.degree, note.octave) local direction = 1 if jump < 0 then direction = -1 end propnote = fugue.findNearestBaseMatch(propnote, chord, direction) end end ]]-- -- look at the phrase just added to the improvisation, -- and call one of the bases generating functions based on that analysis --[[ local totalscore = 0 for ibases = 1,#scores,1 do totalscore = totalscore + scores[ibases].score end local rouletteball = math.random(totalscore) local rouletteslot = 0 local cumulativescore = 0 for ibases = 1,#scores,1 do cumulativescore = cumulativescore + scores[ibases].score if cumulativescore >= rouletteball and rouletteslot == 0 then rouletteslot = ibases end end -- print("totalscore: " .. totalscore) -- print("rouletteball: " .. rouletteball) -- print("rouletteslot: " .. rouletteslot) bumpActivation(slipnet.items[scores[rouletteslot].concept], g_slipnetBumpRate) ]]--
--This was programmed by vissequ#1301 (Discord). You may use this any way you wish, but please do not remove this credit. local seats = {} local prim = script.Parent.PrimaryPart --local tc_GUI = script.Radio local tc_GUI2 = script.HelicopterControl local Players = game:GetService("Players") for i,v in pairs(script.Parent:GetDescendants()) do if v:IsA("Seat") then table.insert(seats, v) end end for i,v in pairs(seats) do v.Changed:Connect(function() local h = v.Occupant if h then local plr = Players:GetPlayerFromCharacter(h.Parent) --if plr and plr.PlayerGui:FindFirstChild(tc_GUI.Name) == nil then --GUI = tc_GUI:Clone() --GUI.Parent = plr.PlayerGui --prim.Anchored = false --end if plr and plr.PlayerGui:FindFirstChild(tc_GUI2.Name) == nil then GUI2 = tc_GUI2:Clone() GUI2.Parent = plr.PlayerGui --prim.Anchored = false end else --if GUI then --GUI:Destroy() --prim.Anchored = true --end if GUI2 then GUI2:Destroy() end end end) -- v.ChildRemoved:Connect(function(occ) -- print"remo" -- if occ == "Occupant" then -- print"nocc" -- GUI:Destroy() -- end -- end) end
-- Copyright (c) 2017-present, Facebook, Inc. -- All rights reserved. -- This source code is licensed under the BSD-style license found in the -- LICENSE file in the root directory of this source tree. An additional grant -- of patent rights can be found in the PATENTS file in the same directory. local ffi = require 'ffi' local argcheck = require 'argcheck' require 'torch' local utils = {} utils.C = ffi.load(package.searchpath('libwav2letter', package.cpath)) local C = utils.C ffi.cdef[[ float fccviterbi(THFloatTensor *acc, THLongTensor *macc, THFloatTensor *accp, THLongTensor *path, THFloatTensor *inp, THFloatTensor *trans, int T, int N); double falfw(THFloatTensor *input, THLongTensor *target, THFloatTensor *trans, THDoubleTensor *acc, THLongTensor *macc, int64_t T, int64_t N, int64_t TN); double fccfw(THFloatTensor *input, THFloatTensor *trans, THLongTensor *macc, THDoubleTensor *acc, int64_t T, int64_t N); void falbw(THFloatTensor *input, THLongTensor *target, THFloatTensor *trans, THFloatTensor *gem, THFloatTensor *gtrans, THDoubleTensor *acc, THDoubleTensor *gacc, float scale, int64_t T, int64_t N, int64_t TN); void fccbw(THFloatTensor *input, THFloatTensor *trans, THFloatTensor *gem, THFloatTensor *gtrans, THLongTensor *macc, THDoubleTensor *acc, THDoubleTensor *gacc, float scale, int64_t T, int64_t N); void asgbatchfw(THFloatTensor **input, THLongTensor **target, THFloatTensor *trans, THDoubleTensor *falacc, THLongTensor *falmacc, THDoubleTensor *falgacc, THDoubleTensor *fccacc, THLongTensor *fccmacc, THDoubleTensor *fccgacc, THFloatTensor *falscale, THFloatTensor *fccscale, THLongTensor *T, int64_t N, THLongTensor *TN, THFloatTensor *loss, int64_t B); void asgbatchbw(THFloatTensor **input, THLongTensor **target, THFloatTensor *trans, THFloatTensor *falgem, THFloatTensor *fccgem, THFloatTensor *falgtrans, THFloatTensor *fccgtrans, THDoubleTensor *falacc, THLongTensor *falmacc, THDoubleTensor *falgacc, THDoubleTensor *fccacc, THLongTensor *fccmacc, THDoubleTensor *fccgacc, THFloatTensor *falscale, THFloatTensor *fccscale, THLongTensor *T, int64_t N, THLongTensor *TN, int64_t B); ]] for _, Real in ipairs{'Byte', 'Short', 'Int', 'Long'} do local cdef = [[ void THRealTensor_reduceMostFrequentIndex(THRealTensor *dst, THRealTensor *src, int dimension, int N); long THRealTensor_editdistance(THRealTensor *s, THRealTensor *t); void THRealTensor_uniq(THRealTensor *dst, THRealTensor *src); void THRealTensor_replabel(THRealTensor *dst, THRealTensor *src, int replabel, THRealTensor *replabels); void THRealTensor_invreplabel(THRealTensor *dst, THRealTensor *src, int replabel, THRealTensor *replabels); ]] cdef = cdef:gsub('Real', Real) ffi.cdef(cdef) local RealTensor = torch[Real .. "Tensor"] local RealTensorReal = "torch." .. Real .. "Tensor" utils.mostfrequentindex = argcheck{ {name="dst", type=RealTensorReal}, {name="src", type=RealTensorReal}, {name="dim", type="number"}, {name="N", type="number"}, overload = utils.mostfrequentindex, call = function(dst, src, dim, N) C["TH" .. Real .. "Tensor_reduceMostFrequentIndex"](dst:cdata(), src:cdata(), dim-1, N) end } utils.editdistance = argcheck{ {name="s", type=RealTensorReal}, {name="t", type=RealTensorReal}, overload = utils.mostfrequentindex, call = function(s, t) return tonumber( C["TH" .. Real .. "Tensor_editdistance"](s:cdata(), t:cdata())) end } utils.uniq = argcheck{ {name="dst", type=RealTensorReal, opt=true}, {name="src", type=RealTensorReal}, overload = utils.uniq, call = function(dst, src) dst = dst or RealTensor() C["TH" .. Real .. "Tensor_uniq"](dst:cdata(), src:cdata()) return dst end } utils.replabel = argcheck{ {name="src", type=RealTensorReal}, {name="rep", type='number'}, {name="replabels", type=RealTensorReal}, {name="dst", type=RealTensorReal, opt=true}, overload = utils.replabel, call = function(src, rep, replabels, dst) dst = dst or RealTensor() C["TH" .. Real .. "Tensor_replabel"](dst:cdata(), src:cdata(), rep, replabels:cdata()) return dst end } utils.invreplabel = argcheck{ {name="src", type=RealTensorReal}, {name="rep", type='number'}, {name="replabels", type=RealTensorReal}, {name="dst", type=RealTensorReal, opt=true}, overload = utils.invreplabel, call = function(src, rep, replabels, dst) dst = dst or RealTensor() C["TH" .. Real .. "Tensor_invreplabel"](dst:cdata(), src:cdata(), rep, replabels:cdata()) return dst end } end return utils
local NXFS = require "nixio.fs" local SYS = require "luci.sys" local HTTP = require "luci.http" local DISP = require "luci.dispatcher" local UTIL = require "luci.util" local uci = luci.model.uci.cursor() local fs = require "luci.clash" local http = luci.http local clash = "clash" kr = Map(clash) s = kr:section(TypedSection, "clash", translate("Subscription Config")) s.anonymous = true kr.pageaction = false o = s:option(ListValue, "subcri", translate("Subcription Type")) o.default = clash o:value("clash", translate("clash")) o:value("ssr2clash", translate("ssr2clash")) o:value("v2clash", translate("v2clash")) o.description = translate("Select Subcription Type") o = s:option(Value, "config_name") o.title = translate("Config Name") o.description = translate("Config Name. Do not use a config name that already exist") o = s:option(Value, "clash_url") o.title = translate("Subcription Url") o.description = translate("Clash Subscription Address") o.rmempty = true o:depends("subcri", 'clash') o = s:option(Button,"update") o.title = translate("Download Config") o.inputtitle = translate("Download Config") o.inputstyle = "reload" o.write = function() kr.uci:commit("clash") SYS.call("sh /usr/share/clash/clash.sh >>/usr/share/clash/clash.txt 2>&1 &") SYS.call("sleep 1") HTTP.redirect(DISP.build_url("admin", "services", "clash")) end o:depends("subcri", 'clash') o = s:option(Value, "ssr_url") o.title = translate("Subcription Url") o.placeholder = translate("https://www.example.com/link/QkjokZXktyyr35gfj") o.rmempty = true o:depends("subcri", 'ssr2clash') o = s:option(Button,"updatee") o.title = translate("Download Config") o.inputtitle = translate("Download Config") o.inputstyle = "reload" o.write = function() kr.uci:commit("clash") luci.sys.call("bash /usr/share/clash/clash.sh >>/usr/share/clash/clash.txt 2>&1 &") HTTP.redirect(DISP.build_url("admin", "services", "clash")) end o:depends("subcri", 'ssr2clash') o = s:option(Value, "v2_url") o.title = translate("Subcription Url") o.placeholder = translate("https://www.example.com/link/QkjokZXktyyr35gfj") o.rmempty = true o:depends("subcri", 'v2clash') o = s:option(Button,"updateee") o.title = translate("Download Config") o.inputtitle = translate("Download Config") o.inputstyle = "reload" o.write = function() kr.uci:commit("clash") luci.sys.call("bash /usr/share/clash/clash.sh >>/usr/share/clash/clash.txt 2>&1 &") HTTP.redirect(DISP.build_url("admin", "services", "clash")) end o:depends("subcri", 'v2clash') function IsYamlFile(e) e=e or"" local e=string.lower(string.sub(e,-5,-1)) return e == ".yaml" end function IsYmlFile(e) e=e or"" local e=string.lower(string.sub(e,-4,-1)) return e == ".yml" end ko = Map(clash) ko.reset = false ko.submit = false sul =ko:section(TypedSection, "clash", translate("Upload Config")) sul.anonymous = true sul.addremove=false o = sul:option(FileUpload, "") --o.description = translate("NB: Only upload file with name .yaml.It recommended to rename each upload file name to avoid overwrite") o.title = translate(" ") o.template = "clash/clash_upload" um = sul:option(DummyValue, "", nil) um.template = "clash/clash_dvalue" local dir, fd dir = "/usr/share/clash/config/upload/" http.setfilehandler( function(meta, chunk, eof) if not fd then if not meta then return end if meta and chunk then fd = nixio.open(dir .. meta.file, "w") end if not fd then um.value = translate("upload file error.") return end end if chunk and fd then fd:write(chunk) end if eof and fd then fd:close() fd = nil local e=string.lower(string.sub(meta.file,-4,-1)) local yml2=string.lower(string.sub(meta.file,0,-5)) if e == '.yml' then local yml=string.lower(string.sub(meta.file,0,-5)) local c=fs.rename(dir .. meta.file,"/usr/share/clash/config/upload/".. yml .. ".yaml") um.value = translate("File saved to") .. ' "/usr/share/clash/config/upload/'..yml..'.yaml"' else um.value = translate("File saved to") .. ' "/usr/share/clash/config/upload/'..yml2..'yaml"' end end end ) if luci.http.formvalue("upload") then local f = luci.http.formvalue("ulfile") if #f <= 0 then um.value = translate("No specify upload file.") end end return kr,ko
--[[ LICENSE HEADER The MIT License (MIT) Copyright © 2017-2021 Jordan Irwin (AntumDeluge) See: LICENSE.txt --]] antum.overrides = {} antum.overrides.modname = core.get_current_modname() antum.overrides.modpath = core.get_modpath(antum.overrides.modname) --local scripts = { antum.loadScripts({ "items", "misc", "nodes", "crafting", "workbench_repairs", "mods/gems_encrustable", }) if not core.registered_items["creatures:flesh"] and core.registered_items["mobs:meat_raw"] then core.register_alias("creatures:flesh", "mobs:meat_raw") end
-- Default values local DEFAULT_FRAME_COUNT = 10 local DEFAULT_BACKGROUND = { r = 255, g = 255, b = 128 } local DEFAULT_FOREGROUND = { r = 0, g = 0, b = 0 } local DEFAULT_BORDER = { r = 0, g = 0, b = 0 } local FONT_SCALE = 1 local FONT_NAME = "arial" -- Internal vars local isEventHandled = false local processTooltips -- -- Utility functions -- local function isValidTooltip(tooltip) if tooltip and isElement(tooltip) and getElementType(tooltip) == "__tooltip" then return true else return false end end local function colorToTable(color) color = math.floor(color) local result = {} result.a = math.floor(color / 16777216) color = color - (result.a * 16777216) result.r = math.floor(color / 65536) color = color - (result.r * 65536) result.g = math.floor(color / 256) color = color - (result.g * 256) result.b = color return result end local function linesIterator(str) local i,j = 0,0 local _ local finished = false return function() if finished then return nil end i = j + 1 _,j = string.find(str, "\n", i) if not j then finished = true return i, #str else return i,j-1 end end end local function getTooltipBestSizeForText(text) local width local height local numlines = 0 for i,j in linesIterator(text) do local substr = string.sub(text, i, j) local tempwidth = dxGetTextWidth(substr, FONT_SCALE, FONT_NAME) if not width or tempwidth > width then width = tempwidth end numlines = numlines + 1 end height = dxGetFontHeight(FONT_SCALE, FONT_NAME) * numlines return (width or 0), height end -- -- Interface functions -- function Create(x, y, text, _foreground, _background, _border) if not x or not y or not text or type(x) ~= "number" or type(y) ~= "number" or type(text) ~= "string" then return false end local w, h = guiGetScreenSize() if x < 0 then x = 0 end if x > w then x = w end if y < 0 then y = 0 end if y > h then y = h end x = math.floor(tonumber(x)) y = math.floor(tonumber(y)) text = tostring(text) local foreground local background local border if _foreground and type(_foreground) == "number" then foreground = colorToTable(_foreground) else foreground = DEFAULT_FOREGROUND end if _background and type(_background) == "number" then background = colorToTable(_background) else background = DEFAULT_BACKGROUND end if _border and type(_border) == "number" then border = colorToTable(_border) else border = DEFAULT_BORDER end local newTooltip = createElement("__tooltip") setElementData(newTooltip, "x", x) setElementData(newTooltip, "y", y) setElementData(newTooltip, "text", text) setElementData(newTooltip, "state", "hidden") setElementData(newTooltip, "framesToFade", 0) setElementData(newTooltip, "framesFaded", 0) setElementData(newTooltip, "background", background) setElementData(newTooltip, "foreground", foreground) setElementData(newTooltip, "border", border) local width, height = getTooltipBestSizeForText(text) setElementData(newTooltip, "width", width) setElementData(newTooltip, "height", height) return newTooltip end function FadeIn(tooltip, frames) if not frames then frames = DEFAULT_FRAME_COUNT end if type(frames) ~= "number" then return false end if frames < 1 then frames = 1 end if isValidTooltip(tooltip) then setElementData(tooltip, "state", "faddingin") setElementData(tooltip, "framesToFade", math.floor(tonumber(frames))) setElementData(tooltip, "framesFaded", 0) if not isEventHandled then addEventHandler("onClientRender", getRootElement(), processTooltips) isEventHandled = true end return true else return false end end function FadeOut(tooltip, frames) if not frames then frames = DEFAULT_FRAME_COUNT end if type(frames) ~= "number" then return false end if frames < 1 then frames = 1 end if isValidTooltip(tooltip) then setElementData(tooltip, "state", "faddingout") setElementData(tooltip, "framesToFade", math.floor(tonumber(frames))) setElementData(tooltip, "framesFaded", 0) if not isEventHandled then addEventHandler("onClientRender", getRootElement(), processTooltips) isEventHandled = true end return true else return false end end function GetState(tooltip) if isValidTooltip(tooltip) then return getElementData(tooltip, "state") else return false end end function SetPosition(tooltip, x, y) if isValidTooltip(tooltip) and x and y and type(x) == "number" and type(y) == "number" then local w, h = guiGetScreenSize() if x < 0 then x = 0 end if x > w then x = w end if y < 0 then y = 0 end if y > h then y = h end setElementData(tooltip, "x", math.floor(tonumber(x))) setElementData(tooltip, "y", math.floor(tonumber(y))) return true else return false end end function GetPosition(tooltip) if isValidTooltip(tooltip) then local x = getElementData(tooltip, "x") local y = getElementData(tooltip, "y") return x, y else return false end end function SetText(tooltip, text) if isValidTooltip(tooltip) and text and type(text) == "string" then setElementData(tooltip, "text", tostring(text)) local width, height = getTooltipBestSizeForText(text) setElementData(tooltip, "width", width) setElementData(tooltip, "height", height) return true else return false end end function GetText(tooltip) if isValidTooltip(tooltip) then return getElementData(tooltip, "text") else return false end end -- -- Color setting/getting interface functions -- local function setTooltipColor(tooltip, colorname, color) if isValidTooltip(tooltip) and color and type(color) == "number" then setElementData(tooltip, colorname, colorToTable(color)) return true else return false end end local function getTooltipColor(tooltip, colorname) if isValidTooltip(tooltip) then local color = getElementData(tooltip, colorname) return color.r, color.g, color.b else return false end end function SetForegroundColor(tooltip, color) return setTooltipColor(tooltip, "foreground", color) end function GetForegroundColor(tooltip) return getTooltipColor(tooltip, "foreground") end function SetBackgroundColor(tooltip, color) return setTooltipColor(tooltip, "background", color) end function GetBackgroundColor(tooltip) return getTooltipColor(tooltip, "background") end function SetBorderColor(tooltip, color) return setTooltipColor(tooltip, "border", color) end function GetBorderColor(tooltip) return getTooltipColor(tooltip, "border") end -- -- processTooltips -- Event called for every frame to draw with directx the tooltips -- that should be drawn. -- processTooltips = function() local tooltips = getElementsByType("__tooltip") if #tooltips == 0 then removeEventHandler("onClientRender", getRootElement(), processTooltips) isEventHandled = false return end local existVisibleTooltips = false for k,tooltip in ipairs(tooltips) do local state = getElementData(tooltip, "state") local alpha = false if state == "visible" then -- If the state is visible we don't need to calculate any alpha value alpha = 255 elseif state == "faddingin" then -- If it's still fadding in we must calculate the tooltip transparency local framesToFade = getElementData(tooltip, "framesToFade") local framesFaded = getElementData(tooltip, "framesFaded") framesFaded = framesFaded + 1 if framesFaded >= framesToFade then -- When it has finished fadding in, set it as visible so we don't have to -- calculate the intermediate alpha values setElementData(tooltip, "state", "visible") alpha = 255 else setElementData(tooltip, "framesFaded", framesFaded) alpha = math.floor(framesFaded * 255 / framesToFade) end elseif state == "faddingout" then -- If it's fadding out we must calculate the tooltip transparency local framesToFade = getElementData(tooltip, "framesToFade") local framesFaded = getElementData(tooltip, "framesFaded") framesFaded = framesFaded + 1 if framesFaded >= framesToFade then -- When it has finished fadding out, set it as hidden so it won't be checked again setElementData(tooltip, "state", "hidden") alpha = false else setElementData(tooltip, "framesFaded", framesFaded) alpha = math.floor(255 - (framesFaded * 255 / framesToFade)) end end -- Alpha can be false if the tooltip state is unknown or hidden if alpha then local x = getElementData(tooltip, "x") local y = getElementData(tooltip, "y") local text = getElementData(tooltip, "text") local background = getElementData(tooltip, "background") local foreground = getElementData(tooltip, "foreground") local border = getElementData(tooltip, "border") local width = getElementData(tooltip, "width") local height = getElementData(tooltip, "height") local borderColor = tocolor(border.r, border.g, border.b, alpha) local backColor = tocolor(background.r, background.g, background.b, alpha) local foreColor = tocolor(foreground.r, foreground.g, foreground.b, alpha) existVisibleTooltips = true -- Draw the tooltip borders dxDrawLine(x, y, x + width + 6, y, borderColor, 1, true) dxDrawLine(x, y + height + 4, x + width + 6, y + height + 4, borderColor, 1, true) dxDrawLine(x, y, x, y + height + 4, borderColor, 1, true) dxDrawLine(x + width + 6, y, x + width + 6, y + height + 4, borderColor, 1, true) -- Draw the tooltip background dxDrawRectangle(x + 1, y + 1, width + 4, height + 2, backColor, true) -- Draw the tooltip text dxDrawText(text, x + 3, y + 2, x + 3 + width, y + 2 + height, foreColor, FONT_SCALE, FONT_NAME, "left", "top", false, false, true) end end if not existVisibleTooltips then removeEventHandler("onClientRender", getRootElement(), processTooltips) isEventHandled = false end end
local ChatConstants = { Tables = { { Name = "ChatChannelRuleset", Type = "Enumeration", NumValues = 3, MinValue = 0, MaxValue = 2, Fields = { { Name = "None", Type = "ChatChannelRuleset", EnumValue = 0 }, { Name = "Mentor", Type = "ChatChannelRuleset", EnumValue = 1 }, { Name = "Disabled", Type = "ChatChannelRuleset", EnumValue = 2 }, }, }, { Name = "ChatChannelType", Type = "Enumeration", NumValues = 5, MinValue = 0, MaxValue = 4, Fields = { { Name = "None", Type = "ChatChannelType", EnumValue = 0 }, { Name = "Custom", Type = "ChatChannelType", EnumValue = 1 }, { Name = "PrivateParty", Type = "ChatChannelType", EnumValue = 2 }, { Name = "PublicParty", Type = "ChatChannelType", EnumValue = 3 }, { Name = "Communities", Type = "ChatChannelType", EnumValue = 4 }, }, }, }, }; APIDocumentation:AddDocumentationTable(ChatConstants);
-- game specific server code local _entity_name='ServerService' local _=BaseEntity.new(_entity_name, true) _.is_service=true local _server=Pow.server local _event=Pow.net.event local _serverUpdate=_server.update local _serverLateUpdate=_server.lateUpdate local _updated_entities={} local send_updated_entities=function() for entity,t in pairs(_updated_entities) do local event=Event.new("entity_updated") event.entity=entity event.target="level" event.level=entity.level_name event.do_not_process_on_server=true Event.process(event) end _updated_entities={} end -- защищена от двойного добавления -- notify server should send updated entity _.entity_updated=function(entity) _updated_entities[entity]=true end -- handler to create_player command local createPlayer=function(event) local playerName=event.player_name local login=event.login log('creating player:'..playerName..' login:'..login,'verbose') local player=Player.new() player.name=playerName player.login=login Db.add(player, "player") local responseEvent=_event.new("create_player_response") responseEvent.player=player responseEvent.target="login" responseEvent.targetLogin=login _event.process(responseEvent) -- log('new event: create_player_response') end local getLevelEntities=function(level_name) local levelContainer=Db.getLevelContainer(level_name) return levelContainer end local getLevelState=function(level_name) log("getLevelState:"..level_name, "verbose") local state={} local level=Level.get_level(level_name) state.level_name=level_name state.level=level state.entities=getLevelEntities(level_name) return state end -- player has been created by createPlayer, present in Db local getPlayerState=function(player_id) local player=Player.getById(player_id) if not player then local a=1 assert(player) end -- todo: do not return everything server knows about player return player end local getFullState=function(playerId) local player=getPlayerState(playerId) local levelState=getLevelState(player.level_name) local result={} result.level=levelState result.player=player return result end _.sendFullState=function(player) local playerId=player.id local login=player.login if not login then log("error: player without login") end local fullState=getFullState(playerId) local responseEvent=_event.new("full_state") responseEvent.target="login" responseEvent.targetLogin=login responseEvent.state=fullState _event.process(responseEvent) end local put_player_into_world=function(player, level_name) local controlled_entity_ref=player.controlled_entity_ref if controlled_entity_ref==nil then -- todo: try others local controlled_entity=Humanoid.new() -- todo: start coord controlled_entity.x=100 controlled_entity.y=20 controlled_entity_ref=_ref(controlled_entity) player.controlled_entity_ref=controlled_entity_ref Db.add(controlled_entity,level_name) else -- log("experimental: reattach player") -- manual test success player.controlled_entity_ref=controlled_entity_ref end end -- client picked player, and wants to start game. send him game state local gameStart=function(event) log("game_start:"..Pow.pack(event), "verbose") local login=event.login local playerId=event.playerId local player=Player.getById(playerId) local level_name=player.level_name assert(level_name) local alreadyLogged=Db.get(level_name,Player.entity_name,player.id) if alreadyLogged==nil then put_player_into_world(player, level_name) else -- it's ok, players continue to exist in the world -- log("warn:logging player which already on level") end Level.activate(level_name) _.sendFullState(player) end -- handler to intent_move local movePlayer=function(event) local player=Player.getByLogin(event.login) local controlled_entity_ref=player.controlled_entity_ref local controlled_entity=_deref(controlled_entity_ref) -- todo: выловить этот баг if controlled_entity==nil then local a=1 end if Movable.cannot_move(controlled_entity) then log("cannot move") return end local x=event.x local y=event.y Movable.move_event(controlled_entity,x,y) end -- server handler to "move" local do_move=function(event) local actorRef=event.actorRef local actor=Db.getByRef(actorRef, actorRef.level_name) -- test not allow to move mount while rider still mounting -- todo: duration не передаётся извне ? Movable.move(actor,event.x,event.y,event.duration) end local logoff=function(event) -- event example: {code = "logoff", entity_name = "Event", id = 1579, login = "client1", target = "server"} -- remove player from level local player=Player.getByLogin(event.login) local level_name=player.level_name Db.remove(player,level_name) local logoffOkEvent=_event.new("logoff_ok", event.id) logoffOkEvent.target="login" logoffOkEvent.targetLogin=event.login _event.process(logoffOkEvent) end -- get players for login local listPlayers=function(event) local login=event.login -- todo: поддержка нескольких игроков -- пока что 1 игрок - 1 логин local player=Player.getByLogin(login) local response=_event.new("list_players_response") response.target="login" response.targetLogin=login response.requestId=event.id response.players={player} _event.process(response) end -- todo: put editor entities in special level, do not recreate them every time local _editorItemsCache=nil local get_editor_items=function() local result={} for k,entity in ipairs(WorldEntities) do if not entity.new then log("error: entity has no new():"..Inspect(entity)) end local editorInstance=entity.new() table.insert(result, editorInstance) end local portal_start=Portal.new() BaseEntity.set_sprite(portal_start,"portal_start") portal_start.location="start" table.insert(result, portal_start) local portal_volcano=Portal.new() portal_volcano.location="volcano" BaseEntity.set_sprite(portal_volcano,"portal_volcano") table.insert(result, portal_volcano) -- local seed=Seed.new() -- table.insert(_editorItemsCache, seed) -- local panther=Panther.new() -- table.insert(_editorItemsCache, panther) return result end local editorItems=function(event) local response=_event.new("editor_items_response", event.id) if _editorItemsCache==nil then _editorItemsCache=get_editor_items() end response.items=_editorItemsCache response.target="login" response.targetLogin=event.login _event.process(response) end local editor_place_item=function(event) local login=event.login local player=Player.getByLogin(login) local item=event.item local entityCode=Entity.get_code(item) -- так делать нельзя (instance.sprite=item.sprite) - меняется и размер и точки и коллизи нужно обновить. -- можно сделать set_sprite() local instance=entityCode.new(nil,item.sprite) local x=item.x if x==nil then local a=1 end instance.x=x instance.y=item.y -- custom prop: portal dest, sprite instance.location=item.location local level_name=player.level_name Db.add(instance,level_name) end --attached to Db.onAdded local onEntityAdded=function(entity,level_name) local message="onEntityAdded:".._ets(entity).." level:"..level_name -- if entity.entity_name=="player" then -- local a=1 -- end log(message, "entity") local notifyEvent=_event.new("entity_added") notifyEvent.target="level" notifyEvent.level=level_name notifyEvent.do_not_process_on_server=true notifyEvent.entities={entity} _event.process(notifyEvent) end local onEntityRemoved=function(entity,level_name) local removedEvent=_event.new("entity_removed") removedEvent.entityRef=BaseEntity.getReference(entity) removedEvent.target="level" removedEvent.do_not_process_on_server=true removedEvent.level=level_name _event.process(removedEvent) end _.notifyEntityRemoved=onEntityRemoved local getCollisions=function(event) local login=event.login local player=Player.getByLogin(login) local level_name=player.level_name local collisions=CollisionService.getCollisionShapes(level_name) local response=_event.new("collisions_get_response") response.target="login" response.targetLogin=login response.requestId=event.id response.collisions=collisions _event.process(response) end -- вызвать interact у сущности actor local default_action_generic=function(actor,target,player) log("default_action_generic","verbose") local actorCode=Entity.get_code(actor) local fnInteract=actorCode.interact if fnInteract==nil then return false end local interact_result=fnInteract(actor,target,player) return interact_result end -- Выбрать действие по умолчанию и выполнить его -- пытается взаимодействовать со всеми -- filter - функция принимает сущность, возвращает учитывать ли её при взаимодействии (true-не учитывать, отфильтровать) local default_action_select=function(controlled_entity,player,filter) -- todo: d button to drop -- todo: multi action local collision_entities=CollisionService.getEntityCollisions(controlled_entity) if collision_entities==nil then return end -- local collision_entities_filtered={} local collision_entities_filtered=collision_entities -- exclude mounted -- тут фильтровались маунты на которых есть наездник. сейчас неактуально? -- фильтровать маунтов -- local is_excluded=function(entity) -- if entity.mounted_by~=nil then -- return true -- end -- return false -- end if filter then collision_entities_filtered={} for k,entity in pairs(collision_entities) do if not filter(entity) then table.insert(collision_entities_filtered, entity) end end end -- / local interact_candidates={} -- todo получение списка сущностей, с которыми возможно взаимодействие for k,entity in pairs(collision_entities_filtered) do -- todo local can_interact=true if can_interact then table.insert(interact_candidates, entity) else log("can not interact with:"..entity.entity_name,"verbose") end end -- todo: выбор кандидата через запрос клиенту for k,entity in pairs(interact_candidates) do local is_interacted=default_action_generic(controlled_entity,entity,player) if is_interacted then return true else log("not interacted with:".._ets(entity)) end end if controlled_entity.hand_slot~=nil then Carrier.do_drop(controlled_entity) return end end local filter_mounts=function(entity) return entity.is_mountable end local filter_not_mounts=function(entity) return not entity.is_mountable end local mount_dismount=function(event) log("mount_dismount","verbose") local login=event.login local player=Player.getByLogin(login) local controlled_entity=Player.get_controlled_entity(player) local mounted_on=controlled_entity.mounted_on local target=nil if mounted_on~=nil then -- слезть с маунта target=_deref(mounted_on) default_action_generic(controlled_entity,target) else -- сесть на маунта default_action_select(controlled_entity,player,filter_not_mounts) end end local use_item=function(event) log("use_item","verbose") local login=event.login -- meta player local player=Player.getByLogin(login) -- humanoid local controlled_entity=Player.get_controlled_entity(player) local item_in_hand_ref=controlled_entity.hand_slot if item_in_hand_ref then local item_in_hand=_deref(item_in_hand_ref) local item_code=Entity.get_code(item_in_hand) local use_function=item_code.use if use_function then use_function(item_in_hand) end else -- no item in hand, nothing to use end end -- player press space, enter portal / pickup-drop item etc -- event handler "default_action" local default_action=function(event) log("default_action","verbose") local login=event.login local player=Player.getByLogin(login) local controlled_entity=Player.get_controlled_entity(player) default_action_select(controlled_entity,player,filter_mounts) end -- server mount handler to "do_mount" event local do_mount=function(event) log("server_service.do_mount start", "verbose") -- need to know level name here --[[ how its done in other places local player=Player.getByLogin(event.login) local level_name=player.level_name how i see it: put level name into ref use old method for now where event.login populated? Event.new why it empty in do_mount event? emitted on server ]]-- local rider_ref=event.rider_ref local mount_ref=event.mount_ref local rider=_deref(rider_ref) local mount=_deref(mount_ref) local slot_id=event.mount_slot_id Mountable.do_mount(rider,mount, event.is_mounting,slot_id) end -- emitted on growable.start_grow local do_grow=function(event) local entity=_deref(event.entity) Growable.do_grow(entity,event.sprite) end -- начало крафта - запрос от клиента что можно скрафтить local craft=function(event) log("server craft","verbose") local login=event.login local player=Player.getByLogin(login) local controlled_entity=Player.get_controlled_entity(player) local craft_range=Crafting_service.craft_range local entities_around=CollisionService.get_around(controlled_entity, craft_range) local craftables=Crafting_service.get_craftables_from_items(entities_around) local response=_event.new("craft_list") response.craftables=craftables response.target="login" response.targetLogin=login _event.process(response) end -- клиент выбрал что крафтить, запрос на крафт local craft_request=function(event) local login=event.login local player=Player.getByLogin(login) local controlled_entity=Player.get_controlled_entity(player) -- craftable = {h = 16, name = "axe", quantity = 42, w = 16, x = 16, y = 16} local craftable=event.craftable Crafting_service.do_craft(craftable,controlled_entity,login) end local entity_swap_request=function(event) local login=event.login local player=Player.getByLogin(login) local controlled_entity=Player.get_controlled_entity(player) local target=Swap.pick_target(controlled_entity,player) local is_swapped=Swap.do_swap(controlled_entity,target,player) if not is_swapped then log("not swapped with:".._ets(target)) return end log("swapping with:".._ets(target)) -- todo уведомить клиента, чтобы камеру перевесил end local connect_handlers=function() _event.add_handler("create_player", createPlayer) _event.add_handler("game_start", gameStart) _event.add_handler("intent_move", movePlayer) _event.add_handler("move", do_move) _event.add_handler("logoff", logoff) _event.add_handler("list_players", listPlayers) _event.add_handler("editor_items", editorItems) _event.add_handler("editor_place_item", editor_place_item) _event.add_handler("collisions_get", getCollisions) _event.add_handler("default_action", default_action) _event.add_handler("mount_dismount", mount_dismount) _event.add_handler("use_item", use_item) _event.add_handler("do_mount", do_mount) _event.add_handler("do_grow", do_grow) _event.add_handler("craft", craft) _event.add_handler("craft_request", craft_request) _event.add_handler("entity_swap_request", entity_swap_request) end _.start=function() connect_handlers() Db.onAdded=onEntityAdded Db.setOnRemoved(onEntityRemoved) _server.listen(Config.port) end _.update=function(dt) send_updated_entities() _serverUpdate(dt) end _.lateUpdate=function(dt) _serverLateUpdate(dt) end local clearWorld=function() local level_name="start" local levelEntityContainers=getLevelEntities(level_name) for entity_name,container in pairs(levelEntityContainers) do if entity_name~="player" then for k2,entity in pairs(container) do Db.remove(entity,level_name) end end end end local toggle_help=function() if not HelpScreen.active then Entity.add(HelpScreen) HelpScreen.active=true else Entity.remove(HelpScreen) HelpScreen.active=false end end _.keyPressed=function(key) if key=="delete" then clearWorld() elseif key=="f1" then toggle_help() end end return _
local everestMusicLayer = {} everestMusicLayer.name = "everest/musicLayerTrigger" everestMusicLayer.placements = { name = "music_layer", data = { layers = "", enable = false } } return everestMusicLayer
Script.ReloadScript( "Scripts/Entities/Boids/Birds.lua" ); Eagle = { Properties = { Boid = { nCount = 1, object_Model = "objects/characters/animals/birds/bald_eagle/bald_eagle.cdf", }, Flocking = { bEnableFlocking = 0, -- No flocking, Eagle is loner }, Movement = { FactorOrigin = 0.01, -- Don't want Eagle turning frequently HeightMin = 30, HeightMax = 50, MaxAnimSpeed = 1.0, -- Slower anim speed for Eagle, should be done in anims }, Options = { bNoLanding = 1, -- Eagle should never land bStartOnGround = 0, Radius = 50, -- Large area radius for Eagle to fly in }, }, Audio = { "Play_idle_eagle", -- idle "Play_scared_eagle", -- scared }, } MakeDerivedEntityOverride( Eagle,Birds ) function Eagle:OnSpawn() self:SetFlags(ENTITY_FLAG_CLIENT_ONLY, 0); end
----------------------------------------- -- ID: 18551 -- Item: Twilight Scythe -- Additional Effect: DEATH -- TODO: Enchantment: Non-elemental ----------------------------------------- require("scripts/globals/status") require("scripts/globals/magic") require("scripts/globals/msg") ----------------------------------- function onAdditionalEffect(player,target,damage) local chance = 3 if (math.random(0,99) >= chance or applyResistanceAddEffect(player,target,tpz.magic.ele.DARK,0) <= 0.5) then return 0,0,0 elseif (target:isMob()) then if (target:isMobType(MOBTYPE_NOTORIOUS)) then return 0,0,0 else target:setHP(0) return tpz.subEffect.DEATH, tpz.msg.basic.ADD_EFFECT_STATUS, tpz.effect.KO end else target:setHP(0) return tpz.subEffect.DEATH, tpz.msg.basic.ADD_EFFECT_STATUS, tpz.effect.KO end end
--- -- Persona Lua auth backend using ngx location capture -- using redis storing sessions -- -- Copyright Tor Hveem <thveem> 2013 -- -- Nginx conf example: -- location /persona/ { -- internal; -- proxy_set_header Content-type 'application/json'; -- proxy_pass 'https://verifier.login.persona.org:443/verify'; -- } -- local setmetatable = setmetatable local ngx = ngx local cjson = require"cjson" local sprintf = string.format local substr = string.sub local redis = require"resty.redis" module(...) local mt = { __index = _M } -- db global local red -- -- Initialise db -- local function init_db() -- Start redis connection red = redis:new() local ok = nil local err = nil if ngx.shared.config.redis.unix_socket_path then ok, err = red:connect("unix:" .. ngx.shared.config.redis.unix_socket_path) elseif ngx.shared.config.redis.host then local port = 6379 if ngx.shared.config.redis.port then port = ngx.shared.config.redis.port end ok, err = red:connect(ngx.shared.config.redis.host, port) end if not ok then ngx.log(ngx.ERR, "failed to connect: ", err) return 'Redis error', 403 end end -- -- End db, park it in the pool instead -- local function end_db() -- put it into the connection pool of size 100, -- with 0 idle timeout local ok, err = red:set_keepalive(0, 100) if not ok then ngx.say("failed to set keepalive: ", err) return end end function verify(assertion, audience) local vars = { assertion=assertion, audience=audience, } local options = { method = ngx.HTTP_POST, body = cjson.encode(vars) } local res, err = ngx.location.capture('/persona/', options); if not res then return { err = res } end if res.status >= 200 and res.status < 300 then return cjson.decode(res.body) else return { status= res.status, body = res.body } end end function getsess(sessionid) --local res = db.dbreq("SELECT * FROM session WHERE sessionid = '"..sessionid.."'") init_db() local res = red:hgetall(sprintf('photongx:session:%s', sessionid)) if res == ngx.null then return nil end res = red:array_to_hash(res) end_db() return res end local function setsess(personadata) -- Set cookie for session local sessionid = ngx.md5(personadata.email .. ngx.md5(personadata.expires)) ngx.header['Set-Cookie'] = 'session='..sessionid..'; path=/; HttpOnly' init_db() local key = sprintf('photongx:session:%s', sessionid) local ok, err = red:hmset(key, { sessionid = sessionid, email = personadata.email, created = ngx.now(), expires = personadata.expires, }) -- persona timestamp is javascript timestamp, so only use 10 first digits -- FIXME why is persona ttl so low?? --local ok, err = red:expireat(key, substr(personadata.expires, 1, 10)) local ok, err = red:expire(key, 3600) end_db() end function get_current_email() local cookie = ngx.var['cookie_session'] if cookie then local sess = getsess(cookie) return sess['email'] end return false end function login() ngx.req.read_body() -- app is sending application/json local body = ngx.req.get_body_data() if body then local args = cjson.decode(body) local audience = 'pex.hveem.no' local personadata = verify(args.assertion, audience) if personadata.status == 'okay' then setsess(personadata) end -- Print the data back to client return cjson.encode(personadata) else return cjson.encode{ email = false } end end function status() local cookie = ngx.var['cookie_session'] if cookie then return ( cjson.encode(getsess(cookie)) ) else return '{"email":false}' end end function logout() local cookie = ngx.var['cookie_session'] if cookie then init_db() local ok, err = red:del(sprintf('photongx:session:%s', cookie)) end_db() return 'true' else return 'false' end end local class_mt = { -- to prevent use of casual module global variables __newindex = function (table, key, val) ngx.log(ngx.ERR, 'attempt to write to undeclared variable "' .. key .. '"') end } setmetatable(_M, class_mt)
local d = require("defines") -- Getters local function get_orig_name(eq) return eq.prototype.take_result.place_as_equipment_result.name end local function get_orig_range(eq) return eq.prototype.take_result.place_as_equipment_result.logistic_parameters.construction_radius end local function get_curr_range(eq) return eq.prototype.logistic_parameters.construction_radius end local function get_curr_limit(eq) return eq.prototype.logistic_parameters.robot_limit end local function get_player_range(player) return player.character.logistic_network.cells[1].construction_radius end local function replace_roboport(grid, old, new_name) local pos = old.position local energy = old.energy grid.take{ position = old.position } local new = grid.put{ name = new_name, position = pos } new.energy = energy end -- Copied and adapted from folk-stopthat -- License: CC-BY-NC 4.0 local function restore(g) for _, eq in next, g.equipment do if eq.type == "roboport-equipment" and eq.prototype.order == d._ORDER then replace_roboport(g, eq, eq.prototype.take_result.name) end end end -- /copied -- Range calculations local function get_original_range(g) local original_range = 0 for _, eq in next, g.equipment do if eq.type == "roboport-equipment" then original_range = original_range + get_orig_range(eq) end end return original_range end local function get_grid_range2(grid) local total = 0 for _, eq in next, grid.equipment do if eq.type == "roboport-equipment" then local r = get_curr_range(eq) total = total + r*r end end return total end local function get_grid_robot_limit(grid) local total = 0 for _, eq in next, grid.equipment do if eq.type == "roboport-equipment" then total = total + get_curr_limit(eq) end end return total end local function get_grid_range(grid) return math.sqrt(get_grid_range2(grid)) end local function set_to_desired_range(grid, desired) local current_range = get_grid_range(grid) -- game.print("current_range: " .. current_range) -- game.print("desired: " .. desired) if current_range < desired then -- In many situations this will be inefficient, but it seems reliable restore(grid) current_range = get_grid_range(grid) end if current_range > desired then for _, eq in next, grid.equipment do if eq.type == "roboport-equipment" and current_range > desired then local eq_range = get_curr_range(eq) if eq_range > 0 then -- Probably some closed formula for this, but I'm not aware of it and this is not a bottleneck local current_range2_without_this = get_grid_range2(grid) - (eq_range * eq_range) while eq_range > 0 and current_range > desired do eq_range = eq_range - 1 current_range = math.sqrt((eq_range * eq_range) + current_range2_without_this) end local new_name = get_orig_name(eq) .. "-reduced-" .. eq_range -- game.print("swapping in : " .. new_name) replace_roboport(grid, eq, new_name) end end end end end local function adjust_all_players_to_their_limit() for index,player in pairs(game.connected_players) do c = player.character if c and c.grid then local limit_range = d.range_setting_table[settings.get_player_settings(player)[d.limit_area_setting].value] / 2 if limit_range > 0 then set_to_desired_range(c.grid, limit_range) else restore(c.grid) end end end end -- require 'stdlib/log/logger' -- LOGGER = Logger.new("ClosestFirstDev", "fancylog", true, {log_ticks=true} ) local function find_close_entities(player) local logistic = player.character.logistic_network local grid = player.character.grid if logistic and logistic.all_construction_robots > 0 and logistic.robot_limit > 0 and grid then local limit_area = d.range_setting_table[settings.get_player_settings(player)[d.limit_area_setting].value] local original_range = 2 * get_original_range(grid) if limit_area > 0 then original_range = math.min(original_range, limit_area) end original_range = original_range / 2 if original_range <= 0 then return nil end local search_area_radius = d.range_setting_table[settings.global[d.search_area_setting].value] / 2; if search_area_radius <= 0 then search_area_radius = original_range end -- Search the smallest of the original range and the setting local radius = math.min(original_range, search_area_radius) local pos = player.position; local px = pos.x local py = pos.y -- I'm just unrolling everything now... local area = { {px-radius, py-radius}, {px+radius, py+radius}} return player.surface.find_entities_filtered{area = area, force = {player.force, "neutral"}} end return nil end local function inventory_has_items_that_can_revive_ghost(inventory, ghost_entity) local placeable_items = ghost_entity.ghost_prototype.items_to_place_this if placeable_items == nil then return false end for _, item in pairs(placeable_items) do if inventory[item.name] ~= nil then return true end end return false end local function adjust_player_range(player, entities) local logistic = player.character.logistic_network -- game.print("available: " .. logistic.available_construction_robots) -- game.print("range: " .. logistic.cells[1].construction_radius) local grid = player.character.grid if logistic and logistic.all_construction_robots > 0 and logistic.robot_limit > 0 and grid then local limit_area = d.range_setting_table[settings.get_player_settings(player)[d.limit_area_setting].value] local original_range = 2 * get_original_range(grid) if limit_area > 0 then original_range = math.min(original_range, limit_area) end original_range = original_range / 2 -- game.print(original_range) if original_range <= 0 then return end local pos = player.position; local px = pos.x local py = pos.y -- I'm just unrolling everything now... -- LOGGER.log("done finding " .. #entities .. " entities") -- ghosts = player.surface.find_entities_filtered{area = area, type = "entity-ghost"} if next(entities) == nil then -- game.print("no entities?") set_to_desired_range(grid, original_range) else -- game.print("entities: " .. #entities) -- Not sure if it's faster to get all or to query individually -- Profiling shows that these two queries are extremely fast at least -- LOGGER.log("getting inventories") local items_main = player.get_main_inventory().get_contents() -- LOGGER.log("done getting inventories") local buckets = {} local maxn = 0 -- LOGGER.log("filtering and calculating buckets") local force = player.force local targets = {} for index,entity in pairs(entities) do if entity.valid then if entity.to_be_deconstructed(force) or entity.to_be_upgraded() then -- Copypaste begin local epos = entity.position local x = epos.x - px local y = epos.y - py local d = x*x + y*y local bucket = math.ceil(d) if buckets[bucket] == nil then buckets[bucket] = 0 end buckets[bucket] = buckets[bucket] + 1 if bucket > maxn then maxn = bucket end -- Copypaste end elseif entity.type == "entity-ghost" or entity.type == "tile-ghost" then if inventory_has_items_that_can_revive_ghost(items_main, entity) then -- Copypaste begin local epos = entity.position local x = epos.x - px local y = epos.y - py local d = x*x + y*y local bucket = math.ceil(d) if buckets[bucket] == nil then buckets[bucket] = 0 end buckets[bucket] = buckets[bucket] + 1 if bucket > maxn then maxn = bucket end -- Copypaste end end end end end -- LOGGER.log("done filtering and calculating buckets") -- This can return more bots than can be used by the roboports local bots = logistic.available_construction_robots local robot_limit = logistic.robot_limit -- game.print("robot_limit: " .. robot_limit) local cell = logistic.cells[1] local charging = cell.charging_robot_count + cell.to_charge_robot_count -- game.print("charging: " .. charging) -- local inventory_bots = (items_main["construction-robot"] or 0) -- game.print("inventory_bots: " .. inventory_bots) -- The construction bots are holding on to tasks while waiting for charging bots = math.min(logistic.available_construction_robots, robot_limit - charging) -- bots = math.min(logistic.available_construction_robots, robot_limit) bots = math.max(bots, 1) -- game.print("bots: " .. bots) -- Possible optimization opportunity is to use a partial sort, but I guess table.sort is natively implemented -- table.sort(targets, function(a,b) return dists[a] < dists[b] end) -- LOGGER.log("looping buckets") local assigned = 0 local desired = original_range for i=1, maxn do if buckets[i] ~= nil then assigned = assigned + buckets[i] if assigned >= bots then desired = math.ceil(math.sqrt(i)) + 1 -- game.print("assigned: " .. assigned .. " i: " .. i .. " desired: " .. desired) break end end end desired = math.min(desired, original_range) -- game.print("desired: " .. desired) -- LOGGER.log("setting range") set_to_desired_range(grid, desired) -- LOGGER.log("done setting range") end end end local function tick(event) local valid_players = 0 for index,player in pairs(game.connected_players) do if player.character then valid_players = valid_players + 1 end end update_rate = math.max(global.update_rate, valid_players * 2) -- minimum 2 ticks per player local tick_offset = 13 -- just a random prime to attempt avoiding overlap with other mods which does work at regular intervals local valid_index = 0 for index,player in pairs(game.connected_players) do if player.character then valid_index = valid_index + 1 if (game.tick + tick_offset + valid_index + 1) % update_rate == 0 then -- LOGGER.log("profile set t" .. game.tick) -- LOGGER.log("Tick: " .. game.tick) global.close_entities[player.name] = find_close_entities(player) -- LOGGER.log("done ticking") -- LOGGER.log("profile get t" .. game.tick) elseif (game.tick + tick_offset + valid_index) % update_rate == 0 then local close_entities = global.close_entities[player.name] if close_entities ~= nil then adjust_player_range(player, close_entities) end end end end end local function register_event_handlers() if global.update_rate and global.update_rate > 0 then script.on_event({defines.events.on_tick}, tick) else script.on_event({defines.events.on_tick}, nil) end end local function setup() global.close_entities = {} global.update_rate = d.update_rate_setting_table[settings.global[d.update_rate_setting].value] adjust_all_players_to_their_limit() register_event_handlers() end script.on_load(register_event_handlers) script.on_event(defines.events.on_runtime_mod_setting_changed, setup) script.on_configuration_changed(setup)
local Class = require("lbase/class") --- @module Log local Log = {} --- --- Log message separater. local LOG_SEPARATER = "\n" Log.LOG_SEPARATER = LOG_SEPARATER --- Log level. local LOG_LEVEL = { OFF = 1, DEBUG = 2, INFO = 3, WARN = 4, ERROR = 5, } Log.LOG_LEVEL = LOG_LEVEL local LOG_LEVLE_2_STR = { [LOG_LEVEL.DEBUG] = "debug", [LOG_LEVEL.INFO] = "info", [LOG_LEVEL.WARN] = "warn", [LOG_LEVEL.ERROR] = "error", } --- @class Logger : Object local Logger = Class.Object:inherit("Logger") --- --- Constructs logger object. --- @param filePath string --- @param isPrint2Screen boolean function Logger:constructor(filePath, isPrint2Screen) self.m_filePath = filePath self.m_file = io.open(filePath, "a") self.m_level = LOG_LEVEL.INFO self.m_isPrint2Screen = isPrint2Screen end local dateStr local dateTime --- --- Log routine that record message. function Logger:log(level, fmt, arg1, ...) local msg if arg1 then msg = string.format(fmt, arg1, ...) else msg = fmt end local now = os.time() if not dateTime or now ~= dateTime then dateStr = os.date("%Y-%m-%d %H:%M:%S") dateTime = now end local header = string.format("[%s] [%s] ", dateStr, LOG_LEVLE_2_STR[level]) self.m_file:write(header) self.m_file:write(msg) self.m_file:write(LOG_SEPARATER) if self.m_isPrint2Screen then print(string.format("%s%s", header, msg)) end end --- --- Add debug log message. --- @param fmt string function Logger:debug(fmt, ...) if LOG_LEVEL.DEBUG >= self.m_level then self:log(LOG_LEVEL.DEBUG, fmt, ...) end end --- --- Add info log message. --- @param fmt string function Logger:info(fmt, ...) if LOG_LEVEL.INFO >= self.m_level then self:log(LOG_LEVEL.INFO, fmt, ...) end end --- --- Add warn log message. --- @param fmt string function Logger:warn(fmt, ...) if LOG_LEVEL.WARN >= self.m_level then self:log(LOG_LEVEL.WARN, fmt, ...) end end --- --- Add error log message. --- @param fmt string function Logger:error(fmt, ...) if LOG_LEVEL.ERROR >= self.m_level then self:log(LOG_LEVEL.ERROR, fmt, ...) end end --- --- Gets log level. --- @return number function Logger:getLevel() return self.m_level end --- --- Sets log level. --- @param level number Member of LOG_LEVEL. function Logger:setLevel(level) self.m_level = level end --- --- Returns is print mseesage to screen. function Logger:isPrint2Screen() return self.m_isPrint2Screen end --- --- Sets is print mseesage to screen. --- @param isPrint2Screen boolean function Logger:setIsPrint2Screen(isPrint2Screen) self.m_isPrint2Screen = isPrint2Screen end Log.Logger = Logger return Log
-- Module envel provides access to native bindings provided by envel return { signal = require("envel.signal"), timer = require("envel.timer"), reader = require("envel.reader"), spawn = require("envel.spawn"), utils = require("envel.utils"), device = require("envel.device"), rules = require("envel.rules"), dbus = require("envel.dbus"), http = require("envel.http"), platform = require("envel.platform"), }
TD_ERR_OK = 0 TD_ERR_TYPE_NOT_MATCH = 1 TD_ERR_NUMBER_RANGE_OVERFLOW = 2 TD_ERR_JSON_FMT_ERROR = 3 TD_ERR_STRUCT_NO_EXIST = 4 TD_ERR_REQUIRE_FIELD_LOST = 5 TD_ERR_UNDEFINE_FIELD = 6 local errors_map = { [TD_ERR_OK] = "TD_ERR_OK", [TD_ERR_TYPE_NOT_MATCH] = "TD_ERR_TYPE_NOT_MATCH", [TD_ERR_NUMBER_RANGE_OVERFLOW] = "TD_ERR_NUMBER_RANGE_OVERFLOW", [TD_ERR_JSON_FMT_ERROR] = "TD_ERR_JSON_FMT_ERROR", [TD_ERR_STRUCT_NO_EXIST] = "TD_ERR_STRUCT_NO_EXIST", [TD_ERR_REQUIRE_FIELD_LOST] = "TD_ERR_REQUIRE_FIELD_LOST", [TD_ERR_UNDEFINE_FIELD] = "TD_ERR_UNDEFINE_FIELD", } TdError = {} TdError.__index = TdError function TdError:new( ... ) local o = {} setmetatable(o, self) o:init(...) return o end function TdError:init(oParser, err_type, msg, ...) self.m_ErrType = err_type local path = oParser:dump_path() local text = string.format(msg, ...) local head = errors_map[err_type] or "未知错误" self.m_ErrMsg = string.format("[%s]: %s: %s", head, path, text) end function TdError:output() print(self.m_ErrMsg) end function TdError:errmsg() return self.m_ErrMsg end
--[[ 获得队伍的角色(实体和战场) ]] local b3 = require("app.main.modules.behavior3.b3") local Action = require("app.main.modules.behavior3.core.Action") local TeamRoles = class("TeamRoles", Action) --[[ Creates an instance of TeamRoles. properties label 标签 team 实体或者战场队伍 alive 只筛选存活的 ]] function TeamRoles:ctor(config) config = config or {} config.name = config.name or "TeamRoles" config.title = config.title or "TeamRoles <>" Action.ctor(self, config) self._label = self.properties.label self._team = self.properties.team self._alive = self.properties.alive end -- Tick method. function TeamRoles:tick(tick) if self._label then local team = self:getRealValue(self._team, tick) tick.blackboard:set(self._label, (self._alive ~= nil) and team:getAliveRoles() or team:getRoles()) return b3.SUCCESS end return b3.FAILURE end return TeamRoles
--New object_tangible_door_shared_echo_base_door_hangar = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_echo_base_door_hangar.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_echo_base_door_hangar, "object/tangible/door/shared_echo_base_door_hangar.iff") --********************************************************************************************************************************** object_tangible_door_shared_echo_base_door_large = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_echo_base_door_large.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_echo_base_door_large, "object/tangible/door/shared_echo_base_door_large.iff") --********************************************************************************************************************************** object_tangible_door_shared_echo_base_door_small = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_echo_base_door_small.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_echo_base_door_small, "object/tangible/door/shared_echo_base_door_small.iff") --********************************************************************************************************************************** object_tangible_door_shared_echo_tower_door = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_echo_tower_door.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_echo_tower_door, "object/tangible/door/shared_echo_tower_door.iff") --********************************************************************************************************************************** object_tangible_door_shared_exar_kun_door_s1 = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_exar_kun_door_s1.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_exar_kun_door_s1, "object/tangible/door/shared_exar_kun_door_s1.iff") --********************************************************************************************************************************** object_tangible_door_shared_exar_kun_door_s2 = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_exar_kun_door_s2.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_exar_kun_door_s2, "object/tangible/door/shared_exar_kun_door_s2.iff") --********************************************************************************************************************************** object_tangible_door_shared_exar_kun_door_s3 = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_exar_kun_door_s3.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_exar_kun_door_s3, "object/tangible/door/shared_exar_kun_door_s3.iff") --********************************************************************************************************************************** object_tangible_door_shared_exar_kun_door_s4 = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_exar_kun_door_s4.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_exar_kun_door_s4, "object/tangible/door/shared_exar_kun_door_s4.iff") --********************************************************************************************************************************** object_tangible_door_shared_exar_kun_door_s5 = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_exar_kun_door_s5.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_exar_kun_door_s5, "object/tangible/door/shared_exar_kun_door_s5.iff") --********************************************************************************************************************************** object_tangible_door_shared_exar_kun_exit = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_exar_kun_exit.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_exar_kun_exit, "object/tangible/door/shared_exar_kun_exit.iff") --********************************************************************************************************************************** object_tangible_door_shared_heroic_axkva_min_door = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_heroic_axkva_min_door.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_heroic_axkva_min_door, "object/tangible/door/shared_heroic_axkva_min_door.iff") --********************************************************************************************************************************** object_tangible_door_shared_heroic_axkva_min_door_exit = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_heroic_axkva_min_door_exit.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_heroic_axkva_min_door_exit, "object/tangible/door/shared_heroic_axkva_min_door_exit.iff") --********************************************************************************************************************************** object_tangible_door_shared_som_droid_factory_door = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_som_droid_factory_door.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_som_droid_factory_door, "object/tangible/door/shared_som_droid_factory_door.iff") --********************************************************************************************************************************** object_tangible_door_shared_som_old_republic_facility_door = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_som_old_republic_facility_door.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_som_old_republic_facility_door, "object/tangible/door/shared_som_old_republic_facility_door.iff") --********************************************************************************************************************************** object_tangible_door_shared_thm_kash_cave_myyydril_door = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_thm_kash_cave_myyydril_door.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_thm_kash_cave_myyydril_door, "object/tangible/door/shared_thm_kash_cave_myyydril_door.iff") --********************************************************************************************************************************** object_tangible_door_shared_thm_kash_zonegate_door_simple = SharedTangibleObjectTemplate:new { clientTemplateFileName = "object/tangible/door/shared_thm_kash_zonegate_door_simple.iff" } ObjectTemplates:addClientTemplate(object_tangible_door_shared_thm_kash_zonegate_door_simple, "object/tangible/door/shared_thm_kash_zonegate_door_simple.iff")
slot0 = class("PileGameConst") slot0.INDEX_WIDTH = 150 slot0.SAFE_INDEX_WIDTH = 40 slot0.DEATH_INDEX_WIDTH = 86 slot0.ITEM_PIVOT = Vector2(0.5, 0) slot0.GROUND_SIZE = Vector2(1300, 20) slot0.GROUND_PIVOT = Vector2(0.5, 1) slot0.RATIO = 2 slot0.START_Y = 150 slot0.MAX_SLIDE_DISTANCE = slot0.INDEX_WIDTH * slot0.RATIO slot0.SAFE_LINE_DISTANCE = slot0.SAFE_INDEX_WIDTH * slot0.RATIO slot0.DEATH_LINE_DISTANCE = slot0.DEATH_INDEX_WIDTH * slot0.RATIO slot0.SLIDE_SPEED = 150 slot0.SLIDE_GROWTH = { 10, 0.23 } slot0.DROP_SPEED = 600 slot0.SINK_LEVEL = 4 slot0.MAX_FAILED_CNT = 3 slot0.LEVEL_TO_HAPPY_ANIM = 10 slot0.SINK_TIME = 0.01 slot0.SHAKE_DIS = 5 slot0.SHAKE_SPEED = 10 slot0.SHAKE_DIS_RATIO = 0.02 slot0.PLAY_SPE_ACTION_TIME = 5 slot0.BAN_OP_TIME = 1 slot0.DEBUG = false slot0.Prefabs = { { speActionCount = 1, name = "abercrombie_N", boundary = { 3.7, 0, 92.6, 129.6 }, size = { 157.82, 139.22 } }, { speActionCount = 0, name = "abercrombie_R", boundary = { 2.7, 3.6, 86.4, 131.5 }, size = { 156.9, 138.8 } }, { speActionCount = 0, name = "abercrombie_SR", boundary = { 2.7, 3.6, 86.4, 131.5 }, size = { 156.9, 137.5 } }, { speActionCount = 0, name = "abercrombie_SRR", boundary = { 2.7, 3.6, 86.4, 131.5 }, size = { 156.9, 138.8 } }, { speActionCount = 0, name = "abercrombie_SRR_1", boundary = { 2.7, 3.6, 86.4, 131.5 }, size = { 156.9, 138.8 } }, { speActionCount = 0, name = "abercrombie_SRR_2", boundary = { 2.7, 3.6, 86.4, 131.5 }, size = { 156.9, 138.8 } }, { speActionCount = 0, name = "abercrombie_UR", boundary = { 6.39, 2.18, 92.47, 139.45 }, size = { 160.9, 143.8 } }, { speActionCount = 1, name = "antenna", boundary = { 0, -0.49, 100, 85.37 }, size = { 161.1, 94.86 } }, { speActionCount = 1, name = "enterprise", boundary = { 0, 0, 98.9, 91.6 }, size = { 159.2, 101.48 } }, { speActionCount = 2, name = "formidable", boundary = { 0, 0, 100, 80.06 }, size = { 168.98, 88.96 } }, { speActionCount = 1, name = "hammann", boundary = { 0, 0, 100, 97.54 }, size = { 151.45, 97.54 } }, { speActionCount = 3, name = "illustrious", boundary = { 0, 0, 100, 96.02 }, size = { 159.05, 105.61 } }, { speActionCount = 2, name = "justice", boundary = { 2.49, 2.12, 64, 112.22 }, size = { 163.87, 116.46 } }, { speActionCount = 2, name = "laffey", boundary = { 1, 0.5, 96.01, 101 }, size = { 168.86, 110.03 } }, { speActionCount = 2, name = "mutsuki", boundary = { 2.99, 0, 105.98, 88.04 }, size = { 152.91, 96.5 } }, { speActionCount = 0, name = "portland", boundary = { 0, -0.5, 100, 114.95 }, size = { 164.55, 124.3 } }, { speActionCount = 1, name = "pound", boundary = { 2.99, 0, 96.02, 84.06 }, size = { 174.7, 93.53 } }, { speActionCount = 2, name = "shiratsuyu", boundary = { 0, 2.6, 100, 87.9 }, size = { 177.1, 93.1 } }, { speActionCount = 2, name = "soup", boundary = { 0, -2.5, 100, 89.8 }, size = { 130.4, 94.8 } }, { speActionCount = 1, name = "unicorn", boundary = { 0, -2.5, 100, 87.6 }, size = { 159.8, 92.7 } } } slot0.HEAD = { speActionCount = 0, name = "abercrombie_N", boundary = { 3.15, 0, 78.29, 103 }, size = { 125, 113 } } return slot0
local NadminButton = {} function NadminButton:Init() self.text = "Button" self:SetFont("nadmin_derma") self.color = {} self.color.normal = nadmin.colors.gui.blue self.color.hovered = nadmin:BrightenColor(self.color.normal, 25) self.color.down = nadmin:BrightenColor(self.color.normal, 10) self.color.text = nadmin:TextColor(self.color.normal) self.color.shadow = nadmin:BrightenColor(self.color.normal, -50) self.icon = nil self.buttonSounds = { {"nadmin/clickdown.ogg", "nadmin/clickup.ogg"} } self.selectedSound = 1 -- The paint function doesn't let me change how the text is shown on the button, so I use a separate variable and override this self:SetText("") -- These functions are inside init to allow the SetText above to work without conflicts function self:SetText(text) if not isstring(text) then return end self.text = text end function self:GetText() return self.text end end function NadminButton:SetColor(color, noText) if not IsColor(color) then return end self.color.normal = color self.color.hovered = nadmin:BrightenColor(self.color.normal, 25) self.color.down = nadmin:BrightenColor(self.color.normal, 10) self.color.shadow = nadmin:BrightenColor(self.color.normal, -50) if not noText then self.color.text = nadmin:TextColor(self.color.normal) end end function NadminButton:GetColor() return self.color.normal end function NadminButton:GetPressSounds() if isnumber(self.selectedSound) then return self.buttonSounds[self.selectedSound] end end function NadminButton:SetPressSounds(ind) if not isnumber(ind) then return end self.selectedSound = ind end function NadminButton:OnDepressed() local sounds = self:GetPressSounds() if istable(sounds) and isstring(sounds[1]) then surface.PlaySound(sounds[1]) end end function NadminButton:OnReleased() local sounds = self:GetPressSounds() if istable(sounds) and isstring(sounds[2]) then surface.PlaySound(sounds[2]) end end local icons = {} function NadminButton:SetIcon(icon) if not isstring(icon) then return end self.icon = icon end function NadminButton:GetIcon() return self.icon end function NadminButton:GetIconMat() return icons[self.icon] end function NadminButton:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end local offset = (self:IsEnabled() and (self:IsDown() and 2 or 0)) or 0 local color = self:GetColor() local tc = self:GetTextColor() if self:IsEnabled() then if self:IsDown() then color = self.color.down elseif self:IsHovered() then color = self.color.hovered end else color = nadmin:BrightenColor(color, -15) end draw.RoundedBox(0, 0, offset, w, h, color) if self:IsEnabled() and not self:IsDown() then draw.RoundedBox(0, 0, h-2, w, 2, self.color.shadow) end -- Icon local ico if isstring(self.icon) then if not icons[self.icon] then icons[self.icon] = Material(self.icon) end ico = icons[self.icon] end local textPos = 0 local iconPos = 0 local iconWid = math.min(w, h) - 8 surface.SetFont(self:GetFont()) local wid = surface.GetTextSize(self:GetText()) if ico ~= nil then if self:GetText() ~= "" then textPos = w/2 + iconWid/2 + 4 iconPos = textPos - wid/2 - iconWid - 4 else iconPos = w/2 - iconWid/2 end if self.icon == "icon16/bin_closed.png" then iconPos = iconPos - 2 textPos = textPos - 2 end surface.SetDrawColor(255, 255, 255) surface.SetMaterial(ico) surface.DrawTexturedRect(iconPos, h/2 - iconWid/2 + offset, iconWid, iconWid) else textPos = w/2 end if self:GetText() ~= "" then draw.Text({ text = self:GetText(), font = self:GetFont(), color = tc, pos = {textPos, h/2 + offset}, xalign = TEXT_ALIGN_CENTER, yalign = TEXT_ALIGN_CENTER }) end end vgui.Register("NadminButton", NadminButton, "DButton") local NadminSimpleButton = {} function NadminSimpleButton:Init() self.text = "Button" self.color = {} self.color.normal = nadmin.colors.gui.blue self.color.hovered = nadmin:BrightenColor(self.color.normal, 25) self.color.down = nadmin:BrightenColor(self.color.normal, 10) self.color.text = nadmin:TextColor(self.color.normal) self.icon = nil self.xalign = TEXT_ALIGN_CENTER -- The paint function doesn't let me change how the text is shown on the button, so I use a separate variable and override this self:SetText("") self:SetFont("nadmin_derma") -- These functions are inside init to allow the SetText above to work without conflicts function self:SetText(text) if not isstring(text) then return end self.text = text end function self:GetText() return self.text end end function NadminSimpleButton:SetColor(color, noText) if not IsColor(color) then return end self.color.normal = color self.color.hovered = nadmin:BrightenColor(self.color.normal, 25) self.color.down = nadmin:BrightenColor(self.color.normal, 10) if not noText then self.color.text = nadmin:TextColor(self.color.normal) end end function NadminSimpleButton:GetColor() return self.color.normal end function NadminSimpleButton:SetIcon(icon) if not isstring(icon) then return end self.icon = icon end function NadminSimpleButton:GetIconMat() return icons[self.icon] end function NadminSimpleButton:GetIconString() return self.icon end function NadminSimpleButton:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end if not isfunction(self.BackgroundDraw) then if self:IsMouseInputEnabled() then draw.RoundedBox(0, 0, 0, w, h, nadmin:BrightenColor(self:GetColor(), self:IsDown() and 10 or (self:IsHovered() and 25 or 0))) else draw.RoundedBox(0, 0, 0, w, h, nadmin:DarkenColor(self:GetColor(), 25)) end else self:BackgroundDraw(w, h) end local ico if isstring(self.icon) then if not icons[self.icon] then icons[self.icon] = Material(self.icon) end ico = icons[self.icon] end local txtPos = w/2 local iconPos = 4 local iconWid = math.min(w, h) - 8 if self.xalign == TEXT_ALIGN_LEFT then if ico ~= nil then txtPos = iconWid + 8 else txtPos = 4 end elseif self.xalign == TEXT_ALIGN_CENTER then surface.SetFont(self:GetFont()) local wid = surface.GetTextSize(self:GetText()) if ico ~= nil then if self:GetText() ~= "" then wid = wid + iconWid/2 + 4 iconPos = w/2 - wid/2 else iconPos = w/2 - iconWid/2 end end txtPos = w/2 if ico ~= nil then txtPos = txtPos + iconWid/2 + 4 end end if ico ~= nil then if self.icon == "icon16/bin_closed.png" then iconPos = iconPos - 2 txtPos = txtPos - 2 end -- draw.RoundedBox(0, iconPos, 4, iconWid, iconWid, Color(0, 0, 0)) surface.SetDrawColor(255, 255, 255) surface.SetMaterial(ico) surface.DrawTexturedRect(iconPos, h/2 - iconWid/2, iconWid, iconWid) end if self:GetText() ~= "" then draw.Text({ text = self:GetText(), font = self:GetFont(), color = self:GetTextColor(), pos = {txtPos, h/2}, xalign = self.xalign, yalign = TEXT_ALIGN_CENTER }) end end vgui.Register("NadminSimpleButton", NadminSimpleButton, "DButton") local NadminPanel = {} function NadminPanel:Init() self.color = nadmin.colors.gui.theme end function NadminPanel:SetColor(color) if IsColor(color) then self.color = color end end function NadminPanel:GetColor() return self.color end function NadminPanel:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end if IsColor(self.color) then draw.RoundedBox(0, 0, 0, w, h, self.color) end end vgui.Register("NadminPanel", NadminPanel, "DPanel") local NadminScrollPanel = {} function NadminScrollPanel:Init() self.color = nadmin.colors.gui.theme self.vbarColor = nadmin:BrightenColor(nadmin.colors.gui.theme, 25) local vbar = self:GetVBar() vbar:SetWide(8) vbar.panel = self vbar.btnUp.panel = self vbar.btnDown.panel = self vbar.btnGrip.panel = self function vbar:Paint(w, h) local col = self.panel.color if self:IsHovered() then col = nadmin:BrightenColor(col, 15) end draw.RoundedBox(0, 0, 0, w, h, col) end function vbar.btnUp:Paint(w, h) local col = self.panel.vbarColor if self:IsHovered() then col = nadmin:BrightenColor(col, 15) end draw.RoundedBox(0, 0, 0, w, h, col) end function vbar.btnDown:Paint(w, h) local col = self.panel.vbarColor if self:IsHovered() then col = nadmin:BrightenColor(col, 15) end draw.RoundedBox(0, 0, 0, w, h, col) end function vbar.btnGrip:Paint(w, h) local col = self.panel.vbarColor if self:IsHovered() then col = nadmin:BrightenColor(col, 15) end draw.RoundedBox(0, 0, 0, w, h, col) end end function NadminScrollPanel:SetColor(col, noVbar) if IsColor(col) then self.color = col if not noVbar then self:SetVBarColor(nadmin:BrightenColor(col, 25)) end end end function NadminScrollPanel:GetColor() return self.color end function NadminScrollPanel:SetVBarColor(col) if IsColor(col) then self.vbarColor = col end end function NadminScrollPanel:GetVBarColor() return self.vbarColor end function NadminScrollPanel:Paint(w, h) draw.RoundedBox(0, 0, 0, w, h, self.color) end vgui.Register("NadminScrollPanel", NadminScrollPanel, "DScrollPanel") local NadminCheckBox = {} function NadminCheckBox:Init() self.text = "Check Box" self.checkColor = nadmin.colors.gui.blue self.color = nadmin.colors.gui.theme self.textColor = nadmin:TextColor(self.color) self.style = nadmin.STYLE_BOX -- Button stuff self:SetFont("nadmin_derma") -- The paint function doesn't let me change how the text is shown on the button, so I use a separate variable and override this self:SetText("") -- These functions are inside init to allow the SetText above to work without conflicts function self:SetText(text) if not isstring(text) then return end self.text = text end function self:GetText() return self.text end end function NadminCheckBox:SetStyle(style) if isnumber(style) then self.style = style end end function NadminCheckBox:GetStyle() return self.style end function NadminCheckBox:SetColor(col, noText) if IsColor(col) then self.color = col if not noText then self:SetTextColor(nadmin:TextColor(col)) end end end function NadminCheckBox:GetColor() return self.color end function NadminCheckBox:SetTextColor(col) if IsColor(col) then self.textColor = col end end function NadminCheckBox:GetTextColor() return self.textColor end function NadminCheckBox:SetCheckColor(col) if IsColor(col) then self.checkColor = col end end function NadminCheckBox:GetCheckColor() return self.checkColor end function NadminCheckBox:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end draw.RoundedBox(0, 0, 0, w, h, nadmin:BrightenColor(self:GetColor(), self:IsDown() and 10 or (self:IsHovered() and 25 or 0))) if self.style == nadmin.STYLE_BOX then local s = math.min(w, h) - 8 draw.RoundedBox(0, 4, h/2 - s/2, s, s, self:GetTextColor()) local col = self:GetChecked() and self:GetCheckColor() or self:GetColor() draw.RoundedBox(0, 6, h/2 - s/2 + 2, s-4, s-4, col) draw.Text({ text = self:GetText(), font = self:GetFont(), color = self:GetTextColor(), pos = {s + 8, h/2}, yalign = TEXT_ALIGN_CENTER }) elseif self.style == nadmin.STYLE_SWITCH then -- Toggle switch slider local dark = nadmin:DarkenColor(self:GetColor(), 25) local darker = nadmin:DarkenColor(self:GetColor(), 35) draw.RoundedBox(8, w - 46, h/2 - 8, 42, 16, dark) draw.RoundedBox(2, w - 38, h/2 - 2, 26, 4, darker) -- Check pos local x = self:GetChecked() and w - 12 or w - 38 -- Check render -- x, y, radius, seg, arc, angOffset, col draw.Circle(x, h/2, 8, 16, 360, 0, self:GetChecked() and self:GetCheckColor() or self:GetTextColor()) draw.Text({ text = self:GetText(), font = self:GetFont(), color = self:GetTextColor(), pos = {4, h/2}, yalign = TEXT_ALIGN_CENTER }) end end vgui.Register("NadminCheckBox", NadminCheckBox, "DCheckBox") local NadminTextEntry = {} function NadminTextEntry:Init() self.color = nadmin:DarkenColor(nadmin.colors.gui.theme, 25) self.errorColor = nadmin.colors.gui.red self.errorTextColor = nadmin:TextColor(nadmin.colors.gui.theme) self.warningColor = nadmin.colors.gui.warning self:SetTextColor(nadmin:TextColor(self.color)) self:SetFont("nadmin_derma") end function NadminTextEntry:SetColor(col, noText) if IsColor(col) then self.color = col if not noText then self:SetTextColor(nadmin:TextColor(col)) end end end function NadminTextEntry:GetColor() return self.color end function NadminTextEntry:SetErrorColor(col) if IsColor(col) then self.errorColor = col end end function NadminTextEntry:GetErrorColor() return self.errorColor end function NadminTextEntry:SetErrorTextColor(col) if IsColor(col) then self.errorTextColor = col end end function NadminTextEntry:GetErrorTextColor() return self.errorTextColor end function NadminTextEntry:SetWarningColor(col) if IsColor(col) then self.warningColor = col end end function NadminTextEntry:GetWarningColor() return self.warningColor end function NadminTextEntry:SetWarningTextColor(col) if IsColor(col) then self.warningTextColor = col end end function NadminTextEntry:GetWarningTextColor() return self.warningTextColor end function NadminTextEntry:IsErrored() if isfunction(self.ErrorCondition) then return self:ErrorCondition() end return false end function NadminTextEntry:IsWarned() if isfunction(self.WarningCondition) then return self:WarningCondition() end return false end function NadminTextEntry:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end draw.RoundedBox(0, 0, 0, w, h, self:GetColor()) local textCol = self:GetTextColor() local errored = self:IsErrored() if errored then draw.RoundedBox(0, 0, 0, w, h, nadmin:AlphaColor(self.errorColor, 25)) if isstring(errored) then draw.SimpleText(errored, self:GetFont(), w - 2, h/2, self.errorColor, TEXT_ALIGN_RIGHT, TEXT_ALIGN_CENTER) end else local warned = self:IsWarned() if warned then draw.RoundedBox(0, 0, 0, w, h, nadmin:AlphaColor(self.warningColor, 25)) if isstring(warned) then draw.SimpleText(warned, self:GetFont(), w - 2, h/2, self.warningColor, TEXT_ALIGN_RIGHT, TEXT_ALIGN_CENTER) end end end if self:GetText() == "" then draw.SimpleText(self:GetPlaceholderText(), self:GetFont(), 2, h/2, nadmin:AlphaColor(textCol, 75), TEXT_ALIGN_LEFT, TEXT_ALIGN_CENTER) end self:DrawTextEntryText(textCol, nadmin.colors.gui.blue, textCol) end vgui.Register("NadminTextEntry", NadminTextEntry, "DTextEntry") -- This function can make text fit within a certain width, and give you each line and the overall height needed. -- Large amounts of text can cause lag, so be mindful of what you're inputing! function nadmin:MakeTextFit(text, w) local out = {} local height = 0 local wid, hei = surface.GetTextSize(text) if wid > w then local i = 0 while i < #text do i = i + 1 local wid = surface.GetTextSize(string.sub(text, 1, i)) if text[i] == " " then lastSpace = i end -- Text be getting too long, time to move to a new line if wid > w then if lastSpace > 0 then -- Move back to the last line break character. Currently only supports spaces, -- but I may allow it to include other characters, such as brackets or dashes i = lastSpace else -- Otherwise, just go back a character i = i - 1 end table.insert(out, string.sub(text, 1, i)) text = string.sub(text, i + 1) height = height + hei lastSpace = 0 i = 0 end end if text ~= "" then table.insert(out, text) height = height + hei end else table.insert(out, text) height = hei end return out, height end local NadminLabel = {} function NadminLabel:Init() self.text = "Label" self.font = "nadmin_derma" self.textColor = nadmin:TextColor(nadmin.colors.gui.theme) self.autoResize = true -- if autoResize is true, it will make the text wrap when it goes past the width. -- This is the automatic height based on how far it goes down. self.autoHeight = 0 self.cache = {width = nil, text = nil, font = nil} -- A cache of stuff to monitor every frame. If any of these changes, the render variable below is refreshed and the autoHeight is recalculated self.lines = {} -- Each line of text that fits in the width end function NadminLabel:SetText(txt) if not isstring(txt) then return end self.text = txt end function NadminLabel:GetText() return self.text end function NadminLabel:SetFont(font) if not isstring(font) then return end self.font = font end function NadminLabel:GetFont() return self.font end function NadminLabel:SetTextColor(col) if not IsColor(col) then return end self.textColor = col end function NadminLabel:GetTextColor() return self.textColor end function NadminLabel:SetAutoResize(resize) if not isbool(resize) then return end self.autoResize = resize end function NadminLabel:GetAutoResize() return self.autoResize end function NadminLabel:SizeToContentsX() surface.SetFont(self:GetFont()) local wid = surface.GetTextSize(self:GetText()) self:SetWide(wid) end function NadminLabel:SizeToContentsY() self:SetTall(self.autoHeight) end function NadminLabel:SizeToContents() self:SizeToContentsX() end function NadminLabel:Paint(w, h) local textDif = (self:GetText() ~= self.cache.text ) local fontDif = (self:GetFont() ~= self.cache.font ) local widthDif = ( w ~= self.cache.width) -- Monitor properties that affect how the text is displayed if textDif or fontDif or widthDif then self.cache.text = self:GetText() self.cache.font = self:GetFont() self.cache.width = w surface.SetFont(self:GetFont()) local lines, height = nadmin:MakeTextFit(self:GetText(), w) self.lines = lines self.autoHeight = height if self:GetAutoResize() then self:SizeToContentsY() end end local lineHeight = self.autoHeight / #self.lines for i, line in ipairs(self.lines) do draw.SimpleText(line, self:GetFont(), 0, (i - 1) * lineHeight, self:GetTextColor()) end end vgui.Register("NadminLabel", NadminLabel, "DPanel") local NadminComboBox = {} function NadminComboBox:Init() self.color = nadmin:DarkenColor(nadmin.colors.gui.theme, 25) self:SetFont("nadmin_derma") self:SetTextColor(nadmin:TextColor(nadmin.colors.gui.theme)) function self.DropButton:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end local par = self:GetParent() local col = par:GetTextColor() surface.SetDrawColor(col.r, col.g, col.b) draw.NoTexture() if par:IsMenuOpen() then surface.DrawPoly({ {x = w/2, y = 4}, {x = w - 4, y = h - 4}, {x = 4, y = h - 4} }) else surface.DrawPoly({ {x = 4, y = 4}, {x = w - 4, y = 4}, {x = w/2, y = h - 4} }) end end end function NadminComboBox:SetColor(col, no_update) if IsColor(col) then self.color = col if not no_update then self:SetTextColor(nadmin:TextColor(col)) end end end function NadminComboBox:GetColor() return self.color end function NadminComboBox:Paint(w, h) if isfunction(self.RenderCondition) then if not self:RenderCondition() then return end end draw.RoundedBox(0, 0, 0, w, h, self.color) end vgui.Register("NadminComboBox", NadminComboBox, "DComboBox") -- A panel that starts completely clear, but over time blurs local NadminBlurPanel = {} function NadminBlurPanel:Init() self.startFade = SysTime() -- Want the blur to restart? Set it to SysTime() again self.fadeValue = 150 self.blurValue = 5 self.duration = 2 self.fadeColor = Color(0, 0, 0, 0) end function NadminBlurPanel:Paint(w, h) local blur = 0 if SysTime() < self.startFade + self.dur then -- fading local prog = (SysTime() - self.startFade) / self.dur self.fadeColor[4] = Nadmin:Lerp(0, self.fadeValue, prog) blur = nadmin:Lerp(0, self.blurValue, prog) else -- Fade animation is done, so just make it blured self.fadeColor[4] = self.fadeValue blur = self.blurVal end draw.RoundedBox(0, 0, 0, w, h, self.fadeColor) draw.Blur(0, 0, w, h, blur) end vgui.Register("NadminBlurPanel", NadminBlurPanel, "DPanel") local NadminFrame = {} function NadminFrame:Init() self.title = "Menu" self.color = nadmin.colors.gui.theme self.titleTextColor = nadmin:TextColor(self.color) self.showIcon = true -- Should the Nadmin icon appear in the top left, next to the title? self.lastWidth = nil -- A stored variable of the width. When it changes, it repositions the close button if shown self:DockPadding(0, 30, 0, 0) -- Removing some functionality from the default DFrame, so these need to be in the init self:SetTitle("") self:ShowCloseButton(false) function self:SetTitle(str) if not isstring(str) then return end self.title = str end function self:GetTitle() return self.title end function self:ShowCloseButton(show) if show and not IsValid(self.closeButton) then self.closeButton = vgui.Create("NadminButton", self) self.closeButton:SetPos(self:GetWide() - self.closeButton:GetWide() - 4, 4) self.closeButton:SetSize(40, 20) self.closeButton:SetText("X") self.closeButton.parent = self function self.closeButton:DoClick() if IsValid(self.parent) then self.parent:Remove() end if IsValid(self) then self:Remove() end end elseif not show and IsValid(self.closeButton) then self.closeButton:Remove() end end self:ShowCloseButton(true) end function NadminFrame:SetColor(col, noTitle) if IsColor(col) then self.color = col if not noTitle then self:SetTitleTextColor(nadmin:TextColor(nadmin:BrightenColor(col, 25))) end end end function NadminFrame:GetColor() return self.color end function NadminFrame:SetTitleTextColor(col) if IsColor(col) then self.titleTextColor = col end end function NadminFrame:GetTitleTextColor() return self.titleTextColor end function NadminFrame:ShowNadminIcon(show) if isbool(show) then self.showIcon = show end end local NadminIcon = Material(nadmin.icons["nadmin"]) function NadminFrame:Paint(w, h) draw.RoundedBox(0, 0, 0, w, h, self:GetColor()) local headerColor = nadmin:BrightenColor(self:GetColor(), 25) draw.RoundedBox(0, 0, 0, w, 28, headerColor) -- Underline of the title bar draw.RoundedBox(0, 0,28, w, 2, nadmin:DarkenColor(self:GetColor(), 25)) local textX = 4 if self.showIcon then surface.SetDrawColor(255, 255, 255) surface.SetMaterial(NadminIcon) surface.DrawTexturedRect(4, 4, 20, 20) textX = 28 end draw.Text({ text = self:GetTitle(), font = "nadmin_derma", color = self.titleTextColor, pos = {textX, 14}, yalign = TEXT_ALIGN_CENTER }) -- Change close button if self.lastWidth ~= w and IsValid(self.closeButton) then self.closeButton:SetPos(self:GetWide() - self.closeButton:GetWide() - 4, 4) end end vgui.Register("NadminFrame", NadminFrame, "DFrame") -- Creates a scroll panel with tabs on top or to the side that let you switch between different menus local NadminTabMenu = {} function NadminTabMenu:Init() self.backgroundColor = nadmin:DarkenColor(nadmin.colors.gui.theme, 25) -- Background color of the scroll panel. self.baseTabColor = nadmin.colors.gui.blue -- The base color for tabs, however can be overriden self.baseTabTextColor = nadmin:TextColor(self.baseTabColor) self.verticalTabs = false -- True to make taps appear on the left, false to appear on top self.tabs = {} self.selectedTab = NULL self.tabSizeW = 50 self.tabSizeH = 28 self.cacheWidth = 0 self.tabContainerTop = vgui.Create("DPanel", self) self.tabContainerTop:Dock(TOP) self.tabContainerTop:SetTall(self.tabSizeH) self.tabContainerTop:SetVisible(false) function self.tabContainerTop:Paint(w, h) end -- Shouldn't be drawn self.tabContainerLeft = vgui.Create("DScrollPanel", self) self.tabContainerLeft:GetVBar():SetWide(0) self.tabContainerLeft:Dock(LEFT) self.tabContainerLeft:SetWide(self.tabSizeW) function self.tabContainerLeft:Paint(w, h) end -- Shouldn't be drawn self.scrollPanel = vgui.Create("NadminScrollPanel", self) self.scrollPanel:SetColor(Color(0, 0, 0, 0)) self.scrollPanel:Dock(FILL) end function NadminTabMenu:GetContentPanel() return self.scrollPanel end function NadminTabMenu:SetColor(col) if IsColor(col) then self.backgroundColor = col end end function NadminTabMenu:GetColor() return self.backgroundColor end function NadminTabMenu:SetTabColor(col, noText) if IsColor(col) then self.baseTabColor = col if not noText then self.baseTabTextColor = nadmin:TextColor(col) end end end function NadminTabMenu:GetTabColor() return self.baseTabColor end function NadminTabMenu:SetTabTextColor(col) if IsColor(col) then self.baseTabTextColor = col end end function NadminTabMenu:GetTabTextColor() return self.baseTabTextColor end function NadminTabMenu:SetTabSize(w, h) if isnumber(w) then self:SetTabWidth(w) end if isnumber(h) then self:SetTabHeight(h) end end function NadminTabMenu:SetTabWidth(w) self.tabContainerLeft:SetWide(w) self.tabSizeW = w end function NadminTabMenu:SetTabHeight(h) self.tabContainerTop:SetTall(h) self.tabSizeH = h end function NadminTabMenu:UseVerticalTabs(vert) if isbool(vert) then self.verticalTabs = vert self:ValidateMenu() end end -- Makes sure the tabs are where they should be, and the contents panel is sized correctly function NadminTabMenu:ValidateMenu() if not self.verticalTabs then -- Tabs are on top if not self.tabContainerTop:IsVisible() then self.tabContainerTop:SetVisible(true) end if self.tabContainerLeft:IsVisible() then self.tabContainerLeft:SetVisible(false) end -- Position and size tabs local numTabs = #self.tabs local tabSize = (self.tabContainerTop:GetWide() / numTabs) - 4 for i, tab in ipairs(self.tabs) do if tab:GetParent() ~= self.tabContainerTop then tab:Dock(NODOCK) tab:SetParent(self.tabContainerTop) end tab:SetSize(tabSize, self.tabSizeH) tab:SetPos(((i - 1) / numTabs) * self.tabContainerTop:GetWide(), 0) end -- The final tab might not be aligned with the right side of the menu, so we are just going to increase the width to make it seamless local x = self.tabs[numTabs]:GetPos() self.tabs[numTabs]:SetWide(self.tabContainerTop:GetWide() - x) else -- Tabs are on the left if self.tabContainerTop:IsVisible() then self.tabContainerTop:SetVisible(false) end if not self.tabContainerLeft:IsVisible() then self.tabContainerLeft:SetVisible(true) end local w = self.tabSizeW if not self.scrollPanel:IsVisible() then w = self:GetWide() self.tabSizeW = w self.tabContainerLeft:SetWide(w) end for i, tab in ipairs(self.tabs) do if tab:GetParent() ~= self.tabContainerLeft then tab:SetParent(self.tabContainerLeft) tab:Dock(TOP) tab:DockMargin(0, 0, 0, 4) end tab:SetSize(w, self.tabSizeH) end end end function NadminTabMenu:AddTab(text, contents, selected, data) local tab = vgui.Create("NadminSimpleButton", self) if isfunction(contents) then tab.OnSelect = contents end tab.parent = self tab.vertical = false tab:SetText(text) if data ~= nil then tab.data = data end function tab:DoClick(noClick) if not noClick then chat.PlaySound() end -- Some sound effects :^) self.animStart = SysTime() self.parent.selectedTab = self self.parent.scrollPanel:Clear() if isfunction(self.OnSelect) then self.OnSelect(self.parent.scrollPanel, self.data) end end -- Overriding some built in functions for the button :^) function tab:SetSelectedColor(col, noText) if IsColor(col) then self.selColor = col if not noText then self.selTextColor = nadmin:TextColor(col) end end end function tab:GetSelectedColor() return self.selColor or self.parent.baseTabColor end function tab:ResetSelectedColor() self.selColor = nil end function tab:SetSelectedTextColor(col) -- was :SetTextColor if IsColor(col) then self.selTextColor = col end end function tab:GetSelectedTextColor() return self.selTextColor or self.parent.baseTabTextColor end function tab:ResetSelectedTextColor() self.selTextColor = nil end function tab:SetUnselectedColor(col, noText) if IsColor(col) then self.unselColor = col if not noText then self.unselTextColor = nadmin:TextColor(col) end end end function tab:GetUnselectedColor() return self.unselColor or self.parent.baseTabColor end function tab:ResetUnselectedColor() self.unselColor = nil end function tab:SetUnselectedTextColor(col) -- was :SetTextColor if IsColor(col) then self.unselTextColor = col end end function tab:GetUnselectedTextColor() return self.unselTextColor or self.parent.baseTabTextColor end function tab:ResetUnselectedTextColor() self.unselTextColor = nil end function tab:BackgroundDraw(w, h) local col = self.unselColor or self.parent.baseTabColor if IsColor(self.selColor) then col = self.selColor end if self.parent.selectedTab == self then local tc = self.parent.baseTabTextColor if IsColor(self.selTextColor) then tc = self.selTextColor end self:SetTextColor(tc) if isnumber(self.animStart) then local anim = nadmin:SmootherStep(self.animStart, self.animStart + 0.33, SysTime()) draw.RoundedBox(0, 0, 0, w, h, nadmin:BrightenColor(self.parent.backgroundColor, 35)) if not self.parent.verticalTabs then draw.RoundedBox(0, 0, h - h * anim, w, h, col) else draw.RoundedBox(0, w - w * anim, 0, w, h, col) end if SysTime() - self.animStart >= 0.33 then self.animStart = nil end else draw.RoundedBox(0, 0, 0, w, h, col) end self.active = true else self:SetTextColor(self.unselTextColor or self.parent.baseTabTextColor) if self:IsHovered() and not isnumber(self.animStart) then self.animStart = SysTime() self.animDown = nil elseif not self:IsHovered() and isnumber(self.animStart) then self.animStart = nil self.animDown = SysTime() elseif self.active then self.active = nil self.unselect = SysTime() end draw.RoundedBox(0, 0, 0, w, h, self.unselColor or self.parent.backgroundColor) local hoverLine = 3 local brightenedColor = nadmin:BrightenColor(self.unselColor or self.parent.backgroundColor, 35) if isnumber(self.animStart) then local anim = nadmin:SmootherStep(self.animStart, self.animStart + 0.33, SysTime()) if self:IsDown() then hoverLine = 1 end if not self.parent.verticalTabs then draw.RoundedBox(0, 0, h - h * anim, w, h, brightenedColor) draw.RoundedBox(0, 0, h - hoverLine, w, hoverLine, col) else draw.RoundedBox(0, w - w * anim, 0, w, h, brightenedColor) draw.RoundedBox(0, w - hoverLine, 0, hoverLine, h, col) end elseif isnumber(self.animDown) then local anim = nadmin:SmootherStep(self.animDown, self.animDown + 0.66, SysTime()) if not self.parent.verticalTabs then draw.RoundedBox(0, 0, h * anim, w, h, brightenedColor) draw.RoundedBox(0, 0, h - hoverLine, w, hoverLine, col) else draw.RoundedBox(0, w * anim, 0, w, h, brightenedColor) draw.RoundedBox(0, w - hoverLine, 0, hoverLine, h, col) end if SysTime() - self.animDown >= 0.66 then self.animDown = nil end elseif isnumber(self.unselect) then local anim = nadmin:SmootherStep(self.unselect, self.unselect + 0.33, SysTime()) -- draw.RoundedBox(0, 0, 0, w, h, nadmin:BrightenColor(self.parent.backgroundColor, 35)) if not self.parent.verticalTabs then draw.RoundedBox(0, 0, h * anim, w, h, col) else draw.RoundedBox(0, w * anim, 0, w, h, col) end if SysTime() - self.unselect >= 0.33 then self.unselect = nil end end end end table.insert(self.tabs, tab) self:ValidateMenu() -- For some reason, the scroll panel isn't sized correctly even after init, but a timer fixes it :shrug: if selected then timer.Simple(0.03, function() tab:DoClick(true) end) end return tab end function NadminTabMenu:RemoveTab(indexOrText) local tab = self:GetTab(indexOrText) if IsValid(tab) then if isnumber(indexOrText) then table.remove(self.tabs, indexOrText) else for i, t in ipairs(self.tabs) do if t == tab then table.remove(self.tabs, i) break end end end tab:Remove() end end function NadminTabMenu:GetTab(indexOrText) if isnumber(indexOrText) then if IsValid(self.tabs[indexOrText]) then return self.tabs[indexOrText] end elseif isstring(indexOrText) then for i, t in ipairs(self.tabs) do if t:GetText() == indexOrText then return t end end end return NULL end function NadminTabMenu:Paint(w, h) local x, y = 0, 0 if self.verticalTabs then x = self.tabSizeW else y = self.tabSizeH end draw.RoundedBox(0, x, y, w, h, self.backgroundColor) -- Validate top tab container if self.cacheWidth ~= w and not self.verticalTabs then self.tabContainerTop:SetWide(w) self.cacheWidth = w self:ValidateMenu() end end vgui.Register("NadminTabMenu", NadminTabMenu, "DPanel") -- Never made this use VGUI conventions, ended up not using it. Just holding onto the code just in case I decide I want to keep it -- function nadmin.vgui:DSlider(pos, size, parent) -- if not istable(pos) then pos = {0, 0} end -- if not istable(size) then size = {ScrW(), 24} end -- local slider = vgui.Create("DPanel", parent) -- slider:SetPos(unpack(pos)) -- slider:SetSize(unpack(size)) -- slider.text = "Slider" -- slider.font = "nadmin_derma" -- slider.color = nadmin.colors.gui.theme -- slider.textColor = nadmin:TextColor(slider.color) -- slider.min, slider.max = 0, 2 -- slider.value = slider.min -- local label = vgui.Create("DLabel", slider) -- label:SetText(slider.text) -- label:SetFont(slider.font) -- label:SetTextColor(slider.textColor) -- label:SizeToContentsX() -- label:SetTall(size[2]) -- label:Dock(LEFT) -- local slide = vgui.Create("DButton", slider) -- slide:SetText("") -- slide:Dock(FILL) -- slide:DockMargin(0, 0, 4, 0) -- local entry = nadmin.vgui:DTextEntry(nil, {size[2], size[2]}, slider) -- entry:SetColor(nadmin:DarkenColor(slider.color, 25)) -- entry:Dock(RIGHT) -- entry:SetText(slider.value) -- entry:SetNumeric(true) -- function slider:_RUNFUNC() -- if isfunction(self.OnValueChanged) then self:OnValueChanged(self:GetValue()) end -- end -- function entry:OnTextChanged() -- slider.value = tonumber(self:GetText()) or slider.min -- slider:_RUNFUNC() -- end -- function entry:OnFocusChanged(gained) -- if not gained then -- if tonumber(self:GetText()) == nil then -- slider:SetValue(slider.min) -- end -- end -- slider:_RUNFUNC() -- end -- function entry:OnKeyCode(key) -- if key == KEY_UP then -- slider:SetValue(slider.value + 1) -- slider:_RUNFUNC() -- elseif key == KEY_DOWN then -- slider:SetValue(slider.value - 1) -- slider:_RUNFUNC() -- end -- end -- function slide:OnReleased() -- local w, h = self:GetWide(), self:GetTall() -- local pos = self:ScreenToLocal(gui.MouseX(), gui.MouseY()) -- pos = math.min(pos, w - h/2 - 2) -- local positions = {} -- local dif = slider.max - slider.min -- for i = 0, dif do -- table.insert(positions, {h/2 + (i * (w - h)/dif), slider.min + i}) -- end -- local value -- for i = 1, #positions do -- if pos > positions[i][1] then continue end -- if istable(positions[i - 1]) then -- local dist1 = math.abs(pos - positions[i - 1][1]) -- local dist2 = math.abs(pos - positions[i][1]) -- if dist1 <= dist2 then -- value = positions[i - 1][2] -- else -- value = positions[i][2] -- end -- break -- elseif pos > w then -- Mouse was after end of slider -- value = slider.max -- break -- else -- Mouse was before slider -- value = slider.min -- break -- end -- end -- if isnumber(value) then -- slider:SetValue(value) -- end -- end -- function slide:Paint(w, h) -- local wid = h/6 -- local height = h -- Help with telling what is what; slider ball height -- local col = nadmin:BrightenColor(slider.color, 25) -- draw.RoundedBox(0, height/2, h/2-wid/2, w - height, wid, col) -- local dif = slider.max - slider.min -- for i = 0, dif do -- local x = i * (w - height)/dif -- if i == 1 then -- x = x + wid/2 -- elseif i == dif then -- x = x - wid -- end -- draw.RoundedBox(0, height/2 + x, h/2, wid, h/2, col) -- end -- if self:IsDown() then -- local x = self:ScreenToLocal(gui.MouseX(), gui.MouseY()) -- x = x - h/2 - 2 -- x = math.Clamp(x, 0, w - h - 2) -- local y = height/2 -- draw.Circle(height/2 + wid/2 + x, y, height/2, 45, 360, 0, col) -- draw.Circle(height/2 + wid/2 + x, y, wid, 15, 360, 0, nadmin.colors.gui.blue) -- else -- local x, y = (slider.value - slider.min) * (w - height)/dif - 2, height/2 -- draw.Circle(height/2 + wid/2 + x + wid/2, y, height/2, 45, 360, 0, col) -- draw.Circle(height/2 + wid/2 + x + wid/2, y, wid, 15, 360, 0, nadmin:DarkenColor(col, 25)) -- end -- end -- function slider:Paint(w, h) -- draw.RoundedBox(0, 0, 0, w, h, self:GetColor()) -- end -- function slider:SetText(text) -- if not isstring(text) then return end -- self.text = text -- label:SetText(text) -- if text == "" then -- label:SetWide(0) -- slide:DockMargin(0, 0, 4, 0) -- else -- slide:DockMargin(4, 0, 4, 0) -- label:SizeToContentsX() -- end -- end -- function slider:GetText() return self.text end -- function slider:SetFont(font) -- if not isstring(font) then return end -- self.font = font -- label:SetFont(font) -- if self:GetText() ~= "" then -- label:SizeToContentsX() -- slide:DockMargin(4, 0, 4, 0) -- end -- end -- function slider:GetFont() return self.font end -- function slider:SetColor(col, no_update) -- if not IsColor(col) then return end -- self.color = col -- if not no_update then -- self.textColor = nadmin:TextColor(col) -- end -- end -- function slider:GetColor(col) return self.color end -- function slider:SetTextColor(col) -- if not IsColor(col) then return end -- self.textColor = col -- end -- function slider:GetTextColor(col) return self.textColor end -- function slider:SetMinValue(min) -- if not isnumber(min) then return end -- slider.min = min -- if min > slider.value then self:SetValue(min) end -- end -- function slider:GetMinValue() return self.min end -- function slider:SetMaxValue(max) -- if not isnumber(max) then return end -- slider.max = max -- if max < slider.value then self:SetValue(max) end -- end -- function slider:GetMaxValue() return self.max end -- function slider:SetClampValue(min, max) -- if isnumber(min) then self.min = min end -- if isnumber(max) then self.max = max end -- if isnumber(min) or isnumber(max) then self:SetValue(math.Clamp(slider.value, min, max)) end -- end -- function slider:GetClampValue() return self.min, self.max end -- function slider:SetValue(val) -- if not isnumber(val) then return end -- self.value = val -- entry:SetText(tonumber(val)) -- slider:_RUNFUNC() -- end -- function slider:GetValue() return self.value end -- return slider -- end
--[[ ldecNumberPerf.lua * Lua wrapper for decNumber -- performance testing * created September 7, 2006 by e * * Copyright (c) 2006 Doug Currie, Londonderry, NH * All rights reserved. * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *********************************************************************]]-- require "ldecNumber" require "bit" --[[ http://luaforge.net/projects/bit/ ]]-- require "lperformance" ctx = decNumber.getcontext() ctx:setdefault (decNumber.INIT_DECIMAL128) ctx:setdigits (69) local pt = performance.new() local tm tm = pt:lap() for i = 1,10000 do -- nothing end tm = pt:lap() print(string.format("Empty loop: %s s", tm)) local n1,n2,n3,n4 tm = pt:lap() n1 = decNumber.tonumber "2" n2 = decNumber.tonumber "123456789" n3 = decNumber.tonumber "987654321" n4 = decNumber.tonumber "123456789.987654321" for i = 1,10000 do n1 = n1+n3/n2+n4/(n4:squareroot()) n2 = (n1/(n1-1)):exp() n3 = n2:ln() n4 = n1:remainder(n2) end tm = pt:lap() print(string.format("Math loop: %s s", tm)) print(n1,n2,n3,n4) n2 = decNumber.tonumber "3" n3 = decNumber.tonumber "5" tm = pt:lap() for i = 1,100000 do n1 = n2+n3 end tm = pt:lap() print(string.format("Add loop: %s s", tm)) print(n1)
--- GENERATED CODE - DO NOT MODIFY -- Amazon Macie (macie-2017-12-19) local M = {} M.metadata = { api_version = "2017-12-19", json_version = "1.1", protocol = "json", checksum_format = "", endpoint_prefix = "macie", service_abbreviation = "", service_full_name = "Amazon Macie", signature_version = "v4", target_prefix = "MacieService", timestamp_format = "", global_endpoint = "", uid = "macie-2017-12-19", } local keys = {} local asserts = {} keys.LimitExceededException = { ["errorCode"] = true, ["resourceType"] = true, ["message"] = true, nil } function asserts.AssertLimitExceededException(struct) assert(struct) assert(type(struct) == "table", "Expected LimitExceededException to be of type 'table'") if struct["errorCode"] then asserts.AssertErrorCode(struct["errorCode"]) end if struct["resourceType"] then asserts.AssertResourceType(struct["resourceType"]) end if struct["message"] then asserts.AssertExceptionMessage(struct["message"]) end for k,_ in pairs(struct) do assert(keys.LimitExceededException[k], "LimitExceededException contains unknown key " .. tostring(k)) end end --- Create a structure of type LimitExceededException -- <p>The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * errorCode [ErrorCode] -- * resourceType [ResourceType] -- * message [ExceptionMessage] -- @return LimitExceededException structure as a key-value pair table function M.LimitExceededException(args) assert(args, "You must provide an argument table when creating LimitExceededException") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["errorCode"] = args["errorCode"], ["resourceType"] = args["resourceType"], ["message"] = args["message"], } asserts.AssertLimitExceededException(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.DisassociateS3ResourcesResult = { ["failedS3Resources"] = true, nil } function asserts.AssertDisassociateS3ResourcesResult(struct) assert(struct) assert(type(struct) == "table", "Expected DisassociateS3ResourcesResult to be of type 'table'") if struct["failedS3Resources"] then asserts.AssertFailedS3Resources(struct["failedS3Resources"]) end for k,_ in pairs(struct) do assert(keys.DisassociateS3ResourcesResult[k], "DisassociateS3ResourcesResult contains unknown key " .. tostring(k)) end end --- Create a structure of type DisassociateS3ResourcesResult -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * failedS3Resources [FailedS3Resources] <p>S3 resources that couldn't be removed from being monitored and classified by Amazon Macie. An error code and an error message are provided for each failed item. </p> -- @return DisassociateS3ResourcesResult structure as a key-value pair table function M.DisassociateS3ResourcesResult(args) assert(args, "You must provide an argument table when creating DisassociateS3ResourcesResult") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["failedS3Resources"] = args["failedS3Resources"], } asserts.AssertDisassociateS3ResourcesResult(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.DisassociateMemberAccountRequest = { ["memberAccountId"] = true, nil } function asserts.AssertDisassociateMemberAccountRequest(struct) assert(struct) assert(type(struct) == "table", "Expected DisassociateMemberAccountRequest to be of type 'table'") assert(struct["memberAccountId"], "Expected key memberAccountId to exist in table") if struct["memberAccountId"] then asserts.AssertAWSAccountId(struct["memberAccountId"]) end for k,_ in pairs(struct) do assert(keys.DisassociateMemberAccountRequest[k], "DisassociateMemberAccountRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type DisassociateMemberAccountRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * memberAccountId [AWSAccountId] <p>The ID of the member account that you want to remove from Amazon Macie.</p> -- Required key: memberAccountId -- @return DisassociateMemberAccountRequest structure as a key-value pair table function M.DisassociateMemberAccountRequest(args) assert(args, "You must provide an argument table when creating DisassociateMemberAccountRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["memberAccountId"] = args["memberAccountId"], } asserts.AssertDisassociateMemberAccountRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.ListMemberAccountsResult = { ["memberAccounts"] = true, ["nextToken"] = true, nil } function asserts.AssertListMemberAccountsResult(struct) assert(struct) assert(type(struct) == "table", "Expected ListMemberAccountsResult to be of type 'table'") if struct["memberAccounts"] then asserts.AssertMemberAccounts(struct["memberAccounts"]) end if struct["nextToken"] then asserts.AssertNextToken(struct["nextToken"]) end for k,_ in pairs(struct) do assert(keys.ListMemberAccountsResult[k], "ListMemberAccountsResult contains unknown key " .. tostring(k)) end end --- Create a structure of type ListMemberAccountsResult -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * memberAccounts [MemberAccounts] <p>A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list. </p> -- * nextToken [NextToken] <p>When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null. </p> -- @return ListMemberAccountsResult structure as a key-value pair table function M.ListMemberAccountsResult(args) assert(args, "You must provide an argument table when creating ListMemberAccountsResult") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["memberAccounts"] = args["memberAccounts"], ["nextToken"] = args["nextToken"], } asserts.AssertListMemberAccountsResult(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.ListMemberAccountsRequest = { ["nextToken"] = true, ["maxResults"] = true, nil } function asserts.AssertListMemberAccountsRequest(struct) assert(struct) assert(type(struct) == "table", "Expected ListMemberAccountsRequest to be of type 'table'") if struct["nextToken"] then asserts.AssertNextToken(struct["nextToken"]) end if struct["maxResults"] then asserts.AssertMaxResults(struct["maxResults"]) end for k,_ in pairs(struct) do assert(keys.ListMemberAccountsRequest[k], "ListMemberAccountsRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type ListMemberAccountsRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * nextToken [NextToken] <p>Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data. </p> -- * maxResults [MaxResults] <p>Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250. </p> -- @return ListMemberAccountsRequest structure as a key-value pair table function M.ListMemberAccountsRequest(args) assert(args, "You must provide an argument table when creating ListMemberAccountsRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["nextToken"] = args["nextToken"], ["maxResults"] = args["maxResults"], } asserts.AssertListMemberAccountsRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.ClassificationType = { ["oneTime"] = true, ["continuous"] = true, nil } function asserts.AssertClassificationType(struct) assert(struct) assert(type(struct) == "table", "Expected ClassificationType to be of type 'table'") assert(struct["oneTime"], "Expected key oneTime to exist in table") assert(struct["continuous"], "Expected key continuous to exist in table") if struct["oneTime"] then asserts.AssertS3OneTimeClassificationType(struct["oneTime"]) end if struct["continuous"] then asserts.AssertS3ContinuousClassificationType(struct["continuous"]) end for k,_ in pairs(struct) do assert(keys.ClassificationType[k], "ClassificationType contains unknown key " .. tostring(k)) end end --- Create a structure of type ClassificationType -- <p>The classification type that Amazon Macie applies to the associated S3 resources. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * oneTime [S3OneTimeClassificationType] <p>A one-time classification of all of the existing objects in a specified S3 bucket. </p> -- * continuous [S3ContinuousClassificationType] <p>A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie begins performing continuous classification after a bucket is successfully associated with Amazon Macie. </p> -- Required key: oneTime -- Required key: continuous -- @return ClassificationType structure as a key-value pair table function M.ClassificationType(args) assert(args, "You must provide an argument table when creating ClassificationType") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["oneTime"] = args["oneTime"], ["continuous"] = args["continuous"], } asserts.AssertClassificationType(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.DisassociateS3ResourcesRequest = { ["associatedS3Resources"] = true, ["memberAccountId"] = true, nil } function asserts.AssertDisassociateS3ResourcesRequest(struct) assert(struct) assert(type(struct) == "table", "Expected DisassociateS3ResourcesRequest to be of type 'table'") assert(struct["associatedS3Resources"], "Expected key associatedS3Resources to exist in table") if struct["associatedS3Resources"] then asserts.AssertS3Resources(struct["associatedS3Resources"]) end if struct["memberAccountId"] then asserts.AssertAWSAccountId(struct["memberAccountId"]) end for k,_ in pairs(struct) do assert(keys.DisassociateS3ResourcesRequest[k], "DisassociateS3ResourcesRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type DisassociateS3ResourcesRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * associatedS3Resources [S3Resources] <p>The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie. </p> -- * memberAccountId [AWSAccountId] <p>The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon Macie. </p> -- Required key: associatedS3Resources -- @return DisassociateS3ResourcesRequest structure as a key-value pair table function M.DisassociateS3ResourcesRequest(args) assert(args, "You must provide an argument table when creating DisassociateS3ResourcesRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["associatedS3Resources"] = args["associatedS3Resources"], ["memberAccountId"] = args["memberAccountId"], } asserts.AssertDisassociateS3ResourcesRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.AssociateS3ResourcesRequest = { ["s3Resources"] = true, ["memberAccountId"] = true, nil } function asserts.AssertAssociateS3ResourcesRequest(struct) assert(struct) assert(type(struct) == "table", "Expected AssociateS3ResourcesRequest to be of type 'table'") assert(struct["s3Resources"], "Expected key s3Resources to exist in table") if struct["s3Resources"] then asserts.AssertS3ResourcesClassification(struct["s3Resources"]) end if struct["memberAccountId"] then asserts.AssertAWSAccountId(struct["memberAccountId"]) end for k,_ in pairs(struct) do assert(keys.AssociateS3ResourcesRequest[k], "AssociateS3ResourcesRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type AssociateS3ResourcesRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * s3Resources [S3ResourcesClassification] <p>The S3 resources that you want to associate with Amazon Macie for monitoring and data classification. </p> -- * memberAccountId [AWSAccountId] <p>The ID of the Amazon Macie member account whose resources you want to associate with Macie. </p> -- Required key: s3Resources -- @return AssociateS3ResourcesRequest structure as a key-value pair table function M.AssociateS3ResourcesRequest(args) assert(args, "You must provide an argument table when creating AssociateS3ResourcesRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["s3Resources"] = args["s3Resources"], ["memberAccountId"] = args["memberAccountId"], } asserts.AssertAssociateS3ResourcesRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.InternalException = { ["errorCode"] = true, ["message"] = true, nil } function asserts.AssertInternalException(struct) assert(struct) assert(type(struct) == "table", "Expected InternalException to be of type 'table'") if struct["errorCode"] then asserts.AssertErrorCode(struct["errorCode"]) end if struct["message"] then asserts.AssertExceptionMessage(struct["message"]) end for k,_ in pairs(struct) do assert(keys.InternalException[k], "InternalException contains unknown key " .. tostring(k)) end end --- Create a structure of type InternalException -- <p>Internal server error.</p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * errorCode [ErrorCode] -- * message [ExceptionMessage] -- @return InternalException structure as a key-value pair table function M.InternalException(args) assert(args, "You must provide an argument table when creating InternalException") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["errorCode"] = args["errorCode"], ["message"] = args["message"], } asserts.AssertInternalException(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.AccessDeniedException = { ["resourceType"] = true, ["message"] = true, nil } function asserts.AssertAccessDeniedException(struct) assert(struct) assert(type(struct) == "table", "Expected AccessDeniedException to be of type 'table'") if struct["resourceType"] then asserts.AssertResourceType(struct["resourceType"]) end if struct["message"] then asserts.AssertExceptionMessage(struct["message"]) end for k,_ in pairs(struct) do assert(keys.AccessDeniedException[k], "AccessDeniedException contains unknown key " .. tostring(k)) end end --- Create a structure of type AccessDeniedException -- <p>You do not have required permissions to access the requested resource.</p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * resourceType [ResourceType] -- * message [ExceptionMessage] -- @return AccessDeniedException structure as a key-value pair table function M.AccessDeniedException(args) assert(args, "You must provide an argument table when creating AccessDeniedException") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["resourceType"] = args["resourceType"], ["message"] = args["message"], } asserts.AssertAccessDeniedException(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.ListS3ResourcesRequest = { ["nextToken"] = true, ["maxResults"] = true, ["memberAccountId"] = true, nil } function asserts.AssertListS3ResourcesRequest(struct) assert(struct) assert(type(struct) == "table", "Expected ListS3ResourcesRequest to be of type 'table'") if struct["nextToken"] then asserts.AssertNextToken(struct["nextToken"]) end if struct["maxResults"] then asserts.AssertMaxResults(struct["maxResults"]) end if struct["memberAccountId"] then asserts.AssertAWSAccountId(struct["memberAccountId"]) end for k,_ in pairs(struct) do assert(keys.ListS3ResourcesRequest[k], "ListS3ResourcesRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type ListS3ResourcesRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * nextToken [NextToken] <p>Use this parameter when paginating results. Set its value to null on your first call to the ListS3Resources action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data. </p> -- * maxResults [MaxResults] <p>Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250. </p> -- * memberAccountId [AWSAccountId] <p>The Amazon Macie member account ID whose associated S3 resources you want to list. </p> -- @return ListS3ResourcesRequest structure as a key-value pair table function M.ListS3ResourcesRequest(args) assert(args, "You must provide an argument table when creating ListS3ResourcesRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["nextToken"] = args["nextToken"], ["maxResults"] = args["maxResults"], ["memberAccountId"] = args["memberAccountId"], } asserts.AssertListS3ResourcesRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.MemberAccount = { ["accountId"] = true, nil } function asserts.AssertMemberAccount(struct) assert(struct) assert(type(struct) == "table", "Expected MemberAccount to be of type 'table'") if struct["accountId"] then asserts.AssertAWSAccountId(struct["accountId"]) end for k,_ in pairs(struct) do assert(keys.MemberAccount[k], "MemberAccount contains unknown key " .. tostring(k)) end end --- Create a structure of type MemberAccount -- <p>Contains information about the Amazon Macie member account.</p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * accountId [AWSAccountId] <p>The AWS account ID of the Amazon Macie member account.</p> -- @return MemberAccount structure as a key-value pair table function M.MemberAccount(args) assert(args, "You must provide an argument table when creating MemberAccount") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["accountId"] = args["accountId"], } asserts.AssertMemberAccount(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.AssociateS3ResourcesResult = { ["failedS3Resources"] = true, nil } function asserts.AssertAssociateS3ResourcesResult(struct) assert(struct) assert(type(struct) == "table", "Expected AssociateS3ResourcesResult to be of type 'table'") if struct["failedS3Resources"] then asserts.AssertFailedS3Resources(struct["failedS3Resources"]) end for k,_ in pairs(struct) do assert(keys.AssociateS3ResourcesResult[k], "AssociateS3ResourcesResult contains unknown key " .. tostring(k)) end end --- Create a structure of type AssociateS3ResourcesResult -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * failedS3Resources [FailedS3Resources] <p>S3 resources that couldn't be associated with Amazon Macie. An error code and an error message are provided for each failed item. </p> -- @return AssociateS3ResourcesResult structure as a key-value pair table function M.AssociateS3ResourcesResult(args) assert(args, "You must provide an argument table when creating AssociateS3ResourcesResult") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["failedS3Resources"] = args["failedS3Resources"], } asserts.AssertAssociateS3ResourcesResult(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.S3ResourceClassification = { ["prefix"] = true, ["bucketName"] = true, ["classificationType"] = true, nil } function asserts.AssertS3ResourceClassification(struct) assert(struct) assert(type(struct) == "table", "Expected S3ResourceClassification to be of type 'table'") assert(struct["bucketName"], "Expected key bucketName to exist in table") assert(struct["classificationType"], "Expected key classificationType to exist in table") if struct["prefix"] then asserts.AssertPrefix(struct["prefix"]) end if struct["bucketName"] then asserts.AssertBucketName(struct["bucketName"]) end if struct["classificationType"] then asserts.AssertClassificationType(struct["classificationType"]) end for k,_ in pairs(struct) do assert(keys.S3ResourceClassification[k], "S3ResourceClassification contains unknown key " .. tostring(k)) end end --- Create a structure of type S3ResourceClassification -- <p>The S3 resources that you want to associate with Amazon Macie for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * prefix [Prefix] <p>The prefix of the S3 bucket that you want to associate with Amazon Macie.</p> -- * bucketName [BucketName] <p>The name of the S3 bucket that you want to associate with Amazon Macie.</p> -- * classificationType [ClassificationType] <p>The classification type that you want to specify for the resource associated with Amazon Macie. </p> -- Required key: bucketName -- Required key: classificationType -- @return S3ResourceClassification structure as a key-value pair table function M.S3ResourceClassification(args) assert(args, "You must provide an argument table when creating S3ResourceClassification") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["prefix"] = args["prefix"], ["bucketName"] = args["bucketName"], ["classificationType"] = args["classificationType"], } asserts.AssertS3ResourceClassification(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.UpdateS3ResourcesRequest = { ["s3ResourcesUpdate"] = true, ["memberAccountId"] = true, nil } function asserts.AssertUpdateS3ResourcesRequest(struct) assert(struct) assert(type(struct) == "table", "Expected UpdateS3ResourcesRequest to be of type 'table'") assert(struct["s3ResourcesUpdate"], "Expected key s3ResourcesUpdate to exist in table") if struct["s3ResourcesUpdate"] then asserts.AssertS3ResourcesClassificationUpdate(struct["s3ResourcesUpdate"]) end if struct["memberAccountId"] then asserts.AssertAWSAccountId(struct["memberAccountId"]) end for k,_ in pairs(struct) do assert(keys.UpdateS3ResourcesRequest[k], "UpdateS3ResourcesRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type UpdateS3ResourcesRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * s3ResourcesUpdate [S3ResourcesClassificationUpdate] <p>The S3 resources whose classification types you want to update.</p> -- * memberAccountId [AWSAccountId] <p>The AWS ID of the Amazon Macie member account whose S3 resources' classification types you want to update. </p> -- Required key: s3ResourcesUpdate -- @return UpdateS3ResourcesRequest structure as a key-value pair table function M.UpdateS3ResourcesRequest(args) assert(args, "You must provide an argument table when creating UpdateS3ResourcesRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["s3ResourcesUpdate"] = args["s3ResourcesUpdate"], ["memberAccountId"] = args["memberAccountId"], } asserts.AssertUpdateS3ResourcesRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.UpdateS3ResourcesResult = { ["failedS3Resources"] = true, nil } function asserts.AssertUpdateS3ResourcesResult(struct) assert(struct) assert(type(struct) == "table", "Expected UpdateS3ResourcesResult to be of type 'table'") if struct["failedS3Resources"] then asserts.AssertFailedS3Resources(struct["failedS3Resources"]) end for k,_ in pairs(struct) do assert(keys.UpdateS3ResourcesResult[k], "UpdateS3ResourcesResult contains unknown key " .. tostring(k)) end end --- Create a structure of type UpdateS3ResourcesResult -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * failedS3Resources [FailedS3Resources] <p>The S3 resources whose classification types can't be updated. An error code and an error message are provided for each failed item. </p> -- @return UpdateS3ResourcesResult structure as a key-value pair table function M.UpdateS3ResourcesResult(args) assert(args, "You must provide an argument table when creating UpdateS3ResourcesResult") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["failedS3Resources"] = args["failedS3Resources"], } asserts.AssertUpdateS3ResourcesResult(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.S3ResourceClassificationUpdate = { ["prefix"] = true, ["classificationTypeUpdate"] = true, ["bucketName"] = true, nil } function asserts.AssertS3ResourceClassificationUpdate(struct) assert(struct) assert(type(struct) == "table", "Expected S3ResourceClassificationUpdate to be of type 'table'") assert(struct["bucketName"], "Expected key bucketName to exist in table") assert(struct["classificationTypeUpdate"], "Expected key classificationTypeUpdate to exist in table") if struct["prefix"] then asserts.AssertPrefix(struct["prefix"]) end if struct["classificationTypeUpdate"] then asserts.AssertClassificationTypeUpdate(struct["classificationTypeUpdate"]) end if struct["bucketName"] then asserts.AssertBucketName(struct["bucketName"]) end for k,_ in pairs(struct) do assert(keys.S3ResourceClassificationUpdate[k], "S3ResourceClassificationUpdate contains unknown key " .. tostring(k)) end end --- Create a structure of type S3ResourceClassificationUpdate -- <p>The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * prefix [Prefix] <p>The prefix of the S3 bucket whose classification types you want to update.</p> -- * classificationTypeUpdate [ClassificationTypeUpdate] <p>The classification type that you want to update for the resource associated with Amazon Macie. </p> -- * bucketName [BucketName] <p>The name of the S3 bucket whose classification types you want to update.</p> -- Required key: bucketName -- Required key: classificationTypeUpdate -- @return S3ResourceClassificationUpdate structure as a key-value pair table function M.S3ResourceClassificationUpdate(args) assert(args, "You must provide an argument table when creating S3ResourceClassificationUpdate") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["prefix"] = args["prefix"], ["classificationTypeUpdate"] = args["classificationTypeUpdate"], ["bucketName"] = args["bucketName"], } asserts.AssertS3ResourceClassificationUpdate(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.ClassificationTypeUpdate = { ["oneTime"] = true, ["continuous"] = true, nil } function asserts.AssertClassificationTypeUpdate(struct) assert(struct) assert(type(struct) == "table", "Expected ClassificationTypeUpdate to be of type 'table'") if struct["oneTime"] then asserts.AssertS3OneTimeClassificationType(struct["oneTime"]) end if struct["continuous"] then asserts.AssertS3ContinuousClassificationType(struct["continuous"]) end for k,_ in pairs(struct) do assert(keys.ClassificationTypeUpdate[k], "ClassificationTypeUpdate contains unknown key " .. tostring(k)) end end --- Create a structure of type ClassificationTypeUpdate -- <p>The classification type that Amazon Macie applies to the associated S3 resources. At least one of the classification types (oneTime or continuous) must be specified. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * oneTime [S3OneTimeClassificationType] <p>A one-time classification of all of the existing objects in a specified S3 bucket. </p> -- * continuous [S3ContinuousClassificationType] <p>A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie begins performing continuous classification after a bucket is successfully associated with Amazon Macie. </p> -- @return ClassificationTypeUpdate structure as a key-value pair table function M.ClassificationTypeUpdate(args) assert(args, "You must provide an argument table when creating ClassificationTypeUpdate") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["oneTime"] = args["oneTime"], ["continuous"] = args["continuous"], } asserts.AssertClassificationTypeUpdate(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.AssociateMemberAccountRequest = { ["memberAccountId"] = true, nil } function asserts.AssertAssociateMemberAccountRequest(struct) assert(struct) assert(type(struct) == "table", "Expected AssociateMemberAccountRequest to be of type 'table'") assert(struct["memberAccountId"], "Expected key memberAccountId to exist in table") if struct["memberAccountId"] then asserts.AssertAWSAccountId(struct["memberAccountId"]) end for k,_ in pairs(struct) do assert(keys.AssociateMemberAccountRequest[k], "AssociateMemberAccountRequest contains unknown key " .. tostring(k)) end end --- Create a structure of type AssociateMemberAccountRequest -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * memberAccountId [AWSAccountId] <p>The ID of the AWS account that you want to associate with Amazon Macie as a member account.</p> -- Required key: memberAccountId -- @return AssociateMemberAccountRequest structure as a key-value pair table function M.AssociateMemberAccountRequest(args) assert(args, "You must provide an argument table when creating AssociateMemberAccountRequest") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["memberAccountId"] = args["memberAccountId"], } asserts.AssertAssociateMemberAccountRequest(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.FailedS3Resource = { ["failedItem"] = true, ["errorCode"] = true, ["errorMessage"] = true, nil } function asserts.AssertFailedS3Resource(struct) assert(struct) assert(type(struct) == "table", "Expected FailedS3Resource to be of type 'table'") if struct["failedItem"] then asserts.AssertS3Resource(struct["failedItem"]) end if struct["errorCode"] then asserts.AssertErrorCode(struct["errorCode"]) end if struct["errorMessage"] then asserts.AssertExceptionMessage(struct["errorMessage"]) end for k,_ in pairs(struct) do assert(keys.FailedS3Resource[k], "FailedS3Resource contains unknown key " .. tostring(k)) end end --- Create a structure of type FailedS3Resource -- <p>Includes details about the failed S3 resources.</p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * failedItem [S3Resource] <p>The failed S3 resources.</p> -- * errorCode [ErrorCode] <p>The status code of a failed item.</p> -- * errorMessage [ExceptionMessage] <p>The error message of a failed item.</p> -- @return FailedS3Resource structure as a key-value pair table function M.FailedS3Resource(args) assert(args, "You must provide an argument table when creating FailedS3Resource") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["failedItem"] = args["failedItem"], ["errorCode"] = args["errorCode"], ["errorMessage"] = args["errorMessage"], } asserts.AssertFailedS3Resource(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.S3Resource = { ["prefix"] = true, ["bucketName"] = true, nil } function asserts.AssertS3Resource(struct) assert(struct) assert(type(struct) == "table", "Expected S3Resource to be of type 'table'") assert(struct["bucketName"], "Expected key bucketName to exist in table") if struct["prefix"] then asserts.AssertPrefix(struct["prefix"]) end if struct["bucketName"] then asserts.AssertBucketName(struct["bucketName"]) end for k,_ in pairs(struct) do assert(keys.S3Resource[k], "S3Resource contains unknown key " .. tostring(k)) end end --- Create a structure of type S3Resource -- <p>Contains information about the S3 resource. This data type is used as a request parameter in the DisassociateS3Resources action and can be used as a response parameter in the AssociateS3Resources and UpdateS3Resources actions. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * prefix [Prefix] <p>The prefix of the S3 bucket. </p> -- * bucketName [BucketName] <p>The name of the S3 bucket.</p> -- Required key: bucketName -- @return S3Resource structure as a key-value pair table function M.S3Resource(args) assert(args, "You must provide an argument table when creating S3Resource") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["prefix"] = args["prefix"], ["bucketName"] = args["bucketName"], } asserts.AssertS3Resource(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.InvalidInputException = { ["errorCode"] = true, ["message"] = true, ["fieldName"] = true, nil } function asserts.AssertInvalidInputException(struct) assert(struct) assert(type(struct) == "table", "Expected InvalidInputException to be of type 'table'") if struct["errorCode"] then asserts.AssertErrorCode(struct["errorCode"]) end if struct["message"] then asserts.AssertExceptionMessage(struct["message"]) end if struct["fieldName"] then asserts.AssertFieldName(struct["fieldName"]) end for k,_ in pairs(struct) do assert(keys.InvalidInputException[k], "InvalidInputException contains unknown key " .. tostring(k)) end end --- Create a structure of type InvalidInputException -- <p>The request was rejected because an invalid or out-of-range value was supplied for an input parameter. </p> -- @param args Table with arguments in key-value form. -- Valid keys: -- * errorCode [ErrorCode] -- * message [ExceptionMessage] -- * fieldName [FieldName] -- @return InvalidInputException structure as a key-value pair table function M.InvalidInputException(args) assert(args, "You must provide an argument table when creating InvalidInputException") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["errorCode"] = args["errorCode"], ["message"] = args["message"], ["fieldName"] = args["fieldName"], } asserts.AssertInvalidInputException(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end keys.ListS3ResourcesResult = { ["nextToken"] = true, ["s3Resources"] = true, nil } function asserts.AssertListS3ResourcesResult(struct) assert(struct) assert(type(struct) == "table", "Expected ListS3ResourcesResult to be of type 'table'") if struct["nextToken"] then asserts.AssertNextToken(struct["nextToken"]) end if struct["s3Resources"] then asserts.AssertS3ResourcesClassification(struct["s3Resources"]) end for k,_ in pairs(struct) do assert(keys.ListS3ResourcesResult[k], "ListS3ResourcesResult contains unknown key " .. tostring(k)) end end --- Create a structure of type ListS3ResourcesResult -- -- @param args Table with arguments in key-value form. -- Valid keys: -- * nextToken [NextToken] <p>When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null. </p> -- * s3Resources [S3ResourcesClassification] <p>A list of the associated S3 resources returned by the action.</p> -- @return ListS3ResourcesResult structure as a key-value pair table function M.ListS3ResourcesResult(args) assert(args, "You must provide an argument table when creating ListS3ResourcesResult") local query_args = { } local uri_args = { } local header_args = { } local all_args = { ["nextToken"] = args["nextToken"], ["s3Resources"] = args["s3Resources"], } asserts.AssertListS3ResourcesResult(all_args) return { all = all_args, query = query_args, uri = uri_args, headers = header_args, } end function asserts.AssertNextToken(str) assert(str) assert(type(str) == "string", "Expected NextToken to be of type 'string'") assert(#str <= 500, "Expected string to be max 500 characters") end -- function M.NextToken(str) asserts.AssertNextToken(str) return str end function asserts.AssertAWSAccountId(str) assert(str) assert(type(str) == "string", "Expected AWSAccountId to be of type 'string'") end -- function M.AWSAccountId(str) asserts.AssertAWSAccountId(str) return str end function asserts.AssertS3OneTimeClassificationType(str) assert(str) assert(type(str) == "string", "Expected S3OneTimeClassificationType to be of type 'string'") end -- function M.S3OneTimeClassificationType(str) asserts.AssertS3OneTimeClassificationType(str) return str end function asserts.AssertErrorCode(str) assert(str) assert(type(str) == "string", "Expected ErrorCode to be of type 'string'") assert(#str <= 10, "Expected string to be max 10 characters") end -- Error code for the exception function M.ErrorCode(str) asserts.AssertErrorCode(str) return str end function asserts.AssertResourceType(str) assert(str) assert(type(str) == "string", "Expected ResourceType to be of type 'string'") assert(#str <= 1000, "Expected string to be max 1000 characters") end -- Resource type that caused the exception function M.ResourceType(str) asserts.AssertResourceType(str) return str end function asserts.AssertS3ContinuousClassificationType(str) assert(str) assert(type(str) == "string", "Expected S3ContinuousClassificationType to be of type 'string'") end -- function M.S3ContinuousClassificationType(str) asserts.AssertS3ContinuousClassificationType(str) return str end function asserts.AssertBucketName(str) assert(str) assert(type(str) == "string", "Expected BucketName to be of type 'string'") assert(#str <= 500, "Expected string to be max 500 characters") end -- function M.BucketName(str) asserts.AssertBucketName(str) return str end function asserts.AssertExceptionMessage(str) assert(str) assert(type(str) == "string", "Expected ExceptionMessage to be of type 'string'") assert(#str <= 10000, "Expected string to be max 10000 characters") end -- function M.ExceptionMessage(str) asserts.AssertExceptionMessage(str) return str end function asserts.AssertPrefix(str) assert(str) assert(type(str) == "string", "Expected Prefix to be of type 'string'") assert(#str <= 10000, "Expected string to be max 10000 characters") end -- function M.Prefix(str) asserts.AssertPrefix(str) return str end function asserts.AssertFieldName(str) assert(str) assert(type(str) == "string", "Expected FieldName to be of type 'string'") assert(#str <= 1000, "Expected string to be max 1000 characters") end -- Field that has invalid input function M.FieldName(str) asserts.AssertFieldName(str) return str end function asserts.AssertMaxResults(integer) assert(integer) assert(type(integer) == "number", "Expected MaxResults to be of type 'number'") assert(integer % 1 == 0, "Expected a while integer number") assert(integer <= 250, "Expected integer to be max 250") end function M.MaxResults(integer) asserts.AssertMaxResults(integer) return integer end function asserts.AssertFailedS3Resources(list) assert(list) assert(type(list) == "table", "Expected FailedS3Resources to be of type ''table") for _,v in ipairs(list) do asserts.AssertFailedS3Resource(v) end end -- -- List of FailedS3Resource objects function M.FailedS3Resources(list) asserts.AssertFailedS3Resources(list) return list end function asserts.AssertS3ResourcesClassificationUpdate(list) assert(list) assert(type(list) == "table", "Expected S3ResourcesClassificationUpdate to be of type ''table") for _,v in ipairs(list) do asserts.AssertS3ResourceClassificationUpdate(v) end end -- -- List of S3ResourceClassificationUpdate objects function M.S3ResourcesClassificationUpdate(list) asserts.AssertS3ResourcesClassificationUpdate(list) return list end function asserts.AssertMemberAccounts(list) assert(list) assert(type(list) == "table", "Expected MemberAccounts to be of type ''table") for _,v in ipairs(list) do asserts.AssertMemberAccount(v) end end -- -- List of MemberAccount objects function M.MemberAccounts(list) asserts.AssertMemberAccounts(list) return list end function asserts.AssertS3Resources(list) assert(list) assert(type(list) == "table", "Expected S3Resources to be of type ''table") for _,v in ipairs(list) do asserts.AssertS3Resource(v) end end -- -- List of S3Resource objects function M.S3Resources(list) asserts.AssertS3Resources(list) return list end function asserts.AssertS3ResourcesClassification(list) assert(list) assert(type(list) == "table", "Expected S3ResourcesClassification to be of type ''table") for _,v in ipairs(list) do asserts.AssertS3ResourceClassification(v) end end -- -- List of S3ResourceClassification objects function M.S3ResourcesClassification(list) asserts.AssertS3ResourcesClassification(list) return list end local content_type = require "aws-sdk.core.content_type" local request_headers = require "aws-sdk.core.request_headers" local request_handlers = require "aws-sdk.core.request_handlers" local settings = {} local function endpoint_for_region(region, use_dualstack) if not use_dualstack then if region == "us-east-1" then return "macie.amazonaws.com" end end local ss = { "macie" } if use_dualstack then ss[#ss + 1] = "dualstack" end ss[#ss + 1] = region ss[#ss + 1] = "amazonaws.com" if region == "cn-north-1" then ss[#ss + 1] = "cn" end return table.concat(ss, ".") end function M.init(config) assert(config, "You must provide a config table") assert(config.region, "You must provide a region in the config table") settings.service = M.metadata.endpoint_prefix settings.protocol = M.metadata.protocol settings.region = config.region settings.endpoint = config.endpoint_override or endpoint_for_region(config.region, config.use_dualstack) settings.signature_version = M.metadata.signature_version settings.uri = (config.scheme or "https") .. "://" .. settings.endpoint end -- -- OPERATIONS -- --- Call ListS3Resources asynchronously, invoking a callback when done -- @param ListS3ResourcesRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.ListS3ResourcesAsync(ListS3ResourcesRequest, cb) assert(ListS3ResourcesRequest, "You must provide a ListS3ResourcesRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.ListS3Resources", } for header,value in pairs(ListS3ResourcesRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", ListS3ResourcesRequest, headers, settings, cb) else cb(false, err) end end --- Call ListS3Resources synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param ListS3ResourcesRequest -- @return response -- @return error_type -- @return error_message function M.ListS3ResourcesSync(ListS3ResourcesRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.ListS3ResourcesAsync(ListS3ResourcesRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end --- Call DisassociateMemberAccount asynchronously, invoking a callback when done -- @param DisassociateMemberAccountRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.DisassociateMemberAccountAsync(DisassociateMemberAccountRequest, cb) assert(DisassociateMemberAccountRequest, "You must provide a DisassociateMemberAccountRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.DisassociateMemberAccount", } for header,value in pairs(DisassociateMemberAccountRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", DisassociateMemberAccountRequest, headers, settings, cb) else cb(false, err) end end --- Call DisassociateMemberAccount synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param DisassociateMemberAccountRequest -- @return response -- @return error_type -- @return error_message function M.DisassociateMemberAccountSync(DisassociateMemberAccountRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.DisassociateMemberAccountAsync(DisassociateMemberAccountRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end --- Call AssociateMemberAccount asynchronously, invoking a callback when done -- @param AssociateMemberAccountRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.AssociateMemberAccountAsync(AssociateMemberAccountRequest, cb) assert(AssociateMemberAccountRequest, "You must provide a AssociateMemberAccountRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.AssociateMemberAccount", } for header,value in pairs(AssociateMemberAccountRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", AssociateMemberAccountRequest, headers, settings, cb) else cb(false, err) end end --- Call AssociateMemberAccount synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param AssociateMemberAccountRequest -- @return response -- @return error_type -- @return error_message function M.AssociateMemberAccountSync(AssociateMemberAccountRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.AssociateMemberAccountAsync(AssociateMemberAccountRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end --- Call DisassociateS3Resources asynchronously, invoking a callback when done -- @param DisassociateS3ResourcesRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.DisassociateS3ResourcesAsync(DisassociateS3ResourcesRequest, cb) assert(DisassociateS3ResourcesRequest, "You must provide a DisassociateS3ResourcesRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.DisassociateS3Resources", } for header,value in pairs(DisassociateS3ResourcesRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", DisassociateS3ResourcesRequest, headers, settings, cb) else cb(false, err) end end --- Call DisassociateS3Resources synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param DisassociateS3ResourcesRequest -- @return response -- @return error_type -- @return error_message function M.DisassociateS3ResourcesSync(DisassociateS3ResourcesRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.DisassociateS3ResourcesAsync(DisassociateS3ResourcesRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end --- Call UpdateS3Resources asynchronously, invoking a callback when done -- @param UpdateS3ResourcesRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.UpdateS3ResourcesAsync(UpdateS3ResourcesRequest, cb) assert(UpdateS3ResourcesRequest, "You must provide a UpdateS3ResourcesRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.UpdateS3Resources", } for header,value in pairs(UpdateS3ResourcesRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", UpdateS3ResourcesRequest, headers, settings, cb) else cb(false, err) end end --- Call UpdateS3Resources synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param UpdateS3ResourcesRequest -- @return response -- @return error_type -- @return error_message function M.UpdateS3ResourcesSync(UpdateS3ResourcesRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.UpdateS3ResourcesAsync(UpdateS3ResourcesRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end --- Call ListMemberAccounts asynchronously, invoking a callback when done -- @param ListMemberAccountsRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.ListMemberAccountsAsync(ListMemberAccountsRequest, cb) assert(ListMemberAccountsRequest, "You must provide a ListMemberAccountsRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.ListMemberAccounts", } for header,value in pairs(ListMemberAccountsRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", ListMemberAccountsRequest, headers, settings, cb) else cb(false, err) end end --- Call ListMemberAccounts synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param ListMemberAccountsRequest -- @return response -- @return error_type -- @return error_message function M.ListMemberAccountsSync(ListMemberAccountsRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.ListMemberAccountsAsync(ListMemberAccountsRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end --- Call AssociateS3Resources asynchronously, invoking a callback when done -- @param AssociateS3ResourcesRequest -- @param cb Callback function accepting three args: response, error_type, error_message function M.AssociateS3ResourcesAsync(AssociateS3ResourcesRequest, cb) assert(AssociateS3ResourcesRequest, "You must provide a AssociateS3ResourcesRequest") local headers = { [request_headers.CONTENT_TYPE_HEADER] = content_type.from_protocol(M.metadata.protocol, M.metadata.json_version), [request_headers.AMZ_TARGET_HEADER] = "MacieService.AssociateS3Resources", } for header,value in pairs(AssociateS3ResourcesRequest.headers) do headers[header] = value end local request_handler, err = request_handlers.from_protocol_and_method("json", "POST") if request_handler then request_handler(settings.uri, "/", AssociateS3ResourcesRequest, headers, settings, cb) else cb(false, err) end end --- Call AssociateS3Resources synchronously, returning when done -- This assumes that the function is called from within a coroutine -- @param AssociateS3ResourcesRequest -- @return response -- @return error_type -- @return error_message function M.AssociateS3ResourcesSync(AssociateS3ResourcesRequest, ...) local co = coroutine.running() assert(co, "You must call this function from within a coroutine") M.AssociateS3ResourcesAsync(AssociateS3ResourcesRequest, function(response, error_type, error_message) assert(coroutine.resume(co, response, error_type, error_message)) end) return coroutine.yield() end return M
return {'iep','iepen','iepenboom','iepenbos','iepenhout','iepenlaan','iepenloof','iepenspintkever','iepziekte','ieper','ieperaar','ieperling','iepers','iepenbossen','iepenlanen','ieperse'}
-- Auto commands use sparingly, having auto commands that trigger often may -- slow down nvim local augroup = vim.api.nvim_create_augroup local autocmd = vim.api.nvim_create_autocmd -- Highlight current line on active window only local active_line_highligh = augroup('HighlightActiveLine', { clear = true }) autocmd('WinEnter', { desc = 'show cursorline', callback = function() vim.wo.cursorline = true end, group = active_line_highligh }) autocmd('WinLeave', { desc = 'hide cursorline', callback = function() vim.wo.cursorline = false end, group = active_line_highligh }) -- Use vertical splits for help windows local vertical_help = augroup('VerticalHelp', { clear = true }) autocmd('FileType', { desc = 'make help split vertical', pattern='help', command = 'wincmd L', group = vertical_help }) -- Highlight yanked text local highlight_yank = augroup('HighlightYank', { clear = true }) autocmd('TextYankPost', { desc = 'highlight yanked text', callback = function() vim.highlight.on_yank({ higroup = 'IncSearch', timeout = 50 }) end, group = highlight_yank })
OSI = { LAYER=3, TITLE="dependent_module_2" VERSION=1.0 AUTHOR="Chad Dunn" DEPENDENCIES="dependent_module" } function func() a = independent_module.func() b = dependent_module.func() --do something return result end
local path = minetest.get_modpath("mff_pclasses") dofile(path .. "/warrior.lua") dofile(path .. "/hunter.lua") dofile(path .. "/admin.lua") dofile(path .. "/wizard.lua")
AddCSLuaFile("shared.lua") local matWireFrame = Material( "models/wireframe" ) EFFECT.Time = 0.2 EFFECT.LifeTime = CurTime() EFFECT.percent = 0 EFFECT.highPer = 0 EFFECT.height = 0 EFFECT.mins = 0 EFFECT.maxs = 0 EFFECT.AddDist = 0.1 EFFECT.Skin1 = 1 EFFECT.Skin2 = 1 EFFECT.Col = Color(0,0,0,0) function EFFECT:Init( data ) if render.GetDXLevel() <= 90 then return false end self.LifeTime = CurTime() + self.Time self.ParentEntity = data:GetEntity() local startVec = data:GetStart() self.Skin1 = startVec.x self.Skin2 = startVec.y if !IsValid(self.ParentEntity) then return end self.mins = self.ParentEntity:OBBMins() self.maxs = self.ParentEntity:OBBMaxs() self.height = self.maxs.x - self.mins.x self.Col = self.ParentEntity:GetColor() self.Col.r = self.Col.r / 255 self.Col.g = self.Col.g / 255 self.Col.b = self.Col.b / 255 self.Col.a = self.Col.a / 255 self:SetModel( self.ParentEntity:GetModel() ) self:SetPos( self.ParentEntity:GetPos() ) self:SetAngles( self.ParentEntity:GetAngles() ) self:SetParent( self.ParentEntity ) self:SetSkin(self.ParentEntity:GetSkin()) self:SetColor( self.Col ) self.ParentEntity:SetNoDraw(true) end function EFFECT:Think( ) if !IsValid(self.ParentEntity) or render.GetDXLevel() <= 90 then return false end if self.highPer <= 0 then self.ParentEntity:SetNoDraw(false) return false else return true end end function EFFECT:SCarSetMaterial( mat ) render.MaterialOverride( mat ) end function EFFECT:Render() if !IsValid(self.ParentEntity) then return false end if render.GetDXLevel() <= 90 or self.Failed then return false end self.ParentEntity:SetNoDraw(true) self.percent = (self.LifeTime - CurTime()) / self.Time self.highPer = self.percent + self.AddDist self.percent = math.Clamp( self.percent, 0, 1 ) self.highPer = math.Clamp( self.highPer, 0, 1 ) --Drawing the old skin local normal = self.ParentEntity:GetForward() * -1 local origin = self.ParentEntity:GetPos() + self.ParentEntity:GetForward() * (self.maxs.x - ( self.height * self.highPer )) local distance = normal:Dot( origin ) local oldEnableClipping = render.EnableClipping( true ) render.PushCustomClipPlane( normal, distance ) self:SetSkin(self.Skin2) render.SetColorModulation( self.Col.r, self.Col.g, self.Col.b ) render.SetBlend( self.Col.a ) self:DrawModel() render.PopCustomClipPlane() --Draw the wireframe self:SCarSetMaterial( matWireFrame ) normal = self.ParentEntity:GetForward() distance = normal:Dot( origin ) render.PushCustomClipPlane( normal, distance ) local normal2 = self.ParentEntity:GetForward() * -1 local origin2 = self.ParentEntity:GetPos() + self.ParentEntity:GetForward() * (self.maxs.x - ( self.height * self.percent )) local distance2 = normal2:Dot( origin2 ) render.PushCustomClipPlane( normal2, distance2 ) render.SetColorModulation( 1, 1, 1 ) render.SetBlend( 1 ) self:DrawModel() render.PopCustomClipPlane() render.PopCustomClipPlane() self:SCarSetMaterial( 0 ) --Draw the new skin normal2 = self.ParentEntity:GetForward() distance2 = normal2:Dot( origin2 ) render.PushCustomClipPlane( normal2, distance2 ) self:SetSkin(self.Skin1) render.SetColorModulation( self.Col.r, self.Col.g, self.Col.b ) render.SetBlend( self.Col.a ) self:DrawModel() render.PopCustomClipPlane() render.EnableClipping( oldEnableClipping ) end
local json = require("json") _DeathStar = {} local _mtDeathStar = {__index = _DeathStar} function NewDeathStar(buildingCore) local DeathStar = setmetatable({}, _mtDeathStar) DeathStar.BuildingCore = buildingCore DeathStar.BuildingCore.BuildingType = "DeathStar" DeathStar.ClientTerminal = nil return DeathStar end function BuildDeathStar(planet) local buildingType = "DeathStar" local buildCost = 2 local buildingCore = CreateBuildingCore(planet, buildingType, buildCost) if "table" ~= type(buildingCore) then return buildingCore end return buildingCore.Building end function DestroyDeathStar(planet) local buildingType = "DeathStar" return DestroyBuildingCore(planet, buildingType) end function _DeathStar.SetClientTerminal(self, clientTerminal) self.ClientTerminal = clientTerminal end function _DeathStar.ExecCommand(self, command) local commandArr = StringSplit(command, " ") if "destroy" == commandArr[1] then if TableLength(commandArr) < 3 then self.ClientTerminal:ScreenErrMsg(string.format("需指定坐标")) return end local position = {X=tonumber(commandArr[2]), Y=tonumber(commandArr[3])} local planet = GRadar:GetPlanetOnScreenByPosition(position) if nil == planet then self.ClientTerminal:ScreenErrMsg(string.format("指定坐标无法探测到星球 %d %d", position.X, position.Y)) return end if planet.Info.PlanetId == GUserSpaceship.LandingPlanetId then self.ClientTerminal:ScreenErrMsg(string.format("飞船在指定星球上无法摧毁")) return end GWorld:RemovePlanet(planet) self.ClientTerminal:ScreenInfoMsg(string.format("摧毁星球完成")) GUserSpaceship:SetNewestMsg(string.format("星球 %s 被摧毁", planet.Info.Name)) else self.Terminal:ScreenErrMsg(string.format("%s %s", self.Terminal.ErrCommandNotExists, command)) end end
include "Dependencies.lua" workspace "KrakoaEngine" architecture "x86_64" startproject "Keditor" configurations { "Debug", "Test", "Profile", "Release" } flags { "MultiProcessorCompile" } OutputDir = "%{cfg.buildcfg}_%{cfg.system}_%{cfg.architecture}\\" group "Dependencies" include "Krakoa/Vendors/GLFW" include "Krakoa/Vendors/GLAD" include "Krakoa/Vendors/imgui" include "Krakoa/Vendors/YAML" include "../kLibrary/" include "../kLibrary/Tests" group "" include "Krakoa" include "Keditor"
--[[ * * * * correlateProc.lua * * * * correlation processes implementation. Correlation was sufficient for these processes due to symmetric kernels. Authors: Logan Lembke and Benjamin Garcia Class: CSC442/542 Digital Image Processing Date: Spring 2017 --]] require "ip" require "util" local il = require "il" local cke = require "createKernel" local table = require "table" --[[ Run a correlation given a kernel and an image to run it on. --]] function cCorrelate(img, kernel) local newImage = img:clone() -- kernelCenter maps (1,2) -> 0, (3,4) -> 1, (5,6) -> 2 ... -- this works if we choose upper left for the kernel center for even kernels local kernelCenter = math.floor((kernel.size - 1)/ 2) -- if the kernel is even sized, then looping stops 1 pixel early in both directions local evenOddCorrection = kernel.size % 2 == 0 and 1 or 0 -- The bounds should prevent indexing past the edges of img. -- the -1 is added because images are zero indexed, and lua's for is inclusive for imrow = kernelCenter, img.height - kernelCenter - evenOddCorrection - 1 do for imcolumn = kernelCenter, img.width - kernelCenter - evenOddCorrection - 1 do -- map each pixel in newImage local value = 0 for kernelrow = 0, kernel.size - 1 do for kernelcolumn = 0, kernel.size - 1 do -- value stores the intensity value that will be assigned to the pixel. -- kernel is 1 based but the image is not, the +1 adjusts for this. value = value + math.floor( kernel[kernelrow+1][kernelcolumn+1]* img:at(imrow-kernelCenter+kernelrow,imcolumn-kernelCenter+kernelcolumn).yiq[0] ) end end newImage:at(imrow,imcolumn).yiq[0] = clip(value, 0, 255) end end -- return the correlated image. return newImage end --[[ Run a correlation given a kernel and an image to run it on. Store the output in a table rather than an image to hold HDR data --]] function cCorrelateHDR(img, kernel) --build a table to hold our output local newImage = {} for i=0, img.height - 1 do newImage[i] = {} end -- kernelCenter maps (1,2) -> 0, (3,4) -> 1, (5,6) -> 2 ... -- this works if we choose upper left for the kernel center for even kernels local kernelCenter = math.floor((kernel.size - 1)/ 2) -- if the kernel is even sized, then looping stops 1 pixel early in both directions local evenOddCorrection = kernel.size % 2 == 0 and 1 or 0 -- The bounds should prevent indexing past the edges of img. -- the -1 is added because images are zero indexed, and lua's for is inclusive for imrow = kernelCenter, img.height - kernelCenter - evenOddCorrection - 1 do for imcolumn = kernelCenter, img.width - kernelCenter - evenOddCorrection - 1 do -- map each pixel in newImage local value = 0 for kernelrow = 0, kernel.size - 1 do for kernelcolumn = 0, kernel.size - 1 do -- value stores the intensity value that will be assigned to the pixel. -- kernel is 1 based but the image is not, the +1 adjusts for this. value = value + math.floor( kernel[kernelrow+1][kernelcolumn+1]* img:at(imrow-kernelCenter+kernelrow,imcolumn-kernelCenter+kernelcolumn).yiq[0] ) end end newImage[imrow][imcolumn] = value end end -- return the correlated image. return newImage end --[[ generate an approximately gaussian smoothing filter, and convert the input image to yiq. Run a correlation on the image using the smoothing filter and reconvert to rgb. --]] function cSmoothFilter(img) return il.YIQ2RGB(cCorrelate(il.RGB2YIQ(img), cke.smoothingFilter())) end --[[ generate a 3x3 sharpening filter, and convert the input image to yiq. Run a correlation on the image using the sharpening filter and reconvert to rgb. --]] function cSharpenFilter(img) return il.YIQ2RGB(cCorrelate(il.RGB2YIQ(img), cke.sharpeningFilter())) end --[[ create a blank image with the dimensions of the original image. Then, create X and Y direction sobel kernels to correlate with the input image after conversion to yiq. With gradient magnitude information, take the arctangent of the intensities and rescale from 0 to 255. --]] function cSobelDir(img) local ang = image.flat(img.width, img.height, 0) il.RGB2YIQ(ang) local magX = cCorrelateHDR(il.RGB2YIQ(img), cke.sobelX()) local magY = cCorrelateHDR(il.RGB2YIQ(img), cke.sobelY()) local intensityX local intensityY for r=1, img.height - 2 do for c=1, img.width - 2 do intensityX = magX[r][c] intensityY = magY[r][c] angle = math.atan2(intensityY, intensityX) if (angle < 0) then angle = angle + 2 * math.pi end ang:at(r,c).yiq[0]=clip((255 / (2 * math.pi)) * angle, 0, 255) end end il.YIQ2RGB(ang) return ang end --[[ create a blank image with the dimensions of the original image. Then, create X and Y direction sobel kernels to correlate with the input image after conversion to yiq. With gradient magnitude information, take the square root of the sum of the squares of the magnitudes to retrieve the edges from both X and Y directions. --]] function cSobelMag(img) local mag = image.flat(img.width, img.height, 0) il.RGB2YIQ(mag) local magX = cCorrelateHDR(il.RGB2YIQ(img), cke.sobelX()) local magY = cCorrelateHDR(il.RGB2YIQ(img), cke.sobelY()) local intensityX local intensityY for r=1, img.height - 2 do for c=1, img.width - 2 do intensityX = magX[r][c] intensityY = magY[r][c] mag:at(r,c).yiq[0] = clip( math.sqrt(intensityX * intensityX + intensityY * intensityY), 0, 255 ) end end il.YIQ2RGB(mag) return mag end --[[ Using eight rotations of a 3x3 kirsch edge detection kernel, compare the strengths of the kernel matches in each pixel's neighborhood. record the max intensity returned from correlating each kernel at each pixel. --]] function cKirschMagnitude(img) local newImg = image.flat(img.width, img.height, 0) il.RGB2YIQ(img) il.RGB2YIQ(newImg) local kernels = cke.kirsch --changed this to a local local images = {} for k, v in ipairs(kernels) do table.insert(images, cCorrelate(img, v)) end local max for r=1, newImg.height - 2 do for c=1, newImg.width - 2 do max = 0 for k, v in ipairs(images) do if v:at(r,c).yiq[0] > max then max = v:at(r,c).yiq[0] end end newImg:at(r,c).yiq[0] = max end end il.YIQ2RGB(newImg) return newImg end --[[ Returns the direction of the gradient within 22.5 degrees of the nearest cardinal or inter-cardinal direction as an intensity image where intensities map to directions. this is accomplished by recording the direction of the max intensity obtained from correlating the kirsch kernels, and then rescaling the value indicating direction from 0 to 255. --]] function cKirschDirection(img) local newImg = image.flat(img.width, img.height, 0) il.RGB2YIQ(img) il.RGB2YIQ(newImg) local kernels = cke.kirsch local images = {} for k, v in ipairs(kernels) do table.insert(images, cCorrelate(img, v)) end local max local maxIndex for r=1, newImg.height - 2 do for c=1, newImg.width - 2 do maxIndex = 0 max = 0 for k, v in ipairs(images) do if v:at(r,c).yiq[0] > max then maxIndex = k max = v:at(r,c).yiq[0] end end if (max == 0 ) then newImg:at(r,c).yiq[0] = 0 else newImg:at(r,c).yiq[0] = (maxIndex - 1)*(255/7) end end end il.YIQ2RGB(newImg) return newImg end --[[ convert the input image to yiq and scale intensities down by 128, then create a 3x3 embossing filter. perform a correlation on the image with this filter, and rescale outputs by 128 again to obtain a flat background. --]] function cEmboss(img) il.RGB2YIQ(img) img:mapPixels( function(y, i, q) return clip(y - 128), i, q end ) results = cCorrelateHDR(img, cke.embossFilter()) for r=1, img.height - 2 do for c=1, img.width - 2 do img:at(r, c).yiq[0] = clip(results[r][c] + 128) end end il.YIQ2RGB(img) return img end --[[ apply a smoothing filter to the image, then apply the laplacian filter to the image. This will produce an image of edges from the smoothed image. rescale by 128 afterwards. --]] function cLaplacian(img) il.RGB2YIQ(img) -- the 3x3 smoothing filter is approximately Gaussian img = cCorrelate(img, cke.smoothingFilter()) img = cCorrelate(img, cke.laplacianFilter()) img:mapPixels( function (y,i,q) return clip(y+128,0,255),i,q end ) il.YIQ2RGB(img) return il.stretch(img, "yiq") end return { sharpen = cSharpenFilter, smooth = cSmoothFilter, sobelDir = cSobelDir, sobelMag = cSobelMag, kirschMagnitude = cKirschMagnitude, kirschDirection = cKirschDirection, emboss = cEmboss, laplacian = cLaplacian }
fx_version 'adamant' games { 'rdr3', 'gta5' } rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' description 'ESX Inventory HUD' version 'Not A Clue ;)' ui_page 'html/ui.html' client_scripts { "@es_extended/locale.lua", "client/main.lua", "client/trunk.lua", "client/property.lua", "client/glovebox.lua", "client/player.lua", "client/vault.lua", "locales/cs.lua", "locales/en.lua", "locales/fr.lua", "config.lua" } server_scripts { '@es_extended/locale.lua', 'server/main.lua', 'locales/cs.lua', 'locales/en.lua', 'locales/fr.lua', 'config.lua' } files { 'html/ui.html', 'html/css/ui.css', 'html/css/jquery-ui.css', 'html/js/inventory.js', 'html/js/config.js', -- JS LOCALES 'html/locales/cs.js', 'html/locales/en.js', 'html/locales/fr.js', -- IMAGES 'html/img/*.png', -- loads all in folder -- 'html/img/bullet.png', -- ICONS 'html/img/items/*.png', -- loads all in folder --[[ 'html/img/items/beer.png', 'html/img/items/binoculars.png', 'html/img/items/bread.png', 'html/img/items/cannabis.png', 'html/img/items/clip.png', 'html/img/items/coffee.png', 'html/img/items/coke.png', 'html/img/items/crack.png', 'html/img/items/marijuana.png', 'html/img/items/sandwich.png', 'html/img/items/cash.png', 'html/img/items/medikit.png', 'html/img/items/phone.png', 'html/img/items/vodka.png', 'html/img/items/water.png', 'html/img/items/black_money.png', 'html/img/items/bag.png', 'html/img/items/bandage.png', 'html/img/items/clothe.png', 'html/img/items/fabric.png', 'html/img/items/fish.png', 'html/img/items/lockpick.png', 'html/img/items/lotteryticket.png', 'html/img/items/wool.png', 'html/img/items/rope.png', 'html/img/items/handcuffs.png', 'html/img/items/key.png', 'html/img/items/WEAPON_APPISTOL.png', 'html/img/items/WEAPON_ASSAULTRIFLE.png', 'html/img/items/WEAPON_ASSAULTSHOTGUN.png', 'html/img/items/WEAPON_BOTTLE.png', 'html/img/items/WEAPON_BULLPUPRIFLE.png', 'html/img/items/WEAPON_CARBINERIFLE.png', 'html/img/items/WEAPON_COMBATMG.png', 'html/img/items/WEAPON_BAT.png', 'html/img/items/WEAPON_COMBATPISTOL.png', 'html/img/items/WEAPON_CROWBAR.png', 'html/img/items/WEAPON_GOLFCLUB.png', 'html/img/items/WEAPON_KNIFE.png', 'html/img/items/WEAPON_MICROSMG.png', 'html/img/items/WEAPON_NIGHTSTICK.png', 'html/img/items/WEAPON_HAMMER.png', 'html/img/items/WEAPON_PISTOL.png', 'html/img/items/WEAPON_PUMPSHOTGUN.png', 'html/img/items/WEAPON_SAWNOFFSHOTGUN.png', 'html/img/items/WEAPON_SMG.png', 'html/img/items/WEAPON_STUNGUN.png', 'html/img/items/WEAPON_SPECIALCARBINE.png', 'html/img/items/WEAPON_KNUCKLE.png', 'html/img/items/WEAPON_FLASHLIGHT.png', 'html/img/items/WEAPON_REVOLVER.png', 'html/img/items/WEAPON_DAGGER.png', 'html/img/items/WEAPON_PETROLCAN.png', 'html/img/items/WEAPON_PISTOL50.png', 'html/img/items/WEAPON_DBSHOTGUN.png', 'html/img/items/WEAPON_SWITCHBLADE.png', 'html/img/items/WEAPON_POOLCUE.png', 'html/img/items/airbag.png', 'html/img/items/battery.png', 'html/img/items/highradio.png', 'html/img/items/highrim.png', 'html/img/items/lowradio.png', 'html/img/items/stockrim.png', 'html/img/items/turbo.png', 'html/img/items/ring.png', 'html/img/items/goldNecklace.png', 'html/img/items/laptop.png', 'html/img/items/samsungS10.png', 'html/img/items/rolex.png', 'html/img/items/camera.png', 'html/img/items/jewels.png', 'html/img/items/spice.png', 'html/img/items/fishingrod.png', 'html/img/items/fishingbait.png', 'html/img/items/turtlebait.png', 'html/img/items/taco.png', 'html/img/items/monster.png', ]] }
local u = require("custom.utils") local a = vim.api local v = vim local suffixes = {'x','s','d','c','a','i', '<esc>', ''} local M = {} local function present_keymaps() local keymaps = {} for _, map in pairs(a.nvim_get_keymap('n')) do keymaps[u.from_keycode(map.lhs)] = true end return keymaps end local function create_map(keymaps, keypart) for _, suffix in pairs(suffixes) do local chord = keypart .. u.from_keycode(suffix) if not keymaps[chord] then a.nvim_set_keymap('n', chord, '<Nop>', { noremap=true }) keymaps[chord] = true end end end function M.cancel(prefix) local keymaps = present_keymaps() local prefix_raw = u.from_keycode(prefix) for map in pairs(keymaps) do if v.startswith(map, prefix_raw) then for i = #map - 1, #prefix_raw, -1 do create_map(keymaps, map:sub(1, i)) end end end end return M
if SubtitlesCommand then SubtitlesCommand:CreateSdTextRelationalTable { { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "damage_l", msgID = "pwvo2000_101010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "damage_m", msgID = "pwvo2000_111010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "damage_s", msgID = "pwvo2000_121010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "out", msgID = "pwvo2000_131010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "out", msgID = "pwvo2000_181010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ibiki", msgID = "pwvo2000_191010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv01_what", msgID = "comn1000_101010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv02_whats_up", msgID = "comn1000_111010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv03_explode", msgID = "comn1000_121010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv04_sq1_to_hq", msgID = "comn1000_191010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv05_find_explode", msgID = "comn1000_1a1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv06_plz_direction", msgID = "comn1000_1b1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv09_rog_enhance", msgID = "comn1000_1e1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv14_no_find", msgID = "comn1000_1j1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1a", param2 = "ldv16_rog_continue", msgID = "comn1000_1l1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1b", param2 = "ldv01_what", msgID = "comn1000_131010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1b", param2 = "ldv02_whats_up", msgID = "comn1000_141010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1b", param2 = "ldv03_explode", msgID = "comn1000_151010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1c", param2 = "ldv01_what", msgID = "comn1000_161010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1c", param2 = "ldv02_whats_up", msgID = "comn1000_171010", }, { eventName = "DD_vox_ene_ld", param1 = "sq1c", param2 = "ldv03_explode", msgID = "comn1000_181010", }, { eventName = "DD_vox_ene_ld", param1 = "sq2a", param2 = "ldv24_rog_def_prisoner", msgID = "comn1000_1t1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq2a", param2 = "ldv38_rog_normal", msgID = "comn1000_2b1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq2a", param2 = "E_event_001_004", msgID = "comn1000_2f1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq2a", param2 = "E_event_001_005", msgID = "comn1000_2g1010", }, { eventName = "DD_vox_ene_ld", param1 = "sq2a", param2 = "E_event_001_014", msgID = "comn1000_2p1010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "ldv20_rog_go", msgID = "comn1000_1p1010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "ldv29_qrf_to_hq", msgID = "comn1000_1y1010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "ldv30_arrival", msgID = "comn1000_1z1010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "ldv32_qrf_to_hq_again", msgID = "comn1000_211010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "ldv33_no_enemy", msgID = "comn1000_221010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "ldv34_return", msgID = "comn1000_231010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "E_event_001_009", msgID = "comn1000_2k1010", }, { eventName = "DD_vox_ene_ld", param1 = "qrf", param2 = "E_event_001_010", msgID = "comn1000_2l1010", }, { eventName = "DD_vox_ene_ld", param1 = "pt", param2 = "ldv28_rog_south_def", msgID = "comn1000_1x1010", }, { eventName = "DD_vox_ene_ld", param1 = "pt", param2 = "E_event_001_007", msgID = "comn1000_2i1010", }, { eventName = "DD_vox_ene_ld", param1 = "pt", param2 = "E_event_001_008", msgID = "comn1000_2j1010", }, { eventName = "DD_vox_ene_ld", param1 = "pt", param2 = "E_event_001_015", msgID = "comn1000_2q1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv07_rog_check", msgID = "comn1000_1c1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv08_sq1_caution", msgID = "comn1000_1d1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv10_hq_to_op", msgID = "comn1000_1f1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv11_hq_to_op_retry", msgID = "comn1000_1g1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv12_no_contact_to_op", msgID = "comn1000_1h1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv13_find_enemy_q", msgID = "comn1000_1i1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv15_rog_plz_keep", msgID = "comn1000_1k1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv17_hq_to_qrf", msgID = "comn1000_1m1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv18_explode_no_op", msgID = "comn1000_1n1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv19_go_find_asap", msgID = "comn1000_1o1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv21_plz_caution", msgID = "comn1000_1q1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv22_hq_to_sq2", msgID = "comn1000_1r1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv23_enhance_security", msgID = "comn1000_1s1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv25_hq_to_pt", msgID = "comn1000_1u1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv26_op_explode", msgID = "comn1000_1v1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv27_plz_op_security", msgID = "comn1000_1w1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv31_rog_caution_ene", msgID = "comn1000_201010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv35_rog_return", msgID = "comn1000_241010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv36_hq_to_everyone", msgID = "comn1000_251010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "ldv37_return_normal", msgID = "comn1000_261010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_001", msgID = "comn1000_2c1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_002", msgID = "comn1000_2d1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_003", msgID = "comn1000_2e1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_006", msgID = "comn1000_2h1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_011", msgID = "comn1000_2m1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_012", msgID = "comn1000_2n1010", }, { eventName = "DD_vox_ene_ld", param1 = "hqc", param2 = "E_event_001_013", msgID = "comn1000_2o1010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_001", msgID = "comn2000_101010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_002", msgID = "comn2000_111010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_003", msgID = "comn2000_121010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_004", msgID = "comn2000_131010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_005", msgID = "comn2000_141010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_006", msgID = "comn2000_151010", }, { eventName = "DD_vox_kaz_rt_ld", param1 = "miller", param2 = "kaz_rt_001_007", msgID = "comn2000_161010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_001_001", msgID = "rr05_001_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_002_001", msgID = "rr05_002_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_003_001", msgID = "rr05_003_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_004_001", msgID = "rr05_004_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_014_001", msgID = "rr05_014_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_013_001", msgID = "rr05_013_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_012_001", msgID = "rr05_012_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_011_001", msgID = "rr05_011_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_010_001", msgID = "rr05_010_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_009_001", msgID = "rr05_009_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_008_001", msgID = "rr05_008_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_007_001", msgID = "rr05_007_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_006_001", msgID = "rr05_006_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_005_001", msgID = "rr05_005_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_015_001", msgID = "rr05_015_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_016_001", msgID = "rr05_016_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_017_001", msgID = "rr05_017_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_018_001", msgID = "rr05_018_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_019_001", msgID = "rr05_019_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_020_001", msgID = "rr05_020_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_021_001", msgID = "rr05_021_001", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "call_roger", msgID = "comn1000_281010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "call_roger", msgID = "comn1000_271010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "call_roger", msgID = "comn1000_291010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "call_roger", msgID = "comn1000_2a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "rr05_022_001", msgID = "rr05_022_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_023_001", msgID = "rr05_023_001", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "rr05_024_001", msgID = "rr05_024_001", }, { eventName = "radio_defo", param1 = "miller", param2 = "rr05_025_001", msgID = "rr05_025_001", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN120", msgID = "en011000_2l1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN120", msgID = "en011000_2n1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN120", msgID = "en011000_2p1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN120", msgID = "en011000_2r1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN140", msgID = "en011000_2w1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN150", msgID = "en011000_2x1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN150", msgID = "en011000_2y1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN140", msgID = "en011000_2z1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN150", msgID = "en011000_301010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN150", msgID = "en011000_311010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN140", msgID = "en011000_321010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN150", msgID = "en011000_331010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN150", msgID = "en011000_341010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN140", msgID = "en011000_351010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN150", msgID = "en011000_361010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN150", msgID = "en011000_371010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR020", msgID = "en011000_3c1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR020", msgID = "en011000_3d1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR020", msgID = "en011000_3e1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR020", msgID = "en011000_3f1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR020", msgID = "en011000_3g1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR020", msgID = "en011000_3h1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR020", msgID = "en011000_3i1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR020", msgID = "en011000_3j1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR020", msgID = "en011000_3k1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR020", msgID = "en011000_3l1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR020", msgID = "en011000_3m1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR020", msgID = "en011000_3n1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR080", msgID = "en011000_3s1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR080", msgID = "en011000_3t1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR080", msgID = "en011000_3u1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR080", msgID = "en011000_3v1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR090", msgID = "en011000_3w1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR090", msgID = "en011000_3x1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR090", msgID = "en011000_3y1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR090", msgID = "en011000_3z1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVB070", msgID = "en011000_7w1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVB070", msgID = "en011000_7x1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVB070", msgID = "en011000_7y1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVB070", msgID = "en011000_7z1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVB080", msgID = "en011000_801010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVB080", msgID = "en011000_811010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVB080", msgID = "en011000_821010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVB080", msgID = "en011000_831010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVB080", msgID = "en011000_841010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVB080", msgID = "en011000_851010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVB080", msgID = "en011000_861010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVB080", msgID = "en011000_871010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVB100", msgID = "en011000_881010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVB100", msgID = "en011000_891010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVB100", msgID = "en011000_8a1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVB100", msgID = "en011000_8b1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC010", msgID = "en011000_8c1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC010", msgID = "en011000_8d1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC010", msgID = "en011000_8e1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC010", msgID = "en011000_8f1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC020", msgID = "en011000_8g1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC020", msgID = "en011000_8h1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC020", msgID = "en011000_8i1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC020", msgID = "en011000_8j1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC030", msgID = "en011000_8k1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC030", msgID = "en011000_8l1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC030", msgID = "en011000_8m1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC030", msgID = "en011000_8n1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC040", msgID = "en011000_8o1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC040", msgID = "en011000_8p1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC040", msgID = "en011000_8q1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC040", msgID = "en011000_8r1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC050", msgID = "en011000_8s1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC050", msgID = "en011000_8t1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC050", msgID = "en011000_8u1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC050", msgID = "en011000_8v1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC060", msgID = "en011000_8w1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC060", msgID = "en011000_8x1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC060", msgID = "en011000_8y1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC060", msgID = "en011000_8z1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC090", msgID = "en011000_901010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC090", msgID = "en011000_911010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC090", msgID = "en011000_921010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC090", msgID = "en011000_931010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC070", msgID = "en011000_941010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC070", msgID = "en011000_951010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC070", msgID = "en011000_961010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC070", msgID = "en011000_971010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC080", msgID = "en011000_981010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC080", msgID = "en011000_991010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC080", msgID = "en011000_9a1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC080", msgID = "en011000_9b1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC100", msgID = "en011000_9c1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC100", msgID = "en011000_9d1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC100", msgID = "en011000_9e1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC100", msgID = "en011000_9f1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC110", msgID = "en011000_9g1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC110", msgID = "en011000_9h1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC110", msgID = "en011000_9i1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC110", msgID = "en011000_9j1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC120", msgID = "en011000_9k1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC130", msgID = "en011000_9l1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC140", msgID = "en011000_9m1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC150", msgID = "en011000_9n1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC160", msgID = "en011000_9o1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC170", msgID = "en011000_9p1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC120", msgID = "en011000_9q1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC130", msgID = "en011000_9r1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC140", msgID = "en011000_9s1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC150", msgID = "en011000_9t1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC160", msgID = "en011000_9u1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC170", msgID = "en011000_9v1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC120", msgID = "en011000_9w1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC130", msgID = "en011000_9x1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC140", msgID = "en011000_9y1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC150", msgID = "en011000_9z1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC160", msgID = "en011000_a01010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC170", msgID = "en011000_a11010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC120", msgID = "en011000_a21010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC130", msgID = "en011000_a31010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC140", msgID = "en011000_a41010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC150", msgID = "en011000_a51010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC160", msgID = "en011000_a61010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC170", msgID = "en011000_a71010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC180", msgID = "en011000_a81010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC180", msgID = "en011000_a91010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC180", msgID = "en011000_aa1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC180", msgID = "en011000_ab1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC180", msgID = "en011000_ac1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC180", msgID = "en011000_ad1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC180", msgID = "en011000_ae1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC180", msgID = "en011000_af1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC190", msgID = "en011000_ag1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC190", msgID = "en011000_ah1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC190", msgID = "en011000_ai1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC190", msgID = "en011000_aj1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC200", msgID = "en011000_ak1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC200", msgID = "en011000_al1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC200", msgID = "en011000_am1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC200", msgID = "en011000_an1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC210", msgID = "en011000_ao1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC210", msgID = "en011000_ap1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC210", msgID = "en011000_aq1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC210", msgID = "en011000_ar1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC210", msgID = "en011000_as1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC210", msgID = "en011000_at1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC210", msgID = "en011000_au1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC210", msgID = "en011000_av1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC220", msgID = "en011000_aw1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC220", msgID = "en011000_ax1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC220", msgID = "en011000_ay1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC220", msgID = "en011000_az1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC230", msgID = "en011000_b01010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC230", msgID = "en011000_b11010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC230", msgID = "en011000_b21010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC230", msgID = "en011000_b31010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC240", msgID = "en011000_b41010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC240", msgID = "en011000_b51010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC240", msgID = "en011000_b61010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC240", msgID = "en011000_b71010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC250", msgID = "en011000_b81010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC250", msgID = "en011000_b91010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC250", msgID = "en011000_ba1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC250", msgID = "en011000_bb1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC260", msgID = "en011000_bc1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC260", msgID = "en011000_bd1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC260", msgID = "en011000_be1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC260", msgID = "en011000_bf1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC270", msgID = "en011000_bg1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC270", msgID = "en011000_bh1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC270", msgID = "en011000_bi1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC270", msgID = "en011000_bj1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC290", msgID = "en011000_bk1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC290", msgID = "en011000_bl1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC290", msgID = "en011000_bm1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC290", msgID = "en011000_bn1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC290", msgID = "en011000_bo1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC290", msgID = "en011000_bp1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC290", msgID = "en011000_bq1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC290", msgID = "en011000_br1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0010_00", msgID = "cp011000_9t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0010_00", msgID = "cp011000_9u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0010_00", msgID = "cp011000_9v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0010_00", msgID = "cp011000_9w1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0010_01", msgID = "cp011000_9x1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0020_01", msgID = "cp011000_9y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0030_00", msgID = "cp011000_9z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0030_00", msgID = "cp011000_a01010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0030_00", msgID = "cp011000_a11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0030_00", msgID = "cp011000_a21010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0030_01", msgID = "cp011000_a31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0040_00", msgID = "cp011000_a41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0040_00", msgID = "cp011000_a51010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0040_00", msgID = "cp011000_a61010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0040_00", msgID = "cp011000_a71010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0040_01", msgID = "cp011000_a81010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0050_00", msgID = "cp011000_a91010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0050_00", msgID = "cp011000_aa1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0050_00", msgID = "cp011000_ab1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0050_00", msgID = "cp011000_ac1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0050_01", msgID = "cp011000_ad1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0060_00", msgID = "cp011000_aj1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0060_00", msgID = "cp011000_ak1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0060_00", msgID = "cp011000_al1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0060_00", msgID = "cp011000_am1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0060_01", msgID = "cp011000_an1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0070_00", msgID = "cp011000_ao1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0070_00", msgID = "cp011000_ap1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0070_00", msgID = "cp011000_aq1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0070_00", msgID = "cp011000_ar1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0070_01", msgID = "cp011000_as1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0080_00", msgID = "cp011000_at1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0080_00", msgID = "cp011000_au1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0080_00", msgID = "cp011000_av1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0080_00", msgID = "cp011000_aw1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0080_01", msgID = "cp011000_ax1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0090_00", msgID = "cp011000_ay1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0090_00", msgID = "cp011000_az1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0090_00", msgID = "cp011000_b01010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0090_00", msgID = "cp011000_b11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0100_00", msgID = "cp011000_b21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0100_00", msgID = "cp011000_b31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0100_00", msgID = "cp011000_b41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0100_00", msgID = "cp011000_b51010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0090_01", msgID = "cp011000_b61010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0090_01", msgID = "cp011000_b71010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0130_01", msgID = "cp011000_ba1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0130_01", msgID = "cp011000_bb1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0150_00", msgID = "cp011000_bc1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0150_00", msgID = "cp011000_bd1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0150_00", msgID = "cp011000_be1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0150_00", msgID = "cp011000_bf1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0150_01", msgID = "cp011000_bg1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0160_00", msgID = "cp011000_bh1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0160_00", msgID = "cp011000_bi1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0160_00", msgID = "cp011000_bj1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0160_00", msgID = "cp011000_bk1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0170_00", msgID = "cp011000_bm1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0170_00", msgID = "cp011000_bn1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0170_00", msgID = "cp011000_bo1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0170_00", msgID = "cp011000_bp1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_101010", msgID = "klpw1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_111010", msgID = "klpw1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_121010", msgID = "klpw1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_131010", msgID = "klpw1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_141010", msgID = "klpw1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_151010", msgID = "klpw1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_171010", msgID = "klpw1000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW2000_101010", msgID = "klpw2000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW2000_111010", msgID = "klpw2000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW2000_121010", msgID = "klpw2000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW2000_131010", msgID = "klpw2000_131010", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0070", msgID = "p31_010015_0070", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0080", msgID = "p31_010015_0080", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0090", msgID = "p31_010015_0090", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0100", msgID = "p31_010015_0100", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0110", msgID = "p31_010015_0110", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0140", msgID = "p31_010015_0140", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0150", msgID = "p31_010015_0150", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0160", msgID = "p31_010015_0160", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0170", msgID = "p31_010015_0170", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0180", msgID = "p31_010015_0180", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0190", msgID = "p31_010015_0190", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0370", msgID = "p31_010015_0370", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0380", msgID = "p31_010015_0380", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0390", msgID = "p31_010015_0390", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0400", msgID = "p31_010015_0400", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0410", msgID = "p31_010015_0410", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0430", msgID = "p31_010015_0430", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0440", msgID = "p31_010015_0440", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0450", msgID = "p31_010015_0450", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_101010", msgID = "kzrq2000_101010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_111010", msgID = "kzrq2000_111010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_121010", msgID = "kzrq2000_121010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_131010", msgID = "kzrq2000_131010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_141010", msgID = "kzrq2000_141010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_151010", msgID = "kzrq2000_151010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_161010", msgID = "kzrq2000_161010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_171010", msgID = "kzrq2000_171010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_181010", msgID = "kzrq2000_181010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_191010", msgID = "kzrq2000_191010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1d1010", msgID = "kzrq2000_1d1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1e1010", msgID = "kzrq2000_1e1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1f1010", msgID = "kzrq2000_1f1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1g1010", msgID = "kzrq2000_1g1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1h1010", msgID = "kzrq2000_1h1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1i1010", msgID = "kzrq2000_1i1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1j1010", msgID = "kzrq2000_1j1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ2000_1k1010", msgID = "kzrq2000_1k1010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ3000_101010", msgID = "kzrq3000_101010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ3000_111010", msgID = "kzrq3000_111010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ3000_121010", msgID = "kzrq3000_121010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ3000_131010", msgID = "kzrq3000_131010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ3000_141010", msgID = "kzrq3000_141010", }, { eventName = "DD_Kaz_POW", param1 = "Kaz_POW", param2 = "KZRQ3000_151010", msgID = "kzrq3000_151010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4000_101010", msgID = "kzrq4000_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4000_111010", msgID = "kzrq4000_111010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4000_121010", msgID = "kzrq4000_121010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4000_131010", msgID = "kzrq4000_131010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4000_141010", msgID = "kzrq4000_141010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4000_151010", msgID = "kzrq4000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC1000_101010", msgID = "hmfc1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC1000_111010", msgID = "hmfc1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC1000_121010", msgID = "hmfc1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC1000_131010", msgID = "hmfc1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC2000_101010", msgID = "hmfc2000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_111010", msgID = "hmfc2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_121010", msgID = "hmfc2000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_131010", msgID = "hmfc2000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_141010", msgID = "hmfc2000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_151010", msgID = "hmfc2000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_161010", msgID = "hmfc2000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "HMFC3000_171010", msgID = "hmfc2000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QTRC1000_101010", msgID = "qtrc1000_101010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QTRC2000_101010", msgID = "qtrc2000_101010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QTRC2000_111010", msgID = "qtrc2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QTRC2000_121010", msgID = "qtrc2000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_101010", msgID = "fsam2000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_111010", msgID = "fsam2000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_121010", msgID = "fsam2000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_131010", msgID = "fsam2000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_141010", msgID = "fsam2000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_151010", msgID = "fsam2000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_161010", msgID = "fsam2000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_171010", msgID = "fsam2000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_181010", msgID = "fsam2000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_191010", msgID = "fsam2000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1a1010", msgID = "fsam2000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1b1010", msgID = "fsam2000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1c1010", msgID = "fsam2000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1d1010", msgID = "fsam2000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1e1010", msgID = "fsam2000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1f1010", msgID = "fsam2000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1g1010", msgID = "fsam2000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1h1010", msgID = "fsam2000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM2000_1i1010", msgID = "fsam2000_1i1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM3000_101010", msgID = "fsam3000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM3000_111010", msgID = "fsam3000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM3000_121010", msgID = "fsam3000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM3000_131010", msgID = "fsam3000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_101010", msgID = "fsam4000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_111010", msgID = "fsam4000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_121010", msgID = "fsam4000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_131010", msgID = "fsam4000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_141010", msgID = "fsam4000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_151010", msgID = "fsam4000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM4000_161010", msgID = "fsam4000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_101010", msgID = "fsam6000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_111010", msgID = "fsam6000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_121010", msgID = "fsam6000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_131010", msgID = "fsam6000_131010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAM6000_141010", msgID = "fsam6000_141010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAM6000_151010", msgID = "fsam6000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_161010", msgID = "fsam6000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_171010", msgID = "fsam6000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM6000_181010", msgID = "fsam6000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM8000_101010", msgID = "fsam8000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM8000_111010", msgID = "fsam8000_111010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAM8000_121010", msgID = "fsam8000_121010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAM8000_131010", msgID = "fsam8000_131010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAM8000_141010", msgID = "fsam8000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_101010", msgID = "fsam9000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_111010", msgID = "fsam9000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_121010", msgID = "fsam9000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_131010", msgID = "fsam9000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_141010", msgID = "fsam9000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_151010", msgID = "fsam9000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAM9000_161010", msgID = "fsam9000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAM9010_101010", msgID = "fsam9010_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMa100_101010", msgID = "fsama100_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMa100_111010", msgID = "fsama100_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMa100_121010", msgID = "fsama100_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMa100_131010", msgID = "fsama100_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMa200_101010", msgID = "fsama200_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMa200_111010", msgID = "fsama200_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMb000_101010", msgID = "fsamb000_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FSAMb000_111010", msgID = "fsamb000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMb000_121010", msgID = "fsamb000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMb000_131010", msgID = "fsamb000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMb000_141010", msgID = "fsamb000_141010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FSAMb000_151010", msgID = "fsamb000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_101010", msgID = "lqrq1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_111010", msgID = "lqrq1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_121010", msgID = "lqrq1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_131010", msgID = "lqrq1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_141010", msgID = "lqrq1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_151010", msgID = "lqrq1000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_161010", msgID = "lqrq1000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_171010", msgID = "lqrq1000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_181010", msgID = "lqrq1000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_191010", msgID = "lqrq1000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1a1010", msgID = "lqrq1000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1b1010", msgID = "lqrq1000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1c1010", msgID = "lqrq1000_1c1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1d1010", msgID = "lqrq1000_1d1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1f1010", msgID = "lqrq1000_1f1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1g1010", msgID = "lqrq1000_1g1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST2000_101010", msgID = "flst2000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_111010", msgID = "flst2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_121010", msgID = "flst2000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_131010", msgID = "flst2000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_141010", msgID = "flst2000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_151010", msgID = "flst2000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_161010", msgID = "flst2000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_171010", msgID = "flst2000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_181010", msgID = "flst2000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_191010", msgID = "flst2000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1a1010", msgID = "flst2000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1b1010", msgID = "flst2000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1c1010", msgID = "flst2000_1c1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1d1010", msgID = "flst2000_1d1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1e1010", msgID = "flst2000_1e1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1f1010", msgID = "flst2000_1f1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1g1010", msgID = "flst2000_1g1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1h1010", msgID = "flst2000_1h1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1i1010", msgID = "flst2000_1i1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1j1010", msgID = "flst2000_1j1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1k1010", msgID = "flst2000_1k1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1l1010", msgID = "flst2000_1l1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST4000_1m1010", msgID = "flst2000_1m1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST5000_101010", msgID = "flst3000_101010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST5000_111010", msgID = "flst3000_111010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST5000_121010", msgID = "flst3000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_101010", msgID = "flst4000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_111010", msgID = "flst4000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_121010", msgID = "flst4000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_131010", msgID = "flst4000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_141010", msgID = "flst4000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_151010", msgID = "flst4000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_161010", msgID = "flst4000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST7000_171010", msgID = "flst4000_171010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST8000_101010", msgID = "flst5000_101010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST8000_111010", msgID = "flst5000_111010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST8000_121010", msgID = "flst5000_121010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST8000_131010", msgID = "flst5000_131010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST8000_141010", msgID = "flst5000_141010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLST8000_151010", msgID = "flst5000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_161010", msgID = "flst5000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_171010", msgID = "flst5000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_181010", msgID = "flst5000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_191010", msgID = "flst5000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_1a1010", msgID = "flst5000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_1b1010", msgID = "flst5000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLSTa000_101010", msgID = "flst7000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLSTa000_111010", msgID = "flst7000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLSTa000_121010", msgID = "flst7000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLSTa000_131010", msgID = "flst7000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLSTa000_141010", msgID = "flst7000_141010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLSTa000_151010", msgID = "flst7000_151010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "FLSTa000_161010", msgID = "flst7000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_101010", msgID = "flst8000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_111010", msgID = "flst8000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLST8000_121010", msgID = "flst8000_121010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_101010", msgID = "cdtk1000_101010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_111010", msgID = "cdtk1000_111010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_121010", msgID = "cdtk1000_121010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_131010", msgID = "cdtk1000_131010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_141010", msgID = "cdtk1000_141010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_151010", msgID = "cdtk1000_151010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_161010", msgID = "cdtk1000_161010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_171010", msgID = "cdtk1000_171010", }, { eventName = "DD_CodeTalker", param1 = "CodeTalker", param2 = "CDTK1000_181010", msgID = "cdtk1000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK2000_101010", msgID = "cdtk2000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_161010", msgID = "klpw1000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BTGR1000_101010", msgID = "btgr1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BTGR1000_111010", msgID = "btgr1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BTGR1000_121010", msgID = "btgr1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BTGR1000_131010", msgID = "btgr1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BTGR1000_141010", msgID = "btgr1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "rr06_099_001", msgID = "rr06_099_001", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_101010", msgID = "cdtk3000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_111010", msgID = "cdtk3000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_131010", msgID = "cdtk3000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_141010", msgID = "cdtk3000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_151010", msgID = "cdtk3000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_161010", msgID = "cdtk3000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK4000_101010", msgID = "cdtk4000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK4000_111010", msgID = "cdtk4000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "GRBB1000_101010", msgID = "grbb1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "GRBB1000_111010", msgID = "grbb1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "GRBB1000_121010", msgID = "grbb1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "GRBB1000_131010", msgID = "grbb1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "GRBB1000_141010", msgID = "grbb1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "GRBB1000_151010", msgID = "grbb1000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_101010", msgID = "bsbp1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_111010", msgID = "bsbp1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_121010", msgID = "bsbp1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_131010", msgID = "bsbp1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_141010", msgID = "bsbp1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_151010", msgID = "bsbp1000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_161010", msgID = "bsbp1000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_171010", msgID = "bsbp1000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_181010", msgID = "bsbp1000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_191010", msgID = "bsbp1000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1a1010", msgID = "bsbp1000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1b1010", msgID = "bsbp1000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1c1010", msgID = "bsbp1000_1c1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1d1010", msgID = "bsbp1000_1d1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1e1010", msgID = "bsbp1000_1e1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1f1010", msgID = "bsbp1000_1f1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1g1010", msgID = "bsbp1000_1g1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1h1010", msgID = "bsbp1000_1h1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1i1010", msgID = "bsbp1000_1i1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "BSBP1000_1j1010", msgID = "bsbp1000_1j1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QTRC0z00_101010", msgID = "qtrc0z00_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_101010", msgID = "shrn1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_111010", msgID = "shrn1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_121010", msgID = "shrn1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_131010", msgID = "shrn1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_141010", msgID = "shrn1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_151010", msgID = "shrn1000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN1000_161010", msgID = "shrn1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_171010", msgID = "pprg1001_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1a1010", msgID = "pprg1001_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1c1010", msgID = "pprg1001_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1d1010", msgID = "pprg1001_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1e1010", msgID = "pprg1001_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1f1010", msgID = "pprg1001_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1h1010", msgID = "pprg1001_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1i1010", msgID = "pprg1001_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1j1010", msgID = "pprg1001_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1k1010", msgID = "pprg1001_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1l1010", msgID = "pprg1001_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1m1010", msgID = "pprg1001_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1n1010", msgID = "pprg1001_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1o1010", msgID = "pprg1001_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1p1010", msgID = "pprg1001_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1q1010", msgID = "pprg1001_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1r1010", msgID = "pprg1001_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1s1010", msgID = "pprg1001_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1u1010", msgID = "pprg1001_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1v1010", msgID = "pprg1001_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1w1010", msgID = "pprg1001_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1x1010", msgID = "pprg1001_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1y1010", msgID = "pprg1001_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1z1010", msgID = "pprg1001_1z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_201010", msgID = "pprg1001_201010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_211010", msgID = "pprg1001_211010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_221010", msgID = "pprg1001_221010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_231010", msgID = "pprg1001_231010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_241010", msgID = "pprg1001_241010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_251010", msgID = "pprg1001_251010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_271010", msgID = "pprg1001_271010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_281010", msgID = "pprg1001_281010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_291010", msgID = "pprg1001_291010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2a1010", msgID = "pprg1001_2a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2c1010", msgID = "pprg1001_2c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2d1010", msgID = "pprg1001_2d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2i1010", msgID = "pprg1001_2i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2q1010", msgID = "pprg1001_2q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2r1010", msgID = "pprg1001_2r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2v1010", msgID = "pprg1001_2v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2w1010", msgID = "pprg1001_2w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2x1010", msgID = "pprg1001_2x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2y1010", msgID = "pprg1001_2y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2z1010", msgID = "pprg1001_2z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_301010", msgID = "pprg1001_301010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_311010", msgID = "pprg1001_311010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_321010", msgID = "pprg1001_321010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_331010", msgID = "pprg1001_331010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_341010", msgID = "pprg1001_341010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_361010", msgID = "pprg1001_361010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_371010", msgID = "pprg1001_371010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_381010", msgID = "pprg1001_381010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3b1010", msgID = "pprg1001_3b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3d1010", msgID = "pprg1001_3d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3g1010", msgID = "pprg1001_3g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3h1010", msgID = "pprg1001_3h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3i1010", msgID = "pprg1001_3i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3k1010", msgID = "pprg1001_3k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3n1010", msgID = "pprg1001_3n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3o1010", msgID = "pprg1001_3o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3q1010", msgID = "pprg1001_3q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3r1010", msgID = "pprg1001_3r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3s1010", msgID = "pprg1001_3s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3t1010", msgID = "pprg1001_3t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3u1010", msgID = "pprg1001_3u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3z1010", msgID = "pprg1001_3z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_401010", msgID = "pprg1001_401010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_411010", msgID = "pprg1001_411010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_101010", msgID = "pprg1002_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_111010", msgID = "pprg1002_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_131010", msgID = "pprg1002_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_141010", msgID = "pprg1002_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_151010", msgID = "pprg1002_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_161010", msgID = "pprg1002_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_171010", msgID = "pprg1002_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_181010", msgID = "pprg1002_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_191010", msgID = "pprg1002_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1a1010", msgID = "pprg1002_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1b1010", msgID = "pprg1002_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1c1010", msgID = "pprg1002_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1d1010", msgID = "pprg1002_1d1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1e1010", msgID = "pprg1002_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1f1010", msgID = "pprg1002_1f1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1g1010", msgID = "pprg1002_1g1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1h1010", msgID = "pprg1002_1h1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1i1010", msgID = "pprg1002_1i1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1j1010", msgID = "pprg1002_1j1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1l1010", msgID = "pprg1002_1l1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1m1010", msgID = "pprg1002_1m1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1n1010", msgID = "pprg1002_1n1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1o1010", msgID = "pprg1002_1o1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1r1010", msgID = "pprg1002_1r1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_101010", msgID = "svhy0z00_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_111010", msgID = "svhy0z00_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_121010", msgID = "svhy0z00_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_131010", msgID = "svhy0z00_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_141010", msgID = "svhy0z00_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_151010", msgID = "svhy0z00_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_161010", msgID = "svhy0z00_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_171010", msgID = "svhy0z00_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z30_101010", msgID = "svhy0z30_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z30_111010", msgID = "svhy0z30_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z30_121010", msgID = "svhy0z30_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_101010", msgID = "svhy0z40_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_111010", msgID = "svhy0z40_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_121010", msgID = "svhy0z40_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_131010", msgID = "svhy0z40_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_141010", msgID = "svhy0z40_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_151010", msgID = "svhy0z40_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_161010", msgID = "svhy0z40_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_171010", msgID = "svhy0z40_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_181010", msgID = "svhy0z40_181010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SVHY0z40_191010", msgID = "svhy0z40_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z40_1a1010", msgID = "svhy0z40_1a1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SVHY0z40_1b1010", msgID = "svhy0z40_1b1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SVHY0z40_1c1010", msgID = "svhy0z40_1c1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_101010", msgID = "svhy0z50_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_111010", msgID = "svhy0z50_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_121010", msgID = "svhy0z50_121010", }, { eventName = "radio_defo", param1 = "HUEY", param2 = "SVHY0z50_131010", msgID = "svhy0z50_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_141010", msgID = "svhy0z50_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_151010", msgID = "svhy0z50_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_161010", msgID = "svhy0z50_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_171010", msgID = "svhy0z50_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_181010", msgID = "svhy0z50_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_191010", msgID = "svhy0z50_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_1a1010", msgID = "svhy0z50_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_1b1010", msgID = "svhy0z50_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_1c1010", msgID = "svhy0z50_1c1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z50_1d1010", msgID = "svhy0z50_1d1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z80_101010", msgID = "svhy0z80_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z80_111010", msgID = "svhy0z80_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z80_121010", msgID = "svhy0z80_121010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SVHY0zd0_101010", msgID = "svhy0zd0_101010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SVHY0zd0_111010", msgID = "svhy0zd0_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMc000_101010", msgID = "fsamc000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMc000_111010", msgID = "fsamc000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "CDTK3000_171010", msgID = "cdtk3000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_161010", msgID = "pprg1001_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_121010", msgID = "pprg1002_121010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0100", msgID = "pprg7000_191010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0110", msgID = "pprg7000_1a1010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0140", msgID = "pprg7000_1d1010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0160", msgID = "pprg7000_1f1010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0170", msgID = "pprg7000_1g1010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0200", msgID = "pprg7000_1j1010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0210", msgID = "pprg7000_1k1010", }, { eventName = "DD_Paz", param1 = "paz", param2 = "PAZ0220", msgID = "pprg7000_1l1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0050", msgID = "pprg7000_1w1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0060", msgID = "pprg7000_1x1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0070", msgID = "pprg7000_1y1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0080", msgID = "pprg7000_201010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0090", msgID = "pprg7000_211010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0100", msgID = "pprg7000_221010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0110", msgID = "pprg7000_231010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0120", msgID = "pprg7000_241010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0130", msgID = "pprg7000_251010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0140", msgID = "pprg7000_261010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0150", msgID = "pprg7000_271010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0400", msgID = "pprg7000_2x1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0410", msgID = "pprg7000_2y1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0420", msgID = "pprg7000_2z1010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0440", msgID = "pprg7000_311010", }, { eventName = "DD_Chico", param1 = "chico", param2 = "CHC0450", msgID = "pprg7000_321010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0180_00", msgID = "cp011000_br1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0180_01", msgID = "cp011000_bt1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0180_01", msgID = "cp011000_bu1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0180_01", msgID = "cp011000_bv1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0180_01", msgID = "cp011000_bw1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0190_00", msgID = "cp011000_bx1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0190_00", msgID = "cp011000_by1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0190_00", msgID = "cp011000_bz1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0190_00", msgID = "cp011000_c01010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0190_01", msgID = "cp011000_c11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0191_00", msgID = "cp011000_c21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0191_00", msgID = "cp011000_c31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0191_00", msgID = "cp011000_c41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0191_00", msgID = "cp011000_c51010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0191_01", msgID = "cp011000_c61010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0200_00", msgID = "cp011000_c71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0200_01", msgID = "cp011000_c81010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0200_01", msgID = "cp011000_c91010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0200_01", msgID = "cp011000_ca1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0200_01", msgID = "cp011000_cb1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0210_00", msgID = "cp011000_cc1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0210_00", msgID = "cp011000_cd1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0210_00", msgID = "cp011000_ce1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0210_00", msgID = "cp011000_cf1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0210_01", msgID = "cp011000_ch1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0220_00", msgID = "cp011000_ci1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0230_00", msgID = "cp011000_cj1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0230_00", msgID = "cp011000_ck1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0230_00", msgID = "cp011000_cl1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0230_00", msgID = "cp011000_cm1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0230_01", msgID = "cp011000_cn1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0250_00", msgID = "cp011000_ct1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0250_00", msgID = "cp011000_cu1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0250_00", msgID = "cp011000_cv1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0250_00", msgID = "cp011000_cw1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0250_01", msgID = "cp011000_cx1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0270_00", msgID = "cp011000_d31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0270_00", msgID = "cp011000_d41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0270_00", msgID = "cp011000_d51010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0270_00", msgID = "cp011000_d61010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0270_01", msgID = "cp011000_d71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0281_00", msgID = "cp011000_dd1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0281_00", msgID = "cp011000_de1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0281_00", msgID = "cp011000_df1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0281_00", msgID = "cp011000_dg1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0281_01", msgID = "cp011000_dh1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0282_00", msgID = "cp011000_di1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0282_00", msgID = "cp011000_dj1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0282_00", msgID = "cp011000_dk1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0282_00", msgID = "cp011000_dl1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0283_00", msgID = "cp011000_dm1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0283_00", msgID = "cp011000_dn1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0283_00", msgID = "cp011000_do1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0283_00", msgID = "cp011000_dp1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0286_00", msgID = "cp011000_e01010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0286_01", msgID = "cp011000_e11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0286_01", msgID = "cp011000_e21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0286_01", msgID = "cp011000_e31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0286_01", msgID = "cp011000_e41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0290_00", msgID = "cp011000_e51010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0290_00", msgID = "cp011000_e61010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0290_00", msgID = "cp011000_e71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0290_00", msgID = "cp011000_e81010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0290_01", msgID = "cp011000_e91010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0300_00", msgID = "cp011000_ea1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0300_00", msgID = "cp011000_eb1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0300_00", msgID = "cp011000_ec1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0300_00", msgID = "cp011000_ed1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0300_01", msgID = "cp011000_ee1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0310_00", msgID = "cp011000_ef1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0310_01", msgID = "cp011000_eg1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0310_02", msgID = "cp011000_eh1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0320_01", msgID = "cp011000_ei1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0320_01", msgID = "cp011000_ej1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0320_01", msgID = "cp011000_ek1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0320_01", msgID = "cp011000_el1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0320_02", msgID = "cp011000_em1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN170", msgID = "en011000_351110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN170", msgID = "en011000_351210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN170", msgID = "en011000_351310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN170", msgID = "en011000_351410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN230", msgID = "en011000_351510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN230", msgID = "en011000_351610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN230", msgID = "en011000_351710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN230", msgID = "en011000_351810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN250", msgID = "en011000_351d10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN250", msgID = "en011000_351e10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN250", msgID = "en011000_351f10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN250", msgID = "en011000_351g10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR100", msgID = "en011000_47110d", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR100", msgID = "en011000_471212", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR100", msgID = "en011000_471312", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR100", msgID = "en011000_471412", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR110", msgID = "en011000_471510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR110", msgID = "en011000_471610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR110", msgID = "en011000_471710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR110", msgID = "en011000_471810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR120", msgID = "en011000_471910", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR120", msgID = "en011000_471a10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR120", msgID = "en011000_471b10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR120", msgID = "en011000_471c10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR120", msgID = "en011000_471d10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR120", msgID = "en011000_471e10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR120", msgID = "en011000_471f10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR120", msgID = "en011000_471g10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC320", msgID = "en011000_bw1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC320", msgID = "en011000_bx1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC320", msgID = "en011000_by1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC320", msgID = "en011000_bz1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC390", msgID = "en011000_c01010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC390", msgID = "en011000_c11010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC390", msgID = "en011000_c21010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC390", msgID = "en011000_c31010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC400", msgID = "en011000_c61010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC400", msgID = "en011000_cc1010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC400", msgID = "en011000_ci1010", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC400", msgID = "en011000_co1010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0010", msgID = "heli1000_101010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0020", msgID = "heli1000_111010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0030", msgID = "heli1000_121010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0040", msgID = "heli1000_131010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0050", msgID = "heli1000_141010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0060", msgID = "heli1000_151010", }, { eventName = "DD_game_test", param1 = "quiet", param2 = "QTRC1010_101010", msgID = "qtrc1010_101010", }, { eventName = "DD_game_test", param1 = "quiet", param2 = "QTRC1010_121010", msgID = "qtrc1010_121010", }, { eventName = "DD_game_test", param1 = "quiet", param2 = "QTRC1010_131010", msgID = "qtrc1010_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_101010", msgID = "infc1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_111010", msgID = "infc1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_121010", msgID = "infc1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_131010", msgID = "infc1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_141010", msgID = "infc1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_151010", msgID = "infc1000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_161010", msgID = "infc1000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INFC1000_171010", msgID = "infc1000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INTQ1000_101010", msgID = "intq1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INTQ1000_111010", msgID = "intq1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INTQ1000_121010", msgID = "intq1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INTQ1000_131010", msgID = "intq1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INTQ1000_141010", msgID = "intq1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "INTQ1000_151010", msgID = "intq1000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_101110", msgID = "pprg1002_101110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_121110", msgID = "pprg1002_121110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_151110", msgID = "pprg1002_151110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1b1110", msgID = "pprg1002_1b1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1b1210", msgID = "pprg1002_1b1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1d1110", msgID = "pprg1002_1d1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1f1110", msgID = "pprg1002_1f1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_101010", msgID = "pprg1011_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_111010", msgID = "pprg1011_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_121010", msgID = "pprg1011_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_131010", msgID = "pprg1011_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_141010", msgID = "pprg1011_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_161010", msgID = "pprg1011_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_171010", msgID = "pprg1011_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_181010", msgID = "pprg1011_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_191010", msgID = "pprg1011_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1a1010", msgID = "pprg1011_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1b1010", msgID = "pprg1011_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1c1010", msgID = "pprg1011_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1h1010", msgID = "pprg1011_1h1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1i1010", msgID = "pprg1011_1i1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1j1010", msgID = "pprg1011_1j1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1l1010", msgID = "pprg1011_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_431010", msgID = "pprg1001_431010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_441010", msgID = "pprg1001_441010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_451010", msgID = "pprg1001_451010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_461010", msgID = "pprg1001_461010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_481010", msgID = "pprg1001_481010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_491010", msgID = "pprg1001_491010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4a1010", msgID = "pprg1001_4a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4b1010", msgID = "pprg1001_4b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4c1010", msgID = "pprg1001_4c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4h1010", msgID = "pprg1001_4h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4n1010", msgID = "pprg1001_4n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4o1010", msgID = "pprg1001_4o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4r1010", msgID = "rdps1000_171210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4s1010", msgID = "rdps1000_171410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4t1010", msgID = "rdps1000_171510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4y1010", msgID = "pprg1001_4y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_501010", msgID = "rdps1000_171910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511010", msgID = "pprg1001_511010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_521010", msgID = "pprg1001_521010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_531010", msgID = "pprg1001_531010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_541010", msgID = "pprg1001_541010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_551010", msgID = "pprg1001_551010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_181110", msgID = "pprg1001_181110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_1b1110", msgID = "pprg1001_1b1110", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0010", msgID = "prg1q000_101010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0010", msgID = "prg1q000_111010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0010", msgID = "prg1q000_121010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0010", msgID = "prg1q000_131010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0020", msgID = "prg1q000_141010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0060", msgID = "prg1q000_151010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0070", msgID = "prg1q000_161010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0080", msgID = "prg1q000_171010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0090", msgID = "prg1q000_181010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0100", msgID = "prg1q000_191010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0110", msgID = "prg1q000_1a1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0140", msgID = "prg1q000_1b1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0150", msgID = "prg1q000_1c1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0160", msgID = "prg1q000_1d1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0170", msgID = "prg1q000_1e1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0180", msgID = "prg1q000_1f1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0190", msgID = "prg1q000_1g1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0200", msgID = "prg1q000_1h1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0210", msgID = "prg1q000_1i1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0220", msgID = "prg1q000_1j1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0230", msgID = "prg1q000_1k1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0260", msgID = "prg1q000_1l1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0270", msgID = "prg1q000_1m1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0280", msgID = "prg1q000_1n1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0290", msgID = "prg1q000_1o1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0300", msgID = "prg1q000_1p1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0310", msgID = "prg1q000_1q1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0320", msgID = "prg1q000_1r1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0330", msgID = "prg1q000_1s1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0340", msgID = "prg1q000_1t1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0350", msgID = "prg1q000_1u1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0360", msgID = "prg1q000_1v1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0370", msgID = "prg1q000_1w1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0380", msgID = "prg1q000_1x1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0390", msgID = "prg1q000_1y1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0400", msgID = "prg1q000_1z1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0410", msgID = "prg1q000_201010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0420", msgID = "prg1q000_211010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0430", msgID = "prg1q000_221010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0440", msgID = "prg1q000_231010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0450", msgID = "prg1q000_241010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0460", msgID = "prg1q000_251010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0470", msgID = "prg1q000_261010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0480", msgID = "prg1q000_271010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0490", msgID = "prg1q000_281010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0500", msgID = "prg1q000_291010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0510", msgID = "prg1q000_2a1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0520", msgID = "prg1q000_2b1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0530", msgID = "prg1q000_2c1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0540", msgID = "prg1q000_2d1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0550", msgID = "prg1q000_2e1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0560", msgID = "prg1q000_2f1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0570", msgID = "prg1q000_2g1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0580", msgID = "prg1q000_2h1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0590", msgID = "prg1q000_2i1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0600", msgID = "prg1q000_2j1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0610", msgID = "prg1q000_2k1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0620", msgID = "prg1q000_2l1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0630", msgID = "prg1q000_2m1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0640", msgID = "prg1q000_2n1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0650", msgID = "prg1q000_2o1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0660", msgID = "prg1q000_2p1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0670", msgID = "prg1q000_2q1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0680", msgID = "prg1q000_2r1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0690", msgID = "prg1q000_2s1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0700", msgID = "prg1q000_2t1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0710", msgID = "prg1q000_2u1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0720", msgID = "prg1q000_2v1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0730", msgID = "prg1q000_2w1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0740", msgID = "prg1q000_2x1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0750", msgID = "prg1q000_2y1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0760", msgID = "prg1q000_2z1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0770", msgID = "prg1q000_301010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0780", msgID = "prg1q000_311010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0790", msgID = "prg1q000_321010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0800", msgID = "prg1q000_331010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0810", msgID = "prg1q000_351010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0820", msgID = "prg1q000_361010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0830", msgID = "prg1q000_371010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0840", msgID = "prg1q000_381010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0850", msgID = "prg1q000_391010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0860", msgID = "prg1q000_3a1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0870", msgID = "prg1q000_3b1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0880", msgID = "prg1q000_3c1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0890", msgID = "prg1q000_3d1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0900", msgID = "prg1q000_3e1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0910", msgID = "prg1q000_3f1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0920", msgID = "prg1q000_3g1010", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0930", msgID = "prg1q000_3h1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_101010", msgID = "gmov1000_101010", }, { eventName = "DD_gameover", param1 = "chico", param2 = "GMOV1000_181010", msgID = "gmov1000_181010", }, { eventName = "DD_gameover", param1 = "chico", param2 = "GMOV1000_191010", msgID = "gmov1000_191010", }, { eventName = "DD_gameover", param1 = "chico", param2 = "GMOV1000_1a1010", msgID = "gmov1000_1a1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1b1010", msgID = "gmov1000_1b1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1e1010", msgID = "gmov1000_1e1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1h1010", msgID = "gmov1000_1h1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1l1010", msgID = "gmov1000_1l1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1o1010", msgID = "gmov1000_1o1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1r1010", msgID = "gmov1000_1r1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1v1010", msgID = "gmov1000_1v1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1y1010", msgID = "gmov1000_1y1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_221010", msgID = "gmov1000_221010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_241010", msgID = "gmov1000_241010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_251010", msgID = "gmov1000_251010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_261010", msgID = "gmov1000_261010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_341510", msgID = "pprg1001_341510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_2n1110", msgID = "pprg1001_2n1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3f1110", msgID = "pprg1001_3f1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3f1210", msgID = "pprg1001_3f1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3n1110", msgID = "pprg1001_3n1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_3n1210", msgID = "pprg1001_3n1210", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0110", msgID = "prg1q000_1a1110", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0110", msgID = "prg1q000_1a1210", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0230", msgID = "prg1q000_1k1110", }, { eventName = "DD_Ishmael", param1 = "Ishmael", param2 = "ISV_0230", msgID = "prg1q000_1k1210", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_101010", msgID = "grbb0y10_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_111010", msgID = "grbb0y10_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_121010", msgID = "grbb0y10_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_131010", msgID = "grbb0y10_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_141010", msgID = "grbb0y10_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_151010", msgID = "grbb0y10_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_161010", msgID = "grbb0y10_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_171010", msgID = "grbb0y10_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "GRBB0y10_181010", msgID = "grbb0y10_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLKD1000_101010", msgID = "flkd1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLKD1000_111010", msgID = "flkd1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLKD1000_121010", msgID = "flkd1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLKD1000_131010", msgID = "flkd1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLKD1000_141010", msgID = "flkd1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "FLKD1000_151010", msgID = "flkd1000_151010", }, { eventName = "DD_Sutitle_test", param1 = "miller", param2 = "HRTE1000_121010", msgID = "hrte1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_101010", msgID = "kohy2000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_111010", msgID = "kohy2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_121010", msgID = "kohy2000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_131010", msgID = "kohy2000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_141010", msgID = "kohy2000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_151010", msgID = "kohy2000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY2000_161010", msgID = "kohy2000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_101010", msgID = "kohy4000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_111010", msgID = "kohy4000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_121010", msgID = "kohy4000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_131010", msgID = "kohy4000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_141010", msgID = "kohy4000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_151010", msgID = "kohy4000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_161010", msgID = "kohy4000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_171010", msgID = "kohy4000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_181010", msgID = "kohy4000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_191010", msgID = "kohy4000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1a1010", msgID = "kohy4000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1b1010", msgID = "kohy4000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1c1010", msgID = "kohy4000_1c1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1d1010", msgID = "kohy4000_1d1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1e1010", msgID = "kohy4000_1e1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1f1010", msgID = "kohy4000_1f1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1g1010", msgID = "kohy4000_1g1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1h1010", msgID = "kohy4000_1h1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1i1010", msgID = "kohy4000_1i1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1j1010", msgID = "kohy4000_1j1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1k1010", msgID = "kohy4000_1k1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY4000_1l1010", msgID = "kohy4000_1l1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_101010", msgID = "kohy7000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_111010", msgID = "kohy7000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_121010", msgID = "kohy7000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_131010", msgID = "kohy7000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_141010", msgID = "kohy7000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_151010", msgID = "kohy7000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_161010", msgID = "kohy7000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_171010", msgID = "kohy7000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_181010", msgID = "kohy7000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_191010", msgID = "kohy7000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_1a1010", msgID = "kohy7000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY7000_1b1010", msgID = "kohy7000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY9000_101010", msgID = "kohy9000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY9000_111010", msgID = "kohy9000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHY9000_121010", msgID = "kohy9000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYb000_101010", msgID = "kohyb000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYb000_111010", msgID = "kohyb000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYb000_121010", msgID = "kohyb000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYb000_131010", msgID = "kohyb000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYb000_141010", msgID = "kohyb000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYb000_151010", msgID = "kohyb000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_101010", msgID = "kohyd000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_111010", msgID = "kohyd000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_121010", msgID = "kohyd000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_131010", msgID = "kohyd000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_141010", msgID = "kohyd000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_151010", msgID = "kohyd000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_161010", msgID = "kohyd000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "KOHYd000_171010", msgID = "kohyd000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR1000_101010", msgID = "sltr1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR1000_111010", msgID = "sltr1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR1000_121010", msgID = "sltr1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR1000_131010", msgID = "sltr1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_101010", msgID = "sltr4000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_111010", msgID = "sltr4000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_121010", msgID = "sltr4000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_131010", msgID = "sltr4000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_141010", msgID = "sltr4000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_151010", msgID = "sltr4000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_161010", msgID = "sltr4000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_171010", msgID = "sltr4000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_181010", msgID = "sltr4000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTR4000_191010", msgID = "sltr4000_191010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_101010", msgID = "sltre000_101010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_111010", msgID = "sltre000_111010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_121010", msgID = "sltre000_121010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_131010", msgID = "sltre000_131010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_141010", msgID = "sltre000_141010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_151010", msgID = "sltre000_151010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRe000_161010", msgID = "sltre000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTRe000_171010", msgID = "sltre000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTRe000_181010", msgID = "sltre000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTRe000_191010", msgID = "sltre000_191010", }, { eventName = "radio_defo", param1 = "HUEY", param2 = "SLTRe000_1a1010", msgID = "sltre000_1a1010", }, { eventName = "radio_defo", param1 = "HUEY", param2 = "SLTRe000_1b1010", msgID = "sltre000_1b1010", }, { eventName = "radio_defo", param1 = "HUEY", param2 = "SLTRe000_1c1010", msgID = "sltre000_1c1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_101010", msgID = "sltrg000_101010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_111010", msgID = "sltrg000_111010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_121010", msgID = "sltrg000_121010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_131010", msgID = "sltrg000_131010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_141010", msgID = "sltrg000_141010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_151010", msgID = "sltrg000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTRg000_161010", msgID = "sltrg000_161010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_171010", msgID = "sltrg000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SLTRg000_181010", msgID = "sltrg000_181010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_191010", msgID = "sltrg000_191010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_1a1010", msgID = "sltrg000_1a1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_1b1010", msgID = "sltrg000_1b1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_1c1010", msgID = "sltrg000_1c1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_1d1010", msgID = "sltrg000_1d1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_1e1010", msgID = "sltrg000_1e1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "SLTRg000_1f1010", msgID = "sltrg000_1f1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN2000_101010", msgID = "shrn2000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN2000_111010", msgID = "shrn2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN2000_121010", msgID = "shrn2000_121010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SHRN2000_131010", msgID = "shrn2000_131010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SHRN2000_141010", msgID = "shrn2000_141010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SHRN2000_151010", msgID = "shrn2000_151010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SHRN2000_161010", msgID = "shrn2000_161010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "SHRN2000_171010", msgID = "shrn2000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN2000_181010", msgID = "shrn2000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN2000_191010", msgID = "shrn2000_191010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SHRN2000_1a1010", msgID = "shrn2000_1a1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_101010", msgID = "qgon1000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_111010", msgID = "qgon1000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_121010", msgID = "qgon1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_131010", msgID = "qgon1000_131010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_141010", msgID = "qgon1000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_151010", msgID = "qgon1000_151010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_161010", msgID = "qgon1000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_171010", msgID = "qgon1000_171010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_181010", msgID = "qgon1000_181010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_191010", msgID = "qgon1000_191010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "QGON1000_1a1010", msgID = "qgon1000_1a1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "QGON1000_1b1010", msgID = "qgon1000_1b1010", }, { eventName = "radio_defo", param1 = "CodeTalker", param2 = "QGON1000_1c1010", msgID = "qgon1000_1c1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QGON1000_1d1010", msgID = "qgon1000_1d1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QGON1000_1e1010", msgID = "qgon1000_1e1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QGON1000_1f1010", msgID = "qgon1000_1f1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1g1010", msgID = "qgon1000_1g1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1h1010", msgID = "qgon1000_1h1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1i1010", msgID = "qgon1000_1i1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1j1010", msgID = "qgon1000_1j1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1k1010", msgID = "qgon1000_1k1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1l1010", msgID = "qgon1000_1l1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1m1010", msgID = "qgon1000_1m1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1n1010", msgID = "qgon1000_1n1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1o1010", msgID = "qgon1000_1o1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1p1010", msgID = "qgon1000_1p1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QGON1000_1q1010", msgID = "qgon1000_1q1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_101010", msgID = "klpw3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_111010", msgID = "klpw3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_121010", msgID = "klpw3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_131010", msgID = "klpw3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_141010", msgID = "klpw3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_151010", msgID = "klpw3000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_161010", msgID = "klpw3000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_171010", msgID = "klpw3000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_181010", msgID = "klpw3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPW3000_191010", msgID = "klpw3000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_0z1010", msgID = "klpw5000_0z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_111010", msgID = "klpw5000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_121010", msgID = "klpw5000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_131010", msgID = "klpw5000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_141010", msgID = "klpw5000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_151010", msgID = "klpw5000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_161010", msgID = "klpw5000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_171010", msgID = "klpw5000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_181010", msgID = "klpw5000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_191010", msgID = "klpw5000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1a1010", msgID = "klpw5000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1b1010", msgID = "klpw5000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1c1010", msgID = "klpw5000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1d1010", msgID = "klpw5000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1e1010", msgID = "klpw5000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1f1010", msgID = "klpw5000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1g1010", msgID = "klpw5000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1h1010", msgID = "klpw5000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1i1010", msgID = "klpw5000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1p1010", msgID = "klpw5000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1q1010", msgID = "klpw5000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1r1010", msgID = "klpw5000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1s1010", msgID = "klpw5000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1t1010", msgID = "klpw5000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1u1010", msgID = "klpw5000_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1v1010", msgID = "klpw5000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1w1010", msgID = "klpw5000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1x1010", msgID = "klpw5000_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1y1010", msgID = "klpw5000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1z1010", msgID = "klpw5000_1z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_201010", msgID = "klpw5000_201010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_211010", msgID = "klpw5000_211010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_221010", msgID = "klpw5000_221010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_231010", msgID = "klpw5000_231010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_241010", msgID = "klpw5000_241010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_101010", msgID = "klpw6000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_111010", msgID = "klpw6000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_121010", msgID = "klpw6000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_131010", msgID = "klpw6000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_141010", msgID = "klpw6000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_151010", msgID = "klpw6000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_161010", msgID = "klpw6000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_171010", msgID = "klpw6000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_181010", msgID = "klpw6000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_191010", msgID = "klpw6000_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_1a1010", msgID = "klpw6000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPW6000_1b1010", msgID = "klpw6000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_101010", msgID = "klpw5000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_101010", msgID = "qpnd2000_101010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_111010", msgID = "qpnd2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_121010", msgID = "qpnd2000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_131010", msgID = "qpnd2000_131010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_141010", msgID = "qpnd2000_141010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_151010", msgID = "qpnd2000_151010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_161010", msgID = "qpnd2000_161010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_171010", msgID = "qpnd2000_171010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_181010", msgID = "qpnd2000_181010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_191010", msgID = "qpnd2000_191010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_1a1010", msgID = "qpnd2000_1a1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_1b1010", msgID = "qpnd2000_1b1010", }, { eventName = "radio_defo", param1 = "miller", param2 = "QPND2000_1c1010", msgID = "qpnd2000_1c1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_1d1010", msgID = "qpnd2000_1d1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_1e1010", msgID = "qpnd2000_1e1010", }, { eventName = "radio_defo", param1 = "ocelot", param2 = "QPND2000_1f1010", msgID = "qpnd2000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1j1010", msgID = "klpw5000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1k1010", msgID = "klpw5000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1l1010", msgID = "klpw5000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1m1010", msgID = "klpw5000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1n1010", msgID = "klpw5000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1o1010", msgID = "klpw5000_1o1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0010", msgID = "tomb0x00_101010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0020", msgID = "tomb0x10_101010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0030", msgID = "tomb0x10_111010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0040", msgID = "tomb0x10_121010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0050", msgID = "tomb0x10_131010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0060", msgID = "tomb0x10_141010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0070", msgID = "tomb0x10_151010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0080", msgID = "tomb0x10_161010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0090", msgID = "tomb0x10_171010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0100", msgID = "tomb0x10_181010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0110", msgID = "tomb0x10_191010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0120", msgID = "tomb0x10_1a1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0130", msgID = "tomb0x20_121010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0150", msgID = "tomb0x20_131010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0140", msgID = "tomb0x20_141010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0180", msgID = "tomb0x20_151010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0190", msgID = "tomb0x20_161010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0200", msgID = "tomb0x20_171010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0210", msgID = "tomb0x20_181010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0160", msgID = "tomb0x20_191010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0170", msgID = "tomb0x20_1a1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0220", msgID = "tomb0x20_1b1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0230", msgID = "tomb0x20_1c1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0240", msgID = "tomb0x20_1d1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0250", msgID = "tomb0x20_1e1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0260", msgID = "tomb0x20_1f1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0270", msgID = "tomb0x20_1g1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0280", msgID = "tomb0x20_1h1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0290", msgID = "tomb0x20_1i1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0300", msgID = "tomb0x20_1j1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0310", msgID = "tomb0x20_1k1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0320", msgID = "tomb0x20_1l1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0360", msgID = "tomb0x20_1m1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0370", msgID = "tomb0x20_1n1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0340", msgID = "tomb0x20_1o1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0350", msgID = "tomb0x20_1p1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0380", msgID = "tomb0x20_1q1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0390", msgID = "tomb0x20_1r1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0400", msgID = "tomb0x20_1s1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0410", msgID = "tomb0x20_1t1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0420", msgID = "tomb0x20_1u1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0430", msgID = "tomb0x20_1v1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0440", msgID = "tomb0x20_1w1010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0450", msgID = "tomb0x30_101010", }, { eventName = "DD_Ocelot", param1 = "ocelot", param2 = "OCV_0460", msgID = "tomb0x30_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_251010", msgID = "klpw5000_251010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV2000_101010", msgID = "gmov2000_101010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV2000_111010", msgID = "gmov2000_111010", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_141110", msgID = "lqrq1000_141110", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_141210", msgID = "lqrq1000_141210", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_141310", msgID = "lqrq1000_141310", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_141410", msgID = "lqrq1000_141410", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1a1110", msgID = "lqrq1000_1a1110", }, { eventName = "radio_defo", param1 = "miller", param2 = "LQRQ1000_1d1110", msgID = "lqrq1000_1d1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_261010", msgID = "klpw5000_261010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_271010", msgID = "klpw5000_271010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_281010", msgID = "klpw5000_281010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_291010", msgID = "klpw5000_291010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2a1010", msgID = "klpw5000_2a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2b1010", msgID = "klpw5000_2b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2c1010", msgID = "klpw5000_2c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2d1010", msgID = "klpw5000_2d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2e1010", msgID = "klpw5000_2e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2f1010", msgID = "klpw5000_2f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2g1010", msgID = "klpw5000_2g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2h1010", msgID = "klpw5000_2h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2i1010", msgID = "klpw5000_2i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2j1010", msgID = "klpw5000_2j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_271010", msgID = "klpw5000_2k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_281010", msgID = "klpw5000_2l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_291010", msgID = "klpw5000_2m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2a1010", msgID = "klpw5000_2n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2b1010", msgID = "klpw5000_2o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_2c1010", msgID = "klpw5000_2p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_101010", msgID = "comr1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_121010", msgID = "comr1000_121010", }, { eventName = "radio_defo", param1 = "miller", param2 = "SVHY0z00_161110", msgID = "svhy0z00_161110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0180_00", msgID = "cp011000_bs1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "HQR0100_000", msgID = "cp012000_101010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "HQR0100_000", msgID = "cp012000_111010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "HQR0100_000", msgID = "cp012000_121010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "HQR0100_000", msgID = "cp012000_131010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "HQR0100_001", msgID = "cp012000_141010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0110_000", msgID = "cp012000_151010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0110_001", msgID = "cp012000_161010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0110_002", msgID = "cp012000_171010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE010", msgID = "en011000_351h10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE010", msgID = "en011000_351i10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE010", msgID = "en011000_351j10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE010", msgID = "en011000_351k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0051_00", msgID = "cp011000_ae1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0051_00", msgID = "cp011000_af1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0051_00", msgID = "cp011000_ag1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0051_00", msgID = "cp011000_ah1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_111010", msgID = "comr1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_131010", msgID = "comr1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1b1110", msgID = "klpw5000_1b1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_1b1210", msgID = "klpw5000_1b1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_111210", msgID = "klpw5000_111210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_111110", msgID = "klpw5000_111110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0100", msgID = "cp011000_101010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0101", msgID = "cp011000_111010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0102", msgID = "cp011000_121010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0103", msgID = "cp011000_131010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0104", msgID = "cp011000_141010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0105", msgID = "cp011000_151010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0106", msgID = "cp011000_161010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0107", msgID = "cp011000_171010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0108", msgID = "cp011000_181010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0109", msgID = "cp011000_191010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0100", msgID = "cp011000_241010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0101", msgID = "cp011000_251010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0102", msgID = "cp011000_261010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0103", msgID = "cp011000_271010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0104", msgID = "cp011000_281010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0105", msgID = "cp011000_291010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0106", msgID = "cp011000_2a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0107", msgID = "cp011000_2b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0108", msgID = "cp011000_2c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0109", msgID = "cp011000_2d1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0100", msgID = "cp011000_381010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0101", msgID = "cp011000_391010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0102", msgID = "cp011000_3a1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0103", msgID = "cp011000_3b1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0104", msgID = "cp011000_3c1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0105", msgID = "cp011000_3d1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0106", msgID = "cp011000_3e1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0107", msgID = "cp011000_3f1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0108", msgID = "cp011000_3g1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0109", msgID = "cp011000_3h1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0110", msgID = "cp011000_3i1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0100", msgID = "cp011000_3j1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0101", msgID = "cp011000_3k1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0102", msgID = "cp011000_3l1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0103", msgID = "cp011000_3m1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0104", msgID = "cp011000_3n1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0105", msgID = "cp011000_3o1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0106", msgID = "cp011000_3p1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0107", msgID = "cp011000_3q1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0108", msgID = "cp011000_3r1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0109", msgID = "cp011000_3s1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0110", msgID = "cp011000_3t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0200", msgID = "cp011000_3u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0201", msgID = "cp011000_3v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0202", msgID = "cp011000_3w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0203", msgID = "cp011000_3x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0204", msgID = "cp011000_3y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0205", msgID = "cp011000_3z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0206", msgID = "cp011000_401010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0207", msgID = "cp011000_411010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0208", msgID = "cp011000_421010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0209", msgID = "cp011000_431010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0200", msgID = "cp011000_4y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0201", msgID = "cp011000_4z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0202", msgID = "cp011000_501010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0203", msgID = "cp011000_511010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0204", msgID = "cp011000_521010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0205", msgID = "cp011000_531010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0206", msgID = "cp011000_541010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0207", msgID = "cp011000_551010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0208", msgID = "cp011000_561010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0209", msgID = "cp011000_571010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0200", msgID = "cp011000_8a1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0200", msgID = "cp011000_8b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CEN0010", msgID = "cp011000_951010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CEN0010", msgID = "cp011000_991010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "CEN0010", msgID = "cp011000_9a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CEC0010", msgID = "cp011000_9b1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CEC0010", msgID = "cp011000_9f1010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "CEC0010", msgID = "cp011000_9g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CEN0020", msgID = "cp011000_9h1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CEN0020", msgID = "cp011000_9l1010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "CEN0020", msgID = "cp011000_9m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CEC0020", msgID = "cp011000_9n1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CEC0020", msgID = "cp011000_9r1010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "CEC0020", msgID = "cp011000_9s1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0051_01", msgID = "cp011000_ai1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW5000_211110", msgID = "klpw5000_211110", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_141010", msgID = "comr1000_141010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_151010", msgID = "comr1000_151010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_161010", msgID = "comr1000_161010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_171010", msgID = "comr1000_171010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_181010", msgID = "comr1000_181010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_191010", msgID = "comr1000_191010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1a1010", msgID = "comr1000_1a1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1b1010", msgID = "comr1000_1b1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1c1010", msgID = "comr1000_1c1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1d1010", msgID = "comr1000_1d1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1e1010", msgID = "comr1000_1e1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1f1010", msgID = "comr1000_1f1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1g1010", msgID = "comr1000_1g1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1h1010", msgID = "comr1000_1h1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1i1010", msgID = "comr1000_1i1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1j1010", msgID = "comr1000_1j1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_1k1010", msgID = "comr1000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1l1010", msgID = "comr1000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1m1010", msgID = "comr1000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1n1010", msgID = "comr1000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1o1010", msgID = "comr1000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1p1010", msgID = "comr1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1q1010", msgID = "comr1000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1r1010", msgID = "comr1000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1s1010", msgID = "comr1000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1t1010", msgID = "comr1000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1u1010", msgID = "comr1000_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1v1010", msgID = "comr1000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1w1010", msgID = "comr1000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1x1010", msgID = "comr1000_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1y1010", msgID = "comr1000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_1z1010", msgID = "comr1000_1z1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_201010", msgID = "comr1000_201010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_211010", msgID = "comr1000_211010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_231010", msgID = "comr1000_231010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_251010", msgID = "comr1000_251010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_261010", msgID = "comr1000_261010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_271010", msgID = "comr1000_271010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_281010", msgID = "comr1000_281010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_291010", msgID = "comr1000_291010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1010", msgID = "comr1000_2a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2b1010", msgID = "comr1000_2b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2c1010", msgID = "comr1000_2c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2e1010", msgID = "comr1000_2e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2f1010", msgID = "comr1000_2f1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2h1010", msgID = "comr1000_2h1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2i1010", msgID = "comr1000_2i1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2j1010", msgID = "comr1000_2j1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2k1010", msgID = "comr1000_2k1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2l1010", msgID = "comr1000_2l1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2m1010", msgID = "comr1000_2m1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2n1010", msgID = "comr1000_2n1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2o1010", msgID = "comr1000_2o1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2p1010", msgID = "comr1000_2p1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2q1010", msgID = "comr1000_2q1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2r1010", msgID = "comr1000_2r1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2s1010", msgID = "comr1000_2s1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2t1010", msgID = "comr1000_2t1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2u1010", msgID = "comr1000_2u1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2v1010", msgID = "comr1000_2v1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2w1010", msgID = "comr1000_2w1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2x1010", msgID = "comr1000_2x1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2y1010", msgID = "comr1000_2y1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_2z1010", msgID = "comr1000_2z1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_301010", msgID = "comr1000_301010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_311010", msgID = "comr1000_311010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_321010", msgID = "comr1000_321010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_331010", msgID = "comr1000_331010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_341010", msgID = "comr1000_341010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_351010", msgID = "comr1000_351010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_361010", msgID = "comr1000_361010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_371010", msgID = "comr1000_371010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_381010", msgID = "comr1000_381010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_391010", msgID = "comr1000_391010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3a1010", msgID = "comr1000_3a1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3b1010", msgID = "comr1000_3b1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3c1010", msgID = "comr1000_3c1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3d1010", msgID = "comr1000_3d1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3e1010", msgID = "comr1000_3e1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3f1010", msgID = "comr1000_3f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_3g1010", msgID = "comr1000_3g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_3h1010", msgID = "comr1000_3h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_3i1010", msgID = "comr1000_3i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_3j1010", msgID = "comr1000_3j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_3k1010", msgID = "comr1000_3k1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3l1010", msgID = "comr1000_3l1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3m1010", msgID = "comr1000_3m1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1000_3n1010", msgID = "comr1000_3n1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "COMR2000_101010", msgID = "comr2000_101010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "COMR2000_111010", msgID = "comr2000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_101010", msgID = "hlpp0z00_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_111010", msgID = "hlpp0z00_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_121010", msgID = "hlpp0z00_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_131010", msgID = "hlpp0z00_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_141010", msgID = "hlpp0z00_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_151010", msgID = "hlpp0z00_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_161010", msgID = "hlpp0z00_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_171010", msgID = "hlpp0z00_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_181010", msgID = "hlpp0z00_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_191010", msgID = "hlpp0z00_191010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "HLPP0z00_1a1010", msgID = "hlpp0z00_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_1b1010", msgID = "hlpp0z00_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_1c1010", msgID = "hlpp0z00_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_1d1010", msgID = "hlpp0z00_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HLPP0z00_1e1010", msgID = "hlpp0z00_1e1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "HLPP0z10_101010", msgID = "hlpp0z10_101010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "HLPP0z10_111010", msgID = "hlpp0z10_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_121010", msgID = "hlpp0z10_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_131010", msgID = "hlpp0z10_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_141010", msgID = "hlpp0z10_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_151010", msgID = "hlpp0z10_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_161010", msgID = "hlpp0z10_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_171010", msgID = "hlpp0z10_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HLPP0z10_181010", msgID = "hlpp0z10_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_101010", msgID = "hlpp0z20_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_111010", msgID = "hlpp0z20_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_121010", msgID = "hlpp0z20_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_131010", msgID = "hlpp0z20_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_141010", msgID = "hlpp0z20_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_151010", msgID = "hlpp0z20_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_161010", msgID = "hlpp0z20_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HLPP0z20_171010", msgID = "hlpp0z20_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_101010", msgID = "klpr0z00_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_111010", msgID = "klpr0z00_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_121010", msgID = "klpr0z00_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_131010", msgID = "klpr0z00_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_141010", msgID = "klpr0z00_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_151010", msgID = "klpr0z00_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_161010", msgID = "klpr0z00_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_171010", msgID = "klpr0z00_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_181010", msgID = "klpr0z00_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPR0z00_191010", msgID = "klpr0z00_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPR0z10_101010", msgID = "klpr0z10_101010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_111010", msgID = "klpr0z10_111010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_121010", msgID = "klpr0z10_121010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_131010", msgID = "klpr0z10_131010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_141010", msgID = "klpr0z10_141010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_151010", msgID = "klpr0z10_151010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_161010", msgID = "klpr0z10_161010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_171010", msgID = "klpr0z10_171010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KLPR0z10_181010", msgID = "klpr0z10_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPR0z10_191010", msgID = "klpr0z10_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPR0z10_1a1010", msgID = "klpr0z10_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPR0z10_1b1010", msgID = "klpr0z10_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPR0z10_1c1010", msgID = "klpr0z10_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "KLPR0z10_1d1010", msgID = "klpr0z10_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_101010", msgID = "klpr0z20_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_111010", msgID = "klpr0z20_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_121010", msgID = "klpr0z20_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_131010", msgID = "klpr0z20_131010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KLPR0z20_141010", msgID = "klpr0z20_141010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KLPR0z20_151010", msgID = "klpr0z20_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_161010", msgID = "klpr0z20_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_171010", msgID = "klpr0z20_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_181010", msgID = "klpr0z20_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "KLPR0z20_191010", msgID = "klpr0z20_191010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0300", msgID = "cp011000_621010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0301", msgID = "cp011000_631010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0302", msgID = "cp011000_641010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0303", msgID = "cp011000_651010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0304", msgID = "cp011000_661010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0305", msgID = "cp011000_671010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0306", msgID = "cp011000_681010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0307", msgID = "cp011000_691010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0308", msgID = "cp011000_6a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0309", msgID = "cp011000_6b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0300", msgID = "cp011000_761010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0301", msgID = "cp011000_771010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0302", msgID = "cp011000_781010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0303", msgID = "cp011000_791010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0304", msgID = "cp011000_7a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0305", msgID = "cp011000_7b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0306", msgID = "cp011000_7c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0307", msgID = "cp011000_7d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0308", msgID = "cp011000_7e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0309", msgID = "cp011000_7f1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0300", msgID = "cp011000_8c1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0300", msgID = "cp011000_8d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPI0100_00", msgID = "cp011000_8e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPI0100_01", msgID = "cp011000_8f1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPI0100_02", msgID = "cp011000_8g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPI0100_03", msgID = "cp011000_8h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPI0100_04", msgID = "cp011000_8i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPI0100_05", msgID = "cp011000_8j1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0110_00", msgID = "cp011000_921010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0110_01", msgID = "cp011000_931010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0110_02", msgID = "cp011000_941010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DSNE0z00_101010", msgID = "dsne0z00_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DSNE0z00_111010", msgID = "dsne0z00_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DSNE0z00_121010", msgID = "dsne0z00_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DSNE0z00_131010", msgID = "dsne0z00_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DSNE0z00_141010", msgID = "dsne0z00_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_101010", msgID = "dsne0z10_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_111010", msgID = "dsne0z10_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_121010", msgID = "dsne0z10_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_131010", msgID = "dsne0z10_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_141010", msgID = "dsne0z10_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_151010", msgID = "dsne0z10_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_161010", msgID = "dsne0z10_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_171010", msgID = "dsne0z10_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DSNE0z10_181010", msgID = "dsne0z10_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_101010", msgID = "dsne0z20_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_111010", msgID = "dsne0z20_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_121010", msgID = "dsne0z20_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_131010", msgID = "dsne0z20_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_141010", msgID = "dsne0z20_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_151010", msgID = "dsne0z20_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DSNE0z20_161010", msgID = "dsne0z20_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_101010", msgID = "fsamd000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_111010", msgID = "fsamd000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_121010", msgID = "fsamd000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_131010", msgID = "fsamd000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_141010", msgID = "fsamd000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_151010", msgID = "fsamd000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_161010", msgID = "fsamd000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_171010", msgID = "fsamd000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_181010", msgID = "fsamd000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_191010", msgID = "fsamd000_191010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FSAMd000_1a1010", msgID = "fsamd000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_1b1010", msgID = "fsamd000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_1c1010", msgID = "fsamd000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FSAMd000_1d1010", msgID = "fsamd000_1d1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAMe000_101010", msgID = "fsame000_101010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAMe000_111010", msgID = "fsame000_111010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FSAMe000_121010", msgID = "fsame000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAMe000_131010", msgID = "fsame000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAMe000_141010", msgID = "fsame000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FSAMe000_151010", msgID = "fsame000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_101010", msgID = "fsamf000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_111010", msgID = "fsamf000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_121010", msgID = "fsamf000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_131010", msgID = "fsamf000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_141010", msgID = "fsamf000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_151010", msgID = "fsamf000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_161010", msgID = "fsamf000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_171010", msgID = "fsamf000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_181010", msgID = "fsamf000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_191010", msgID = "fsamf000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1a1010", msgID = "fsamf000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1b1010", msgID = "fsamf000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1c1010", msgID = "fsamf000_1c1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1d1010", msgID = "fsamf000_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1e1010", msgID = "fsamf000_1e1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1f1010", msgID = "fsamf000_1f1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1g1010", msgID = "fsamf000_1g1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1h1010", msgID = "fsamf000_1h1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1i1010", msgID = "fsamf000_1i1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1j1010", msgID = "fsamf000_1j1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1k1010", msgID = "fsamf000_1k1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1l1010", msgID = "fsamf000_1l1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1m1010", msgID = "fsamf000_1m1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1n1010", msgID = "fsamf000_1n1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1o1010", msgID = "fsamf000_1o1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1p1010", msgID = "fsamf000_1p1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1q1010", msgID = "fsamf000_1q1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1r1010", msgID = "fsamf000_1r1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1s1010", msgID = "fsamf000_1s1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1t1010", msgID = "fsamf000_1t1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1100_101010", msgID = "comr1100_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1100_111010", msgID = "comr1100_111010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1100_121010", msgID = "comr1100_121010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMR1100_131010", msgID = "comr1100_131010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_101010", msgID = "comn5000_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_111010", msgID = "comn5000_111010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_121010", msgID = "comn5000_121010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_131010", msgID = "comn5000_131010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_141010", msgID = "comn5000_141010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_151010", msgID = "comn5000_151010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_161010", msgID = "comn5000_161010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_171010", msgID = "comn5000_171010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "COMN5000_181010", msgID = "comn5000_181010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_101010", msgID = "kzrq5000_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_111010", msgID = "kzrq5000_111010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_121010", msgID = "kzrq5000_121010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_131010", msgID = "kzrq5000_131010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_141010", msgID = "kzrq5000_141010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_151010", msgID = "kzrq5000_151010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_161010", msgID = "kzrq5000_161010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_171010", msgID = "kzrq5000_171010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_181010", msgID = "kzrq5000_181010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_191010", msgID = "kzrq5000_191010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1a1010", msgID = "kzrq5000_1a1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1b1010", msgID = "kzrq5000_1b1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1c1010", msgID = "kzrq5000_1c1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1d1010", msgID = "kzrq5000_1d1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1e1010", msgID = "kzrq5000_1e1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1f1010", msgID = "kzrq5000_1f1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1g1010", msgID = "kzrq5000_1g1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1h1010", msgID = "kzrq5000_1h1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1i1010", msgID = "kzrq5000_1i1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1j1010", msgID = "kzrq5000_1j1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1k1010", msgID = "kzrq5000_1k1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1l1010", msgID = "kzrq5000_1l1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1m1010", msgID = "kzrq5000_1m1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1n1010", msgID = "kzrq5000_1n1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1o1010", msgID = "kzrq5000_1o1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1p1010", msgID = "kzrq5000_1p1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1q1010", msgID = "kzrq5000_1q1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1r1010", msgID = "kzrq5000_1r1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1s1010", msgID = "kzrq5000_1s1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1t1010", msgID = "kzrq5000_1t1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1u1010", msgID = "kzrq5000_1u1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1v1010", msgID = "kzrq5000_1v1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1w1010", msgID = "kzrq5000_1w1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ5000_1x1010", msgID = "kzrq5000_1x1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1a1010", msgID = "kzrq6000_1a1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1b1010", msgID = "kzrq6000_1b1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1c1010", msgID = "kzrq6000_1c1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1d1010", msgID = "kzrq6000_1d1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1e1010", msgID = "kzrq6000_1e1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1f1010", msgID = "kzrq6000_1f1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1g1010", msgID = "kzrq6000_1g1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1h1010", msgID = "kzrq6000_1h1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1i1010", msgID = "kzrq6000_1i1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1j1010", msgID = "kzrq6000_1j1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1k1010", msgID = "kzrq6000_1k1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1l1010", msgID = "kzrq6000_1l1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1m1010", msgID = "kzrq6000_1m1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1n1010", msgID = "kzrq6000_1n1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1o1010", msgID = "kzrq6000_1o1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1p1010", msgID = "kzrq6000_1p1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1q1010", msgID = "kzrq6000_1q1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1r1010", msgID = "kzrq6000_1r1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1s1010", msgID = "kzrq6000_1s1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1t1010", msgID = "kzrq6000_1t1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1u1010", msgID = "kzrq6000_1u1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1v1010", msgID = "kzrq6000_1v1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1w1010", msgID = "kzrq6000_1w1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1x1010", msgID = "kzrq6000_1x1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1y1010", msgID = "kzrq6000_1y1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_1z1010", msgID = "kzrq6000_1z1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_201010", msgID = "kzrq6000_201010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_211010", msgID = "kzrq6000_211010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_221010", msgID = "kzrq6000_221010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_231010", msgID = "kzrq6000_231010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_241010", msgID = "kzrq6000_241010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_251010", msgID = "kzrq6000_251010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_261010", msgID = "kzrq6000_261010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_271010", msgID = "kzrq6000_271010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_281010", msgID = "kzrq6000_281010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_291010", msgID = "kzrq6000_291010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2a1010", msgID = "kzrq6000_2a1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2b1010", msgID = "kzrq6000_2b1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2c1010", msgID = "kzrq6000_2c1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2d1010", msgID = "kzrq6000_2d1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2e1010", msgID = "kzrq6000_2e1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2f1010", msgID = "kzrq6000_2f1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2g1010", msgID = "kzrq6000_2g1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2h1010", msgID = "kzrq6000_2h1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2i1010", msgID = "kzrq6000_2i1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2j1010", msgID = "kzrq6000_2j1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "KZRQ6000_2k1010", msgID = "kzrq6000_2k1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_101010", msgID = "kzrq7000_101010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_111010", msgID = "kzrq7000_111010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_121010", msgID = "kzrq7000_121010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_131010", msgID = "kzrq7000_131010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_141010", msgID = "kzrq7000_141010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_151010", msgID = "kzrq7000_151010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_161010", msgID = "kzrq7000_161010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_171010", msgID = "kzrq7000_171010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_181010", msgID = "kzrq7000_181010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_191010", msgID = "kzrq7000_191010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1a1010", msgID = "kzrq7000_1a1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1b1010", msgID = "kzrq7000_1b1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1c1010", msgID = "kzrq7000_1c1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1d1010", msgID = "kzrq7000_1d1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1e1010", msgID = "kzrq7000_1e1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1f1010", msgID = "kzrq7000_1f1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1g1010", msgID = "kzrq7000_1g1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1h1010", msgID = "kzrq7000_1h1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1i1010", msgID = "kzrq7000_1i1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1j1010", msgID = "kzrq7000_1j1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1k1010", msgID = "kzrq7000_1k1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1l1010", msgID = "kzrq7000_1l1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "KZRQ7000_1m1010", msgID = "kzrq7000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511110", msgID = "pprg1001_511110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511210", msgID = "pprg1001_511210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511310", msgID = "pprg1001_511310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511410", msgID = "pprg1001_511410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511510", msgID = "pprg1001_511510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511610", msgID = "pprg1001_511610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511710", msgID = "pprg1001_511710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511810", msgID = "pprg1001_511810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511910", msgID = "pprg1001_511910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511a10", msgID = "pprg1001_511a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511b10", msgID = "pprg1001_511b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511c10", msgID = "pprg1001_511c10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511d10", msgID = "pprg1001_511d10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511i10", msgID = "pprg1001_511i10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511j10", msgID = "pprg1001_511j10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_511k10", msgID = "pprg1001_511k10", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_101010", msgID = "pprg1012_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_121010", msgID = "pprg1012_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_131010", msgID = "pprg1012_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_141010", msgID = "pprg1012_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_151010", msgID = "pprg1012_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_161010", msgID = "pprg1012_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_171010", msgID = "pprg1012_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_101010", msgID = "pprg1013_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_111010", msgID = "pprg1013_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_121010", msgID = "pprg1013_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_161010", msgID = "pprg1013_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_171010", msgID = "pprg1013_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_191010", msgID = "pprg1013_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1a1010", msgID = "pprg1013_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1b1010", msgID = "pprg1013_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1c1010", msgID = "pprg1013_1c1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1d1010", msgID = "pprg1013_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1e1010", msgID = "pprg1013_1e1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1f1010", msgID = "pprg1013_1f1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1g1010", msgID = "pprg1013_1g1010", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0010", msgID = "p31_010015_0010", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0020", msgID = "p31_010015_0020", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0030", msgID = "p31_010015_0030", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0040", msgID = "p31_010015_0040", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0050", msgID = "p31_010015_0050", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0060", msgID = "p31_010015_0060", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0120", msgID = "p31_010015_0120", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0130", msgID = "p31_010015_0130", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0200", msgID = "p31_010015_0200", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0210", msgID = "p31_010015_0210", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0220", msgID = "p31_010015_0220", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0230", msgID = "p31_010015_0230", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0240", msgID = "p31_010015_0240", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0250", msgID = "p31_010015_0250", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0260", msgID = "p31_010015_0260", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0270", msgID = "p31_010015_0270", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0280", msgID = "p31_010015_0280", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0290", msgID = "p31_010015_0290", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0300", msgID = "p31_010015_0300", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0310", msgID = "p31_010015_0310", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0320", msgID = "p31_010015_0320", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0330", msgID = "p31_010015_0330", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0340", msgID = "p31_010015_0340", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0350", msgID = "p31_010015_0350", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0360", msgID = "p31_010015_0360", }, { eventName = "DD_TUTR", param1 = "ocelot", param2 = "p31_010015_0420", msgID = "p31_010015_0420", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4100_101010", msgID = "kzrq4100_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4100_111010", msgID = "kzrq4100_111010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "KZRQ4100_121010", msgID = "kzrq4100_121010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "HQR0200_000", msgID = "cp012000_181010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "HQR0200_001", msgID = "cp012000_191010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0200_002", msgID = "cp012000_1a1010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0210_000", msgID = "cp012000_1b1010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0210_001", msgID = "cp012000_1c1010", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "HQR0210_002", msgID = "cp012000_1d1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "HQR0220_000", msgID = "cp012000_1e1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "HQR0220_001", msgID = "cp012000_1f1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "HQR0220_002", msgID = "cp012000_1g1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0200", msgID = "cp011000_en1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0201", msgID = "cp011000_eo1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0202", msgID = "cp011000_ep1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0203", msgID = "cp011000_eq1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0204", msgID = "cp011000_er1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0205", msgID = "cp011000_es1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0206", msgID = "cp011000_et1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0207", msgID = "cp011000_eu1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0208", msgID = "cp011000_ev1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0209", msgID = "cp011000_ew1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0100", msgID = "cp011000_1a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0101", msgID = "cp011000_1b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0102", msgID = "cp011000_1c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0103", msgID = "cp011000_1d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0104", msgID = "cp011000_1e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0105", msgID = "cp011000_1f1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0106", msgID = "cp011000_1g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0107", msgID = "cp011000_1h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0108", msgID = "cp011000_1i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0109", msgID = "cp011000_1j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0100", msgID = "cp011000_1k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0101", msgID = "cp011000_1l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0102", msgID = "cp011000_1m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0103", msgID = "cp011000_1n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0104", msgID = "cp011000_1o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0105", msgID = "cp011000_1p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0106", msgID = "cp011000_1q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0107", msgID = "cp011000_1r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0108", msgID = "cp011000_1s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0109", msgID = "cp011000_1t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0100", msgID = "cp011000_1u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0101", msgID = "cp011000_1v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0102", msgID = "cp011000_1w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0103", msgID = "cp011000_1x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0104", msgID = "cp011000_1y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0105", msgID = "cp011000_1z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0106", msgID = "cp011000_201010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0107", msgID = "cp011000_211010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0108", msgID = "cp011000_221010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0109", msgID = "cp011000_231010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0100", msgID = "cp011000_2e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0101", msgID = "cp011000_2f1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0102", msgID = "cp011000_2g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0103", msgID = "cp011000_2h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0104", msgID = "cp011000_2i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0105", msgID = "cp011000_2j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0106", msgID = "cp011000_2k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0107", msgID = "cp011000_2l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0108", msgID = "cp011000_2m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0109", msgID = "cp011000_2n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0100", msgID = "cp011000_2o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0101", msgID = "cp011000_2p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0102", msgID = "cp011000_2q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0103", msgID = "cp011000_2r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0104", msgID = "cp011000_2s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0105", msgID = "cp011000_2t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0106", msgID = "cp011000_2u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0107", msgID = "cp011000_2v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0108", msgID = "cp011000_2w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0109", msgID = "cp011000_2x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0100", msgID = "cp011000_2y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0101", msgID = "cp011000_2z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0102", msgID = "cp011000_301010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0103", msgID = "cp011000_311010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0104", msgID = "cp011000_321010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0105", msgID = "cp011000_331010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0106", msgID = "cp011000_341010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0107", msgID = "cp011000_351010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0108", msgID = "cp011000_361010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0109", msgID = "cp011000_371010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0200", msgID = "cp011000_441010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0201", msgID = "cp011000_451010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0202", msgID = "cp011000_461010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0203", msgID = "cp011000_471010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0204", msgID = "cp011000_481010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0205", msgID = "cp011000_491010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0206", msgID = "cp011000_4a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0207", msgID = "cp011000_4b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0208", msgID = "cp011000_4c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0209", msgID = "cp011000_4d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0200", msgID = "cp011000_4e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0201", msgID = "cp011000_4f1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0202", msgID = "cp011000_4g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0203", msgID = "cp011000_4h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0204", msgID = "cp011000_4i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0205", msgID = "cp011000_4j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0206", msgID = "cp011000_4k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0207", msgID = "cp011000_4l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0208", msgID = "cp011000_4m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0209", msgID = "cp011000_4n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0200", msgID = "cp011000_4o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0201", msgID = "cp011000_4p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0202", msgID = "cp011000_4q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0203", msgID = "cp011000_4r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0204", msgID = "cp011000_4s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0205", msgID = "cp011000_4t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0206", msgID = "cp011000_4u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0207", msgID = "cp011000_4v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0208", msgID = "cp011000_4w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0209", msgID = "cp011000_4x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0200", msgID = "cp011000_581010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0201", msgID = "cp011000_591010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0202", msgID = "cp011000_5a1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0203", msgID = "cp011000_5b1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0204", msgID = "cp011000_5c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0205", msgID = "cp011000_5d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0206", msgID = "cp011000_5e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0207", msgID = "cp011000_5f1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0208", msgID = "cp011000_5g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0209", msgID = "cp011000_5h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0200", msgID = "cp011000_5i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0201", msgID = "cp011000_5j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0202", msgID = "cp011000_5k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0203", msgID = "cp011000_5l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0204", msgID = "cp011000_5m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0205", msgID = "cp011000_5n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0206", msgID = "cp011000_5o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0207", msgID = "cp011000_5p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0208", msgID = "cp011000_5q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0209", msgID = "cp011000_5r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0200", msgID = "cp011000_5s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0201", msgID = "cp011000_5t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0202", msgID = "cp011000_5u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0203", msgID = "cp011000_5v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0204", msgID = "cp011000_5w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0205", msgID = "cp011000_5x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0206", msgID = "cp011000_5y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0207", msgID = "cp011000_5z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0208", msgID = "cp011000_601010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0209", msgID = "cp011000_611010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0300", msgID = "cp011000_6c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0301", msgID = "cp011000_6d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0302", msgID = "cp011000_6e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0303", msgID = "cp011000_6f1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0304", msgID = "cp011000_6g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0305", msgID = "cp011000_6h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0306", msgID = "cp011000_6i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0307", msgID = "cp011000_6j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0308", msgID = "cp011000_6k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0309", msgID = "cp011000_6l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0300", msgID = "cp011000_6m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0301", msgID = "cp011000_6n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0302", msgID = "cp011000_6o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0303", msgID = "cp011000_6p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0304", msgID = "cp011000_6q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0305", msgID = "cp011000_6r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0306", msgID = "cp011000_6s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0307", msgID = "cp011000_6t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0308", msgID = "cp011000_6u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0309", msgID = "cp011000_6v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0300", msgID = "cp011000_6w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0301", msgID = "cp011000_6x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0302", msgID = "cp011000_6y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0303", msgID = "cp011000_6z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0304", msgID = "cp011000_701010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0305", msgID = "cp011000_711010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0306", msgID = "cp011000_721010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0307", msgID = "cp011000_731010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0308", msgID = "cp011000_741010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0309", msgID = "cp011000_751010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0300", msgID = "cp011000_7g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0301", msgID = "cp011000_7h1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0302", msgID = "cp011000_7i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0303", msgID = "cp011000_7j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0304", msgID = "cp011000_7k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0305", msgID = "cp011000_7l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0306", msgID = "cp011000_7m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0307", msgID = "cp011000_7n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0308", msgID = "cp011000_7o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0309", msgID = "cp011000_7p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0300", msgID = "cp011000_7q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0301", msgID = "cp011000_7r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0302", msgID = "cp011000_7s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0303", msgID = "cp011000_7t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0304", msgID = "cp011000_7u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0305", msgID = "cp011000_7v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0306", msgID = "cp011000_7w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0307", msgID = "cp011000_7x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0308", msgID = "cp011000_7y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0309", msgID = "cp011000_7z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0300", msgID = "cp011000_801010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0301", msgID = "cp011000_811010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0302", msgID = "cp011000_821010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0303", msgID = "cp011000_831010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0304", msgID = "cp011000_841010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0305", msgID = "cp011000_851010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0306", msgID = "cp011000_861010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0307", msgID = "cp011000_871010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0308", msgID = "cp011000_881010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0309", msgID = "cp011000_891010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPI0100_00", msgID = "cp011000_8k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPI0100_01", msgID = "cp011000_8l1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPI0100_02", msgID = "cp011000_8m1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPI0100_03", msgID = "cp011000_8n1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPI0100_04", msgID = "cp011000_8o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPI0100_05", msgID = "cp011000_8p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPI0100_00", msgID = "cp011000_8q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPI0100_01", msgID = "cp011000_8r1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPI0100_02", msgID = "cp011000_8s1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPI0100_03", msgID = "cp011000_8t1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPI0100_04", msgID = "cp011000_8u1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPI0100_05", msgID = "cp011000_8v1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPI0100_00", msgID = "cp011000_8w1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPI0100_01", msgID = "cp011000_8x1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPI0100_02", msgID = "cp011000_8y1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPI0100_03", msgID = "cp011000_8z1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPI0100_04", msgID = "cp011000_901010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPI0100_05", msgID = "cp011000_911010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CEN0010", msgID = "cp011000_961010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CEN0010", msgID = "cp011000_971010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CEN0010", msgID = "cp011000_981010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CEC0010", msgID = "cp011000_9c1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CEC0010", msgID = "cp011000_9d1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CEC0010", msgID = "cp011000_9e1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CEN0020", msgID = "cp011000_9i1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CEN0020", msgID = "cp011000_9j1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CEN0020", msgID = "cp011000_9k1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CEC0020", msgID = "cp011000_9o1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CEC0020", msgID = "cp011000_9p1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CEC0020", msgID = "cp011000_9q1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0100", msgID = "cp011000_371110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0101", msgID = "cp011000_371210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0102", msgID = "cp011000_371310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0103", msgID = "cp011000_371410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0104", msgID = "cp011000_371510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0105", msgID = "cp011000_371610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0106", msgID = "cp011000_371710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0107", msgID = "cp011000_371810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0108", msgID = "cp011000_371910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0109", msgID = "cp011000_371a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0101", msgID = "cp011000_371c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0102", msgID = "cp011000_371d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0103", msgID = "cp011000_371e10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0104", msgID = "cp011000_371f10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0105", msgID = "cp011000_371g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0106", msgID = "cp011000_371h10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0107", msgID = "cp011000_371i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0108", msgID = "cp011000_371j10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0109", msgID = "cp011000_371k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0100", msgID = "cp011000_371l10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0101", msgID = "cp011000_371m10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0102", msgID = "cp011000_371n10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0103", msgID = "cp011000_371o10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0104", msgID = "cp011000_371p10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0105", msgID = "cp011000_371q10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0106", msgID = "cp011000_371r10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0107", msgID = "cp011000_371s10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0108", msgID = "cp011000_371t10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0109", msgID = "cp011000_371u10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0100", msgID = "cp011000_371v10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0101", msgID = "cp011000_371w10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0102", msgID = "cp011000_371x10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0103", msgID = "cp011000_371y10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0104", msgID = "cp011000_371z10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0105", msgID = "cp011000_372010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0106", msgID = "cp011000_372110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0107", msgID = "cp011000_372210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0108", msgID = "cp011000_372310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0109", msgID = "cp011000_372410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0100", msgID = "cp011000_3t1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0101", msgID = "cp011000_3t1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0102", msgID = "cp011000_3t1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0103", msgID = "cp011000_3t1410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0104", msgID = "cp011000_3t1510", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0105", msgID = "cp011000_3t1610", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0106", msgID = "cp011000_3t1710", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0107", msgID = "cp011000_3t1810", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0108", msgID = "cp011000_3t1910", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0109", msgID = "cp011000_3t1a10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0110", msgID = "cp011000_3t1b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0200", msgID = "cp011000_611110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0201", msgID = "cp011000_611210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0202", msgID = "cp011000_611310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0203", msgID = "cp011000_611410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0204", msgID = "cp011000_611510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0205", msgID = "cp011000_611610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0206", msgID = "cp011000_611710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0207", msgID = "cp011000_611810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0208", msgID = "cp011000_611910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0209", msgID = "cp011000_611a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0200", msgID = "cp011000_611b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0201", msgID = "cp011000_611c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0202", msgID = "cp011000_611d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0203", msgID = "cp011000_611e10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0204", msgID = "cp011000_611f10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0205", msgID = "cp011000_611g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0206", msgID = "cp011000_611h10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0207", msgID = "cp011000_611i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0208", msgID = "cp011000_611j10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0209", msgID = "cp011000_611k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0200", msgID = "cp011000_611l10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0201", msgID = "cp011000_611m10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0202", msgID = "cp011000_611n10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0203", msgID = "cp011000_611o10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0204", msgID = "cp011000_611p10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0205", msgID = "cp011000_611q10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0206", msgID = "cp011000_611r10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0207", msgID = "cp011000_611s10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0208", msgID = "cp011000_611t10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0209", msgID = "cp011000_611u10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0200", msgID = "cp011000_611v10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0201", msgID = "cp011000_611w10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0202", msgID = "cp011000_611x10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0203", msgID = "cp011000_611y10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0204", msgID = "cp011000_611z10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0205", msgID = "cp011000_612010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0206", msgID = "cp011000_612110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0207", msgID = "cp011000_612210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0208", msgID = "cp011000_612310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0209", msgID = "cp011000_612410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0300", msgID = "cp011000_891110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0301", msgID = "cp011000_891210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0302", msgID = "cp011000_891310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0303", msgID = "cp011000_891410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0304", msgID = "cp011000_891510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0305", msgID = "cp011000_891610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0306", msgID = "cp011000_891710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0307", msgID = "cp011000_891810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0308", msgID = "cp011000_891910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0309", msgID = "cp011000_891a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0300", msgID = "cp011000_891b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0301", msgID = "cp011000_891c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0302", msgID = "cp011000_891d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0303", msgID = "cp011000_891e10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0304", msgID = "cp011000_891f10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0305", msgID = "cp011000_891g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0306", msgID = "cp011000_891h10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0307", msgID = "cp011000_891i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0308", msgID = "cp011000_891j10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0309", msgID = "cp011000_891k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0300", msgID = "cp011000_891l10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0301", msgID = "cp011000_891m10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0302", msgID = "cp011000_891n10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0303", msgID = "cp011000_891o10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0304", msgID = "cp011000_891p10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0305", msgID = "cp011000_891q10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0306", msgID = "cp011000_891r10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0307", msgID = "cp011000_891s10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0308", msgID = "cp011000_891t10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0309", msgID = "cp011000_891u10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0300", msgID = "cp011000_891v10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0301", msgID = "cp011000_891w10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0302", msgID = "cp011000_891x10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0303", msgID = "cp011000_891y10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0304", msgID = "cp011000_891z10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0305", msgID = "cp011000_892010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0306", msgID = "cp011000_892110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0307", msgID = "cp011000_892210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0308", msgID = "cp011000_892310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0309", msgID = "cp011000_892410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CEA0010", msgID = "cp011000_9g1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CEA0010", msgID = "cp011000_9g1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CEA0010", msgID = "cp011000_9g1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CEA0010", msgID = "cp011000_9g1410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CEA0010", msgID = "cp011000_9g1510", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "CEA0010", msgID = "cp011000_9g1610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CEA0020", msgID = "cp011000_9s1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CEA0020", msgID = "cp011000_9s1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CEA0020", msgID = "cp011000_9s1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CEA0020", msgID = "cp011000_9s1410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CEA0020", msgID = "cp011000_9s1510", }, { eventName = "DD_vox_cp_radio", param1 = "hqc", param2 = "CEA0020", msgID = "cp011000_9s1610", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_101010", msgID = "flstb000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_111010", msgID = "flstb000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_121010", msgID = "flstb000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_131010", msgID = "flstb000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_141010", msgID = "flstb000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_151010", msgID = "flstb000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_161010", msgID = "flstb000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_171010", msgID = "flstb000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_181010", msgID = "flstb000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_191010", msgID = "flstb000_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1a1010", msgID = "flstb000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1b1010", msgID = "flstb000_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1c1010", msgID = "flstb000_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1d1010", msgID = "flstb000_1d1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1e1010", msgID = "flstb000_1e1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1f1010", msgID = "flstb000_1f1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1g1010", msgID = "flstb000_1g1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1h1010", msgID = "flstb000_1h1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1i1010", msgID = "flstb000_1i1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1j1010", msgID = "flstb000_1j1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1k1010", msgID = "flstb000_1k1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1l1010", msgID = "flstb000_1l1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1m1010", msgID = "flstb000_1m1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1n1010", msgID = "flstb000_1n1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1o1010", msgID = "flstb000_1o1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1p1010", msgID = "flstb000_1p1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1q1010", msgID = "flstb000_1q1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1r1010", msgID = "flstb000_1r1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1s1010", msgID = "flstb000_1s1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1t1010", msgID = "flstb000_1t1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "FLSTb000_1u1010", msgID = "flstb000_1u1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1v1010", msgID = "flstb000_1v1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1w1010", msgID = "flstb000_1w1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "FLSTb000_1x1010", msgID = "flstb000_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1d1010", msgID = "flsta000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1e1010", msgID = "flsta000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1f1010", msgID = "flsta000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1g1010", msgID = "flsta000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1h1010", msgID = "flsta000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1i1010", msgID = "flsta000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1j1010", msgID = "flsta000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1k1010", msgID = "flsta000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1l1010", msgID = "flsta000_1l1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FLSTa000_1m1010", msgID = "flsta000_1m1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FLSTa000_1n1010", msgID = "flsta000_1n1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FLSTa000_1o1010", msgID = "flsta000_1o1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FLSTa000_1p1010", msgID = "flsta000_1p1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FLSTa000_1q1010", msgID = "flsta000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1r1010", msgID = "flsta000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1s1010", msgID = "flsta000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1t1010", msgID = "flsta000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1u1010", msgID = "flsta000_1u1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "FLSTa000_1v1010", msgID = "flsta000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1w1010", msgID = "flsta000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1x1010", msgID = "flsta000_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1y1010", msgID = "flsta000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_1z1010", msgID = "flsta000_1z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_201010", msgID = "flsta000_201010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_211010", msgID = "flsta000_211010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_221010", msgID = "flsta000_221010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "FLSTa000_231010", msgID = "flsta000_231010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_101010", msgID = "flstc000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_111010", msgID = "flstc000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_121010", msgID = "flstc000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_131010", msgID = "flstc000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_141010", msgID = "flstc000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_151010", msgID = "flstc000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_161010", msgID = "flstc000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_171010", msgID = "flstc000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_181010", msgID = "flstc000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_191010", msgID = "flstc000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_1a1010", msgID = "flstc000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_1b1010", msgID = "flstc000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_1c1010", msgID = "flstc000_1c1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_1d1010", msgID = "flstc000_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FLSTc000_1e1010", msgID = "flstc000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1a1010", msgID = "rsrb1000_1a1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "RSRB1000_1b1010", msgID = "rsrb1000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1c1010", msgID = "rsrb1000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1d1010", msgID = "rsrb1000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1e1010", msgID = "rsrb1000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1f1010", msgID = "rsrb1000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1g1010", msgID = "rsrb1000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1h1010", msgID = "rsrb1000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1i1010", msgID = "rsrb1000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1j1010", msgID = "rsrb1000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1k1010", msgID = "rsrb1000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1l1010", msgID = "rsrb1000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1m1010", msgID = "rsrb1000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1n1010", msgID = "rsrb1000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1o1010", msgID = "rsrb1000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1p1010", msgID = "rsrb1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1q1010", msgID = "rsrb1000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1r1010", msgID = "rsrb1000_1r1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "RSRB1000_1s1010", msgID = "rsrb1000_1s1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "RSRB1000_1t1010", msgID = "rsrb1000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1u1010", msgID = "rsrb1000_1u1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "RSRB1000_1v1010", msgID = "rsrb1000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1w1010", msgID = "rsrb1000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1x1010", msgID = "rsrb1000_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1y1010", msgID = "rsrb1000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RSRB1000_1z1010", msgID = "rsrb1000_1z1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RSRB2000_101010", msgID = "rsrb2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RSRB2000_111010", msgID = "rsrb2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RSRB2000_121010", msgID = "rsrb2000_121010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_131010", msgID = "rsrb2000_131010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_141010", msgID = "rsrb2000_141010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_151010", msgID = "rsrb2000_151010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_161010", msgID = "rsrb2000_161010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_171010", msgID = "rsrb2000_171010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_181010", msgID = "rsrb2000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RSRB2000_191010", msgID = "rsrb2000_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RSRB2000_1a1010", msgID = "rsrb2000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RSRB2000_1b1010", msgID = "rsrb2000_1b1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_1c1010", msgID = "rsrb2000_1c1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RSRB2000_1d1010", msgID = "rsrb2000_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_101010", msgID = "rsrb3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_111010", msgID = "rsrb3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_121010", msgID = "rsrb3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_131010", msgID = "rsrb3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_141010", msgID = "rsrb3000_141010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_151010", msgID = "rsrb3000_151010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_161010", msgID = "rsrb3000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_171010", msgID = "rsrb3000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_181010", msgID = "rsrb3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_191010", msgID = "rsrb3000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1a1010", msgID = "rsrb3000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1b1010", msgID = "rsrb3000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1c1010", msgID = "rsrb3000_1c1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_1d1010", msgID = "rsrb3000_1d1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_1e1010", msgID = "rsrb3000_1e1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_1f1010", msgID = "rsrb3000_1f1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_1g1010", msgID = "rsrb3000_1g1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_1h1010", msgID = "rsrb3000_1h1010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RSRB3000_1i1010", msgID = "rsrb3000_1i1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1j1010", msgID = "rsrb3000_1j1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1k1010", msgID = "rsrb3000_1k1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1l1010", msgID = "rsrb3000_1l1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1m1010", msgID = "rsrb3000_1m1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1n1010", msgID = "rsrb3000_1n1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1o1010", msgID = "rsrb3000_1o1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1p1010", msgID = "rsrb3000_1p1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RSRB3000_1q1010", msgID = "rsrb3000_1q1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_101010", msgID = "hmfc4100_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_111010", msgID = "hmfc4100_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_121010", msgID = "hmfc4100_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_131010", msgID = "hmfc4100_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_141010", msgID = "hmfc4100_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_151010", msgID = "hmfc4100_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_161010", msgID = "hmfc4100_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_171010", msgID = "hmfc4100_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_181010", msgID = "hmfc4100_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_191010", msgID = "hmfc4100_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_1a1010", msgID = "hmfc4100_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "HMFC4100_1b1010", msgID = "hmfc4100_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_101010", msgID = "hmfc4200_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_111010", msgID = "hmfc4200_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_121010", msgID = "hmfc4200_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_131010", msgID = "hmfc4200_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_141010", msgID = "hmfc4200_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_151010", msgID = "hmfc4200_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_161010", msgID = "hmfc4200_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_171010", msgID = "hmfc4200_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_181010", msgID = "hmfc4200_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_191010", msgID = "hmfc4200_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_1a1010", msgID = "hmfc4200_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_1d1010", msgID = "hmfc4200_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_1e1010", msgID = "hmfc4200_1e1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_1f1010", msgID = "hmfc4200_1f1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_1g1010", msgID = "hmfc4200_1g1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "HMFC4200_1h1010", msgID = "hmfc4200_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_101010", msgID = "hmfc4300_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_111010", msgID = "hmfc4300_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_131010", msgID = "hmfc4300_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_141010", msgID = "hmfc4300_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_151010", msgID = "hmfc4300_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_161010", msgID = "hmfc4300_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_171010", msgID = "hmfc4300_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_181010", msgID = "hmfc4300_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_191010", msgID = "hmfc4300_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1a1010", msgID = "hmfc4300_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1b1010", msgID = "hmfc4300_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1c1010", msgID = "hmfc4300_1c1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "HMFC4300_1d1010", msgID = "hmfc4300_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1e1010", msgID = "hmfc4300_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1f1010", msgID = "hmfc4300_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1g1010", msgID = "hmfc4300_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1h1010", msgID = "hmfc4300_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1i1010", msgID = "hmfc4300_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1j1010", msgID = "hmfc4300_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1k1010", msgID = "hmfc4300_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1l1010", msgID = "hmfc4300_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1m1010", msgID = "hmfc4300_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1n1010", msgID = "hmfc4300_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1o1010", msgID = "hmfc4300_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1p1010", msgID = "hmfc4300_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_1q1010", msgID = "hmfc4300_1q1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_101010", msgID = "lqrq4200_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_111010", msgID = "lqrq4200_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_121010", msgID = "lqrq4200_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_131010", msgID = "lqrq4200_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_141010", msgID = "lqrq4200_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_151010", msgID = "lqrq4200_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_161010", msgID = "lqrq4200_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LQRQ4200_171010", msgID = "lqrq4200_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_111010", msgID = "lqrq4300_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_121010", msgID = "lqrq4300_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_131010", msgID = "lqrq4300_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_141010", msgID = "lqrq4300_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_151010", msgID = "lqrq4300_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_161010", msgID = "lqrq4300_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ3100_101010", msgID = "lqrq3100_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ3100_111010", msgID = "lqrq3100_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_101010", msgID = "lqrq4400_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_111010", msgID = "lqrq4400_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_121010", msgID = "lqrq4400_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_131010", msgID = "lqrq4400_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_141010", msgID = "lqrq4400_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_151010", msgID = "lqrq4400_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_161010", msgID = "lqrq4400_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_171010", msgID = "lqrq4400_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_181010", msgID = "lqrq4400_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_191010", msgID = "lqrq4400_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_1a1010", msgID = "lqrq4400_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_1b1010", msgID = "lqrq4400_1d1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_1c1010", msgID = "lqrq4400_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_1d1010", msgID = "lqrq4400_1f1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_1e1010", msgID = "lqrq4400_1g1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LQRQ4400_1f1010", msgID = "lqrq4400_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_191010", msgID = "lqrq4300_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_1a1010", msgID = "lqrq4300_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_121010", msgID = "svhy2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_131010", msgID = "svhy2000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_141010", msgID = "svhy2000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_151010", msgID = "svhy2000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_161010", msgID = "svhy2000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_171010", msgID = "svhy2000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_181010", msgID = "svhy2000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_191010", msgID = "svhy2000_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1a1010", msgID = "svhy2000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1b1010", msgID = "svhy2000_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1c1010", msgID = "svhy2000_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1d1010", msgID = "svhy2000_1d1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1e1010", msgID = "svhy2000_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1f1010", msgID = "svhy2000_1f1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1g1010", msgID = "svhy2000_1g1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1h1010", msgID = "svhy2000_1h1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1i1010", msgID = "svhy2000_1i1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1j1010", msgID = "svhy2000_1j1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1k1010", msgID = "svhy2000_1k1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1l1010", msgID = "svhy2000_1l1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "SVHY2000_1m1010", msgID = "svhy2000_1m1010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "SVHY2000_1n1010", msgID = "svhy2000_1n1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_101010", msgID = "svhy3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_111010", msgID = "svhy3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_121010", msgID = "svhy3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_131010", msgID = "svhy3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_141010", msgID = "svhy3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_151010", msgID = "svhy3000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_161010", msgID = "svhy3000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_171010", msgID = "svhy3000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_181010", msgID = "svhy3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_191010", msgID = "svhy3000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_1a1010", msgID = "svhy3000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_1b1010", msgID = "svhy3000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_1c1010", msgID = "svhy3000_1c1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_1d1010", msgID = "svhy3000_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_1e1010", msgID = "svhy3000_1e1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SVHY3000_1f1010", msgID = "svhy3000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_101010", msgID = "svhy4000_101010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "SVHY4000_111010", msgID = "svhy4000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_121010", msgID = "svhy4000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_131010", msgID = "svhy4000_131010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "SVHY4000_141010", msgID = "svhy4000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_151010", msgID = "svhy4000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_161010", msgID = "svhy4000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_171010", msgID = "svhy4000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_181010", msgID = "svhy4000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_191010", msgID = "svhy4000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1a1010", msgID = "svhy4000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1b1010", msgID = "svhy4000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1c1010", msgID = "svhy4000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1d1010", msgID = "svhy4000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1e1010", msgID = "svhy4000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1f1010", msgID = "svhy4000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1g1010", msgID = "svhy4000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1h1010", msgID = "svhy4000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1i1010", msgID = "svhy4000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1j1010", msgID = "svhy4000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1k1010", msgID = "svhy4000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1l1010", msgID = "svhy4000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1m1010", msgID = "svhy4000_1m1010", }, { eventName = "DD_RTR", param1 = "HUEY", param2 = "SVHY4000_1n1010", msgID = "svhy4000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1o1010", msgID = "svhy4000_1o1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "SVHY4000_1p1010", msgID = "svhy4000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1q1010", msgID = "svhy4000_1q1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "SVHY4000_1r1010", msgID = "svhy4000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1s1010", msgID = "svhy4000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SVHY4000_1t1010", msgID = "svhy4000_1t1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "SVHY4000_1u1010", msgID = "svhy4000_1u1010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "SVHY4000_1v1010", msgID = "svhy4000_1v1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1o1010", msgID = "svhy2000_1o1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1p1010", msgID = "svhy2000_1p1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1q1010", msgID = "svhy2000_1q1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1r1010", msgID = "svhy2000_1r1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1s1010", msgID = "svhy2000_1s1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1t1010", msgID = "svhy2000_1t1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1u1010", msgID = "svhy2000_1u1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SVHY2000_1v1010", msgID = "svhy2000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_101110", msgID = "lqrq4300_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_101210", msgID = "lqrq4300_101210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_101310", msgID = "lqrq4300_101310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_101410", msgID = "lqrq4300_101410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LQRQ4300_101510", msgID = "lqrq4300_101510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HMFC4300_121110", msgID = "hmfc4300_121110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_101010", msgID = "ldte1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_111010", msgID = "ldte1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_121010", msgID = "ldte1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_131010", msgID = "ldte1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_141010", msgID = "ldte1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_151010", msgID = "ldte1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_161010", msgID = "ldte1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE1000_171010", msgID = "ldte1000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LDTE2000_101010", msgID = "ldte2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LDTE2000_111010", msgID = "ldte2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LDTE2000_121010", msgID = "ldte2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "LDTE2000_131010", msgID = "ldte2000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LDTE3000_101010", msgID = "ldte3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "LDTE3000_111010", msgID = "ldte3000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_101010", msgID = "cago1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_111010", msgID = "cago1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_121010", msgID = "cago1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_131010", msgID = "cago1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_141010", msgID = "cago1000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "CAGO2000_101010", msgID = "cago2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "CAGO2000_111010", msgID = "cago2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "CAGO2000_121010", msgID = "cago2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "CAGO2000_131010", msgID = "cago2000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_101010", msgID = "cago3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_111010", msgID = "cago3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_121010", msgID = "cago3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_131010", msgID = "cago3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_141010", msgID = "cago3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_151010", msgID = "cago3000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_161010", msgID = "cago3000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_171010", msgID = "cago3000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_181010", msgID = "cago3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_191010", msgID = "cago3000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_1a1010", msgID = "cago3000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "CAGO3000_1b1010", msgID = "cago3000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_101110", msgID = "cago1000_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_101210", msgID = "cago1000_101210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "CAGO1000_101310", msgID = "cago1000_101310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_101010", msgID = "dpat1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_111010", msgID = "dpat1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_121010", msgID = "dpat1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_131010", msgID = "dpat1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_141010", msgID = "dpat1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_151010", msgID = "dpat1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_161010", msgID = "dpat1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_171010", msgID = "dpat1000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "DPAT1000_181010", msgID = "dpat1000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DPAT2000_101010", msgID = "dpat2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DPAT2000_111010", msgID = "dpat2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DPAT2000_121010", msgID = "dpat2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DPAT2000_131010", msgID = "dpat2000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DPAT2000_141010", msgID = "dpat2000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DPAT3000_101010", msgID = "dpat3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DPAT3000_111010", msgID = "dpat3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DPAT3000_121010", msgID = "dpat3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DPAT3000_131010", msgID = "dpat3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DPAT3000_141010", msgID = "dpat3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "DPAT3000_151010", msgID = "dpat3000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1k1010", msgID = "hasl1000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1m1010", msgID = "hasl1000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1p1010", msgID = "hasl1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1110", msgID = "hasl1000_1z1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1210", msgID = "hasl1000_1z1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_101010", msgID = "rdmd1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_111010", msgID = "rdmd1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_121010", msgID = "rdmd1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_131010", msgID = "rdmd1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_141010", msgID = "rdmd1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_151010", msgID = "rdmd1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_161010", msgID = "rdmd1000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDMD2000_101010", msgID = "rdmd2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDMD2000_111010", msgID = "rdmd2000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_101010", msgID = "rdmd3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_111010", msgID = "rdmd3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_121010", msgID = "rdmd3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_131010", msgID = "rdmd3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_141010", msgID = "rdmd3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_151010", msgID = "rdmd3000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_161010", msgID = "rdmd3000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDMD3000_171010", msgID = "rdmd3000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "DPAT2000_121110", msgID = "dpat2000_121110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5b1010", msgID = "pprg1001_5b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5c1010", msgID = "pprg1001_5c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5d1010", msgID = "pprg1001_5d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5e1010", msgID = "pprg1001_5e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5f1010", msgID = "pprg1001_5f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5g1010", msgID = "pprg1001_5g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5i1010", msgID = "pprg1001_5i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5j1010", msgID = "pprg1001_5j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5k1010", msgID = "pprg1001_5k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5l1010", msgID = "pprg1001_5l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5n1010", msgID = "pprg1001_5n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5o1010", msgID = "pprg1001_5o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5q1010", msgID = "pprg1001_5q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5r1010", msgID = "pprg1001_5r1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_191010", msgID = "pprg1012_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1a1010", msgID = "pprg1012_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1b1010", msgID = "pprg1012_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1c1010", msgID = "pprg1012_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1d1010", msgID = "pprg1012_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1010_101010", msgID = "rdps1010_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1h1010", msgID = "pprg1012_1h1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1i1010", msgID = "pprg1012_1i1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1j1010", msgID = "pprg1012_1j1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1k1010", msgID = "pprg1012_1k1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1l1010", msgID = "pprg1012_1l1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1m1010", msgID = "pprg1012_1m1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1n1010", msgID = "pprg1012_1n1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1o1010", msgID = "pprg1012_1o1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1p1010", msgID = "pprg1012_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_101010", msgID = "rij11000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_111010", msgID = "rij11000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_121010", msgID = "rij11000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_131010", msgID = "rij11000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_141010", msgID = "rij11000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_151010", msgID = "rij11000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_161010", msgID = "rij11000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RIJ11000_171010", msgID = "rij11000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RIJ12000_101010", msgID = "rij12000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RIJ12000_111010", msgID = "rij12000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RIJ12000_121010", msgID = "rij12000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RIJ12000_131010", msgID = "rij12000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_101010", msgID = "rij13000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_111010", msgID = "rij13000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_121010", msgID = "rij13000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_131010", msgID = "rij13000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_141010", msgID = "rij13000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_151010", msgID = "rij13000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RIJ13000_161010", msgID = "rij13000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_101010", msgID = "rint1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_111010", msgID = "rint1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_121010", msgID = "rint1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_131010", msgID = "rint1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_141010", msgID = "rint1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_151010", msgID = "rint1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_161010", msgID = "rint1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_171010", msgID = "rint1000_171010", }, { eventName = "DD_RTR", param1 = "ocelot", param2 = "RINT1000_181010", msgID = "rint1000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_191010", msgID = "rint1000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RINT1000_1a1010", msgID = "rint1000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_101010", msgID = "rint2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_111010", msgID = "rint2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_121010", msgID = "rint2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_131010", msgID = "rint2000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_141010", msgID = "rint2000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_151010", msgID = "rint2000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_161010", msgID = "rint2000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_171010", msgID = "rint2000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RINT2000_181010", msgID = "rint2000_181010", }, { eventName = "DD_ESR", param1 = "ocelot", param2 = "RINT2000_191010", msgID = "rint2000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RINT3000_101010", msgID = "rint3000_101010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RINT3000_111010", msgID = "rint3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RINT3000_121010", msgID = "rint3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RINT3000_131010", msgID = "rint3000_131010", }, { eventName = "DD_OPR", param1 = "ocelot", param2 = "RINT3000_141010", msgID = "rint3000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5u1010", msgID = "pprg1001_5u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101010", msgID = "suvv1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_111010", msgID = "suvv1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_121010", msgID = "suvv1000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV1000_131010", msgID = "suvv1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_141010", msgID = "suvv1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_151010", msgID = "suvv1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_161010", msgID = "suvv1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_171010", msgID = "suvv1000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_181010", msgID = "suvv1000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_191010", msgID = "suvv1000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1a1010", msgID = "suvv1000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1b1010", msgID = "suvv1000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1c1010", msgID = "suvv1000_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_101010", msgID = "suvv2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_111010", msgID = "suvv2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_121010", msgID = "suvv2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_131010", msgID = "suvv2000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_141010", msgID = "suvv2000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_151010", msgID = "suvv2000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_161010", msgID = "suvv2000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_171010", msgID = "suvv2000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_181010", msgID = "suvv2000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_191010", msgID = "suvv2000_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1a1010", msgID = "suvv2000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1b1010", msgID = "suvv2000_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1c1010", msgID = "suvv2000_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1d1010", msgID = "suvv2000_1d1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1e1010", msgID = "suvv2000_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1f1010", msgID = "suvv2000_1f1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1g1010", msgID = "suvv2000_1g1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1h1010", msgID = "suvv2000_1h1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1i1010", msgID = "suvv2000_1i1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1j1010", msgID = "suvv2000_1j1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1k1010", msgID = "suvv2000_1k1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1l1010", msgID = "suvv2000_1l1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_101010", msgID = "suvv3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_111010", msgID = "suvv3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_121010", msgID = "suvv3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_131010", msgID = "suvv3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_141010", msgID = "suvv3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_151010", msgID = "suvv3000_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_161010", msgID = "suvv3000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_171010", msgID = "suvv3000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_181010", msgID = "suvv3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_161010", msgID = "comr2100_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_171010", msgID = "comr2100_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_1b1010", msgID = "suvv3000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_1c1010", msgID = "suvv3000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_141110", msgID = "suvv1000_141110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4z1110", msgID = "rdps1000_171810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_121010", msgID = "intl1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_131010", msgID = "intl1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_141010", msgID = "intl1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_151010", msgID = "intl1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_161010", msgID = "intl1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_181010", msgID = "intl1000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_191010", msgID = "intl1000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1a1010", msgID = "intl1000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1b1010", msgID = "intl1000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1c1010", msgID = "intl1000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1e1010", msgID = "intl1000_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_101010", msgID = "intl2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_111010", msgID = "intl2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_121010", msgID = "intl2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_131010", msgID = "intl2000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_141010", msgID = "intl2000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1b1010", msgID = "intl2000_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1d1010", msgID = "intl2000_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_101010", msgID = "intl3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_111010", msgID = "intl3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_121010", msgID = "intl3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_131010", msgID = "intl3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_141010", msgID = "intl3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_171010", msgID = "intl3000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_181010", msgID = "intl3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_191010", msgID = "intl3000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1a1010", msgID = "intl3000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1b1010", msgID = "intl3000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1c1010", msgID = "intl3000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_101010", msgID = "intl0z00_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111010", msgID = "intl0z00_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_121010", msgID = "intl0z00_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1h1010", msgID = "intl3000_1h1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1i1010", msgID = "intl3000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111120", msgID = "intl0z00_111120", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_101010", msgID = "snes1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_111010", msgID = "snes1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121010", msgID = "snes1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_131010", msgID = "snes1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_141010", msgID = "snes1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_161010", msgID = "snes1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_171010", msgID = "snes1000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_181010", msgID = "snes1000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1b1010", msgID = "snes1000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1c1010", msgID = "snes1000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1010", msgID = "snes1000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1e1010", msgID = "snes1000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1f1010", msgID = "snes1000_1f1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_101010", msgID = "snes2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_111010", msgID = "snes2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_141010", msgID = "snes2000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_151010", msgID = "snes2000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_161010", msgID = "snes2000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_171010", msgID = "snes2000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_181010", msgID = "snes2000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_191010", msgID = "snes2000_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1a1010", msgID = "snes2000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1b1010", msgID = "snes2000_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1c1010", msgID = "snes2000_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1d1010", msgID = "snes2000_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_101010", msgID = "snes3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_111010", msgID = "snes3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_121010", msgID = "snes3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_131010", msgID = "snes3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_151010", msgID = "snes3000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_101110", msgID = "intl1000_101110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0020_01", msgID = "cp011000_9y1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0020_01", msgID = "cp011000_9y1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0020_01", msgID = "cp011000_9y1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0020_01", msgID = "cp011000_9y1410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0021_00", msgID = "cp011000_9y1510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0021_00", msgID = "cp011000_9y1610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0021_00", msgID = "cp011000_9y1710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0021_00", msgID = "cp011000_9y1810", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0021_01", msgID = "cp011000_9y1910", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0151_01", msgID = "cp011000_9y1a10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0021_01", msgID = "cp011000_9y1b10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0021_01", msgID = "cp011000_9y1c10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0022_00", msgID = "cp011000_9y1e10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0022_00", msgID = "cp011000_9y1f10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0022_00", msgID = "cp011000_9y1g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0022_01", msgID = "cp011000_9y1h10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0022_01", msgID = "cp011000_9y1i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0022_01", msgID = "cp011000_9y1j10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0022_01", msgID = "cp011000_9y1k10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0030_01", msgID = "cp011000_a31110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0030_01", msgID = "cp011000_a31210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0030_01", msgID = "cp011000_a31310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0030_01", msgID = "cp011000_a31410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0031_00", msgID = "cp011000_a31510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0031_00", msgID = "cp011000_a31610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0031_00", msgID = "cp011000_a31710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0031_00", msgID = "cp011000_a31810", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0040_01", msgID = "cp011000_a81110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0040_01", msgID = "cp011000_a81210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0041_00", msgID = "cp011000_a81310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0041_00", msgID = "cp011000_a81410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0041_00", msgID = "cp011000_a81510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0041_00", msgID = "cp011000_a81610", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0050_01", msgID = "cp011000_ad1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0050_01", msgID = "cp011000_ad1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0050_01", msgID = "cp011000_ad1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0051_01", msgID = "cp011000_ai1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0051_01", msgID = "cp011000_ai1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0051_01", msgID = "cp011000_ai1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0060_01", msgID = "cp011000_an1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0060_01", msgID = "cp011000_an1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0060_01", msgID = "cp011000_an1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0070_01", msgID = "cp011000_as1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0070_01", msgID = "cp011000_as1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0070_01", msgID = "cp011000_as1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0080_01", msgID = "cp011000_ax1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0130_01", msgID = "cp011000_bb1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0130_01", msgID = "cp011000_bb1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0141_00", msgID = "cp011000_bb1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0141_00", msgID = "cp011000_bb1410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0141_00", msgID = "cp011000_bb1510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0141_00", msgID = "cp011000_bb1610", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0141_01", msgID = "cp011000_bb1810", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0142_01", msgID = "cp011000_bb1a10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0142_01", msgID = "cp011000_bb1b10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0181_00", msgID = "cp011000_bw1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0181_00", msgID = "cp011000_bw1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0291_00", msgID = "cp011000_e91110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0291_00", msgID = "cp011000_e91210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0291_00", msgID = "cp011000_e91310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0291_00", msgID = "cp011000_e91410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0291_01", msgID = "cp011000_e91510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0293_00", msgID = "cp011000_e91610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0293_00", msgID = "cp011000_e91710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0293_00", msgID = "cp011000_e91810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0293_00", msgID = "cp011000_e91910", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0293_01", msgID = "cp011000_e91a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0295_00", msgID = "cp011000_e91b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0295_00", msgID = "cp011000_e91c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0295_00", msgID = "cp011000_e91d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0295_00", msgID = "cp011000_e91e10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0295_01", msgID = "cp011000_e91f10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0296_00", msgID = "cp011000_e91g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0296_00", msgID = "cp011000_e91h10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0296_00", msgID = "cp011000_e91i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0296_00", msgID = "cp011000_e91j10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0296_01", msgID = "cp011000_e91k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0297_00", msgID = "cp011000_e91l10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0297_00", msgID = "cp011000_e91m10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0297_00", msgID = "cp011000_e91n10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0297_00", msgID = "cp011000_e91o10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0287_00", msgID = "cp011000_e41110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0287_00", msgID = "cp011000_e41210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0287_00", msgID = "cp011000_e41310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0287_00", msgID = "cp011000_e41410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0330_00", msgID = "cp011000_em1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0331_00", msgID = "cp011000_eo2010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0331_00", msgID = "cp011000_eo3010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0331_00", msgID = "cp011000_eo4010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0331_00", msgID = "cp011000_eo5010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0331_01", msgID = "cp011000_er1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0340_00", msgID = "cp011000_ex1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0340_01", msgID = "cp011000_ey1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0340_01", msgID = "cp011000_ez1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0340_01", msgID = "cp011000_f01010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0340_01", msgID = "cp011000_f11010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0341_00", msgID = "cp011000_f21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0350_00", msgID = "cp011000_f31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0350_00", msgID = "cp011000_f41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0350_00", msgID = "cp011000_f51010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0350_00", msgID = "cp011000_f61010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0350_01", msgID = "cp011000_f71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0351_00", msgID = "cp011000_f81010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0351_00", msgID = "cp011000_f91010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0351_00", msgID = "cp011000_fa1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0351_00", msgID = "cp011000_fb1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0351_01", msgID = "cp011000_fc1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0352_00", msgID = "cp011000_fd1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0352_00", msgID = "cp011000_fe1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0352_00", msgID = "cp011000_ff1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0352_00", msgID = "cp011000_fg1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0352_01", msgID = "cp011000_fh1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0353_00", msgID = "cp011000_fi1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0353_00", msgID = "cp011000_fj1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0353_00", msgID = "cp011000_fk1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0353_00", msgID = "cp011000_fl1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0353_01", msgID = "cp011000_fm1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0354_00", msgID = "cp011000_fn1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0354_00", msgID = "cp011000_fo1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0354_00", msgID = "cp011000_fp1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0354_00", msgID = "cp011000_fq1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0354_01", msgID = "cp011000_fr1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0355_00", msgID = "cp011000_fs1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0355_00", msgID = "cp011000_ft1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0355_00", msgID = "cp011000_fu1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0355_00", msgID = "cp011000_fv1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0355_01", msgID = "cp011000_fw1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0356_00", msgID = "cp011000_fx1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0356_00", msgID = "cp011000_fy1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0356_00", msgID = "cp011000_fz1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0356_00", msgID = "cp011000_g01010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0356_01", msgID = "cp011000_g11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0357_00", msgID = "cp011000_g21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0357_00", msgID = "cp011000_g31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0357_00", msgID = "cp011000_g41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0357_00", msgID = "cp011000_g51010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0357_01", msgID = "cp011000_g61010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0010_00", msgID = "cp011000_g71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0010_00", msgID = "cp011000_g81010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0010_00", msgID = "cp011000_g91010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0010_00", msgID = "cp011000_ga1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0010_01", msgID = "cp011000_gb1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0011_00", msgID = "cp011000_gc1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0011_00", msgID = "cp011000_gd1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0011_00", msgID = "cp011000_ge1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0011_00", msgID = "cp011000_gf1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0011_01", msgID = "cp011000_gg1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0012_00", msgID = "cp011000_gh1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0012_00", msgID = "cp011000_gi1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0012_00", msgID = "cp011000_gj1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0012_00", msgID = "cp011000_gk1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0012_01", msgID = "cp011000_gl1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0013_00", msgID = "cp011000_gm1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0013_00", msgID = "cp011000_gn1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0013_00", msgID = "cp011000_go1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0013_00", msgID = "cp011000_gp1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0013_01", msgID = "cp011000_gq1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0014_00", msgID = "cp011000_gr1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0014_00", msgID = "cp011000_gs1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0014_00", msgID = "cp011000_gt1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0014_00", msgID = "cp011000_gu1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0014_01", msgID = "cp011000_gv1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0015_00", msgID = "cp011000_gw1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0015_00", msgID = "cp011000_gx1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0015_00", msgID = "cp011000_gy1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0015_00", msgID = "cp011000_gz1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0015_01", msgID = "cp011000_h01010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0016_00", msgID = "cp011000_h11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0016_00", msgID = "cp011000_h21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0016_00", msgID = "cp011000_h31010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0016_00", msgID = "cp011000_h41010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0016_01", msgID = "cp011000_h51010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0017_00", msgID = "cp011000_h61010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0017_00", msgID = "cp011000_h71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0017_00", msgID = "cp011000_h81010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0017_00", msgID = "cp011000_h91010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0017_01", msgID = "cp011000_ha1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0018_00", msgID = "cp011000_hv1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0018_00", msgID = "cp011000_hw1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0018_00", msgID = "cp011000_hx1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0018_00", msgID = "cp011000_hy1010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0018_01", msgID = "cp011000_hz1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0019_00", msgID = "cp011000_i01010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0019_00", msgID = "cp011000_i11010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0019_00", msgID = "cp011000_i21010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0019_00", msgID = "cp011000_i31010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0019_01", msgID = "cp011000_i41010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0020_00", msgID = "cp011000_i51010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0020_00", msgID = "cp011000_i61010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0020_00", msgID = "cp011000_i71010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0020_00", msgID = "cp011000_i81010", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPRGZ0020_01", msgID = "cp011000_i91010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN170", msgID = "en011000_351111", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN170", msgID = "en011000_351211", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN170", msgID = "en011000_351311", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN170", msgID = "en011000_351411", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN180", msgID = "en011000_351413", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN180", msgID = "en011000_351414", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN180", msgID = "en011000_351415", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN180", msgID = "en011000_351416", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN190", msgID = "en011000_351417", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN190", msgID = "en011000_351418", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN190", msgID = "en011000_351419", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN190", msgID = "en011000_35141a", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN200", msgID = "en011000_35141b", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN200", msgID = "en011000_35141c", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN200", msgID = "en011000_35141d", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN200", msgID = "en011000_35141e", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN210", msgID = "en011000_35141f", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN210", msgID = "en011000_35141g", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN210", msgID = "en011000_35141h", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN210", msgID = "en011000_35141i", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN220", msgID = "en011000_35141j", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN220", msgID = "en011000_35141k", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN220", msgID = "en011000_35141l", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN220", msgID = "en011000_35141m", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN240", msgID = "en011000_351811", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN240", msgID = "en011000_351812", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN240", msgID = "en011000_351813", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN240", msgID = "en011000_351814", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN260", msgID = "en011000_351g11", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN260", msgID = "en011000_351g12", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN260", msgID = "en011000_351g13", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN260", msgID = "en011000_351g14", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN270", msgID = "en011000_351g15", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN270", msgID = "en011000_351g16", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN270", msgID = "en011000_351g17", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN270", msgID = "en011000_351g18", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN280", msgID = "en011000_351g19", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN280", msgID = "en011000_351g1a", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN280", msgID = "en011000_351g1b", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN280", msgID = "en011000_351g1c", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN290", msgID = "en011000_351g1d", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN290", msgID = "en011000_351g1e", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN290", msgID = "en011000_351g1f", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN290", msgID = "en011000_351g1g", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN300", msgID = "en011000_351g1h", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN300", msgID = "en011000_351g1i", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN300", msgID = "en011000_351g1j", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN300", msgID = "en011000_351g1k", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN310", msgID = "en011000_351g1l", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN310", msgID = "en011000_351g1m", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN310", msgID = "en011000_351g1n", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN310", msgID = "en011000_351g1o", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR061", msgID = "en011000_431110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR061", msgID = "en011000_431210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR061", msgID = "en011000_431310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR061", msgID = "en011000_431410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR071", msgID = "en011000_471110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR071", msgID = "en011000_471210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR071", msgID = "en011000_471310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR071", msgID = "en011000_471410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR081", msgID = "en011000_3v1110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR081", msgID = "en011000_3v1210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR081", msgID = "en011000_3v1310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR081", msgID = "en011000_3v1410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR082", msgID = "en011000_3v1510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR082", msgID = "en011000_3v1610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR082", msgID = "en011000_3v1710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR082", msgID = "en011000_3v1810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR100", msgID = "en011000_471111", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR100", msgID = "en011000_471211", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR100", msgID = "en011000_471311", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR100", msgID = "en011000_471411", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC011", msgID = "en011000_8f1110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC011", msgID = "en011000_8f1210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC011", msgID = "en011000_8f1310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC011", msgID = "en011000_8f1410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC041", msgID = "en011000_8r1110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC041", msgID = "en011000_8r1210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC041", msgID = "en011000_8r1310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC041", msgID = "en011000_8r1410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0131_01", msgID = "cp011000_bb1211", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0131_01", msgID = "cp011000_bb1212", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0131_01", msgID = "cp011000_bb1213", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0131_02", msgID = "cp011000_bb1214", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0131_02", msgID = "cp011000_bb1215", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0131_02", msgID = "cp011000_bb1216", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0131_02", msgID = "cp011000_bb1217", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0150_01", msgID = "cp011000_bg1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDMD1000_171010", msgID = "rdmd1000_171010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN320", msgID = "en011000_351g1p", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN320", msgID = "en011000_351g1q", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN320", msgID = "en011000_351g1r", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN320", msgID = "en011000_351g1s", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN320", msgID = "en011000_351g1t", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN320", msgID = "en011000_351g1u", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN320", msgID = "en011000_351g1v", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN320", msgID = "en011000_351g1w", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN330", msgID = "en011000_351g1x", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN330", msgID = "en011000_351g1y", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN330", msgID = "en011000_351g1z", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN330", msgID = "en011000_351g20", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN330", msgID = "en011000_351g21", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN330", msgID = "en011000_351g22", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN330", msgID = "en011000_351g23", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN330", msgID = "en011000_351g24", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR140", msgID = "en011000_471l10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR140", msgID = "en011000_471m10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR140", msgID = "en011000_471n10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR140", msgID = "en011000_471o10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR150", msgID = "en011000_471p10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR150", msgID = "en011000_471q10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR150", msgID = "en011000_471r10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR150", msgID = "en011000_471s10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR160", msgID = "en011000_471t10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR160", msgID = "en011000_471u10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR160", msgID = "en011000_471v10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR160", msgID = "en011000_471w10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR170", msgID = "en011000_471x10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR170", msgID = "en011000_471y10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR170", msgID = "en011000_471z10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR170", msgID = "en011000_472010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR180", msgID = "en011000_472110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR180", msgID = "en011000_472210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR180", msgID = "en011000_472310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR180", msgID = "en011000_472410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVB071", msgID = "en011000_7z1110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVB071", msgID = "en011000_7z1210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVB071", msgID = "en011000_7z1310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVB071", msgID = "en011000_7z1410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVB072", msgID = "en011000_7z1510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVB072", msgID = "en011000_7z1610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVB072", msgID = "en011000_7z1710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVB072", msgID = "en011000_7z1810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC330", msgID = "en011000_bz1110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC330", msgID = "en011000_bz1210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC330", msgID = "en011000_bz1310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC330", msgID = "en011000_bz1410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC340", msgID = "en011000_bz1510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC340", msgID = "en011000_bz1610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC340", msgID = "en011000_bz1710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC340", msgID = "en011000_bz1810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC360", msgID = "en011000_bz1d10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC360", msgID = "en011000_bz1e10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC360", msgID = "en011000_bz1f10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC360", msgID = "en011000_bz1g10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC361", msgID = "en011000_bz1h10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC361", msgID = "en011000_bz1i10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC361", msgID = "en011000_bz1j10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC361", msgID = "en011000_bz1k10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC401", msgID = "en011000_co1110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC401", msgID = "en011000_co1210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC401", msgID = "en011000_co1310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC401", msgID = "en011000_co1410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC402", msgID = "en011000_co1510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC402", msgID = "en011000_co1610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC402", msgID = "en011000_co1710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC402", msgID = "en011000_co1810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC403", msgID = "en011000_co1910", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC403", msgID = "en011000_co1a10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC403", msgID = "en011000_co1b10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC403", msgID = "en011000_co1c10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC404", msgID = "en011000_co1d10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC404", msgID = "en011000_co1e10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC404", msgID = "en011000_co1f10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC404", msgID = "en011000_co1g10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC405", msgID = "en011000_co1h10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC405", msgID = "en011000_co1i10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC405", msgID = "en011000_co1j10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC405", msgID = "en011000_co1k10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC406", msgID = "en011000_co1l10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC406", msgID = "en011000_co1m10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC406", msgID = "en011000_co1n10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC406", msgID = "en011000_co1o10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC407", msgID = "en011000_co1p10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC407", msgID = "en011000_co1q10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC407", msgID = "en011000_co1r10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC407", msgID = "en011000_co1s10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC408", msgID = "en011000_co1t10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC408", msgID = "en011000_co1u10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC408", msgID = "en011000_co1v10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC408", msgID = "en011000_co1w10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC409", msgID = "en011000_co1x10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC409", msgID = "en011000_co1y10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC409", msgID = "en011000_co1z10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC409", msgID = "en011000_co2010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC410", msgID = "en011000_co2110", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC410", msgID = "en011000_co2210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC410", msgID = "en011000_co2310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC410", msgID = "en011000_co2410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC411", msgID = "en011000_co2510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC411", msgID = "en011000_co2610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC411", msgID = "en011000_co2710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC411", msgID = "en011000_co2810", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC412", msgID = "en011000_co2910", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC412", msgID = "en011000_co2a10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC412", msgID = "en011000_co2b10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC412", msgID = "en011000_co2c10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC420", msgID = "en011000_co2d10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC420", msgID = "en011000_co2e10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC420", msgID = "en011000_co2f10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC420", msgID = "en011000_co2g10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC440", msgID = "en011000_co2l10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC440", msgID = "en011000_co2m10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC440", msgID = "en011000_co2n10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC440", msgID = "en011000_co2o10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC420", msgID = "en011000_co2e11", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC420", msgID = "en011000_co2f11", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC420", msgID = "en011000_co2e12", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC420", msgID = "en011000_co2d11", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC430", msgID = "en011000_co2h10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC430", msgID = "en011000_co2j10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC430", msgID = "en011000_co2j20", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC431", msgID = "en011000_co2k30", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE040", msgID = "en011000_351l10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE040", msgID = "en011000_351m10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE040", msgID = "en011000_351n10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE040", msgID = "en011000_351o10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE050", msgID = "en011000_351p10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE050", msgID = "en011000_351q10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE050", msgID = "en011000_351r10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE050", msgID = "en011000_351s10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE060", msgID = "en011000_351t10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE060", msgID = "en011000_351u10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE060", msgID = "en011000_351v10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE060", msgID = "en011000_351w10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0032_00", msgID = "cp011000_a31910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0032_00", msgID = "cp011000_a31a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0032_00", msgID = "cp011000_a31b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0032_00", msgID = "cp011000_a31c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0032_00", msgID = "cp011000_a31d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0032_00", msgID = "cp011000_a31e10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0032_00", msgID = "cp011000_a31f10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0032_00", msgID = "cp011000_a31g10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0032_01", msgID = "cp011000_a31h10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0292_01", msgID = "cp011000_e91511", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0294_01", msgID = "cp011000_e91a11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0284_00", msgID = "cp011000_dp1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0284_00", msgID = "cp011000_dp1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0284_00", msgID = "cp011000_dp1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0284_00", msgID = "cp011000_dp1410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0284_01", msgID = "cp011000_dp1510", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE020", msgID = "en011000_351k11", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE020", msgID = "en011000_351k12", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE020", msgID = "en011000_351k13", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE020", msgID = "en011000_351k14", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE030", msgID = "en011000_351k15", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE030", msgID = "en011000_351k16", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE030", msgID = "en011000_351k17", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE030", msgID = "en011000_351k18", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_4c1110", msgID = "pprg1001_4c1110", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE070", msgID = "en011000_351x10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE070", msgID = "en011000_351y10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE070", msgID = "en011000_351z10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE070", msgID = "en011000_352010", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE070", msgID = "en011000_352110", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE070", msgID = "en011000_352210", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE070", msgID = "en011000_352310", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE070", msgID = "en011000_352410", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE080", msgID = "en011000_352510", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE080", msgID = "en011000_352610", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE080", msgID = "en011000_352710", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE080", msgID = "en011000_352810", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_101210", msgID = "pprg1002_101210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_121210", msgID = "pprg1002_121210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_181110", msgID = "pprg1002_181110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1b1111", msgID = "pprg1002_1b1111", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1c1110", msgID = "pprg1002_1c1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1d1210", msgID = "pprg1002_1d1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1e1110", msgID = "pprg1002_1e1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1e1210", msgID = "pprg1002_1e1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1h1110", msgID = "pprg1002_1h1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1h1210", msgID = "pprg1002_1h1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1q1110", msgID = "pprg1002_1q1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_101110", msgID = "pprg1011_101110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_101210", msgID = "pprg1011_101210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_101310", msgID = "pprg1011_101310", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_111110", msgID = "pprg1012_111110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_121110", msgID = "pprg1012_121110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1j1110", msgID = "pprg1011_1j1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1i1110", msgID = "pprg1002_1i1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1i1210", msgID = "pprg1002_1i1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1o1110", msgID = "pprg1002_1o1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_1d1110", msgID = "pprg1011_1d1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_171110", msgID = "pprg1012_171110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5c1110", msgID = "pprg1001_5c1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1000_101010", msgID = "pprg1012_1p1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0359_00", msgID = "cp011000_i41110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0359_00", msgID = "cp011000_i41210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0359_00", msgID = "cp011000_i41310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0359_00", msgID = "cp011000_i41410", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1011_141110", msgID = "pprg1011_141110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0023_00", msgID = "cp011000_9y1l10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0061_00", msgID = "cp011000_an1410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0061_00", msgID = "cp011000_an1510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0061_00", msgID = "cp011000_an1610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0061_00", msgID = "cp011000_an1710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0062_00", msgID = "cp011000_an1810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0062_00", msgID = "cp011000_an1910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0062_00", msgID = "cp011000_an1a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0062_00", msgID = "cp011000_an1b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0063_00", msgID = "cp011000_an1c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0063_00", msgID = "cp011000_an1d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0063_00", msgID = "cp011000_an1e10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0063_00", msgID = "cp011000_an1f10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0064_00", msgID = "cp011000_an1g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0033_00", msgID = "cp011000_a31i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0033_00", msgID = "cp011000_a31j10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0033_00", msgID = "cp011000_a31k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0033_00", msgID = "cp011000_a31l10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0033_01", msgID = "cp011000_a31m10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0049_00", msgID = "cp011000_a81710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0081_00", msgID = "cp011000_ax1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0081_00", msgID = "cp011000_ax1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0081_00", msgID = "cp011000_ax1410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0081_00", msgID = "cp011000_ax1510", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0081_01", msgID = "cp011000_ax1610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0143_00", msgID = "cp011000_bb1c10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0143_00", msgID = "cp011000_bb1d10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0143_00", msgID = "cp011000_bb1e10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0143_00", msgID = "cp011000_bb1f10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0144_00", msgID = "cp011000_bb1g10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0144_00", msgID = "cp011000_bb1h10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0144_00", msgID = "cp011000_bb1i10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0144_00", msgID = "cp011000_bb1j10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0145_00", msgID = "cp011000_bb1k10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0145_00", msgID = "cp011000_bb1l10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0145_00", msgID = "cp011000_bb1m10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0145_00", msgID = "cp011000_bb1n10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0146_00", msgID = "cp011000_bb1o10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0146_00", msgID = "cp011000_bb1p10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0146_00", msgID = "cp011000_bb1q10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0146_00", msgID = "cp011000_bb1r10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0147_00", msgID = "cp011000_bb1s10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0147_00", msgID = "cp011000_bb1t10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0147_00", msgID = "cp011000_bb1u10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0147_00", msgID = "cp011000_bb1v10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0147_01", msgID = "cp011000_bb1w10", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0147_01", msgID = "cp011000_bb1x10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0288_00", msgID = "cp011000_e41411", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0288_00", msgID = "cp011000_e41412", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0288_00", msgID = "cp011000_e41413", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0288_00", msgID = "cp011000_e41414", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0288_01", msgID = "cp011000_e41415", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0020", msgID = "pprg8000_120z10", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0020", msgID = "pprg8000_121010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0050", msgID = "pprg8000_171010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0050", msgID = "pprg8000_181010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0060", msgID = "pprg8000_191010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0260", msgID = "pprg8000_1t1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0270", msgID = "pprg8000_1u1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0310", msgID = "pprg8000_1x1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0320", msgID = "pprg8000_1y1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0340", msgID = "pprg8000_201010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0350", msgID = "pprg8000_211010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0360", msgID = "pprg8000_221010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5v1010", msgID = "pprg1001_5v1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_141010", msgID = "comr2100_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_601010", msgID = "pprg1001_601010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_611010", msgID = "pprg1001_611010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1t1010", msgID = "pprg1012_1t1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1u1010", msgID = "pprg1012_1u1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1v1010", msgID = "pprg1012_1v1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1w1010", msgID = "pprg1012_1w1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1h1010", msgID = "pprg1013_1h1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_101010", msgID = "comr2100_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_111010", msgID = "comr2100_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_121010", msgID = "comr2100_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_131010", msgID = "comr2100_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_151010", msgID = "comr2100_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1002_1a1110", msgID = "pprg1002_1a1110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "PPRG1013_1i1110", msgID = "pprg1013_1i1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0182_00", msgID = "cp011000_bw1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0182_00", msgID = "cp011000_bw1410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0182_00", msgID = "cp011000_bw1510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0182_00", msgID = "cp011000_bw1610", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_141110", msgID = "pprg1012_141110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1i1110", msgID = "pprg1012_1i1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1k1110", msgID = "pprg1012_1k1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "PPRG1012_1m1110", msgID = "pprg1012_1m1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_5t1110", msgID = "pprg1001_5t1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_261110", msgID = "pprg1001_261110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "PPRG1001_261310", msgID = "pprg1001_261310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0148_01", msgID = "cp011000_bb1812", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0148_01", msgID = "cp011000_bb1813", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0200", msgID = "cp011000_8b1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0300", msgID = "cp011000_8d1110", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN301", msgID = "en011000_355010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN301", msgID = "en011000_355210", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN301", msgID = "en011000_355410", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN301", msgID = "en011000_355610", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVN331", msgID = "en011000_351h24", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVN331", msgID = "en011000_351i24", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVN331", msgID = "en011000_351j24", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVN331", msgID = "en011000_351k24", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVE080", msgID = "en011000_352511", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVE080", msgID = "en011000_352512", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVE080", msgID = "en011000_352611", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVE080", msgID = "en011000_352711", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVC431", msgID = "en011000_co2i10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVC431", msgID = "en011000_co2k10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVC431", msgID = "en011000_co2k20", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVC430", msgID = "en011000_co2j30", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_101010", msgID = "rdps1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_111010", msgID = "rdps1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_121010", msgID = "rdps1000_121010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0010_001", msgID = "snak1000_101010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0010_002", msgID = "snak1000_111010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0020_001", msgID = "snak1000_121010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0020_002", msgID = "snak1000_131010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0020_003", msgID = "snak1000_141010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0030_001", msgID = "snak1000_151010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0030_002", msgID = "snak1000_161010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0030_003", msgID = "snak1000_171010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0040_001", msgID = "snak1000_181010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0040_002", msgID = "snak1000_191010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0040_003", msgID = "snak1000_1a1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0050_001", msgID = "snak1000_1b1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0050_002", msgID = "snak1000_1c1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0050_003", msgID = "snak1000_1d1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_001", msgID = "snak1000_1e1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_002", msgID = "snak1000_1f1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_003", msgID = "snak1000_1g1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_004", msgID = "snak1000_1h1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_005", msgID = "snak1000_1i1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_006", msgID = "snak1000_1j1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_007", msgID = "snak1000_1k1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_008", msgID = "snak1000_1l1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_009", msgID = "snak1000_1m1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_001", msgID = "snak1000_1n1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_002", msgID = "snak1000_1o1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_003", msgID = "snak1000_1p1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0320_001", msgID = "snak2000_101010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0400_001", msgID = "snak2000_1a1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0400_002", msgID = "snak2000_1b1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0400_003", msgID = "snak2000_1c1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0410_001", msgID = "snak2000_1d1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0410_002", msgID = "snak2000_1e1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0410_003", msgID = "snak2000_1f1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0530_001", msgID = "snak2000_1s1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0530_002", msgID = "snak2000_1t1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0540_003", msgID = "snak2000_1u1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0540_001", msgID = "snak2000_1v1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0540_002", msgID = "snak2000_1w1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0540_003", msgID = "snak2000_1x1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0540_004", msgID = "snak2000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_0z1010", msgID = "rdps1000_0z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_151010", msgID = "rdps1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_161010", msgID = "rdps1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_171010", msgID = "rdps1000_171010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0341_01", msgID = "cp011000_f21110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0341_01", msgID = "cp011000_f21210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0341_01", msgID = "cp011000_f21310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0341_01", msgID = "cp011000_f21410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_121110", msgID = "rdps1000_121110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1100_101010", msgID = "rdps1100_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111010", msgID = "rdps0z00_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS3000_111010", msgID = "rdps3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS3000_121010", msgID = "rdps3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS3000_131010", msgID = "rdps3000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_181010", msgID = "rdps2100_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_191010", msgID = "rdps2100_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_1b1010", msgID = "rdps2100_1b1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_1c1010", msgID = "rdps2100_1c1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_1d1010", msgID = "rdps2100_1d1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_1e1010", msgID = "rdps2100_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2100_1f1010", msgID = "rdps2100_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_111010", msgID = "rdps2000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_121010", msgID = "rdps2000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_141010", msgID = "rdps2000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151010", msgID = "rdps2000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_132010", msgID = "rdps2000_132010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_121410", msgID = "rdps1000_121410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_121510", msgID = "rdps1000_121510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_141110", msgID = "rdps2000_141110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151110", msgID = "rdps2000_151110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151210", msgID = "rdps2000_151210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_121010", msgID = "rdps0z00_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS2200_0z1010", msgID = "rdps2200_0z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_181012", msgID = "rdps1000_181012", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2101_101010", msgID = "rdps2101_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2101_111010", msgID = "rdps2101_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2101_121010", msgID = "rdps2101_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1e1310", msgID = "intl1000_1e1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1h10z0", msgID = "intl1000_1h10z0", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_101b10", msgID = "intl1000_101b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_101c10", msgID = "intl1000_101c10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_161010", msgID = "intl1000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_171010", msgID = "intl1000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_181010", msgID = "intl1000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_191010", msgID = "intl1000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1a1010", msgID = "intl1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1b1010", msgID = "intl1000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1c1010", msgID = "intl1000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1d1010", msgID = "intl1000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1e1010", msgID = "intl1000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1f1010", msgID = "intl1000_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1g1010", msgID = "intl1000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1h1010", msgID = "intl1000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL4000_1i1010", msgID = "intl1000_1x1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL5000_101010", msgID = "intl2000_1f1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL5000_111010", msgID = "intl2000_1g1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL6000_101010", msgID = "intl3000_1j1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL6000_111010", msgID = "intl3000_1k1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL6000_121010", msgID = "intl3000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1d1010", msgID = "suvv1000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1e1010", msgID = "suvv1000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1f1010", msgID = "suvv1000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1g1010", msgID = "suvv1000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1h1010", msgID = "suvv1000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1010", msgID = "suvv1000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1j1010", msgID = "suvv1000_1j1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_111110", msgID = "gmov3000_111110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV1100_101010", msgID = "suvv2000_1m1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV1200_101010", msgID = "suvv3000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1i1010", msgID = "snes1000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1j1010", msgID = "snes1000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1l1010", msgID = "snes1000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1m1010", msgID = "snes1000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1n1010", msgID = "snes1000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1o1010", msgID = "snes1000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1p1010", msgID = "snes1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1q1010", msgID = "snes1000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1s1010", msgID = "snes1000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1t1010", msgID = "snes1000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1w1010", msgID = "snes1000_1w1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES1100_101010", msgID = "snes2000_1e1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES1100_121010", msgID = "snes2000_1g1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES1100_131010", msgID = "snes2000_1h1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES1100_141010", msgID = "snes2000_1i1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES1200_101010", msgID = "snes3000_161010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR083", msgID = "en011000_3v1111", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR083", msgID = "en011000_3v1211", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR083", msgID = "en011000_3v1311", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR083", msgID = "en011000_3v1411", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0090_00", msgID = "cp011000_ay1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0090_00", msgID = "cp011000_az1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0090_00", msgID = "cp011000_b01110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0090_00", msgID = "cp011000_b11110", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_101010", msgID = "gmov3000_101010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_121010", msgID = "gmov3000_121010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_131010", msgID = "gmov3000_131010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_141010", msgID = "gmov3000_141010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0110", msgID = "cp011000_181110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0111", msgID = "cp011000_181210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0112", msgID = "cp011000_181310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0110", msgID = "cp011000_1i1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0111", msgID = "cp011000_1i1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0112", msgID = "cp011000_1i1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0110", msgID = "cp011000_1s1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0111", msgID = "cp011000_1s1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0112", msgID = "cp011000_1s1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0110", msgID = "cp011000_221110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0111", msgID = "cp011000_221210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0112", msgID = "cp011000_221310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0110", msgID = "cp011000_2c1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0111", msgID = "cp011000_2c1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0112", msgID = "cp011000_2c1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0110", msgID = "cp011000_2m1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0111", msgID = "cp011000_2m1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0112", msgID = "cp011000_2m1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0110", msgID = "cp011000_2w1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0111", msgID = "cp011000_2w1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0112", msgID = "cp011000_2w1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0110", msgID = "cp011000_361110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0111", msgID = "cp011000_361210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0112", msgID = "cp011000_361310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0110", msgID = "cp011000_371911", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0111", msgID = "cp011000_371912", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0112", msgID = "cp011000_371913", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0110", msgID = "cp011000_371j11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0111", msgID = "cp011000_371j12", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0112", msgID = "cp011000_371j13", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0110", msgID = "cp011000_371t11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0111", msgID = "cp011000_371t12", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0112", msgID = "cp011000_371t13", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0110", msgID = "cp011000_372311", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0111", msgID = "cp011000_372312", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0112", msgID = "cp011000_372313", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0111", msgID = "cp011000_3g1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0112", msgID = "cp011000_3g1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSN0113", msgID = "cp011000_3g1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0111", msgID = "cp011000_3r1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0112", msgID = "cp011000_3r1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSC0113", msgID = "cp011000_3r1310", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0111", msgID = "cp011000_3t1911", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0112", msgID = "cp011000_3t1912", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CSA0113", msgID = "cp011000_3t1913", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0210", msgID = "cp011000_421110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0211", msgID = "cp011000_421210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0212", msgID = "cp011000_421310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0210", msgID = "cp011000_4c1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0211", msgID = "cp011000_4c1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0212", msgID = "cp011000_4c1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0210", msgID = "cp011000_4m1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0211", msgID = "cp011000_4m1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0212", msgID = "cp011000_4m1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0210", msgID = "cp011000_4w1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0211", msgID = "cp011000_4w1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0212", msgID = "cp011000_4w1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0210", msgID = "cp011000_561110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0211", msgID = "cp011000_561210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0212", msgID = "cp011000_561310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0210", msgID = "cp011000_5g1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0211", msgID = "cp011000_5g1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0212", msgID = "cp011000_5g1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0210", msgID = "cp011000_5q1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0211", msgID = "cp011000_5q1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0212", msgID = "cp011000_5q1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0210", msgID = "cp011000_601110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0211", msgID = "cp011000_601210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0212", msgID = "cp011000_601310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0210", msgID = "cp011000_611911", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0211", msgID = "cp011000_611912", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0212", msgID = "cp011000_611913", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0210", msgID = "cp011000_611j11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0211", msgID = "cp011000_611j12", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0212", msgID = "cp011000_611j13", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0210", msgID = "cp011000_611t11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0211", msgID = "cp011000_611t12", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0212", msgID = "cp011000_611t13", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0210", msgID = "cp011000_612311", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0211", msgID = "cp011000_612312", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0212", msgID = "cp011000_612313", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0310", msgID = "cp011000_6a1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0311", msgID = "cp011000_6a1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSN0312", msgID = "cp011000_6a1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0310", msgID = "cp011000_6k1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0311", msgID = "cp011000_6k1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSN0312", msgID = "cp011000_6k1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0310", msgID = "cp011000_6u1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0311", msgID = "cp011000_6u1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSN0312", msgID = "cp011000_6u1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0310", msgID = "cp011000_741110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0311", msgID = "cp011000_741210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSN0312", msgID = "cp011000_741310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0310", msgID = "cp011000_7e1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0311", msgID = "cp011000_7e1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSC0312", msgID = "cp011000_7e1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0310", msgID = "cp011000_7o1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0311", msgID = "cp011000_7o1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSC0312", msgID = "cp011000_7o1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0310", msgID = "cp011000_7y1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0311", msgID = "cp011000_7y1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSC0312", msgID = "cp011000_7y1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0310", msgID = "cp011000_881110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0311", msgID = "cp011000_881210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSC0312", msgID = "cp011000_881310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0310", msgID = "cp011000_891911", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0311", msgID = "cp011000_891912", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CSA0312", msgID = "cp011000_891913", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0310", msgID = "cp011000_891j11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0311", msgID = "cp011000_891j12", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0312", msgID = "cp011000_891j13", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0310", msgID = "cp011000_891t11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0311", msgID = "cp011000_891t12", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CSA0312", msgID = "cp011000_891t13", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0310", msgID = "cp011000_892311", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0311", msgID = "cp011000_892312", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CSA0312", msgID = "cp011000_892313", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0210", msgID = "cp011000_ev1110", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0211", msgID = "cp011000_ev1210", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPI0212", msgID = "cp011000_ev1310", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0010_01", msgID = "sltb0z00_101010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0010_02", msgID = "sltb0z00_111010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0010_03", msgID = "sltb0z00_121010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0010_04", msgID = "sltb0z00_131010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0010_05", msgID = "sltb0z00_141010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0010_06", msgID = "sltb0z00_151010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0010_07", msgID = "sltb0z00_161010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0010_08", msgID = "sltb0z00_171010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0010_09", msgID = "sltb0z00_181010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0010_10", msgID = "sltb0z00_191010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0010_11", msgID = "sltb0z00_1a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0010_12", msgID = "sltb0z00_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SLTB0z00_1s1010", msgID = "sltb0z00_1s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_etc001", msgID = "sltb0z00_1y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0030_0010_02", msgID = "sltb0z00_231010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0010_03", msgID = "sltb0z00_241010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0030_0010_04", msgID = "sltb0z00_271010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0030_0020_01", msgID = "sltb0z00_281010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0020_02", msgID = "sltb0z00_291010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0030_0020_05", msgID = "sltb0z00_2a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0020_06", msgID = "sltb0z00_2b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0030_0020_07", msgID = "sltb0z00_2c1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0020", msgID = "prsn1000_111010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0020", msgID = "prsn1000_121010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0050", msgID = "prsn1000_171010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0050", msgID = "prsn1000_181010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0060", msgID = "prsn1000_191010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0260", msgID = "prsn1000_1t1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0270", msgID = "prsn1000_1u1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0310", msgID = "prsn1000_1x1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0320", msgID = "prsn1000_1y1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0340", msgID = "prsn1000_201010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0350", msgID = "prsn1000_211010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0360", msgID = "prsn1000_221010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_101010", msgID = "hasl0z00_101010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_111010", msgID = "hasl0z00_111010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_121010", msgID = "hasl0z00_121010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_131010", msgID = "hasl0z00_131010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_151010", msgID = "hasl0z00_151010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_161010", msgID = "hasl0z00_161010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_171010", msgID = "hasl0z00_171010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_181010", msgID = "hasl0z00_181010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_191010", msgID = "hasl0z00_191010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1a1010", msgID = "hasl0z00_1a1010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_1b1010", msgID = "hasl0z00_1b1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1c1010", msgID = "hasl0z00_1c1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1d1010", msgID = "hasl0z00_1d1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1e1010", msgID = "hasl0z00_1e1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1f1010", msgID = "hasl0z00_1f1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1g1010", msgID = "hasl0z00_1g1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1h1010", msgID = "hasl0z00_1h1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1i1010", msgID = "hasl0z00_1i1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1j1010", msgID = "hasl0z00_1j1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1k1010", msgID = "hasl0z00_1k1010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_1l1010", msgID = "hasl0z00_1l1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1m1010", msgID = "hasl0z00_1m1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1n1010", msgID = "hasl0z00_1n1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1o1010", msgID = "hasl0z00_1o1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1p1010", msgID = "hasl0z00_1p1010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_1q1010", msgID = "hasl0z00_1q1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1r1010", msgID = "hasl0z00_1r1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1s1010", msgID = "hasl0z00_1s1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1t1010", msgID = "hasl0z00_1t1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1u1010", msgID = "hasl0z00_1u1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1v1010", msgID = "hasl0z00_1v1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_1w1010", msgID = "hasl0z00_1w1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1x1010", msgID = "hasl0z00_1x1010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_1y1010", msgID = "hasl0z00_1y1010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_1z1010", msgID = "hasl0z00_1z1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_201010", msgID = "hasl0z00_201010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_221010", msgID = "hasl0z00_221010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_231010", msgID = "hasl0z00_231010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_241010", msgID = "hasl0z00_241010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_261010", msgID = "hasl0z00_261010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_271010", msgID = "hasl0z00_271010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_281010", msgID = "hasl0z00_281010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_291010", msgID = "hasl0z00_291010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2a1010", msgID = "hasl0z00_2a1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2b1010", msgID = "hasl0z00_2b1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2d1010", msgID = "hasl0z00_2d1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_2f1010", msgID = "hasl0z00_2f1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2g1010", msgID = "hasl0z00_2g1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2h1010", msgID = "hasl0z00_2h1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_2i1010", msgID = "hasl0z00_2i1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_2j1010", msgID = "hasl0z00_2j1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2k1010", msgID = "hasl0z00_2k1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2l1010", msgID = "hasl0z00_2l1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_2m1010", msgID = "hasl0z00_2m1010", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_2o1010", msgID = "hasl0z00_2o1010", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_2p1010", msgID = "hasl0z00_2p1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0010", msgID = "hasl0z00_2r1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0030", msgID = "hasl0z00_2t1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0040", msgID = "hasl0z00_2u1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0060", msgID = "hasl0z00_2w1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0070", msgID = "hasl0z00_2x1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0080", msgID = "hasl0z00_2y1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0090", msgID = "hasl0z00_2z1010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0100", msgID = "hasl0z00_301010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0110", msgID = "hasl0z00_311010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0120", msgID = "hasl0z00_321010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0130", msgID = "hasl0z00_331010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0140", msgID = "hasl0z00_341010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0150", msgID = "hasl0z00_351010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0160", msgID = "hasl0z00_361010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0170", msgID = "hasl0z00_371010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0180", msgID = "hasl0z00_381010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0190", msgID = "hasl0z00_391010", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0200", msgID = "hasl0z00_3a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_101010", msgID = "hasl0z10_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_111010", msgID = "hasl0z10_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_121010", msgID = "hasl0z10_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_131010", msgID = "hasl0z10_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_141010", msgID = "hasl0z10_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_151010", msgID = "hasl0z10_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_161010", msgID = "hasl0z10_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_171010", msgID = "hasl0z10_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_181010", msgID = "hasl0z10_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_191010", msgID = "hasl0z10_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1a1010", msgID = "hasl0z10_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1b1010", msgID = "hasl0z10_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1c1010", msgID = "hasl0z10_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1d1010", msgID = "hasl0z10_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1e1010", msgID = "hasl0z10_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1f1010", msgID = "hasl0z10_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1g1010", msgID = "hasl0z10_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1h1010", msgID = "hasl0z10_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1i1010", msgID = "hasl0z10_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1j1010", msgID = "hasl0z10_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1k1010", msgID = "hasl0z10_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1l1010", msgID = "hasl0z10_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1m1010", msgID = "hasl0z10_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1n1010", msgID = "hasl0z10_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1o1010", msgID = "hasl0z10_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1p1010", msgID = "hasl0z10_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1q1010", msgID = "hasl0z10_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1r1010", msgID = "hasl0z10_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1s1010", msgID = "hasl0z10_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1t1010", msgID = "hasl0z10_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_1u1010", msgID = "hasl0z10_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE4000_101010", msgID = "ldte4000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE4000_111010", msgID = "ldte4000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE4000_121010", msgID = "ldte4000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE4000_131010", msgID = "ldte4000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "LDTE4000_141010", msgID = "ldte4000_141010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0171_00", msgID = "cp011000_bq1110", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0171_00", msgID = "cp011000_bq1210", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0171_00", msgID = "cp011000_bq1310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0171_00", msgID = "cp011000_bq1410", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0090_01", msgID = "cp011000_b71110", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR190", msgID = "en011000_472710", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR190", msgID = "en011000_472810", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR190", msgID = "en011000_472c10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR190", msgID = "en011000_472d10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR190", msgID = "en011000_472h10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR190", msgID = "en011000_472i10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR190", msgID = "en011000_472m10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR190", msgID = "en011000_472n10", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTG0010_0010", msgID = "sltb0z10_101010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTG0010_0010", msgID = "sltb0z10_111010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTG0010_0010", msgID = "sltb0z10_121010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTG0010_0010", msgID = "sltb0z10_131010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTG0010_0020", msgID = "sltb0z10_141010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTG0010_0020", msgID = "sltb0z10_151010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTG0010_0020", msgID = "sltb0z10_161010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTG0010_0020", msgID = "sltb0z10_171010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTG0010_0030", msgID = "sltb0z10_181010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTG0010_0030", msgID = "sltb0z10_191010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTG0010_0030", msgID = "sltb0z10_1a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTG0010_0030", msgID = "sltb0z10_1b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTG0010_0040", msgID = "sltb0z10_1c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTG0010_0040", msgID = "sltb0z10_1d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTG0010_0040", msgID = "sltb0z10_1e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTG0010_0040", msgID = "sltb0z10_1f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTG0010_0050", msgID = "sltb0z10_1g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTG0010_0050", msgID = "sltb0z10_1h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTG0010_0050", msgID = "sltb0z10_1i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTG0010_0050", msgID = "sltb0z10_1j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0010_01", msgID = "sltb0z10_1k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0010_02", msgID = "sltb0z10_1l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0010_03", msgID = "sltb0z10_1m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0010_04", msgID = "sltb0z10_1n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0010_05", msgID = "sltb0z10_1o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0020_01", msgID = "sltb0z10_1p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0020_02", msgID = "sltb0z10_1q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0020_03", msgID = "sltb0z10_1r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0020_04", msgID = "sltb0z10_1s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0020_05", msgID = "sltb0z10_1t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0020_06", msgID = "sltb0z10_1u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0030_01", msgID = "sltb0z10_1v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0030_02", msgID = "sltb0z10_1w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0030_03", msgID = "sltb0z10_1x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0030_04", msgID = "sltb0z10_1y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0030_05", msgID = "sltb0z10_1z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0040_01", msgID = "sltb0z10_201010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0040_02", msgID = "sltb0z10_211010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0040_03", msgID = "sltb0z10_221010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0050_01", msgID = "sltb0z10_231010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0050_02", msgID = "sltb0z10_241010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0050_03", msgID = "sltb0z10_251010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0050_04", msgID = "sltb0z10_261010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0050_05", msgID = "sltb0z10_271010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0050_06", msgID = "sltb0z10_281010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0070_01", msgID = "sltb0z10_291010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0070_02", msgID = "sltb0z10_2a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0070_03", msgID = "sltb0z10_2b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0070_04", msgID = "sltb0z10_2c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0070_05", msgID = "sltb0z10_2d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0080_01", msgID = "sltb0z10_2e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0080_02", msgID = "sltb0z10_2f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0080_03", msgID = "sltb0z10_2g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0080_04", msgID = "sltb0z10_2h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0080_05", msgID = "sltb0z10_2i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0080_06", msgID = "sltb0z10_2j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0090_01", msgID = "sltb0z10_2k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0090_02", msgID = "sltb0z10_2l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0090_03", msgID = "sltb0z10_2m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0090_04", msgID = "sltb0z10_2n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0100_01", msgID = "sltb0z10_2o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0100_02", msgID = "sltb0z10_2p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0100_03", msgID = "sltb0z10_2q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0100_04", msgID = "sltb0z10_2r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0100_05", msgID = "sltb0z10_2s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0110_01", msgID = "sltb0z10_2t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0110_02", msgID = "sltb0z10_2u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0110_03", msgID = "sltb0z10_2v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0110_04", msgID = "sltb0z10_2w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0110_05", msgID = "sltb0z10_2x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0120_01", msgID = "sltb0z10_2y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0120_02", msgID = "sltb0z10_2z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0120_03", msgID = "sltb0z10_301010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0120_04", msgID = "sltb0z10_311010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0120_05", msgID = "sltb0z10_321010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0120_06", msgID = "sltb0z10_331010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0130_01", msgID = "sltb0z10_341010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0130_02", msgID = "sltb0z10_351010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0130_03", msgID = "sltb0z10_361010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0130_04", msgID = "sltb0z10_371010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0130_05", msgID = "sltb0z10_381010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0140_01", msgID = "sltb0z10_391010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0140_02", msgID = "sltb0z10_3a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0140_03", msgID = "sltb0z10_3b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0140_04", msgID = "sltb0z10_3c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0140_05", msgID = "sltb0z10_3d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0140_06", msgID = "sltb0z10_3e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0160_01", msgID = "sltb0z10_3f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0160_02", msgID = "sltb0z10_3g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0160_03", msgID = "sltb0z10_3h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0160_04", msgID = "sltb0z10_3i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0160_05", msgID = "sltb0z10_3j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0180_01", msgID = "sltb0z10_3k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0180_02", msgID = "sltb0z10_3l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0180_03", msgID = "sltb0z10_3m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0190_01", msgID = "sltb0z10_3n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0190_02", msgID = "sltb0z10_3o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0200_01", msgID = "sltb0z10_3p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0200_02", msgID = "sltb0z10_3q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0200_03", msgID = "sltb0z10_3r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0200_04", msgID = "sltb0z10_3s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0200_05", msgID = "sltb0z10_3t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0210_01", msgID = "sltb0z10_3u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0210_02", msgID = "sltb0z10_3v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0210_03", msgID = "sltb0z10_3w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0210_04", msgID = "sltb0z10_3x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0210_05", msgID = "sltb0z10_3y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0210_06", msgID = "sltb0z10_3z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0220_01", msgID = "sltb0z10_401010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0220_02", msgID = "sltb0z10_411010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0230_01", msgID = "sltb0z10_421010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0230_02", msgID = "sltb0z10_431010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0230_03", msgID = "sltb0z10_441010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0230_04", msgID = "sltb0z10_451010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0230_05", msgID = "sltb0z10_461010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0230_06", msgID = "sltb0z10_471010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0230_07", msgID = "sltb0z10_481010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0240_01", msgID = "sltb0z10_491010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0240_02", msgID = "sltb0z10_4a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0240_03", msgID = "sltb0z10_4b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0240_04", msgID = "sltb0z10_4c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0240_05", msgID = "sltb0z10_4d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0250_01", msgID = "sltb0z10_4e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0250_02", msgID = "sltb0z10_4f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0250_03", msgID = "sltb0z10_4g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0250_04", msgID = "sltb0z10_4h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0260_01", msgID = "sltb0z10_4i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0260_02", msgID = "sltb0z10_4j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0260_03", msgID = "sltb0z10_4k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0260_04", msgID = "sltb0z10_4l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0270_01", msgID = "sltb0z10_4m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0270_02", msgID = "sltb0z10_4n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0270_03", msgID = "sltb0z10_4o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0270_04", msgID = "sltb0z10_4p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0280_01", msgID = "sltb0z10_4q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0280_02", msgID = "sltb0z10_4r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0280_03", msgID = "sltb0z10_4s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0280_04", msgID = "sltb0z10_4t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0280_05", msgID = "sltb0z10_4u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0280_06", msgID = "sltb0z10_4v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0290_01", msgID = "sltb0z10_4w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0290_02", msgID = "sltb0z10_4x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0290_03", msgID = "sltb0z10_4y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0300_01", msgID = "sltb0z10_4z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0300_02", msgID = "sltb0z10_501010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_01", msgID = "sltb0z10_511010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0310_02", msgID = "sltb0z10_521010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_03", msgID = "sltb0z10_531010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0310_04", msgID = "sltb0z10_541010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_05", msgID = "sltb0z10_551010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_06", msgID = "sltb0z10_561010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0310_07", msgID = "sltb0z10_571010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_08", msgID = "sltb0z10_581010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0310_09", msgID = "sltb0z10_591010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_10", msgID = "sltb0z10_5a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_11", msgID = "sltb0z10_5b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0310_12", msgID = "sltb0z10_5c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_13", msgID = "sltb0z10_5d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0310_14", msgID = "sltb0z10_5e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0310_15", msgID = "sltb0z10_5f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0330_01", msgID = "sltb0z10_5g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0330_02", msgID = "sltb0z10_5h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0330_03", msgID = "sltb0z10_5i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0330_04", msgID = "sltb0z10_5j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0330_05", msgID = "sltb0z10_5k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0330_06", msgID = "sltb0z10_5l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0330_07", msgID = "sltb0z10_5m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0330_08", msgID = "sltb0z10_5n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0330_09", msgID = "sltb0z10_5o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0330_10", msgID = "sltb0z10_5p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0340_01", msgID = "sltb0z10_5q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0340_02", msgID = "sltb0z10_5r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0340_03", msgID = "sltb0z10_5s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0340_04", msgID = "sltb0z10_5t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0345_01", msgID = "sltb0z10_5u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0345_02", msgID = "sltb0z10_5v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0345_03", msgID = "sltb0z10_5w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0345_04", msgID = "sltb0z10_5x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0345_05", msgID = "sltb0z10_5y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0350_01", msgID = "sltb0z10_5z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0350_02", msgID = "sltb0z10_601010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0350_03", msgID = "sltb0z10_611010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0350_04", msgID = "sltb0z10_621010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0350_05", msgID = "sltb0z10_631010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0350_06", msgID = "sltb0z10_641010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0360_01", msgID = "sltb0z10_651010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0360_02", msgID = "sltb0z10_661010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0360_03", msgID = "sltb0z10_671010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0360_04", msgID = "sltb0z10_681010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0360_05", msgID = "sltb0z10_691010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0360_06", msgID = "sltb0z10_6a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0360_07", msgID = "sltb0z10_6b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0370_01", msgID = "sltb0z10_6c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0370_02", msgID = "sltb0z10_6d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0370_03", msgID = "sltb0z10_6e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0370_04", msgID = "sltb0z10_6f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0370_05", msgID = "sltb0z10_6g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0370_06", msgID = "sltb0z10_6h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0370_07", msgID = "sltb0z10_6i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0380_01", msgID = "sltb0z10_6j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0380_02", msgID = "sltb0z10_6k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0380_03", msgID = "sltb0z10_6l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0380_04", msgID = "sltb0z10_6m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0380_05", msgID = "sltb0z10_6n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0390_01", msgID = "sltb0z10_6o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0390_02", msgID = "sltb0z10_6p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0390_03", msgID = "sltb0z10_6q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0390_04", msgID = "sltb0z10_6r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0390_05", msgID = "sltb0z10_6s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0390_06", msgID = "sltb0z10_6t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0390_07", msgID = "sltb0z10_6u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0390_08", msgID = "sltb0z10_6v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0400_01", msgID = "sltb0z10_6w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0400_02", msgID = "sltb0z10_6x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0400_03", msgID = "sltb0z10_6y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0010_0400_04", msgID = "sltb0z10_6z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0000_0010_1", msgID = "sltb0z20_101010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0000_0010_2", msgID = "sltb0z20_111010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0000_0010_3", msgID = "sltb0z20_121010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0000_0010_4", msgID = "sltb0z20_131010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0000_0030_1", msgID = "sltb0z20_141010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0030_2", msgID = "sltb0z20_151010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0000_0030_3", msgID = "sltb0z20_161010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0030_4", msgID = "sltb0z20_171010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0000_0030_5", msgID = "sltb0z20_181010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0030_6", msgID = "sltb0z20_191010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0000_0030_7", msgID = "sltb0z20_1a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0030_8", msgID = "sltb0z20_1b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0000_0040_1", msgID = "sltb0z20_1c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0040_2", msgID = "sltb0z20_1d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0000_0040_3", msgID = "sltb0z20_1e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0040_4", msgID = "sltb0z20_1f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0000_0040_5", msgID = "sltb0z20_1g1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0000_0040_6", msgID = "sltb0z20_1h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0010_1", msgID = "sltb0z20_1i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0010_2", msgID = "sltb0z20_1j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0010_3", msgID = "sltb0z20_1k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0010_4", msgID = "sltb0z20_1l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0010_5", msgID = "sltb0z20_1m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0010_6", msgID = "sltb0z20_1n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0030_1", msgID = "sltb0z20_1o1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0030_2", msgID = "sltb0z20_1p1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0030_3", msgID = "sltb0z20_1q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0030_4", msgID = "sltb0z20_1r1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0030_5", msgID = "sltb0z20_1s1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0030_6", msgID = "sltb0z20_1t1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0030_7", msgID = "sltb0z20_1u1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0030_8", msgID = "sltb0z20_1v1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0040_1", msgID = "sltb0z20_1w1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0040_2", msgID = "sltb0z20_1x1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0040_3", msgID = "sltb0z20_1y1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0040_4", msgID = "sltb0z20_1z1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0040_5", msgID = "sltb0z20_201010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0040_6", msgID = "sltb0z20_211010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0040_7", msgID = "sltb0z20_221010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0040_8", msgID = "sltb0z20_231010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0045_1", msgID = "sltb0z20_241010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0045_2", msgID = "sltb0z20_251010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0045_3", msgID = "sltb0z20_261010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0045_4", msgID = "sltb0z20_271010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0050_1", msgID = "sltb0z20_281010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0050_2", msgID = "sltb0z20_291010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0050_3", msgID = "sltb0z20_2a1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0050_4", msgID = "sltb0z20_2b1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0050_5", msgID = "sltb0z20_2c1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0050_6", msgID = "sltb0z20_2d1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0050_7", msgID = "sltb0z20_2e1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0050_8", msgID = "sltb0z20_2f1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0050_9", msgID = "sltb0z20_2g1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CSA0100", msgID = "cp011000_371b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_181013", msgID = "rdps1000_181013", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_181014", msgID = "rdps1000_181014", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_181015", msgID = "rdps1000_181015", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_181016", msgID = "rdps1000_181016", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_121211", msgID = "rdps1000_121211", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1100_101012", msgID = "rdps1100_101012", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_151010", msgID = "gmov3000_151010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0360_00", msgID = "cp011000_i41510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0360_00", msgID = "cp011000_i41610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0360_00", msgID = "cp011000_i41710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0360_00", msgID = "cp011000_i41810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0361_00", msgID = "cp011000_i41910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0361_00", msgID = "cp011000_i41a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0361_00", msgID = "cp011000_i41b10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0361_00", msgID = "cp011000_i41c10", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_001", msgID = "snak1000_1d1110", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_002", msgID = "snak1000_1d1210", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_003", msgID = "snak1000_1d1310", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_004", msgID = "snak1000_1d1410", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_005", msgID = "snak1000_1d1510", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_006", msgID = "snak1000_1d1610", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_007", msgID = "snak1000_1d1710", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS3000_121110", msgID = "rdps3000_121110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS3000_121210", msgID = "rdps3000_121210", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0030_01", msgID = "sltb0z00_1j1110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0020_0030_02", msgID = "sltb0z00_1j1210", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0030_01", msgID = "sltb0z00_1j1310", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0030_02", msgID = "sltb0z00_1j1410", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0020_0030_03", msgID = "sltb0z00_1j1510", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0060_1", msgID = "sltb0z20_2h1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0060_2", msgID = "sltb0z20_2i1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTF0040_0070_1", msgID = "sltb0z20_2j1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0070_2", msgID = "sltb0z20_2k1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTF0040_0080_1", msgID = "sltb0z20_2l1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0080_2", msgID = "sltb0z20_2m1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTF0040_0090_1", msgID = "sltb0z20_2n1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTF0040_0090_2", msgID = "sltb0z20_2o1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVS120", msgID = "en011000_352a15", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVS120", msgID = "en011000_352a1a", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVS120", msgID = "en011000_352a20", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVS120", msgID = "en011000_352c10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVS120", msgID = "en011000_352d10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVS120", msgID = "en011000_352e10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVS120", msgID = "en011000_352f10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVS120", msgID = "en011000_352g10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVS130", msgID = "en011000_352h10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVS130", msgID = "en011000_352i10", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVS130", msgID = "en011000_352j10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVS130", msgID = "en011000_352k10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVS130", msgID = "en011000_352l10", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVS130", msgID = "en011000_352m10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVS130", msgID = "en011000_352n10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVS130", msgID = "en011000_352o10", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVS130", msgID = "en011000_352p10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVS130", msgID = "en011000_352q10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVS130", msgID = "en011000_352r10", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVS130", msgID = "en011000_352s10", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0010_0190_03", msgID = "sltb0z10_3o1110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0010_0190_04", msgID = "sltb0z10_3o1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101110", msgID = "suvv1000_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101210", msgID = "suvv1000_101210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101310", msgID = "suvv1000_101310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101410", msgID = "suvv1000_101410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101610", msgID = "suvv1000_101610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101710", msgID = "suvv1000_101710", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1l1110", msgID = "suvv2000_1l1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1l1210", msgID = "suvv2000_1l1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1l1310", msgID = "suvv2000_1l1310", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1n1010", msgID = "suvv2000_1n1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1o1010", msgID = "suvv2000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_101210", msgID = "rdps2000_101210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151310", msgID = "rdps2000_151310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151410", msgID = "rdps2000_151410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151510", msgID = "rdps2000_151510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151610", msgID = "rdps2000_151610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151710", msgID = "rdps2000_151710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151810", msgID = "rdps2000_151810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151910", msgID = "rdps2000_151910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151a10", msgID = "rdps2000_151a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151b10", msgID = "rdps2000_151b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151c10", msgID = "rdps2000_151c10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151d10", msgID = "rdps2000_151d10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151e10", msgID = "rdps2000_151e10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151f10", msgID = "rdps2000_151f10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151g10", msgID = "rdps2000_151g10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151h10", msgID = "rdps2000_151h10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151i10", msgID = "rdps2000_151i10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151j10", msgID = "rdps2000_151j10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151k10", msgID = "rdps2000_151k10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151l10", msgID = "rdps2000_151l10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151m10", msgID = "rdps2000_151m10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151n10", msgID = "rdps2000_151n10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151o10", msgID = "rdps2000_151o10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151p10", msgID = "rdps2000_151p10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151q10", msgID = "rdps2000_151q10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151r10", msgID = "rdps2000_151r10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151s10", msgID = "rdps2000_151s10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151t10", msgID = "rdps2000_151t10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151u10", msgID = "rdps2000_151u10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151v10", msgID = "rdps2000_151v10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151w10", msgID = "rdps2000_151w10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151x10", msgID = "rdps2000_151x10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_191010", msgID = "mgs11000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1a1010", msgID = "mgs11000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1b1010", msgID = "mgs11000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1c1010", msgID = "mgs11000_1c1010", }, { eventName = "DD_RTR", param1 = "SNAK", param2 = "MGS11000_1d1010", msgID = "mgs11000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1e1010", msgID = "mgs11000_1e1010", }, { eventName = "DD_RTR", param1 = "SNAK", param2 = "MGS11000_1f1010", msgID = "mgs11000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1g1010", msgID = "mgs11000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1h1010", msgID = "mgs11000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1i1010", msgID = "mgs11000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1j1010", msgID = "mgs11000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1k1010", msgID = "mgs11000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1l1010", msgID = "mgs11000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1m1010", msgID = "mgs11000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1n1010", msgID = "mgs11000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1o1010", msgID = "mgs11000_1o1010", }, { eventName = "DD_RTR", param1 = "MILLER", param2 = "MGS11000_1p1010", msgID = "mgs11000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1q1010", msgID = "mgs11000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1r1010", msgID = "mgs11000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1s1010", msgID = "mgs11000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1t1010", msgID = "mgs11000_1t1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGS11000_1u1010", msgID = "mgs11000_1u1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGS11000_1v1010", msgID = "mgs11000_1v1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_261110", msgID = "hasl0z00_261110", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_281210", msgID = "hasl0z00_281210", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_281310", msgID = "hasl0z00_281310", }, { eventName = "DD_missionUQ", param1 = "PILOT", param2 = "HASL0z00_281410", msgID = "hasl0z00_281410", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2g1110", msgID = "hasl0z00_2g1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1111", msgID = "hasl1000_1z1111", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1112", msgID = "hasl1000_1z1112", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1220", msgID = "hasl1000_1z1220", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1410", msgID = "hasl1000_1z1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1h1110", msgID = "suvv1000_1h1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1110", msgID = "comr1000_2a1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1210", msgID = "comr1000_2a1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_251110", msgID = "comr1000_251110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1011", msgID = "comr1000_2a1011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1012", msgID = "comr1000_2a1012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1310", msgID = "comr1000_2a1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1410", msgID = "comr1000_2a1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1220", msgID = "comr1000_2a1220", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1211", msgID = "comr1000_2a1211", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1212", msgID = "comr1000_2a1212", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_252010", msgID = "comr1000_252010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253010", msgID = "comr1000_253010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253820", msgID = "comr1000_253820", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1320", msgID = "comr1000_2a1320", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1620", msgID = "comr1000_2a1620", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1810", msgID = "comr1000_2a1810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1910", msgID = "comr1000_2a1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181110", msgID = "mgs11000_181110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1610", msgID = "comr1000_2a1610", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_004", msgID = "snak1000_1p1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151211", msgID = "rdps2000_151211", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151212", msgID = "rdps2000_151212", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2102_101010", msgID = "rdps2102_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2102_111010", msgID = "rdps2102_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2102_121010", msgID = "rdps2102_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2102_131010", msgID = "rdps2102_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "RDPS2102_141010", msgID = "rdps2102_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS3000_101110", msgID = "rdps3000_101110", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0070", msgID = "heli1000_151110", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0080", msgID = "heli1000_151210", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0100", msgID = "heli1000_151310", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0110", msgID = "heli1000_151410", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0120", msgID = "heli1000_151510", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0130", msgID = "heli1000_151610", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0140", msgID = "heli1000_151710", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0150", msgID = "heli1000_151810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101411", msgID = "suvv1000_101411", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101611", msgID = "suvv1000_101611", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101311", msgID = "suvv1000_101311", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101111", msgID = "suvv1000_101111", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0020", msgID = "prsn1000_121110", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0020", msgID = "prsn1000_121210", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0020", msgID = "prsn1000_121310", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0020", msgID = "prsn1000_121410", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0050", msgID = "prsn1000_181110", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0050", msgID = "prsn1000_181210", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0050", msgID = "prsn1000_181410", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0060", msgID = "prsn1000_191110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0060", msgID = "prsn1000_191210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0260", msgID = "prsn1000_1t1110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0260", msgID = "prsn1000_1t1210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0270", msgID = "prsn1000_1u1110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0270", msgID = "prsn1000_1u1210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0310", msgID = "prsn1000_1x1110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0310", msgID = "prsn1000_1x1210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0320", msgID = "prsn1000_1y1110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0320", msgID = "prsn1000_1y1210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0340", msgID = "prsn1000_201110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0340", msgID = "prsn1000_201210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0350", msgID = "prsn1000_211110", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0350", msgID = "prsn1000_211210", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWV_0360", msgID = "prsn1000_231010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWV_0360", msgID = "prsn1000_241010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0170", msgID = "heli1000_151910", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0180", msgID = "heli1000_151a10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0230", msgID = "heli1000_151b10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0240", msgID = "heli1000_151c10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0250", msgID = "heli1000_151d10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0260", msgID = "heli1000_151e10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0270", msgID = "heli1000_151f10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0280", msgID = "heli1000_151g10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0290", msgID = "heli1000_151i10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0300", msgID = "heli1000_151j10", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0320", msgID = "heli1000_151k10", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0020_01", msgID = "sltb0z00_1j1011", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0020_02", msgID = "sltb0z00_1j1012", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0020_03", msgID = "sltb0z00_1j1013", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0020_04", msgID = "sltb0z00_1j1014", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0020_05", msgID = "sltb0z00_1j1015", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0020_07", msgID = "sltb0z00_1j1016", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0020_08", msgID = "sltb0z00_1j1017", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0020_09", msgID = "sltb0z00_1j1018", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0020_10", msgID = "sltb0z00_1j1019", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0020_0020_11", msgID = "sltb0z00_1j101a", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0020_12", msgID = "sltb0z00_1j101b", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0230", msgID = "heli1000_151b11", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0230", msgID = "heli1000_151b12", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0010", msgID = "heli1000_161k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0020", msgID = "heli1000_171k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0030", msgID = "heli1000_181k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0050", msgID = "heli1000_1a1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0060", msgID = "heli1000_1b1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0070", msgID = "heli1000_1c1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0080", msgID = "heli1000_1d1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0090", msgID = "heli1000_1e1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0090", msgID = "heli1000_1f1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0100", msgID = "heli1000_1g1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0100", msgID = "heli1000_1h1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0110", msgID = "heli1000_1k1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0120", msgID = "heli1000_1l1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0130", msgID = "heli1000_1m1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0140", msgID = "heli1000_1n1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0200", msgID = "heli1000_1o1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0201", msgID = "heli1000_1p1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0202", msgID = "heli1000_1q1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0203", msgID = "heli1000_1r1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0204", msgID = "heli1000_1s1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0205", msgID = "heli1000_1t1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0206", msgID = "heli1000_1u1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0207", msgID = "heli1000_1v1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0208", msgID = "heli1000_1w1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0209", msgID = "heli1000_1x1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0210", msgID = "heli1000_1y1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0211", msgID = "heli1000_1z1k10", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0212", msgID = "heli1000_201k10", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWH_0010", msgID = "prsn1000_261010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWH_0010", msgID = "prsn1000_271010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWH_0010", msgID = "prsn1000_291010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWH_0020", msgID = "prsn1000_2a1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWH_0020", msgID = "prsn1000_2b1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWH_0020", msgID = "prsn1000_2c1010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWH_0020", msgID = "prsn1000_2d1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWH_0030", msgID = "prsn1000_2e1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWH_0030", msgID = "prsn1000_2f1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWH_0030", msgID = "prsn1000_2g1010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWH_0030", msgID = "prsn1000_2h1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWH_0040", msgID = "prsn1000_2i1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWH_0040", msgID = "prsn1000_2j1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWH_0040", msgID = "prsn1000_2k1010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWH_0040", msgID = "prsn1000_2l1010", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWH_0050", msgID = "prsn1000_2m1010", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWH_0050", msgID = "prsn1000_2n1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWH_0050", msgID = "prsn1000_2o1010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWH_0050", msgID = "prsn1000_2p1010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWHGZ_0010_01", msgID = "prsn1000_2q1010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0020_0020_06", msgID = "sltb0z00_1j1020", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0020", msgID = "prsn1000_2t1410", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0090", msgID = "heli1000_151211", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_005", msgID = "snak1000_1n1110", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0240", msgID = "heli1000_151c11", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0339_00", msgID = "cp011000_ia1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0339_00", msgID = "cp011000_ib1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0339_00", msgID = "cp011000_ic1010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0339_00", msgID = "cp011000_id1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121110", msgID = "snes1000_121110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121210", msgID = "snes1000_121210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121310", msgID = "snes1000_121310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121410", msgID = "snes1000_121410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121510", msgID = "snes1000_121510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1e1110", msgID = "snes1000_1e1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1e1210", msgID = "snes1000_1e1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1e1310", msgID = "snes1000_1e1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1e1410", msgID = "snes1000_1e1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1f1110", msgID = "snes1000_1f1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1f1210", msgID = "snes1000_1f1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1f1410", msgID = "snes1000_1f1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES2000_131110", msgID = "snes2000_131110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_151110", msgID = "snes2000_151110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_151210", msgID = "snes2000_151210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_151310", msgID = "snes2000_151310", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_181110", msgID = "snes2000_181110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_101110", msgID = "snes3000_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121012", msgID = "snes1000_121012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121013", msgID = "snes1000_121013", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1c1110", msgID = "snes1000_1c1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1011", msgID = "snes1000_1d1011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1410", msgID = "snes1000_1d1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1k1210", msgID = "snes1000_1k1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1k1410", msgID = "snes1000_1k1410", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1h1210", msgID = "snes2000_1h1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1j1010", msgID = "snes2000_1j1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1k1010", msgID = "snes2000_1k1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1l1010", msgID = "snes2000_1l1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1m1010", msgID = "snes2000_1m1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1n1010", msgID = "snes2000_1n1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1o1010", msgID = "snes2000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1113", msgID = "hasl1000_1z1113", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL1000_1z1510", msgID = "hasl1000_1z1510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181210", msgID = "mgs11000_181210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_1r1110", msgID = "mgs11000_1r1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111011", msgID = "intl0z00_111011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111012", msgID = "intl0z00_111012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111014", msgID = "intl0z00_111014", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111015", msgID = "intl0z00_111015", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_131010", msgID = "intl0z00_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_141010", msgID = "intl0z00_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1e1110", msgID = "intl1000_1e1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1e1210", msgID = "intl1000_1e1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1g1110", msgID = "intl1000_1g1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1i1110", msgID = "intl1000_1i1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1l1110", msgID = "intl1000_1l1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1v1210", msgID = "intl1000_1v1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1y1010", msgID = "intl1000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1z1010", msgID = "intl1000_1z1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_181210", msgID = "intl2000_181210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_181410", msgID = "intl2000_181410", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1f1110", msgID = "intl2000_1f1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1g1110", msgID = "intl2000_1g1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1h1110", msgID = "intl2000_1h1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1i1110", msgID = "intl2000_1i1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1j1110", msgID = "intl2000_1j1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1k1110", msgID = "intl2000_1k1110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_111110", msgID = "intl3000_111110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_191110", msgID = "intl3000_191110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1m1010", msgID = "intl3000_1m1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1n1010", msgID = "intl3000_1n1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1o1010", msgID = "intl3000_1o1010", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0160", msgID = "heli1000_151820", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0190", msgID = "heli1000_151a12", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0200", msgID = "heli1000_151a13", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0210", msgID = "heli1000_151a14", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0220", msgID = "heli1000_151a15", }, { eventName = "DD_vox_SH_radio", param1 = "PILOT", param2 = "SHR0310", msgID = "heli1000_151j11", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121610", msgID = "snes1000_121610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121710", msgID = "snes1000_121710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121810", msgID = "snes1000_121810", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_101110", msgID = "intl3000_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_171110", msgID = "intl1000_171110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1m1110", msgID = "intl1000_1m1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1m1210", msgID = "intl1000_1m1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1v1110", msgID = "intl1000_1v1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1y1110", msgID = "intl1000_1y1110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_191210", msgID = "intl3000_191210", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_191310", msgID = "intl3000_191310", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1l1110", msgID = "snes2000_1l1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1l1210", msgID = "snes2000_1l1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1f1010", msgID = "intl1000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1g1010", msgID = "intl1000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1h1010", msgID = "intl1000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1i1010", msgID = "intl1000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1j1010", msgID = "intl1000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1k1010", msgID = "intl1000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1k2010", msgID = "intl1000_1k2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181011", msgID = "mgs11000_181011", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGS11000_181012", msgID = "mgs11000_181012", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGS11000_181013", msgID = "mgs11000_181013", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGS11000_181014", msgID = "mgs11000_181014", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1z1110", msgID = "intl1000_1z1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1z1210", msgID = "intl1000_1z1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_171210", msgID = "intl1000_171210", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0010_01", msgID = "sltb0z00_221110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0010_05", msgID = "sltb0z00_271110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "KLPW1000_141111", msgID = "klpw1000_141111", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS2110_141010", msgID = "rdps2110_141010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTE0030_0010_06", msgID = "sltb0z00_271210", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0010_07", msgID = "sltb0z00_271310", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPRGZ0040_00", msgID = "cp011000_a81611", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPRGZ0040_00", msgID = "cp011000_a81612", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPRGZ0040_00", msgID = "cp011000_a81613", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPRGZ0040_00", msgID = "cp011000_a81614", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR121", msgID = "en011000_471g11", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR121", msgID = "en011000_471g12", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR121", msgID = "en011000_471g13", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR121", msgID = "en011000_471g14", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "EVR181", msgID = "en011000_472411", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "EVR181", msgID = "en011000_472412", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "EVR181", msgID = "en011000_472413", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "EVR181", msgID = "en011000_472414", }, { eventName = "DD_hostage", param1 = "hostage_a", param2 = "POWV_0320", msgID = "prsn1000_1x1310", }, { eventName = "DD_hostage", param1 = "hostage_b", param2 = "POWV_0320", msgID = "prsn1000_1y1011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1511", msgID = "comr1000_2a1511", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1513", msgID = "comr1000_2a1513", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1710", msgID = "comr1000_2a1710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253110", msgID = "comr1000_253110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253210", msgID = "comr1000_253210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253310", msgID = "comr1000_253310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253410", msgID = "comr1000_253410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253510", msgID = "comr1000_253510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253610", msgID = "comr1000_253610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253710", msgID = "comr1000_253710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253810", msgID = "comr1000_253810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253830", msgID = "comr1000_253830", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1311", msgID = "comr1000_2a1311", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1a10", msgID = "comr1000_2a1a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1b10", msgID = "comr1000_2a1b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1c10", msgID = "comr1000_2a1c10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1d10", msgID = "comr1000_2a1d10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1e10", msgID = "comr1000_2a1e10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1f10", msgID = "comr1000_2a1f10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1g10", msgID = "comr1000_2a1g10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1h10", msgID = "comr1000_2a1h10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1i10", msgID = "comr1000_2a1i10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1j10", msgID = "comr1000_2a1j10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253014", msgID = "comr1000_253014", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253012", msgID = "comr1000_253012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253013", msgID = "comr1000_253013", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0042_00", msgID = "cp011000_a81620", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0042_00", msgID = "cp011000_a81630", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0042_00", msgID = "cp011000_a81640", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0042_00", msgID = "cp011000_a81650", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_etc002", msgID = "sltb0z00_1y1110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_etc003", msgID = "sltb0z00_1y1210", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_etc004", msgID = "sltb0z00_1y1310", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_etc005", msgID = "sltb0z00_1y1410", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0030_etc006", msgID = "sltb0z00_1y1510", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0030_etc007", msgID = "sltb0z00_1y1610", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTE0030_0020_03", msgID = "sltb0z00_291110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0030_0020_04", msgID = "sltb0z00_291210", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0050_0010_01", msgID = "sltb0z01_101010", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTE0050_0010_02", msgID = "sltb0z01_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_121112", msgID = "rdps1000_121112", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_01", msgID = "prsn1000_381010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_02", msgID = "prsn1000_391010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_03", msgID = "prsn1000_3a1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_04", msgID = "prsn1000_3b1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_05", msgID = "prsn1000_3c1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_06", msgID = "prsn1000_3d1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_07", msgID = "prsn1000_3e1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_08", msgID = "prsn1000_3f1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_09", msgID = "prsn1000_3g1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_10", msgID = "prsn1000_3h1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_11", msgID = "prsn1000_3i1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_12", msgID = "prsn1000_3j1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_13", msgID = "prsn1000_3k1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_14", msgID = "prsn1000_3l1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_15", msgID = "prsn1000_3m1010", }, { eventName = "DD_hostage", param1 = "hostage_c", param2 = "POWHGZ_0030_16", msgID = "prsn1000_3n1010", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWHGZ_0010_02", msgID = "prsn1000_2q1011", }, { eventName = "DD_hostage", param1 = "hostage_d", param2 = "POWHGZ_0010_03", msgID = "prsn1000_2q1012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_0x1010", msgID = "rdps0z00_0x1010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_1b1110", msgID = "gmov1000_1b1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_251011", msgID = "comr1000_251011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_101110", msgID = "intl0z00_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_101210", msgID = "intl0z00_101210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111110", msgID = "intl0z00_111110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111210", msgID = "intl0z00_111210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111310", msgID = "intl0z00_111310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111410", msgID = "intl0z00_111410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111510", msgID = "intl0z00_111510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111610", msgID = "intl0z00_111610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111710", msgID = "intl0z00_111710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_111810", msgID = "intl0z00_111810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_151010", msgID = "intl0z00_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_161010", msgID = "intl0z00_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_171010", msgID = "intl0z00_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_181010", msgID = "intl0z00_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_191010", msgID = "intl0z00_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1g2010", msgID = "intl1000_1g2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1l2010", msgID = "intl1000_1l2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1m2010", msgID = "intl1000_1m2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1n2010", msgID = "intl1000_1n2010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1k1110", msgID = "intl3000_1k1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS12000_101010", msgID = "mgs12000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS12000_111010", msgID = "mgs12000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_101010", msgID = "mgs13000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_111010", msgID = "mgs13000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_121010", msgID = "mgs13000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_131010", msgID = "mgs13000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_141010", msgID = "mgs13000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_151010", msgID = "mgs13000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_161010", msgID = "mgs13000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_171010", msgID = "mgs13000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181010", msgID = "mgs13000_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181210", msgID = "mgs13000_181210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_1a1010", msgID = "mgs13000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_1b1010", msgID = "mgs13000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_101010", msgID = "mgs14000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_111010", msgID = "mgs14000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_121010", msgID = "mgs14000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_131010", msgID = "mgs14000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_141010", msgID = "mgs14000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_151010", msgID = "mgs14000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161010", msgID = "mgs14000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_171010", msgID = "mgs14000_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS15000_101010", msgID = "mgs15000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS15000_111010", msgID = "mgs15000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS15000_121010", msgID = "mgs15000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS15000_131010", msgID = "mgs15000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS15000_141010", msgID = "mgs15000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS15000_151010", msgID = "mgs15000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_101010", msgID = "mgs16000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_111010", msgID = "mgs16000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_151110", msgID = "mgs14000_151110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161110", msgID = "mgs14000_161110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161210", msgID = "mgs14000_161210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161310", msgID = "mgs14000_161310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161410", msgID = "mgs14000_161410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161510", msgID = "mgs14000_161510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161610", msgID = "mgs14000_161610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161710", msgID = "mgs14000_161710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161810", msgID = "mgs14000_161810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161910", msgID = "mgs14000_161910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181111", msgID = "mgs11000_181111", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161a10", msgID = "mgs14000_161a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161b10", msgID = "mgs14000_161b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_111110", msgID = "snes1000_111110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES4000_101010", msgID = "snes4000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES4000_111010", msgID = "snes4000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES4000_121010", msgID = "snes4000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES4000_131010", msgID = "snes4000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1012", msgID = "snes1000_1d1012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1112", msgID = "snes1000_1d1112", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1113", msgID = "snes1000_1d1113", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1114", msgID = "snes1000_1d1114", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1115", msgID = "snes1000_1d1115", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1117", msgID = "snes1000_1d1117", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1118", msgID = "snes1000_1d1118", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1119", msgID = "snes1000_1d1119", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1q1110", msgID = "snes1000_1q1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1u1010", msgID = "snes1000_1u1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1e1110", msgID = "snes2000_1e1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_121110", msgID = "mgs13000_121110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_131110", msgID = "mgs13000_131110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_141110", msgID = "mgs13000_141110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_161110", msgID = "mgs13000_161110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_171110", msgID = "mgs13000_171110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_191110", msgID = "mgs13000_191110", }, { eventName = "DD_gameover", param1 = "miller", param2 = "p12_040020_0010", msgID = "p12_040020_0010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_101010", msgID = "snes5000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_111010", msgID = "snes5000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_121010", msgID = "snes5000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_131010", msgID = "snes5000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_141010", msgID = "snes5000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_151010", msgID = "snes5000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES5000_161010", msgID = "snes5000_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181110", msgID = "mgs13000_181110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181410", msgID = "mgs13000_181410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161c10", msgID = "mgs14000_161c10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151y10", msgID = "rdps2000_151y10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_151z10", msgID = "rdps2000_151z10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152010", msgID = "rdps2000_152010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152110", msgID = "rdps2000_152110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152210", msgID = "rdps2000_152210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_171610", msgID = "rdps1000_171610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_171710", msgID = "rdps1000_171710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1013", msgID = "snes1000_1d1013", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1d1014", msgID = "snes1000_1d1014", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181510", msgID = "mgs13000_181510", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_191013", msgID = "mgs13000_191013", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_161110", msgID = "gmov3000_161110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTE0010_0180_04", msgID = "sltb0z10_3l1110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_131110", msgID = "hasl0z00_131110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_131210", msgID = "hasl0z00_131210", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_141010", msgID = "hasl0z00_141010", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0071_00", msgID = "cp011000_as1410", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0071_00", msgID = "cp011000_as1510", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0071_00", msgID = "cp011000_as1610", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0071_00", msgID = "cp011000_as1710", }, { eventName = "DD_vox_cp_radio", param1 = "ene_a", param2 = "CPR0079_00", msgID = "cp011000_as1810", }, { eventName = "DD_vox_cp_radio", param1 = "ene_b", param2 = "CPR0079_00", msgID = "cp011000_as1910", }, { eventName = "DD_vox_cp_radio", param1 = "ene_c", param2 = "CPR0079_00", msgID = "cp011000_as1a10", }, { eventName = "DD_vox_cp_radio", param1 = "ene_d", param2 = "CPR0079_00", msgID = "cp011000_as1b10", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_1u1110", msgID = "hasl0z00_1u1110", }, { eventName = "DD_missionUQ", param1 = "INTELMEM", param2 = "HASL0z00_2p1110", msgID = "hasl0z00_2p1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1h1210", msgID = "suvv1000_1h1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1h1310", msgID = "suvv1000_1h1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_0x1110", msgID = "rdps0z00_0x1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_191210", msgID = "mgs13000_191210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_191310", msgID = "mgs13000_191310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_171110", msgID = "suvv1000_171110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_181110", msgID = "suvv1000_181110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1k1010", msgID = "suvv1000_1k1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_171110", msgID = "suvv2000_171110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_181110", msgID = "suvv2000_181110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_191110", msgID = "suvv2000_191110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1g1110", msgID = "suvv2000_1g1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1h1110", msgID = "suvv2000_1h1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_121210", msgID = "mgs13000_121210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_131210", msgID = "mgs13000_131210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_141210", msgID = "mgs13000_141210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_161210", msgID = "mgs13000_161210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_171210", msgID = "mgs13000_171210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181011", msgID = "mgs13000_181011", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181310", msgID = "mgs13000_181310", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_101010", msgID = "comr1200_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_111010", msgID = "comr1200_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_121010", msgID = "comr1200_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_131010", msgID = "comr1200_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_141010", msgID = "comr1200_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_151010", msgID = "comr1200_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_161010", msgID = "comr1200_161010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_171010", msgID = "comr1200_171010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_181010", msgID = "comr1200_181010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_191010", msgID = "comr1200_191010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_191410", msgID = "mgs13000_191410", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_191510", msgID = "mgs13000_191510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1h1211", msgID = "suvv1000_1h1211", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGS13000_181610", msgID = "mgs13000_181610", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1m1210", msgID = "suvv2000_1m1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1n1011", msgID = "suvv2000_1n1011", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SUVV2000_1o1110", msgID = "suvv2000_1o1110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_181010", msgID = "comr2100_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_191010", msgID = "comr2100_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_121010", msgID = "comr3000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_131010", msgID = "comr3000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_141010", msgID = "comr3000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_151010", msgID = "comr3000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_161010", msgID = "comr3000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_171010", msgID = "comr3000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_181010", msgID = "comr3000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_191010", msgID = "comr3000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1a1010", msgID = "comr3000_1a1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1110_101010", msgID = "comr1110_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_1a1010", msgID = "comr2100_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_191110", msgID = "suvv1000_191110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1a1110", msgID = "suvv1000_1a1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1000_131510", msgID = "rdps1000_131510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2b1910", msgID = "comr1000_2b1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2c1910", msgID = "comr1000_2c1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2d1910", msgID = "comr1000_2d1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2e1910", msgID = "comr1000_2e1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2f1910", msgID = "comr1000_2f1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2g1910", msgID = "comr1000_2g1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2h1910", msgID = "comr1000_2h1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2i1910", msgID = "comr1000_2i1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2j1910", msgID = "comr1000_2j1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1910", msgID = "comr1000_2k1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL0z00_191110", msgID = "intl0z00_191110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_181411", msgID = "intl2000_181411", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1w1110", msgID = "snes1000_1w1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1w1210", msgID = "snes1000_1w1210", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SNES3000_111110", msgID = "snes3000_111110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_141210", msgID = "suvv1000_141210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1a1210", msgID = "suvv1000_1a1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1a1310", msgID = "suvv1000_1a1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1110", msgID = "suvv1000_1i1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1210", msgID = "suvv1000_1i1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1310", msgID = "suvv1000_1i1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1410", msgID = "suvv1000_1i1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1510", msgID = "suvv1000_1i1510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_251012", msgID = "comr1000_251012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "HASL0z10_111110", msgID = "hasl0z10_111110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_0x1012", msgID = "rdps0z00_0x1012", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS1001_111010", msgID = "rdps1001_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2l3010", msgID = "comr1000_2l3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2m3010", msgID = "comr1000_2m3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2n3010", msgID = "comr1000_2n3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2o3010", msgID = "comr1000_2o3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2p3010", msgID = "comr1000_2p3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2q3010", msgID = "comr1000_2q3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2r3010", msgID = "comr1000_2r3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2s3010", msgID = "comr1000_2s3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2t3010", msgID = "comr1000_2t3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2p3110", msgID = "comr1000_2p3110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2u3010", msgID = "comr1000_2u3010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQLA0010_01", msgID = "enqt1000_1u1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQLA0010_02", msgID = "enqt1000_1v1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQLA0010_03", msgID = "enqt1000_1w1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQLA0010_04", msgID = "enqt1000_1x1010", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQLA0020_01", msgID = "enqt1000_1y1010", }, { eventName = "DD_missionUQ", param1 = "HIDEO", param2 = "HASL0z00_2p1210", msgID = "hasl0z00_2p1210", }, { eventName = "DD_missionUQ", param1 = "HIDEO", param2 = "HASL0z00_2p1310", msgID = "hasl0z00_2p1310", }, { eventName = "DD_RTR", param1 = "HIDEO", param2 = "MGS14000_161b11", msgID = "mgs14000_161b11", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111110", msgID = "rdps0z00_111110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111210", msgID = "rdps0z00_111210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111310", msgID = "rdps0z00_111310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111410", msgID = "rdps0z00_111410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111510", msgID = "rdps0z00_111510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111610", msgID = "rdps0z00_111610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111710", msgID = "rdps0z00_111710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111810", msgID = "rdps0z00_111810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS0z00_111910", msgID = "rdps0z00_111910", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0330", msgID = "hasl0z00_3b1110", }, { eventName = "DD_Intelmen", param1 = "INTELMEM", param2 = "INTL0340", msgID = "hasl0z00_3b1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_271910", msgID = "comr1000_271910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_272010", msgID = "comr1000_272010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_273010", msgID = "comr1000_273010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_274010", msgID = "comr1000_274010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_275010", msgID = "comr1000_275010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_272610", msgID = "comr1000_272610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a121a", msgID = "comr1000_2a121a", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2d1a10", msgID = "comr1000_2d1a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1311", msgID = "suvv1000_1i1311", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_181110", msgID = "intl1000_181110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1h11z0", msgID = "intl1000_1h11z0", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_1l1110", msgID = "intl3000_1l1110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "HASL0z00_2l1110", msgID = "hasl0z00_2l1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1w1011", msgID = "snes1000_1w1011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1c1210", msgID = "snes1000_1c1210", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1l1310", msgID = "snes2000_1l1310", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1l1410", msgID = "snes2000_1l1410", }, { eventName = "DD_ESR", param1 = "miller", param2 = "SNES2000_1l1510", msgID = "snes2000_1l1510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_151010", msgID = "mgs11000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_161010", msgID = "mgs11000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_171010", msgID = "mgs11000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181310", msgID = "mgs11000_181310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181410", msgID = "mgs11000_181410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161d10", msgID = "mgs14000_161d10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161e10", msgID = "mgs14000_161e10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161f10", msgID = "mgs14000_161f10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161g10", msgID = "mgs14000_161g10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161h10", msgID = "mgs14000_161h10", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_101110", msgID = "gmov1000_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_1w1310", msgID = "snes1000_1w1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1a1211", msgID = "suvv1000_1a1211", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_141110", msgID = "suvv3000_141110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_1e1010", msgID = "suvv3000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101810", msgID = "suvv1000_101810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101910", msgID = "suvv1000_101910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_101a10", msgID = "suvv1000_101a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_1i1111", msgID = "suvv1000_1i1111", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_161110", msgID = "suvv1000_161110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_a", param2 = "CTG0010_0010", msgID = "sltb0z10_101110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_b", param2 = "CTG0010_0010", msgID = "sltb0z10_111110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_c", param2 = "CTG0010_0010", msgID = "sltb0z10_121110", }, { eventName = "DD_vox_ene_conversation", param1 = "ene_d", param2 = "CTG0010_0010", msgID = "sltb0z10_131110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_161d11", msgID = "mgs14000_161d11", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SUVV1000_161210", msgID = "suvv1000_161210", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS2110_151010", msgID = "rdps2110_151010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "RDPS2110_161010", msgID = "rdps2110_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_1b1010", msgID = "comr2100_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_1c1010", msgID = "comr2100_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_254010", msgID = "comr1000_254010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_255010", msgID = "comr1000_255010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1a10", msgID = "comr1000_2k1a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1b10", msgID = "comr1000_2k1b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1c10", msgID = "comr1000_2k1c10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1d10", msgID = "comr1000_2k1d10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1e10", msgID = "comr1000_2k1e10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1f10", msgID = "comr1000_2k1f10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1321", msgID = "comr1000_2a1321", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1i1210", msgID = "intl1000_1i1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1h1110", msgID = "intl1000_1h1110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_1k1210", msgID = "intl2000_1k1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1i1310", msgID = "intl1000_1i1310", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL3000_191410", msgID = "intl3000_191410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_253011", msgID = "comr1000_253011", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1a11", msgID = "comr1000_2k1a11", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1b11", msgID = "comr1000_2k1b11", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1c11", msgID = "comr1000_2k1c11", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1c12", msgID = "comr1000_2k1c12", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_101010", msgID = "show1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_111010", msgID = "show1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_121010", msgID = "show1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_131010", msgID = "show1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_141010", msgID = "show1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_151010", msgID = "show1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_161010", msgID = "show1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_171010", msgID = "show1000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_181010", msgID = "show1000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_191010", msgID = "show1000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1a1010", msgID = "show1000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1b1010", msgID = "show1000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1c1010", msgID = "show1000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1d1010", msgID = "show1000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1e1010", msgID = "show1000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1f1010", msgID = "show1000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1g1010", msgID = "show1000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1h1010", msgID = "show1000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1i1010", msgID = "show1000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1j1010", msgID = "show1000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1k1010", msgID = "show1000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1l1010", msgID = "show1000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1n1010", msgID = "show1000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1o1010", msgID = "show1000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1p1010", msgID = "show1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1q1010", msgID = "show1000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1r1010", msgID = "show1000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1t1010", msgID = "show1000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1u1010", msgID = "show1000_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1v1010", msgID = "show1000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_1z1010", msgID = "show1000_1z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_201010", msgID = "show1000_201010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_211010", msgID = "show1000_211010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_221010", msgID = "show1000_221010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_231010", msgID = "show1000_231010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_241010", msgID = "show1000_241010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_251010", msgID = "show1000_251010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_261010", msgID = "show1000_261010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_281010", msgID = "show1000_281010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_291010", msgID = "show1000_291010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2a1010", msgID = "show1000_2a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2b1010", msgID = "show1000_2b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2c1010", msgID = "show1000_2c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2d1010", msgID = "show1000_2d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2e1010", msgID = "show1000_2e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2f1010", msgID = "show1000_2f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2g1010", msgID = "show1000_2g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2h1010", msgID = "show1000_2h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2i1010", msgID = "show1000_2i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2j1010", msgID = "show1000_2j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2k1010", msgID = "show1000_2k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2l1010", msgID = "show1000_2l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2m1010", msgID = "show1000_2m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2n1010", msgID = "show1000_2n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2o1010", msgID = "show1000_2o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2p1010", msgID = "show1000_2p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2q1010", msgID = "show1000_2q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2r1010", msgID = "show1000_2r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2s1010", msgID = "show1000_2s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2t1010", msgID = "show1000_2t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2u1010", msgID = "show1000_2u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2v1010", msgID = "show1000_2v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2w1010", msgID = "show1000_2w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2x1010", msgID = "show1000_2x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2y1010", msgID = "show1000_2y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2z1010", msgID = "show1000_2z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_301010", msgID = "show1000_301010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_311010", msgID = "show1000_311010", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV1000_101210", msgID = "gmov1000_101210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_181112", msgID = "mgs11000_181112", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGS11000_1w1010", msgID = "mgs11000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_2f1110", msgID = "show1000_2f1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SNES1000_121011", msgID = "snes1000_121011", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQ_gonyo", msgID = "enqt1000_0z1010", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "ENQ_gonyo", msgID = "enqt1000_0z1110", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "ENQ_gonyo", msgID = "enqt1000_0z1210", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "ENQ_gonyo", msgID = "enqt1000_0z1310", }, { eventName = "DD_vox_ene", param1 = "ene_a", param2 = "ENQ_gonyo2", msgID = "enqt1000_0z1410", }, { eventName = "DD_vox_ene", param1 = "ene_b", param2 = "ENQ_gonyo2", msgID = "enqt1000_0z1510", }, { eventName = "DD_vox_ene", param1 = "ene_c", param2 = "ENQ_gonyo2", msgID = "enqt1000_0z1610", }, { eventName = "DD_vox_ene", param1 = "ene_d", param2 = "ENQ_gonyo2", msgID = "enqt1000_0z1710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_321010", msgID = "show1000_321010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_331010", msgID = "show1000_331010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_341010", msgID = "show1000_341010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_351010", msgID = "show1000_351010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_361010", msgID = "show1000_361010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_371010", msgID = "show1000_371010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_381010", msgID = "show1000_381010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_391010", msgID = "show1000_391010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3a1010", msgID = "show1000_3a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3b1010", msgID = "show1000_3b1010", }, { eventName = "DD_RTR", param1 = "chico", param2 = "RDPS2000_151213", msgID = "rdps2000_151213", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1322", msgID = "comr1000_2a1322", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2v3010", msgID = "comr1000_2v3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2w3010", msgID = "comr1000_2w3010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2x3010", msgID = "comr1000_2x3010", }, { eventName = "DD_RTR", param1 = "chico", param2 = "RDPS2000_151216", msgID = "rdps2000_151216", }, { eventName = "DD_OPR", param1 = "miller", param2 = "SUVV3000_151110", msgID = "suvv3000_151110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3c1010", msgID = "show1000_3c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3d1010", msgID = "show1000_3d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3e1010", msgID = "show1000_3e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3f1010", msgID = "show1000_3f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3g1010", msgID = "show1000_3g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3h1010", msgID = "show1000_3h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3i1010", msgID = "show1000_3i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3j1010", msgID = "show1000_3j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3k1010", msgID = "show1000_3k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3l1010", msgID = "show1000_3l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3m1010", msgID = "show1000_3m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3n1010", msgID = "show1000_3n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3o1010", msgID = "show1000_3o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3p1010", msgID = "show1000_3p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3q1010", msgID = "show1000_3q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3r1010", msgID = "show1000_3r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "SHOW1000_3j1110", msgID = "show1000_3j1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2c1a10", msgID = "comr1000_2c1a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2k1c13", msgID = "comr1000_2k1c13", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1214", msgID = "comr1000_2a1214", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1213", msgID = "comr1000_2a1213", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS11000_141110", msgID = "mgs11000_141110", }, { eventName = "DD_ESR", param1 = "miller", param2 = "INTL2000_181412", msgID = "intl2000_181412", }, { eventName = "DD_vox_iDroid", param1 = "iDroid", param2 = "IDV_048", msgID = "idrd1000_2d1010", }, { eventName = "DD_RTR", param1 = "chico", param2 = "RDPS2000_151215", msgID = "rdps2000_151215", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a1411", msgID = "comr1000_2a1411", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_251111", msgID = "comr1000_251111", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_171110", msgID = "gmov3000_171110", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_181110", msgID = "gmov3000_181110", }, { eventName = "DD_gameover", param1 = "miller", param2 = "GMOV3000_191110", msgID = "gmov3000_191110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_101010", msgID = "mgrg1000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_111010", msgID = "mgrg1000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_121010", msgID = "mgrg1000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_131010", msgID = "mgrg1000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_141010", msgID = "mgrg1000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_161010", msgID = "mgrg1000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_171010", msgID = "mgrg1000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_191010", msgID = "mgrg1000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1a1010", msgID = "mgrg1000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1b1010", msgID = "mgrg1000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1c1010", msgID = "mgrg1000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1d1010", msgID = "mgrg1000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1e1010", msgID = "mgrg1000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1f1010", msgID = "mgrg1000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1g1010", msgID = "mgrg1000_1g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1h1010", msgID = "mgrg1000_1h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1l1010", msgID = "mgrg1000_1l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1m1010", msgID = "mgrg1000_1m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1n1010", msgID = "mgrg1000_1n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1o1010", msgID = "mgrg1000_1o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1p1010", msgID = "mgrg1000_1p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1s1010", msgID = "mgrg1000_1s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1t1010", msgID = "mgrg1000_1t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1u1010", msgID = "mgrg1000_1u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1v1010", msgID = "mgrg1000_1v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1w1010", msgID = "mgrg1000_1w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1x1010", msgID = "mgrg1000_1x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1y1010", msgID = "mgrg1000_1y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3010_101010", msgID = "comr3010_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3010_111010", msgID = "comr3010_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1z1010", msgID = "mgrg1000_1z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_201010", msgID = "mgrg1000_201010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_211010", msgID = "mgrg1000_211010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_221010", msgID = "mgrg1000_221010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_231010", msgID = "mgrg1000_231010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_241010", msgID = "mgrg1000_241010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_261010", msgID = "mgrg1000_261010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_271010", msgID = "mgrg1000_271010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_281010", msgID = "mgrg1000_281010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_291010", msgID = "mgrg1000_291010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2a1010", msgID = "mgrg1000_2a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2b1010", msgID = "mgrg1000_2b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2c1010", msgID = "mgrg1000_2c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2d1010", msgID = "mgrg1000_2d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2e1010", msgID = "mgrg1000_2e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2f1010", msgID = "mgrg1000_2f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2g1010", msgID = "mgrg1000_2g1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2h1010", msgID = "mgrg1000_2h1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2u1010", msgID = "mgrg1000_2u1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2v1010", msgID = "mgrg1000_2v1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152310", msgID = "rdps2000_152310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152410", msgID = "rdps2000_152410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2w1010", msgID = "mgrg1000_2w1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2y1010", msgID = "mgrg1000_2y1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_301010", msgID = "mgrg1000_301010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_321010", msgID = "mgrg1000_321010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_101010", msgID = "mgrg2000_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_111010", msgID = "mgrg2000_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_121010", msgID = "mgrg2000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_131010", msgID = "mgrg2000_131010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_141010", msgID = "mgrg2000_141010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_151010", msgID = "mgrg2000_151010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_161010", msgID = "mgrg2000_161010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_101010", msgID = "mgrg3000_101010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_111010", msgID = "mgrg3000_111010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_121010", msgID = "mgrg3000_121010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_181010", msgID = "mgrg3000_181010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_191010", msgID = "mgrg3000_191010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1c1010", msgID = "mgrg3000_1c1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1e1010", msgID = "mgrg3000_1e1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1f1010", msgID = "mgrg3000_1f1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1g1010", msgID = "mgrg3000_1g1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1h1010", msgID = "mgrg3000_1h1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1i1010", msgID = "mgrg3000_1i1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1j1010", msgID = "mgrg3000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_181010", msgID = "mgrg1000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1b1010", msgID = "comr3000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1c1010", msgID = "comr3000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1d1010", msgID = "comr3000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1010", msgID = "comr3000_1e1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1f1010", msgID = "comr3000_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1g1010", msgID = "comr3000_1g1010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "MGRG2000_171010", msgID = "mgrg2000_171010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_131010", msgID = "mgrg3000_131010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_141010", msgID = "mgrg3000_141010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_151010", msgID = "mgrg3000_151010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_101010", msgID = "mgs14100_101010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_111010", msgID = "mgs14100_111010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_121010", msgID = "mgs14100_121010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_131010", msgID = "mgs14100_131010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_141010", msgID = "mgs14100_141010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_151010", msgID = "mgs14100_151010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_161010", msgID = "mgs14100_161010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_171010", msgID = "mgs14100_171010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_181010", msgID = "mgs14100_181010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_191010", msgID = "mgs14100_191010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1a1010", msgID = "mgs14100_1a1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1b1010", msgID = "mgs14100_1b1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1c1010", msgID = "mgs14100_1c1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1d1010", msgID = "mgs14100_1d1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1e1010", msgID = "mgs14100_1e1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1f1010", msgID = "mgs14100_1f1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1g1010", msgID = "mgs14100_1g1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1h1010", msgID = "mgs14100_1h1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1i1010", msgID = "mgs14100_1i1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1j1010", msgID = "mgs14100_1j1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1k1010", msgID = "mgs14100_1k1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1l1010", msgID = "mgs14100_1l1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1m1010", msgID = "mgs14100_1m1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1n1010", msgID = "mgs14100_1n1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1o1010", msgID = "mgs14100_1o1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1p1010", msgID = "mgs14100_1p1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1q1010", msgID = "mgs14100_1q1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1r1010", msgID = "mgs14100_1r1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1s1010", msgID = "mgs14100_1s1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1t1010", msgID = "mgs14100_1t1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1u1010", msgID = "mgs14100_1u1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1v1010", msgID = "mgs14100_1v1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1w1010", msgID = "mgs14100_1w1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1x1010", msgID = "mgs14100_1x1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1y1010", msgID = "mgs14100_1y1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1z1010", msgID = "mgs14100_1z1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_201010", msgID = "mgs14100_201010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_211010", msgID = "mgs14100_211010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_221010", msgID = "mgs14100_221010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_231010", msgID = "mgs14100_231010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_241010", msgID = "mgs14100_241010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_251010", msgID = "mgs14100_251010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_261010", msgID = "mgs14100_261010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_271010", msgID = "mgs14100_271010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_281010", msgID = "mgs14100_281010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_291010", msgID = "mgs14100_291010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2a1010", msgID = "mgs14100_2a1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2b1010", msgID = "mgs14100_2b1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2c1010", msgID = "mgs14100_2c1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2d1010", msgID = "mgs14100_2d1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_121110", msgID = "mgs14100_121110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1d1110", msgID = "mgs14100_1d1110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_1d1210", msgID = "mgs14100_1d1210", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2e1010", msgID = "mgs14100_2e1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2f1010", msgID = "mgs14100_2f1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2g1010", msgID = "mgs14100_2g1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2h1010", msgID = "mgs14100_2h1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2i1010", msgID = "mgs14100_2i1010", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_271110", msgID = "mgs14100_271110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2d1110", msgID = "mgs14100_2d1110", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2d1210", msgID = "mgs14100_2d1210", }, { eventName = "DD_missionUQ", param1 = "miller", param2 = "MGS14100_2d1310", msgID = "mgs14100_2d1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1210", msgID = "comr3000_1e1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1310", msgID = "comr3000_1e1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1410", msgID = "comr3000_1e1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1510", msgID = "comr3000_1e1510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1610", msgID = "comr3000_1e1610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1710", msgID = "comr3000_1e1710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1810", msgID = "comr3000_1e1810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1910", msgID = "comr3000_1e1910", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1a10", msgID = "comr3000_1e1a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1e1b10", msgID = "comr3000_1e1b10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152510", msgID = "rdps2000_152510", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152610", msgID = "rdps2000_152610", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1o2010", msgID = "intl1000_1o2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_181010", msgID = "mgs14000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_191010", msgID = "mgs14000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_1a1010", msgID = "mgs14000_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_1b1010", msgID = "mgs14000_1b1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_1c1010", msgID = "mgs14000_1c1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS14000_1d1010", msgID = "mgs14000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1p2010", msgID = "intl1000_1p2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1l1210", msgID = "intl1000_1l1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1l1310", msgID = "intl1000_1l1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3000_1g1110", msgID = "comr3000_1g1110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1c1110", msgID = "mgrg3000_1a1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1c1210", msgID = "mgrg3000_1b1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_1d1010", msgID = "comr2100_1d1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_1e1010", msgID = "comr2100_1e1010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "COMR2100_1f1010", msgID = "comr2100_1f1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_121010", msgID = "mgs16000_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_131010", msgID = "mgs16000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_141010", msgID = "mgs16000_141010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_151010", msgID = "mgs16000_151010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_121110", msgID = "mgrg1000_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1u1110", msgID = "mgrg1000_1q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1u1210", msgID = "mgrg1000_1r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1110", msgID = "mgrg1000_2i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1210", msgID = "mgrg1000_2j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1310", msgID = "mgrg1000_2k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1410", msgID = "mgrg1000_2l1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1510", msgID = "mgrg1000_2m1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1610", msgID = "mgrg1000_2n1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1710", msgID = "mgrg1000_2o1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1810", msgID = "mgrg1000_2p1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1910", msgID = "mgrg1000_2q1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1a10", msgID = "mgrg1000_2r1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1b10", msgID = "mgrg1000_2s1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_2q1c10", msgID = "mgrg1000_2t1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_3e1110", msgID = "mgrg1000_2x1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_3f1110", msgID = "mgrg1000_2z1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_3g1110", msgID = "mgrg1000_311010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_3i1010", msgID = "mgrg1000_331010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_3j1010", msgID = "mgrg1000_341010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_3k1010", msgID = "mgrg1000_351010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1o1110", msgID = "mgrg1000_1i1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1o1210", msgID = "mgrg1000_1j1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1o1310", msgID = "mgrg1000_1k1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_141110", msgID = "mgs16000_141110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "MGRG3000_1d1110", msgID = "mgrg3000_1d1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_301110", msgID = "mgrg1000_301110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_341110", msgID = "mgrg1000_341110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1y1110", msgID = "mgrg1000_1y1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1y1210", msgID = "mgrg1000_1y1210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1y1310", msgID = "mgrg1000_1y1310", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152710", msgID = "rdps2000_152710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152810", msgID = "rdps2000_152810", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152910", msgID = "rdps2000_152910", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1110_111010", msgID = "comr1110_111010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1110_121010", msgID = "comr1110_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1110_131010", msgID = "comr1110_131010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1x1110", msgID = "mgrg1000_1x1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_211110", msgID = "mgrg1000_211110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152611", msgID = "rdps2000_152611", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1h1110", msgID = "mgrg1000_1h1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152a10", msgID = "rdps2000_152a10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_131110", msgID = "mgrg1000_131110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_211210", msgID = "mgrg1000_211210", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_241110", msgID = "mgrg1000_241110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG4000_101010", msgID = "mgrg4000_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG4000_111010", msgID = "mgrg4000_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG4000_121010", msgID = "mgrg4000_121010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR2200_101010", msgID = "comr2200_101010", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR2200_111010", msgID = "comr2200_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG4000_101110", msgID = "mgrg4000_101110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGRG1000_1b1110", msgID = "mgrg1000_1b1110", }, { eventName = "DD_RTR", param1 = "MILLER", param2 = "MGS11000_1r1210", msgID = "mgs11000_1r1210", }, { eventName = "DD_RTR", param1 = "MILLER", param2 = "MGS11000_1r1310", msgID = "mgs11000_1r1310", }, { eventName = "DD_RTR", param1 = "MILLER", param2 = "MGS11000_1r1410", msgID = "mgs11000_1r1410", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1q2010", msgID = "intl1000_1q2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1r2010", msgID = "intl1000_1r2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1s2010", msgID = "intl1000_1s2010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "INTL1000_1t2010", msgID = "intl1000_1t2010", }, { eventName = "DD_OPR", param1 = "miller", param2 = "INTL1100_101010", msgID = "intl1100_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_272710", msgID = "comr1000_272710", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_161010", msgID = "mgs16000_161010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_171010", msgID = "mgs16000_171010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_181010", msgID = "mgs16000_181010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_191010", msgID = "mgs16000_191010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "MGS16000_161110", msgID = "mgs16000_161110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR2300_101010", msgID = "comr2300_101010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR2300_111010", msgID = "comr2300_111010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR2300_121010", msgID = "comr2300_121010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR2300_131010", msgID = "comr2300_131010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0010_001", msgID = "ridn1000_101010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0010_002", msgID = "ridn1000_111010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0020_001", msgID = "ridn1000_121010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0020_002", msgID = "ridn1000_131010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0020_003", msgID = "ridn1000_141010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0030_001", msgID = "ridn1000_151010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0030_002", msgID = "ridn1000_161010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0030_003", msgID = "ridn1000_171010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0040_001", msgID = "ridn1000_181010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0040_002", msgID = "ridn1000_191010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0040_003", msgID = "ridn1000_1a1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0050_001", msgID = "ridn1000_1b1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0050_002", msgID = "ridn1000_1c1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0050_003", msgID = "ridn1000_1d1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_001", msgID = "ridn1000_1d1110", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_002", msgID = "ridn1000_1d1210", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_003", msgID = "ridn1000_1d1310", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_004", msgID = "ridn1000_1d1410", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_005", msgID = "ridn1000_1d1510", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_006", msgID = "ridn1000_1d1610", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLA0053_007", msgID = "ridn1000_1d1710", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_001", msgID = "ridn1000_1e1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_002", msgID = "ridn1000_1f1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_003", msgID = "ridn1000_1g1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_004", msgID = "ridn1000_1h1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_005", msgID = "ridn1000_1i1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_006", msgID = "ridn1000_1j1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_007", msgID = "ridn1000_1k1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_008", msgID = "ridn1000_1l1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0010_009", msgID = "ridn1000_1m1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_001", msgID = "ridn1000_1n1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_005", msgID = "ridn1000_1n1110", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_002", msgID = "ridn1000_1o1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_003", msgID = "ridn1000_1p1010", }, { eventName = "DD_Player", param1 = "SNAK", param2 = "PLM0020_004", msgID = "ridn1000_1p1110", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_251211", msgID = "comr1000_251211", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1j1110", msgID = "fsamf000_1j1110", }, { eventName = "DD_OPR", param1 = "miller", param2 = "FSAMf000_1j1011", msgID = "fsamf000_1j1011", }, { eventName = "DD_vox_cp_radio", param1 = "cp_a", param2 = "CPR0342_00", msgID = "cp011000_f21610", }, { eventName = "DD_vox_SH_voice", param1 = "PILOT", param2 = "SHV0150", msgID = "heli1000_1n1l10", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR1000_2a121b", msgID = "comr1000_2a121b", }, { eventName = "DD_RTR", param1 = "miller", param2 = "RDPS2000_152b10", msgID = "rdps2000_152b10", }, { eventName = "DD_ESR", param1 = "miller", param2 = "COMR1200_1a1010", msgID = "comr1200_1a1010", }, { eventName = "DD_RTR", param1 = "miller", param2 = "COMR3010_121010", msgID = "comr3010_121010", }, } end
function onCreate() makeLuaSprite('freddy2', 'freddy2', -300, -300); setLuaSpriteScrollFactor('freddy2', 1, 1); scaleObject('freddy2', 1.7, 1.7); makeAnimatedLuaSprite('freddy2anims', 'freddy2anims', -100, -300); setLuaSpriteScrollFactor('freddy2anims', 1.1, 1.1); scaleObject('freddy2anims', 1.7, 1.7); addAnimationByPrefix('freddy2anims','freddy2anims','Beats',24,true); addLuaSprite('freddy2', false); addLuaSprite('freddy2anims', true); close(true); end
return { __location = game:GetService("ReplicatedStorage"), __tags = {"ServerIgnore"}, "Client.Controllers.LocalGameSetupController", -- Responsible for initial setup of the game on the client. This is the first thing that should be called. "Client.Controllers.PlayerController", -- Controller that manages localside player setup and controls }
links { "ws2_32" }
local resty_url = require('resty.url') local setmetatable = setmetatable local _M = { } local mt = { __index = _M } local allowed_schemes = { file = true, data = true, } function _M.new(uri) local url, err = resty_url.parse(uri) if not url then return nil, err end if not allowed_schemes[url.scheme] then return nil, 'scheme not supported' end return setmetatable({ url = url }, mt) end do local loaders = { } local pcall = pcall local tostring = tostring local path = require('pl.path') local file = require('pl.file') local inspect = require('inspect') local tab_clone = require "table.clone" local __tostring = function(self) -- We need to remove metatable of the inspected table, otherwise it points to itself -- and leads to infinite recursion. Cloning the table has the same effect without mutation. -- As this is evaluated only when nginx was compiled with debug flag, -- it means it happens only in development. return inspect(tab_clone(self)) end local config_mt = { __tostring = __tostring } local YAML = require('resty.yaml') local cjson = require('cjson') local data_url = require('apicast.configuration_loader.data_url') local decoders = { ['.yml'] = YAML.load, ['.yaml'] = YAML.load, ['.json'] = cjson.decode, } local function decode(fmt, contents) local decoder = decoders[fmt] if not decoder then return nil, 'unsupported format' end local ok, ret = pcall(decoder, contents) if ok then return ret else return false, ret end end function loaders.file(uri) local filename = uri.opaque or ('%s%s'):format(uri.host, uri.path) if not filename then return nil, 'invalid file url' end local ext = path.extension(filename) local contents = file.read(filename) if contents then return decode(ext, contents) else return nil, 'no such file' end end function loaders.data(uri) return data_url.parse(tostring(uri)) end function _M:load() local url = self and self.url if not url then return nil, 'not initialized' end local load = loaders[url.scheme] if not load then return nil, 'cannot load scheme' end local t, err = load(url) if t then return setmetatable(t, config_mt) else return t, err end end end return _M
--[[ A helper function to define a Rodux action creator with an associated name. Normally when creating a Rodux action, you can just create a function: return function(value) return { type = "MyAction", value = value, } end And then when you check for it in your reducer, you either use a constant, or type out the string name: if action.type == "MyAction" then -- change some state end Typos here are a remarkably common bug. We also have the issue that there's no link between reducers and the actions that they respond to! `Action` (this helper) provides a utility that makes this a bit cleaner. Instead, define your Rodux action like this: return Action("MyAction", function(value) return { value = value, } end) We no longer need to add the `type` field manually. Additionally, the returned action creator now has a 'name' property that can be checked by your reducer: local MyAction = require(Reducers.MyAction) ... if action.type == MyAction.name then -- change some state! end Now we have a clear link between our reducers and the actions they use, and if we ever typo a name, we'll get a warning in LuaCheck as well as an error at runtime! ]] return function(name, fn) assert(type(name) == "string", "A name must be provided to create an Action") assert(type(fn) == "function", "A function must be provided to create an Action") return setmetatable({ name = name, }, { __call = function(self, ...) local result = fn(...) assert(type(result) == "table", "An action must return a table") result.type = name return result end }) end
local Events = require "scripts/ToolKit/events" local Utilities = require "scripts/ToolKit/utilities" local UIHeartManagerComponent = { Properties = { Debug = true, HealthPerContainer = 100.0, TreasurePerContainer = 100.0 }, Events = { [Events.OnSetNumHeartContainers] = {global=true}, [Events.OnSetHealthAmount] = {global=true}, [Events.OnSetTreasureAmount] = {global=true}, } } function UIHeartManagerComponent:OnActivate() Utilities:InitLogging(self, "UIHeartManagerComponent") Utilities:BindEvents(self, self.Events) self.healthAmount = 0 self.treasureAmount = 0 self.treasureContainer = nil self.containers = {} self.spawnListener = UiSpawnerNotificationBus.Connect(self, self.entityId) self.spawnedEntities = {} end function UIHeartManagerComponent:Reset() self.numContainers = 0 self.healthAmount = 0 self.treasureAmount = 0 self:SetNumContainers(1) end function UIHeartManagerComponent:SetNumContainers(amount) self:Log("Setting num containers " ..tostring(amount)) if self.numContainers == amount then return end self.numContainers = amount for i, entityId in ipairs(self.spawnedEntities) do if entityId ~= nil then UiElementBus.Event.DestroyElement(entityId) end end self.spawnedEntities = {} self.containers = {} local offset = 0 -- create one extra for the construction container for i=1,self.numContainers + 1 do local sliceTicket = UiSpawnerBus.Event.SpawnAbsolute(self.entityId, Vector2(offset, 0)) table.insert(self.containers, { ticket = sliceTicket, entityId = nil }) offset = offset + 32 self.treasureContainer = self.containers[i] end end function UIHeartManagerComponent:FillContainers(amount) self:Log("FillContainers " .. tostring(amount)) local healthRemaining = tonumber(amount) for i, container in ipairs(self.containers) do if container.entityId ~= nil then local health = healthRemaining % tonumber(self.Properties.HealthPerContainer) if healthRemaining >= self.Properties.HealthPerContainer then health = self.Properties.HealthPerContainer end -- send a value between 0..1 Events:Event(container.entityId, Events.OnSetHealthAmount, health / self.Properties.HealthPerContainer) healthRemaining = Math.Max(0, healthRemaining - self.Properties.HealthPerContainer) end end self:FillTreasureContainer(self.treasureAmount) end function UIHeartManagerComponent:FillTreasureContainer(amount) -- self:Log("FillTreasureContainer " .. tostring(amount)) if self.treasureContainer ~= nil and self.treasureContainer.entityId ~= nil then self:Log("FillTreasureContainer " .. tostring(amount)) Events:Event(self.treasureContainer.entityId, Events.OnSetTreasureAmount, amount / self.Properties.TreasurePerContainer) end end function UIHeartManagerComponent:OnEntitySpawned(sliceTicket, entityId) table.insert(self.spawnedEntities, entityId) -- save the top level entity id for each slice so we can send it messages local numSlicesSpawned = 0 local foundNewSlice = false for i, container in ipairs(self.containers) do --self:Log("parent is " .. tostring(parent) .. " own id is " .. tostring(self.entityId)) if container.ticket == sliceTicket then local parentId = UiElementBus.Event.GetParent(entityId) if container.entityId == nil and parentId == self.entityId then container.entityId = entityId foundNewSlice = true end end if container.entityId ~= nil then numSlicesSpawned = numSlicesSpawned + 1 end end if foundNewSlice and numSlicesSpawned == (self.numContainers + 1) then self:Log("Hearts done spawning") self:FillContainers(self.healthAmount) end end function UIHeartManagerComponent.Events.OnSetNumHeartContainers:OnEventBegin(numContainers) self.Component:Log("OnSetNumHeartContainers " .. tostring(numContainers)) self.Component:SetNumContainers(numContainers) end function UIHeartManagerComponent.Events.OnSetHealthAmount:OnEventBegin(amount) self.Component:Log("OnSetHealthAmount " .. tostring(amount)) self.Component.healthAmount = amount self.Component:FillContainers(amount) end function UIHeartManagerComponent.Events.OnSetTreasureAmount:OnEventBegin(amount) self.Component:Log("OnSetTreasureAmount " .. tostring(amount)) self.Component.treasureAmount = amount self.Component:FillTreasureContainer(amount) end function UIHeartManagerComponent:OnDeactivate() Utilities:UnBindEvents(self.Events) for i, container in ipairs(self.containers) do if container.entityId ~= nil then self:Log("Destroying slice " .. tostring(container.entityId)) GameEntityContextRequestBus.Broadcast.DestroyDynamicSliceByEntity(container.entityId) end end self.containers = {} end return UIHeartManagerComponent
--[[ # Copyright 2001-2014 Cisco Systems, Inc. and/or its affiliates. All rights # reserved. # # This file contains proprietary Detector Content created by Cisco Systems, # Inc. or its affiliates ("Cisco") and is distributed under the GNU General # Public License, v2 (the "GPL"). This file may also include Detector Content # contributed by third parties. Third party contributors are identified in the # "authors" file. The Detector Content created by Cisco is owned by, and # remains the property of, Cisco. Detector Content from third party # contributors is owned by, and remains the property of, such third parties and # is distributed under the GPL. The term "Detector Content" means specifically # formulated patterns and logic to identify applications based on network # traffic characteristics, comprised of instructions in source code or object # code form (including the structure, sequence, organization, and syntax # thereof), and all documentation related thereto that have been officially # approved by Cisco. Modifications are considered part of the Detector # Content. --]] --[[ detection_name: Battlefield version: 3 description: A multi-player video game. --]] require "DetectorCommon" local bit = require("bit") --require('debugger') --local DC = require("DetectorCommon") local DC = DetectorCommon local HT = hostServiceTrackerModule local FT = flowTrackerModule DetectorPackageInfo = { name = "Battlefield", proto = DC.ipproto.udp, server = { init = 'DetectorInit', validate = 'DetectorValidator', } } gServiceId = 20039 gServiceName = 'Battlefield' gDetector = nil gSfAppIdBattlefield = 49 --patterns used in DetectorInit() gPatterns = { --patternName Pattern offset -------------------------------------------------------------------- helloPattern = {'battlefield2\000', 5, gSfAppIdBattlefield}, pattern2 = {'\254\253', 0, gSfAppIdBattlefield}, pattern3 = {'\017\032\000\001\000\000\080\185\016\17', 0, gSfAppIdBattlefield}, pattern4 = {'\017\032\000\001\000\000\048\185\016\17', 0, gSfAppIdBattlefield}, pattern5 = {'\017\032\000\001\000\000\160\152\000\17', 0, gSfAppIdBattlefield}, --fefd0900 000000 pattern6 = {'\254\253\009\000\000\000\000', 0}, } --fast pattern registerd with core engine - needed when not using CSD tables gFastPatterns = { --protocol patternName ------------------------------------ {DC.ipproto.udp, gPatterns.helloPattern}, {DC.ipproto.udp, gPatterns.pattern2}, {DC.ipproto.udp, gPatterns.pattern3}, {DC.ipproto.udp, gPatterns.pattern4}, {DC.ipproto.udp, gPatterns.pattern5}, } --port based detection - needed when not using CSD tables gPorts = { --client and server side ports --*{DC.ipproto.tcp, 80}, --UDP 1024-1124 ignored for now --TCP 1024-1124 ignored for now --UDP 1500-4999 ignored for now {DC.ipproto.tcp, 4711}, {DC.ipproto.udp, 16567}, {DC.ipproto.udp, 27900}, {DC.ipproto.tcp, 27900}, {DC.ipproto.udp, 29900}, {DC.ipproto.tcp, 29900}, {DC.ipproto.tcp, 27901}, {DC.ipproto.udp, 28910}, --UDP 55123-55125 ignored for now } gAppRegistry = { --AppIdValue Extracts Info --------------------------------------- {gSfAppIdBattlefield, 0} } function serviceInProcess(context) local flowFlag = context.detectorFlow:getFlowFlag(DC.flowFlags.serviceDetected) if ((not flowFlag) or (flowFlag == 0)) then gDetector:inProcessService() end DC.printf('%s: Inprocess, packetCount: %d\n', gServiceName, context.packetCount); return DC.serviceStatus.inProcess end function serviceSuccess(context) local flowFlag = context.detectorFlow:getFlowFlag(DC.flowFlags.serviceDetected) if ((not flowFlag) or (flowFlag == 0)) then gDetector:addService(gServiceId, "", "", gSfAppIdBattlefield) end HT.addHostServiceTracker(context.srcIp, 1) HT.addHostServiceTracker(context.dstIp, 1) DC.printf('%s: Detected, packetCount: %d\n', gServiceName, context.packetCount); return DC.serviceStatus.success end function serviceFail(context) local flowFlag = context.detectorFlow:getFlowFlag(DC.flowFlags.serviceDetected) if ((not flowFlag) or (flowFlag == 0)) then gDetector:failService() end context.detectorFlow:clearFlowFlag(DC.flowFlags.continue) DC.printf('%s: Failed, packetCount: %d\n', gServiceName, context.packetCount); return DC.serviceStatus.nomatch end function registerPortsPatterns() --register port based detection for i,v in ipairs(gPorts) do gDetector:addPort(v[1], v[2]) end --register pattern based detection for i,v in ipairs(gFastPatterns) do if ( gDetector:registerPattern(v[1], v[2][1], #v[2][1], v[2][2], v[2][3]) ~= 0) then --print (gServiceName .. ': register pattern failed for ' .. v[2]) else --print (gServiceName .. ': register pattern successful for ' .. i) end end for i,v in ipairs(gAppRegistry) do pcall(function () gDetector:registerAppId(v[1],v[2]) end) end end --[[ Core engine calls DetectorInit() to initialize a detector. --]] function DetectorInit( detectorInstance) --print (gServiceName .. ': DetectorInit()') gDetector = detectorInstance gDetector:init(gServiceName, 'DetectorValidator', 'DetectorFini') registerPortsPatterns() return gDetector end --[[Validator function registered in DetectorInit() (1+dir) and (2-dir) logic takes care of symmetric request response case. Once connection is established, client (server) can send request and server (client) should send a response. --]] function DetectorValidator() local context = {} context.detectorFlow = gDetector:getFlow() context.packetDataLen = gDetector:getPacketSize() context.packetDir = gDetector:getPacketDir() context.srcIp = gDetector:getPktSrcAddr() context.dstIp = gDetector:getPktDstAddr() context.srcPort = gDetector:getPktSrcPort() context.dstPort = gDetector:getPktDstPort() context.flowKey = context.detectorFlow:getFlowKey() context.packetCount = gDetector:getPktCount() local size = context.packetDataLen local dir = context.packetDir local srcPort = context.srcPort local dstPort = context.dstPort local flowKey = context.flowKey local rft = FT.getFlowTracker(flowKey) DC.printf ('%s:DetectorValidator(): packetCount %d, dir %d\n', gServiceName, context.packetCount, dir); if (size == 0) then return serviceInProcess(context) end if (not rft) then rft = FT.addFlowTracker(flowKey, {stage=0, msgId=0, helloPacketDetected=0}) end --[[save connection method from opendpi is not used because it uses packet timing and no pattern to declare connection save packet. --]] --[[ The following logic is commented out because it needs additional API function for determing if source or detination ipaddress+port of the current flow already has battlefield as identified service. Replace note001 with the api calls. --]] local srcHst = HT.getHostServiceTracker(context.srcIp) local dstHst = HT.getHostServiceTracker(context.dstIp) --[[The following block will not work when client sends first packet that is request and RNA does not provide the packet to this detector. --]] if ((srcPort >= 27000 or dstPort >= 27000) and (dstHst or srcHst)) then DC.printf ("BattleField: request/response block. Stage %d, size %d\n", rft.stage, size) if (rft.stage == 0 or rft.stage == (1 + dir)) then if (size > 8 and (gDetector:memcmp(gPatterns.pattern2[1], #gPatterns.pattern2[1], 0) == 0)) then matched, shortVar = gDetector:getPcreGroups("(..)", 2); if shortVar then rft.msgId = DC.getShortHostFormat (shortVar) rft.stage = 1 + dir; return serviceInProcess(context) end end elseif (rft.stage == (2 - dir)) then if (size > 8) then matched, shortVar = gDetector:getPcreGroups("(..)", 0); if shortVar then msgId = DC.getShortHostFormat (shortVar) DC.printf("msgId %x, from packet %x\n", msgId, rft.msgId); if (msgId == rft.msgId) then FT.delFlowTracker(flowKey) DC.printf ('%d :Battlefield message and reply detected.\n', context.packetCount) return serviceSuccess(context) end end end end end if (size == 18 and gDetector:memcmp(gPatterns.helloPattern[1], #gPatterns.helloPattern[1], 5) == 0) then DC.printf ('%d :Battlefield 2 hello packet detected.\n', context.packetCount) rft.helloPacketDetected = 1 return serviceInProcess(context) end if ((size == 7) and (rft.helloPacketDetected == 1) and (gDetector:memcmp(gPatterns.pattern6[1], #gPatterns.pattern6[1], 0) == 0) ) then rft.helloPacketDetected = 0 FT.delFlowTracker(flowKey) DC.printf ('%d :Battlefield 2 hello packet reported.\n', context.packetCount) return serviceSuccess(context) end if ((size > 10) and ((gDetector:memcmp(gPatterns.pattern3[1], #gPatterns.pattern3[1], 0) == 0) or (gDetector:memcmp(gPatterns.pattern4[1], #gPatterns.pattern4[1], 0) == 0) or (gDetector:memcmp(gPatterns.pattern5[1], #gPatterns.pattern5[1], 0) == 0))) then DC.printf ('%d :Battlefield safe pattern detected.\n', context.packetCount) FT.delFlowTracker(flowKey) return serviceSuccess(context) end return serviceFail(context) end --[[Required DetectorFini function --]] function DetectorFini() --print (gServiceName .. ': DetectorFini()') end
return { { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -500 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -550 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -600 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -650 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -700 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -750 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -800 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -850 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -900 } } } }, { effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -1000 } } } }, init_effect = "", name = "", time = 8, picture = "", desc = "航速降低8S", stack = 1, id = 105042, icon = 105040, last_effect = "Darkness", effect_list = { { type = "BattleBuffFixVelocity", trigger = { "onAttach", "onRemove" }, arg_list = { add = 0, mul = -500 } } } }
local thismod = minetest.get_current_modname() local wac = _G[thismod] wac.find_nodes = function(pos, min, max, ...) min = { x = pos.x - (min.x or min[1] or 0), y = pos.y - (min.y or min[2] or 0), z = pos.z - (min.z or min[3] or 0) } max = { x = pos.x + (max.x or max[1] or 0), y = pos.y + (max.y or max[2] or 0), z = pos.z + (max.z or max[3] or 0) } return minetest.find_nodes_in_area(min, max, ...) end wac.anynode = function(...) local t = {...} for _, name in ipairs(t) do if minetest.registered_nodes[name] then return name end end error("No nodes found from " .. table.concat(t, ", ")) end wac.pickrand = function (list, rarityfunc, picked) local total = 0 local items = {} for k, v in pairs(list) do local r = rarityfunc(k, v) if r and r > 0 then total = total + 1 / r items[#items + 1] = {k = k, v = v, p = 1 / r} end end total = total * math.random() for _, x in pairs(items) do total = total - x.p if total <= 0 then return picked(x.k, x.v, x.p) end end end wac.jumpspawner = function(entname, rarefunc) return function(pos) return minetest.after(math.random(), function() pos.x = pos.x + math.random() - 0.5 pos.z = pos.z + math.random() - 0.5 return wac.pickrand( minetest.registered_items, rarefunc, function(name) return minetest.add_entity(pos, thismod .. ":" .. entname, name) end ) end) end end -- Functions, Variables, and supporting shared references are stored here. -- Just for the sake of slightly better separation of components. -- -- -- -- -- -- PARTICLES -- -- -- -- -- -- local function unpackrange(t) return { x = t.x or t[1] or 0, y = t.y or t[2] or 0, z = t.z or t[3] or 0 }, { x = t.x or t[4] or t[1] or 0, y = t.y or t[5] or t[2] or 0, z = t.z or t[6] or t[3] or 0 } end local function smarticles(def) if def.posrange then def.minpos, def.maxpos = unpackrange(def.posrange) end if def.offset then local min, max = unpackrange(def.offset) def.minpos = vector.add(def.minpos, min) def.maxpos = vector.add(def.maxpos, max) end if def.velrange then def.minvel, def.maxvel = unpackrange(def.velrange) end if def.accrange then def.minacc, def.maxacc = unpackrange(def.accrange) end if def.exprange then def.minexptime = def.exprange[1] def.maxexptime = def.exprange[2] or def.exprange[1] end if def.sizerange then def.minsize = def.sizerange[1] def.maxsize = def.sizerange[2] or def.sizerange[1] end return minetest.add_particlespawner(def) end wac.dimond_focused_lazer = function(pos, tex) if not pos then return end smarticles({ amount = 29, time = 1, offset = pos, posrange = {0, -1, 0, 0, 10, 0}, accrange = {-0.1, 0, -0.1, 0.1, 0, 0.1}, exprange = {0.1, 0.5}, sizerange = {40}, vertical = true, texture = tex, glow = 2 }) minetest.sound_play("wac_lbeam", { pos = pos, gain = 1, max_hear_distance = 32 }) end wac.warr_ham = function(pos) minetest.sound_play("wac_warrhammerwave", { pos = pos, gain = 1, max_hear_distance = 32 }) end wac.tumbleparticles = function(pos,tex) smarticles({ amount = 40, time = 2, offset = pos, posrange = {-0.8, 0, -0.8, 0.8, 0, 0.8}, accrange = {0, 0.5, 0, 0.1, 1, 0.1}, exprange = {0.3, 0.6}, sizerange = {1, 5}, collisiondetection = false, collision_removal = false, texture = tex, glow = 2 }) end wac.scoreparticles = function(pos, score) score = tostring(score) local scale = #score + 1 local txr = "[combine:" .. (scale * 8) .. "x" .. (scale * 6) for i = 0, #score do local j = (i == 0) and 0 or (tonumber(score:sub(i, i)) + 1) txr = txr .. ":" .. (i * 8) .. "," .. (#score * 3) .. "=wac_fx_numeric.png\\^[verticalframe\\:11\\:" .. j end smarticles({ amount = 25, time = 0.1, offset = pos, posrange = {-2, -0.5, -2, 2, 1.5, 2}, exprange = {0.3, 0.6}, sizerange = {2 * scale}, texture = txr, glow = 2 }) end -- -- -- -- -- -- PARTICLES -- -- -- -- -- -- ^^
ITEM.name = "Notepad" ITEM.model = "models/props_lab/clipboard.mdl" ITEM.width = 1 ITEM.height = 1 ITEM.description = "notepadDesc" ITEM.price = 10 -- On player uneqipped the item, Removes a weapon from the player and keep the ammo in the item. ITEM.functions.use = { -- sorry, for name order. name = "Use", tip = "useTip", icon = "icon16/pencil.png", OnRun = function(item) local client = item.player local data = {} data.start = client:GetShootPos() data.endpos = data.start + client:GetAimVector()*96 data.filter = client local trace = util.TraceLine(data) if (trace.HitPos) then local note = ents.Create("ix_note") note:SetPos(trace.HitPos + trace.HitNormal * 10) note:Spawn() hook.Run("OnNoteSpawned", note, item) end return true end, }
function love.conf(t) t.window.width = 1024 t.window.height = 768 end
-- Please ask me if you want to use parts of this code! -- Add Network util.AddNetworkString("SprintSpeedset") util.AddNetworkString("SprintGetConVars") -- Set ConVars local Multiplier = CreateConVar("ttt_sprint_bonus_rel", "0.5", FCVAR_SERVER_CAN_EXECUTE, "The relative speed bonus given while sprinting. (0.1-2) Def: 0.5") local Crosshair = CreateConVar("ttt_sprint_big_crosshair", "1", FCVAR_SERVER_CAN_EXECUTE, "Makes the crosshair bigger while sprinting. Def: 1") local RegenerateI = CreateConVar("ttt_sprint_regenerate_innocent", "0.15", FCVAR_SERVER_CAN_EXECUTE, "Sets stamina regeneration for innocents. (0.01-2) Def: 0.15") local RegenerateT = CreateConVar("ttt_sprint_regenerate_traitor", "0.15", FCVAR_SERVER_CAN_EXECUTE, "Sets stamina regeneration speed for traitors. (0.01-2) Def: 0.15") local Consumption = CreateConVar("ttt_sprint_consume", "0.3", FCVAR_SERVER_CAN_EXECUTE, "Sets stamina consumption speed. (0.1-5) Def: 0.3") -- Set the Speed net.Receive("SprintSpeedset", function(len, ply) local mul = net.ReadFloat() if mul ~= 0 then ply.mult = 1 + mul else ply.mult = nil end end) -- Send Convats if requested net.Receive("SprintGetConVars", function(len, ply) local Table = { [1] = Multiplier:GetFloat(); [2] = Crosshair:GetBool(); [3] = RegenerateI:GetFloat(); [4] = RegenerateT:GetFloat(); [5] = Consumption:GetFloat(); } net.Start("SprintGetConVars") net.WriteTable(Table) net.Send(ply) end) -- return Speed for old TTT Servers hook.Add("TTTPlayerSpeed", "TTTSprint4TTTPlayerSpeed", function(ply) if ply.mult then local wep = ply:GetActiveWeapon() if wep and IsValid(wep) and wep:GetClass() == "genji_melee" then return 1.4 * ply.mult elseif wep and IsValid(wep) and wep:GetClass() == "weapon_ttt_homebat" then return 1.25 * ply.mult elseif wep and IsValid(wep) and wep:GetClass() == "weapon_vam_fangs" and wep:Clip1() < 13 then return 3 * ply.mult elseif wep and IsValid(wep) and wep:GetClass() == "weapon_zom_claws" then if ply:HasEquipmentItem(EQUIP_SPEED) then return 1.5 * ply.mult else return 1.35 * ply.mult end else return ply.mult end else return 1 end end) -- return Speed hook.Add("TTTPlayerSpeedModifier", "TTTSprint4TTTPlayerSpeed", function(ply, _, _) if ply.mult then local wep = ply:GetActiveWeapon() if wep and IsValid(wep) and wep:GetClass() == "genji_melee" then return 1.4 * ply.mult elseif wep and IsValid(wep) and wep:GetClass() == "weapon_ttt_homebat" then return 1.25 * ply.mult elseif wep and IsValid(wep) and wep:GetClass() == "weapon_vam_fangs" and wep:Clip1() < 13 then return 3 * ply.mult elseif wep and IsValid(wep) and wep:GetClass() == "weapon_zom_claws" then if ply:HasEquipmentItem(EQUIP_SPEED) then return 1.5 * ply.mult else return 1.35 * ply.mult end else return ply.mult end else return 1 end end)
local table_pool = require 'table_pool'.raw local table_stack = require 'table_stack' local Scene = {} Scene.__index = Scene function Scene.new() return setmetatable({ update = table_stack.new(), draw = table_stack.new(), dirty = true, }, Scene) end function Scene:add(obj) self[#self + 1] = obj self.dirty = true end function Scene:release() for i, obj in ipairs(self) do Object.release(obj) end self.dirty = true end -- Iteration and caching local iterator_flags = { skip_root = true, postorder = true, table_only = true } local function iterate_all_and_cache(scene, update_or_draw, skip_if_field, dt_on_update) scene.dirty = false local update = scene.update; update:clear() local draw = scene.draw; draw:clear() local update_previous = table_pool:acquire() local draw_previous = table_pool:acquire() local skipping_object = false local function process_obj_going_down(obj, method, stack, previous_cache, maybe_call) if method then previous_cache[obj] = stack:push(method, obj, stack.n + 1) if maybe_call and not skipping_object then if obj[skip_if_field] then skipping_object = obj else DEBUG.PUSH_CALL(obj, update_or_draw) method(obj, dt_on_update) DEBUG.POP_CALL(obj, update_or_draw) end end end end local function process_obj_going_up(obj, method, stack, previous_cache, maybe_call) if method then stack:push(method, obj, 0) if maybe_call and not skipping_object then DEBUG.PUSH_CALL(obj, update_or_draw) method(obj, dt_on_update) DEBUG.POP_CALL(obj, update_or_draw) end end if previous_cache[obj] then previous_cache[obj][3] = stack.n - previous_cache[obj][3] previous_cache[obj] = nil end if skipping_object == obj then skipping_object = false end end local is_update = update_or_draw == 'update' local is_draw = update_or_draw == 'draw' for kp, obj, parent, going_down in nested.iterate(scene, iterator_flags) do if going_down then process_obj_going_down(obj, obj.update, update, update_previous, is_update) process_obj_going_down(obj, obj.draw, draw, draw_previous, is_draw) else process_obj_going_up(obj, obj.late_update, update, update_previous, is_update) process_obj_going_up(obj, obj.late_draw, draw, draw_previous, is_draw) end end table_pool:release(update_previous) table_pool:release(draw_previous) end local function iterate_cached(scene, update_or_draw, skip_if_field, ...) local cache = scene[update_or_draw] local i = 1 while i <= cache.n do local method, obj, children = unpack(cache[i]) if not obj[skip_if_field] then method(obj, ...) i = i + 1 else i = i + 1 + children end end end function Scene:call_update(...) local iterator_function = self.dirty and iterate_all_and_cache or iterate_cached iterator_function(self, 'update', 'paused', ...) end function Scene:call_draw(...) local iterator_function = self.dirty and iterate_all_and_cache or iterate_cached iterator_function(self, 'draw', 'hidden', ...) end function Scene:iterate() return nested.iterate(self, iterator_flags) end return Scene
require("scripts/globals/keyitems") require("scripts/globals/missions") require("scripts/globals/quests") require("scripts/globals/status") require("scripts/globals/zone") ----------------------------------------------- -- battlefields by zone -- captured from client 2017-10-02 ----------------------------------------------- --[[ [zoneId] = { {bit, battlefieldIdInDatabase, requiredItemToTrade} }, --]] local battlefields = { [6] = { -- BEARCLAW PINNACLE { 0, 640, 0}, -- Flames of the Dead (PM5-3 U3) -- { 1, 641, 0}, -- Follow the White Rabbit (ENM) -- { 2, 642, 0}, -- When Hell Freezes Over (ENM) { 3, 643, 0}, -- Brothers (ENM) -- TODO: Chthonian Ray mobskill -- { 4, 644, 0}, -- Holy Cow (ENM) -- { 5, ?, 3454}, -- Taurassic Park (HKC30) }, [8] = { -- BONEYARD GULLY { 0, 672, 0}, -- Head Wind (PM5-3 U2) -- { 1, 673, 0}, -- Like the Wind (ENM) -- TODO: mob constantly runs during battle -- { 2, 674, 0}, -- Sheep in Antlion's Clothing (ENM) -- { 3, 675, 0}, -- Shell We Dance? (ENM) -- { 4, 676, 0}, -- Totentanz (ENM) -- { 5, 677, 0}, -- Tango with a Tracker (Quest) -- { 6, 678, 0}, -- Requiem of Sin (Quest) -- { 7, 679, 3454}, -- Antagonistic Ambuscade (HKC30) -- { 8, ?, 0}, -- *Head Wind (HTMBF) }, [10] = { -- THE SHROUDED MAW { 0, 704, 0}, -- Darkness Named (PM3-5) -- { 1, 705, 0}, -- Test Your Mite (ENM) { 2, 706, 0}, -- Waking Dreams (Quest) -- { 3, ?, 0}, -- *Waking Dreams (HTMBF) }, [13] = { -- MINE SHAFT 2716 { 0, 736, 0}, -- A Century of Hardship (PM5-3 L3) -- { 1, 737, 0}, -- Return to the Depths (Quest) -- { 2, 738, 0}, -- Bionic Bug (ENM) -- { 3, 739, 0}, -- Pulling the Strings (ENM) -- { 4, 740, 0}, -- Automaton Assault (ENM) -- { 5, 741, 3455}, -- The Mobline Comedy (HKC50) }, [17] = { -- SPIRE OF HOLLA { 0, 768, 0}, -- Ancient Flames Beckon (PM1-3) -- { 1, 769, 0}, -- Simulant (ENM) -- { 2, 770, 3351}, -- Empty Hopes (KC30) }, [19] = { -- SPIRE OF DEM { 0, 800, 0}, -- Ancient Flames Beckon (PM1-3) -- { 1, 801, 0}, -- You Are What You Eat (ENM) -- { 2, 802, 3351}, -- Empty Dreams (KC30) }, [21] = { -- SPIRE OF MEA { 0, 832, 0}, -- Ancient Flames Beckon (PM1-3) -- { 1, 833, 0}, -- Playing Host (ENM) -- { 2, 834, 3351}, -- Empty Desires (KC30) }, [23] = { -- SPIRE OF VAHZL { 0, 864, 0}, -- Desires of Emptiness (PM5-2) -- { 1, 865, 0}, -- Pulling the Plug (ENM) -- { 2, 866, 3352}, -- Empty Aspirations (KC50) }, [29] = { -- RIVERNE SITE #B01 { 0, 896, 0}, -- Storms of Fate (Quest) -- { 1, 897, 2108}, -- The Wyrmking Descends (BCNM) }, [30] = { -- RIVERNE SITE #A01 -- { 0, 928, 1842}, -- Ouryu Cometh (BCNM) }, [31] = { -- MONARCH LINN { 0, 960, 0}, -- Ancient Vows (PM2-5) { 1, 961, 0}, -- The Savage (PM4-2) -- { 2, 962, 0}, -- Fire in the Sky (ENM) -- { 3, 963, 0}, -- Bad Seed (ENM) -- { 4, 964, 0}, -- Bugard in the Clouds (ENM) -- { 5, 965, 0}, -- Beloved of the Atlantes (ENM) -- { 6, 966, 0}, -- Uninvited Guests (Quest) -- { 7, 967, 3455}, -- Nest of Nightmares (HKC50) -- { 8, ?, 0}, -- *The Savage (HTMBF) }, [32] = { -- SEALION'S DEN { 0, 992, 0}, -- One to Be Feared (PM6-4) { 1, 993, 0}, -- The Warrior's Path (PM7-5) -- { 2, ?, 0}, -- *The Warrior's Path (HTMBF) -- { 3, ?, 0}, -- *One to Be Feared (HTMBF) }, [35] = { -- THE GARDEN OF RU'HMET { 0, 1024, 0}, -- When Angels Fall (PM8-3) }, [36] = { -- EMPYREAL PARADOX { 0, 1056, 0}, -- Dawn (PM8-4) -- { 1, 1057, 0}, -- Apocalypse Nigh (Quest) -- { 2, ?, 0}, -- Both Paths Taken (ROVM2-9-2) -- { 3, ?, 0}, -- *Dawn (HTMBF) -- { 4, ?, 0}, -- The Winds of Time (ROVM3-1-26) -- { 5, ?, 0}, -- Sealed Fate (Master Trial) }, [37] = { -- TEMENOS { 0, 1299, 0}, -- Northern Tower { 1, 1300, 0}, -- Eastern Tower { 2, 1298, 0}, -- Western Tower { 3, 1306, -1}, -- Central 4th Floor (multiple items needed: 1907, 1908, 1986) { 4, 1305, 1904}, -- Central 3rd Floor { 5, 1304, 1905}, -- Central 2nd Floor { 6, 1303, 1906}, -- Central 1st Floor { 7, 1301, 2127}, -- Central Basement -- { 8, 1302, 0}, -- Central Basement II -- { 9, 1307, 0}, -- Central 4th Floor II }, [38] = { -- APOLLYON { 0, 1291, 0}, -- SW Apollyon { 1, 1290, 0}, -- NW Apollyon { 2, 1293, 0}, -- SE Apollyon { 3, 1292, 0}, -- NE Apollyon { 4, 1296, -2}, -- Central Apollyon (multiple items needed: 1909 1910 1987 1988) { 5, 1294, 2127}, -- CS Apollyon -- { 6, 1295, 0}, -- CS Apollyon II -- { 7, 1297, 0}, -- Central Apollyon II }, [57] = { -- TALACCA COVE -- { 0, 1088, 0}, -- Call to Arms (ISNM) -- { 1, 1089, 0}, -- Compliments to the Chef (ISNM) -- { 2, 1090, 0}, -- Puppetmaster Blues (Quest) { 3, 1091, 2332}, -- Breaking the Bonds of Fate (COR LB5) { 4, 1092, 0}, -- Legacy of the Lost (TOAU35) -- { 5, ?, 0}, -- *Legacy of the Lost (HTMBF) }, [64] = { -- NAVUKGO EXECUTION CHAMBER -- { 0, 1120, 0}, -- Tough Nut to Crack (ISNM) -- { 1, 1121, 0}, -- Happy Caster (ISNM) -- { 2, 1122, 0}, -- Omens (Quest) { 3, 1123, 2333}, -- Achieving True Power (PUP LB5) { 4, 1124, 0}, -- Shield of Diplomacy (TOAU22) }, [67] = { -- JADE SEPULCHER -- { 0, 1152, 0}, -- Making a Mockery (ISNM) -- { 1, 1153, 0}, -- Shadows of the Mind (ISNM) { 2, 1154, 2331}, -- The Beast Within (BLU LB5) -- { 3, 1155, 0}, -- Moment of Truth (Quest) { 4, 1156, 0}, -- Puppet in Peril (TOAU29) -- { 5, ?, 0}, -- *Puppet in Peril (HTMBF) }, [78] = { -- HAZHALM TESTING GROUNDS -- { 0, 1184, 0}, -- The Rider Cometh (Quest) }, [139] = { -- HORLAIS PEAK { 0, 0, 0}, -- The Rank 2 Final Mission (Mission 2-3) { 1, 1, 1131}, -- Tails of Woe (BS40) { 2, 2, 1130}, -- Dismemberment Brigade (BS60) { 3, 3, 0}, -- The Secret Weapon (Sandy 7-2) -- { 4, 4, 1177}, -- Hostile Herbivores (BS50) -- TODO: mobs need knockback on melee attacks { 5, 5, 1426}, -- Shattering Stars (WAR LB5) { 6, 6, 1429}, -- Shattering Stars (BLM LB5) { 7, 7, 1436}, -- Shattering Stars (RNG LB5) { 8, 8, 1552}, -- Carapace Combatants (BS30) -- { 9, 9, 1551}, -- Shooting Fish (BS20) -- TODO: mobs use ranged attacks with knockback {10, 10, 1552}, -- Dropping Like Flies (BS30) -- {11, 11, 1553}, -- Horns of War (KS99) -- TODO: Chlevnik is unscripted {12, 12, 1131}, -- Under Observation (BS40) {13, 13, 1177}, -- Eye of the Tiger (BS50) -- TODO: Crossthrash mobskill -- {14, 14, 1130}, -- Shots in the Dark (BS60) -- TODO: Warmachine combat behavior {15, 15, 1175}, -- Double Dragonian (KS30) -- TODO: Chaos Blade strengthens after 2hr -- {16, 16, 1178}, -- Today's Horoscope (KS30) -- {17, 17, 1180}, -- Contaminated Colosseum (KS30) -- TODO: Extremely Bad Breath mobskill -- {18, 18, 3351}, -- Kindergarten Cap (KC30) -- {19, 19, 3352}, -- Last Orc-Shunned Hero (KC50) -- {20, 20, 0}, -- Beyond Infinity (Quest) -- {21, ?, 4062}, -- *Tails of Woe (SKC10) -- {22, ?, 4063}, -- *Dismemberment Brigade (SKC20) -- {23, ?, 0}, -- A Feast Most Dire (Quest) }, [140] = { -- GHELSBA OUTPOST { 0, 32, 0}, -- Save the Children (Sandy 1-3) { 1, 33, 0}, -- The Holy Crest (Quest) { 2, 34, 1551}, -- Wings of Fury (BS20) -- TODO: mobskills Slipstream and Turbulence { 3, 35, 1552}, -- Petrifying Pair (BS30) { 4, 36, 1552}, -- Toadal Recall (BS30) -- TODO: shroom-in-cap mechanic -- { 5, 37, 0}, -- Mirror, Mirror (Quest) }, [144] = { -- WAUGHROON SHRINE { 0, 64, 0}, -- The Rank 2 Final Mission (Mission 2-3) { 1, 65, 1131}, -- The Worm's Turn (BS40) { 2, 66, 1130}, -- Grimshell Shocktroopers (BS60) { 3, 67, 0}, -- On My Way (Basty 7-2) { 4, 68, 1166}, -- A Thief in Norg!? (Quest) { 5, 69, 1177}, -- 3, 2, 1... (BS50) -- TODO: Self Destruct does not display correct message in chat log { 6, 70, 1430}, -- Shattering Stars (RDM LB5) { 7, 71, 1431}, -- Shattering Stars (THF LB5) { 8, 72, 1434}, -- Shattering Stars (BST LB5) { 9, 73, 1552}, -- Birds of a Feather (BS30) -- {10, 74, 1551}, -- Crustacean Conundrum (BS20) -- TODO: You can only do 0-2 damage no matter what your attack is {11, 75, 1552}, -- Grove Guardians (BS30) -- {12, 76, 1553}, -- The Hills are Alive (KS99) -- TODO: Tartaruga Gigante is not coded -- {13, 77, 1131}, -- Royal Jelly (BS40) -- TODO: all combat mechanics, loot {14, 78, 1177}, -- The Final Bout (BS50) -- TODO: mobskills Big Blow and Counterstance {15, 79, 1130}, -- Up in Arms (BS60) -- {16, 80, 1175}, -- Copycat (KS30) -- {17, 81, 1178}, -- Operation Desert Swarm (KS30) -- TODO: Wild Rage gets stronger as they die. Sync TP moves. Self-bind/stun. Build sleep resistance. -- {18, 82, 1180}, -- Prehistoric Pigeons (KS30) -- TODO: Build resistance to sleep quickly. When one dies, remaining ones become more powerful. -- {19, 83, 3351}, -- The Palborough Project (KC30) -- {20, 84, 3352}, -- Shell Shocked (KC50) -- {21, 85, 0}, -- Beyond Infinity (Quest) -- {22, ?, 4062}, -- *The Worm's Tail (SKC10) -- {23, ?, 4063}, -- *Grimshell Shocktroopers (SKC20) -- {24, ?, 0}, -- A Feast Most Dire (Quest) }, [146] = { -- BALGA'S DIAS { 0, 96, 0}, -- The Rank 2 Final Mission (Mission 2-3) { 1, 97, 1131}, -- Steamed Sprouts (BS40) { 2, 98, 1130}, -- Divine Punishers (BS60) { 3, 99, 0}, -- Saintly Invitation (Windy 6-2) { 4, 100, 1177}, -- Treasure and Tribulations (BS50) { 5, 101, 1427}, -- Shattering Stars (MNK LB5) { 6, 102, 1428}, -- Shattering Stars (WHM LB5) { 7, 103, 1440}, -- Shattering Stars (SMN LB5) { 8, 104, 1552}, -- Creeping Doom (BS30) { 9, 105, 1551}, -- Charming Trio (BS20) {10, 106, 1552}, -- Harem Scarem (BS30) -- {11, 107, 1553}, -- Early Bird Catches the Wyrm (KS99) -- TODO: Wyrm is not coded at all {12, 108, 1131}, -- Royal Succession (BS40) {13, 109, 1177}, -- Rapid Raptors (BS50) {14, 110, 1130}, -- Wild Wild Whiskers (BS60) -- TODO: should use petrifactive breath more often than other mobskill. Message before spellcasting. -- {15, 111, 1175}, -- Seasons Greetings (KS30) -- {16, 112, 1178}, -- Royale Ramble (KS30) -- {17, 113, 1180}, -- Moa Constrictors (KS30) -- {18, 114, 3351}, -- The V Formation (KC30) -- {19, 115, 3352}, -- Avian Apostates (KC50) -- {20, 116, 0}, -- Beyond Infinity (Quest) -- {21, ?, 4062}, -- *Steamed Sprouts (SKC10) -- {22, ?, 4063}, -- *Divine Punishers (SKC20) -- {23, ?, 0}, -- A Feast Most Dire (Quest) }, [156] = { -- THRONE ROOM [S] -- { 0, 352, 0}, -- Fiat Lux (Campaign) -- { 1, 353, 0}, -- Darkness Descends (WOTG37) -- { 2, 354, 0}, -- Bonds of Mythril (Quest) -- { 3, ?, 0}, -- Unafraid of the Dark (Merit Battlefield) }, [163] = { -- SACRIFICIAL CHAMBER { 0, 128, 0}, -- The Temple of Uggalepih (ZM4) { 1, 129, 1130}, -- Jungle Boogymen (BS60) { 2, 130, 1130}, -- Amphibian Assault (BS60) -- { 3, 131, 0}, -- Project: Shantottofication (ASA13) -- { 4, 132, 3352}, -- Whom Wilt Thou Call (KC50) -- { 5, ?, 4063}, -- *Jungle Boogymen (SKC20) -- { 6, ?, 4063}, -- *Amphibian Assault (SKC20) }, [165] = { -- THRONE ROOM { 0, 160, 0}, -- The Shadow Lord Battle (Mission 5-2) { 1, 161, 0}, -- Where Two Paths Converge (Basty 9-2) -- { 2, 162, 1130}, -- Kindred Spirits (BS60) { 3, 163, 2557}, -- Survival of the Wisest (SCH LB5) -- { 4, 164, 0}, -- Smash! A Malevolent Menace (MKD14) -- { 5, ?, 4063}, -- *Kindred Spirits (SKC20) -- { 6, ?, 0}, -- *The Shadowlord Battle (HTMBF) }, [168] = { -- CHAMBER OF ORACLES { 0, 192, 0}, -- Through the Quicksand Caves (ZM6) { 1, 193, 1130}, -- Legion XI Comitatensis (BS60) { 2, 194, 1437}, -- Shattering Stars (SAM LB5) { 3, 195, 1438}, -- Shattering Stars (NIN LB5) { 4, 196, 1439}, -- Shattering Stars (DRG LB5) -- { 5, 197, 1175}, -- Cactuar Suave (KS30) -- { 6, 198, 1178}, -- Eye of the Storm (KS30) -- { 7, 199, 1180}, -- The Scarlet King (KS30) -- { 8, 200, 0}, -- Roar! A Cat Burglar Bares Her Fangs (MKD10) -- { 9, 201, 3352}, -- Dragon Scales (KC50) -- {10, ?, 4063}, -- *Legion XI Comitatensis (SKC20) }, [170] = { -- FULL MOON FOUNTAIN { 0, 224, 0}, -- The Moonlit Path (Quest) { 1, 225, 0}, -- Moon Reading (Windy 9-2) -- { 2, 226, 0}, -- Waking the Beast (Quest) -- { 3, 227, 0}, -- Battaru Royale (ASA10) -- { 4, ?, 0}, -- *The Moonlit Path (HTMBF) -- { 5, ?, 0}, -- *Waking the Beast (HTMBF) }, [179] = { -- STELLAR FULCRUM { 0, 256, 0}, -- Return to Delkfutt's Tower (ZM8) -- { 1, 257, 0}, -- The Indomitable Triumvirate (Mog Bonanza) -- { 2, 258, 0}, -- The Dauntless Duo (Mog Bonanza) -- { 3, 259, 0}, -- The Solitary Demolisher (Mog Bonanza) -- { 4, 260, 0}, -- Heroine's Combat (Mog Bonanza) -- { 5, 261, 0}, -- Mercenary Camp (Mog Bonanza) -- { 6, 262, 0}, -- Ode of Life Bestowing (ACP11) -- { 7, ?, 0}, -- *Return to Delkfutt's Tower (HTMBF) }, [180] = { -- LALOFF AMPHITHEATER { 0, 288, 0}, -- Ark Angels 1 (ZM14) { 1, 289, 0}, -- Ark Angels 2 (ZM14) { 2, 290, 0}, -- Ark Angels 3 (ZM14) { 3, 291, 0}, -- Ark Angels 4 (ZM14) { 4, 292, 0}, -- Ark Angels 5 (ZM14) { 5, 293, 1550}, -- Divine Might (ZM14) -- { 6, ?, 0}, -- *Ark Angels 1 (HTMBF) -- { 7, ?, 0}, -- *Ark Angels 2 (HTMBF) -- { 8, ?, 0}, -- *Ark Angels 3 (HTMBF) -- { 9, ?, 0}, -- *Ark Angels 4 (HTMBF) -- {10, ?, 0}, -- *Ark Angels 5 (HTMBF) -- {11, ?, 0}, -- *Divine Might (HTMBF) }, [181] = { -- THE CELESTIAL NEXUS { 0, 320, 0}, -- The Celestial Nexus (ZM16) -- { 1, ?, 0}, -- *The Celestial Nexus (HTMBF) }, [182] = { -- WALK OF ECHOES -- { 0, ?, 0}, -- When Wills Collide (WOTG46) -- { 1, 385, 0}, -- Maiden of the Dusk (WOTG51) -- { 2, ?, 0}, -- Champion of the Dawn (Quest) -- { 3, ?, 0}, -- A Forbidden Reunion (Quest) }, [201] = { -- CLOISTER OF GALES { 0, 416, 0}, -- Trial by Wind (Quest) { 1, 417, 1174}, -- Carbuncle Debacle (Quest) { 2, 418, 1546}, -- Trial-size Trial by Wind (Quest) -- { 3, 419, 0}, -- Waking the Beast (Quest) { 4, 420, 0}, -- Sugar-coated Directive (ASA4) -- { 5, ?, 0}, -- *Trial by Wind (HTMBF) }, [202] = { -- CLOISTER OF STORMS { 0, 448, 0}, -- Trial by Lightning (Quest) { 1, 449, 1172}, -- Carbuncle Debacle (Quest) { 2, 450, 1548}, -- Trial-size Trial by Lightning (Quest) -- { 3, 451, 0}, -- Waking the Beast (Quest) { 4, 452, 0}, -- Sugar-coated Directive (ASA4) -- { 5, ?, 0}, -- *Trial by Lightning (HTMBF) }, [203] = { -- CLOISTER OF FROST { 0, 480, 0}, -- Trial by Ice (Quest) { 1, 481, 1171}, -- Class Reunion (Quest) { 2, 482, 1545}, -- Trial-size Trial by Ice (Quest) -- { 3, 483, 0}, -- Waking the Beast (Quest) { 4, 484, 0}, -- Sugar-coated Directive (ASA4) -- { 5, ?, 0}, -- *Trial by Ice (HTMBF) }, [206] = { -- QU'BIA ARENA { 0, 512, 0}, -- The Rank 5 Mission (Mission 5-1) -- { 1, 513, 1175}, -- Come Into My Parlor (KS30) -- { 2, 514, 1178}, -- E-vase-ive Action (KS30) -- { 3, 515, 1180}, -- Infernal Swarm (KS30) { 4, 516, 0}, -- The Heir to the Light (Sandy 9-2) { 5, 517, 1432}, -- Shattering Stars (PLD LB5) { 6, 518, 1433}, -- Shattering Stars (DRK LB5) { 7, 519, 1435}, -- Shattering Stars (BRD LB5) { 8, 520, 1130}, -- Demolition Squad (BS60) -- { 9, 521, 1552}, -- Die by the Sword (BS30) -- TODO: mob damage type rotation; mobskills furious flurry, smite of fury, whispers of ire {10, 522, 1552}, -- Let Sleeping Dogs Die (BS30) {11, 523, 1130}, -- Brothers D'Aurphe (BS60) {12, 524, 1131}, -- Undying Promise (BS40) -- TODO: model size increases with each reraise {13, 525, 1131}, -- Factory Rejects (BS40) -- TODO: dolls grow size/power based on hidden timer. (wikis disagree on TP moves? factory immune? factory model?) {14, 526, 1177}, -- Idol Thoughts (BS50) {15, 527, 1177}, -- An Awful Autopsy (BS50) -- TODO: mobskill Infernal Pestilence -- {16, 528, 1130}, -- Celery (BS60) -- TODO: mobs do not have their specific weaknesses. mobskill Bane. -- {17, 529, 0}, -- Mirror Images (Quest) {18, 530, 2556}, -- A Furious Finale (DNC LB5) -- {19, 531, 0}, -- Clash of the Comrades (Quest) -- {20, 532, 0}, -- Those Who Lurk in Shadows (ACP7) -- {21, 533, 0}, -- Beyond Infinity (Quest) -- {22, ?, 4062}, -- *Factory Rejects (SKC10) -- {23, ?, 4063}, -- *Demolition Squad (SKC20) -- {24, ?, 4063}, -- *Brothers D'Aurphe (SKC20) -- {25, ?, 0}, -- Mumor's Encore (Sunbreeze Festival) }, [207] = { -- CLOISTER OF FLAMES { 0, 544, 0}, -- Trial by Fire (Quest) { 1, 545, 1544}, -- Trial-size Trial by Fire (Quest) -- { 2, 546, 0}, -- Waking the Beast (Quest) { 3, 547, 0}, -- Sugar-coated Directive (ASA4) -- { 4, ?, 0}, -- *Trial by Fire (HTMBF) }, [209] = { -- CLOISTER OF TREMORS { 0, 576, 0}, -- Trial by Earth (Quest) { 1, 577, 1169}, -- The Puppet Master (Quest) { 2, 578, 1547}, -- Trial-size Trial by Earth (Quest) -- { 3, 579, 0}, -- Waking the Beast (Quest) { 4, 580, 0}, -- Sugar-coated Directive (ASA4) -- { 5, ?, 0}, -- *Trial by Earth (HTMBF) }, [211] = { -- CLOISTER OF TIDES { 0, 608, 0}, -- Trial by Water (Quest) { 1, 609, 1549}, -- Trial-size Trial by Water (Quest) -- { 2, 610, 0}, -- Waking the Beast (Quest) { 3, 611, 0}, -- Sugar-coated Directive (ASA4) -- { 4, ?, 0}, -- *Trial by Water (HTMBF) }, } ----------------------------------------------- -- check requirements for registrant and allies ----------------------------------------------- function checkReqs(player, npc, bfid, registrant) local mi = tpz.mission.id local npcid = npc:getID() local mjob = player:getMainJob() local mlvl = player:getMainLvl() local nat = player:getCurrentMission(player:getNation()) local sandy = player:getCurrentMission(SANDORIA) local basty = player:getCurrentMission(BASTOK) local windy = player:getCurrentMission(WINDURST) local roz = player:getCurrentMission(ZILART) local cop = player:getCurrentMission(COP) local toau = player:getCurrentMission(TOAU) local asa = player:getCurrentMission(ASA) local natStat = player:getCharVar("MissionStatus") local rozStat = player:getCharVar("ZilartStatus") local copStat = player:getCharVar("PromathiaStatus") local toauStat = player:getCharVar("AhtUrganStatus") local stc = player:hasCompletedMission(SANDORIA, mi.sandoria.SAVE_THE_CHILDREN) local dm1 = player:getQuestStatus(OUTLANDS, tpz.quest.id.outlands.DIVINE_MIGHT) local dm2 = player:getQuestStatus(OUTLANDS, tpz.quest.id.outlands.DIVINE_MIGHT_REPEAT) local function getZM14Offset(offset) return zones[tpz.zone.LALOFF_AMPHITHEATER].npc.SHIMMERING_CIRCLE_OFFSET + offset end -- requirements to register a battlefield local registerReqs = { [ 0] = function() return ( (basty == mi.bastok.THE_EMISSARY_SANDORIA2 or windy == mi.windurst.THE_THREE_KINGDOMS_SANDORIA2) and natStat == 9 ) end, -- Mission 2-3 [ 3] = function() return ( sandy == mi.sandoria.THE_SECRET_WEAPON and player:getCharVar("SecretWeaponStatus") == 2 ) end, -- Sandy 7-2: The Secret Weapon [ 5] = function() return ( mjob == tpz.job.WAR and mlvl >= 66 ) end, -- Quest: Shattering Stars (WAR LB5) [ 6] = function() return ( mjob == tpz.job.BLM and mlvl >= 66 ) end, -- Quest: Shattering Stars (BLM LB5) [ 7] = function() return ( mjob == tpz.job.RNG and mlvl >= 66 ) end, -- Quest: Shattering Stars (RNG LB5) [ 20] = function() return ( player:hasKeyItem(tpz.ki.SOUL_GEM_CLASP) ) end, -- Quest: Beyond Infinity [ 32] = function() return ( sandy == mi.sandoria.SAVE_THE_CHILDREN and ((stc and natStat <= 2) or (not stc and natStat == 2)) ) end, -- Sandy 1-3: Save the Children [ 33] = function() return ( player:hasKeyItem(tpz.ki.DRAGON_CURSE_REMEDY) ) end, -- Quest: The Holy Crest [ 64] = function() return ( (sandy == mi.sandoria.JOURNEY_TO_BASTOK2 or windy == mi.windurst.THE_THREE_KINGDOMS_BASTOK2) and natStat == 10 ) end, -- Mission 2-3 [ 67] = function() return ( basty == mi.bastok.ON_MY_WAY and natStat == 2 ) end, -- Basty 7-2: On My Way [ 68] = function() return ( player:getCharVar("aThiefinNorgCS") == 6 ) end, -- Quest: A Thief in Norg!? [ 70] = function() return ( mjob == tpz.job.RDM and mlvl >= 66 ) end, -- Quest: Shattering Stars (RDM LB5) [ 71] = function() return ( mjob == tpz.job.THF and mlvl >= 66 ) end, -- Quest: Shattering Stars (THF LB5) [ 72] = function() return ( mjob == tpz.job.BST and mlvl >= 66 ) end, -- Quest: Shattering Stars (BST LB5) [ 96] = function() return ( player:hasKeyItem(tpz.ki.DARK_KEY) ) end, -- Mission 2-3 [ 99] = function() return ( windy == mi.windurst.SAINTLY_INVITATION and natStat == 1 ) end, -- Windy 6-2: A Saintly Invitation [ 101] = function() return ( mjob == tpz.job.MNK and mlvl >= 66 ) end, -- Quest: Shattering Stars (MNK LB5) [ 102] = function() return ( mjob == tpz.job.WHM and mlvl >= 66 ) end, -- Quest: Shattering Stars (WHM LB5) [ 103] = function() return ( mjob == tpz.job.SMN and mlvl >= 66 ) end, -- Quest: Shattering Stars (SMN LB5) [ 128] = function() return ( roz == mi.zilart.THE_TEMPLE_OF_UGGALEPIH ) end, -- ZM4: The Temple of Uggalepih [ 160] = function() return ( nat == 15 and natStat == 3 ) end, -- Mission 5-2 [ 161] = function() return ( basty == mi.bastok.WHERE_TWO_PATHS_CONVERGE and natStat == 1 ) end, -- Basty 9-2: Where Two Paths Converge [ 163] = function() return ( mjob == tpz.job.SCH and mlvl >= 66 ) end, -- Quest: Survival of the Wisest (SCH LB5) [ 192] = function() return ( roz == mi.zilart.THROUGH_THE_QUICKSAND_CAVES ) end, -- ZM6: Through the Quicksand Caves [ 194] = function() return ( mjob == tpz.job.SAM and mlvl >= 66 ) end, -- Quest: Shattering Stars (SAM LB5) [ 195] = function() return ( mjob == tpz.job.NIN and mlvl >= 66 ) end, -- Quest: Shattering Stars (NIN LB5) [ 196] = function() return ( mjob == tpz.job.DRG and mlvl >= 66 ) end, -- Quest: Shattering Stars (DRG LB5) [ 224] = function() return ( player:hasKeyItem(tpz.ki.MOON_BAUBLE) ) end, -- Quest: The Moonlit Path [ 225] = function() return ( windy == mi.windurst.MOON_READING and natStat == 2 ) end, -- Windy 9-2: Moon Reading [ 256] = function() return ( roz == mi.zilart.RETURN_TO_DELKFUTTS_TOWER and rozStat == 3 ) end, -- ZM8: Return to Delkfutt's Tower [ 288] = function() return ( roz == mi.zilart.ARK_ANGELS and rozStat == 1 and npcid == getZM14Offset(0) and not player:hasKeyItem(tpz.ki.SHARD_OF_APATHY) ) end, -- ZM14: Ark Angels (Hume) [ 289] = function() return ( roz == mi.zilart.ARK_ANGELS and rozStat == 1 and npcid == getZM14Offset(1) and not player:hasKeyItem(tpz.ki.SHARD_OF_COWARDICE) ) end, -- ZM14: Ark Angels (Tarutaru) [ 290] = function() return ( roz == mi.zilart.ARK_ANGELS and rozStat == 1 and npcid == getZM14Offset(2) and not player:hasKeyItem(tpz.ki.SHARD_OF_ENVY) ) end, -- ZM14: Ark Angels (Mithra) [ 291] = function() return ( roz == mi.zilart.ARK_ANGELS and rozStat == 1 and npcid == getZM14Offset(3) and not player:hasKeyItem(tpz.ki.SHARD_OF_ARROGANCE) ) end, -- ZM14: Ark Angels (Elvaan) [ 292] = function() return ( roz == mi.zilart.ARK_ANGELS and rozStat == 1 and npcid == getZM14Offset(4) and not player:hasKeyItem(tpz.ki.SHARD_OF_RAGE) ) end, -- ZM14: Ark Angels (Galka) [ 293] = function() return ( dm1 == QUEST_ACCEPTED or dm2 == QUEST_ACCEPTED ) end, -- ZM14 Divine Might [ 320] = function() return ( roz == mi.zilart.THE_CELESTIAL_NEXUS ) end, -- ZM16: The Celestial Nexus [ 416] = function() return ( player:hasKeyItem(tpz.ki.TUNING_FORK_OF_WIND) ) end, -- Quest: Trial by Wind [ 417] = function() return ( player:getCharVar("CarbuncleDebacleProgress") == 6 ) end, -- Quest: Carbuncle Debacle [ 418] = function() return ( mjob == tpz.job.SMN and mlvl >= 20 ) end, -- Quest: Trial-size Trial by Wind [ 420] = function() return ( asa == mi.asa.SUGAR_COATED_DIRECTIVE and player:hasKeyItem(tpz.ki.DOMINAS_EMERALD_SEAL) ) end, -- ASA4: Sugar-coated Directive [ 448] = function() return ( player:hasKeyItem(tpz.ki.TUNING_FORK_OF_LIGHTNING) ) end, -- Quest: Trial by Lightning [ 449] = function() return ( player:getCharVar("CarbuncleDebacleProgress") == 3 ) end, -- Quest: Carbuncle Debacle [ 450] = function() return ( mjob == tpz.job.SMN and mlvl >= 20 ) end, -- Quest: Trial-size Trial by Lightning [ 452] = function() return ( asa == mi.asa.SUGAR_COATED_DIRECTIVE and player:hasKeyItem(tpz.ki.DOMINAS_VIOLET_SEAL) ) end, -- ASA4: Sugar-coated Directive [ 480] = function() return ( player:hasKeyItem(tpz.ki.TUNING_FORK_OF_ICE) ) end, -- Quest: Trial by Ice [ 481] = function() return ( player:getCharVar("ClassReunionProgress") == 5 ) end, -- Quest: Class Reunion [ 482] = function() return ( mjob == tpz.job.SMN and mlvl >= 20 ) end, -- Quest: Trial-size Trial by Ice [ 484] = function() return ( asa == mi.asa.SUGAR_COATED_DIRECTIVE and player:hasKeyItem(tpz.ki.DOMINAS_AZURE_SEAL) ) end, -- ASA4: Sugar-coated Directive [ 512] = function() return ( nat == 14 and natStat == 11 ) end, -- Mission 5-1 [ 516] = function() return ( sandy == mi.sandoria.THE_HEIR_TO_THE_LIGHT and natStat == 3 ) end, -- Sandy 9-2: The Heir to the Light [ 517] = function() return ( mjob == tpz.job.PLD and mlvl >= 66 ) end, -- Quest: Shattering Stars (PLD LB5) [ 518] = function() return ( mjob == tpz.job.DRK and mlvl >= 66 ) end, -- Quest: Shattering Stars (DRK LB5) [ 519] = function() return ( mjob == tpz.job.BRD and mlvl >= 66 ) end, -- Quest: Shattering Stars (BRD LB5) [ 530] = function() return ( mjob == tpz.job.DNC and mlvl >= 66 ) end, -- Quest: A Furious Finale (DNC LB5) [ 544] = function() return ( player:hasKeyItem(tpz.ki.TUNING_FORK_OF_FIRE) ) end, -- Quest: Trial by Fire [ 545] = function() return ( mjob == tpz.job.SMN and mlvl >= 20 ) end, -- Quest: Trial-size Trial by Fire [ 547] = function() return ( asa == mi.asa.SUGAR_COATED_DIRECTIVE and player:hasKeyItem(tpz.ki.DOMINAS_SCARLET_SEAL) ) end, -- ASA4: Sugar-coated Directive [ 576] = function() return ( player:hasKeyItem(tpz.ki.TUNING_FORK_OF_EARTH) ) end, -- Quest: Trial by Earth [ 577] = function() return ( player:getCharVar("ThePuppetMasterProgress") == 2 ) end, -- Quest: The Puppet Master [ 578] = function() return ( mjob == tpz.job.SMN and mlvl >= 20 ) end, -- Quest: Trial-size Trial by Earth [ 580] = function() return ( asa == mi.asa.SUGAR_COATED_DIRECTIVE and player:hasKeyItem(tpz.ki.DOMINAS_AMBER_SEAL) ) end, -- ASA4: Sugar-coated Directive [ 608] = function() return ( player:hasKeyItem(tpz.ki.TUNING_FORK_OF_WATER) ) end, -- Quest: Trial by Water [ 609] = function() return ( mjob == tpz.job.SMN and mlvl >= 20 ) end, -- Quest: Trial-size Trial by Water [ 611] = function() return ( asa == mi.asa.SUGAR_COATED_DIRECTIVE and player:hasKeyItem(tpz.ki.DOMINAS_CERULEAN_SEAL) ) end, -- ASA4: Sugar-coated Directive [ 640] = function() return ( cop == mi.cop.THREE_PATHS and player:getCharVar("COP_Ulmia_s_Path") == 6 ) end, -- PM5-3 U3: Flames for the Dead [ 641] = function() return ( player:hasKeyItem(tpz.ki.ZEPHYR_FAN) ) end, -- ENM: Follow the White Rabbit [ 642] = function() return ( player:hasKeyItem(tpz.ki.ZEPHYR_FAN) ) end, -- ENM: When Hell Freezes Over [ 643] = function() return ( player:hasKeyItem(tpz.ki.ZEPHYR_FAN) ) end, -- ENM: Brothers [ 644] = function() return ( player:hasKeyItem(tpz.ki.ZEPHYR_FAN) ) end, -- ENM: Holy Cow [ 672] = function() return ( cop == mi.cop.THREE_PATHS and player:getCharVar("COP_Ulmia_s_Path") == 5 ) end, -- PM5-3 U2: Head Wind [ 673] = function() return ( player:hasKeyItem(tpz.ki.MIASMA_FILTER) ) end, -- ENM: Like the Wind [ 674] = function() return ( player:hasKeyItem(tpz.ki.MIASMA_FILTER) ) end, -- ENM: Sheep in Antlion's Clothing [ 675] = function() return ( player:hasKeyItem(tpz.ki.MIASMA_FILTER) ) end, -- ENM: Shell We Dance? [ 676] = function() return ( player:hasKeyItem(tpz.ki.MIASMA_FILTER) ) end, -- ENM: Totentanz [ 677] = function() return ( player:hasKeyItem(tpz.ki.LETTER_FROM_SHIKAREE_X) ) end, -- Quest: Tango with a Tracker [ 678] = function() return ( player:hasKeyItem(tpz.ki.LETTER_FROM_SHIKAREE_Y) ) end, -- Quest: Requiem of Sin [ 704] = function() return ( cop == mi.cop.DARKNESS_NAMED and copStat == 2 ) end, -- PM3-5: Darkness Named [ 705] = function() return ( player:hasKeyItem(tpz.ki.ASTRAL_COVENANT) ) end, -- ENM: Test Your Mite [ 706] = function() return ( player:hasKeyItem(tpz.ki.VIAL_OF_DREAM_INCENSE) ) end, -- Quest: Waking Dreams [ 736] = function() return ( cop == mi.cop.THREE_PATHS and player:getCharVar("COP_Louverance_s_Path") == 5 ) end, -- PM5-3 L3: A Century of Hardship [ 738] = function() return ( player:hasKeyItem(tpz.ki.SHAFT_2716_OPERATING_LEVER) ) end, -- ENM: Bionic Bug [ 739] = function() return ( player:hasKeyItem(tpz.ki.SHAFT_GATE_OPERATING_DIAL) ) end, -- ENM: Pulling Your Strings [ 740] = function() return ( player:hasKeyItem(tpz.ki.SHAFT_GATE_OPERATING_DIAL) ) end, -- ENM: Automaton Assault [ 768] = function() return ( (cop == mi.cop.BELOW_THE_ARKS and copStat==1) or (cop == mi.cop.THE_MOTHERCRYSTALS and not player:hasKeyItem(tpz.ki.LIGHT_OF_HOLLA)) ) end, -- PM1-3: The Mothercrystals [ 769] = function() return ( player:hasKeyItem(tpz.ki.CENSER_OF_ABANDONMENT) ) end, -- ENM: Simulant [ 800] = function() return ( (cop == mi.cop.BELOW_THE_ARKS and copStat==1) or (cop == mi.cop.THE_MOTHERCRYSTALS and not player:hasKeyItem(tpz.ki.LIGHT_OF_DEM)) ) end, -- PM1-3: The Mothercrystals [ 801] = function() return ( player:hasKeyItem(tpz.ki.CENSER_OF_ANTIPATHY) ) end, -- ENM: You Are What You Eat [ 832] = function() return ( (cop == mi.cop.BELOW_THE_ARKS and copStat==1) or (cop == mi.cop.THE_MOTHERCRYSTALS and not player:hasKeyItem(tpz.ki.LIGHT_OF_MEA)) ) end, -- PM1-3: The Mothercrystals [ 833] = function() return ( player:hasKeyItem(tpz.ki.CENSER_OF_ANIMUS) ) end, -- ENM: Playing Host [ 864] = function() return ( cop == mi.cop.DESIRES_OF_EMPTINESS and copStat == 8 ) end, -- PM5-2: Desires of Emptiness [ 865] = function() return ( player:hasKeyItem(tpz.ki.CENSER_OF_ACRIMONY) ) end, -- ENM: Pulling the Plug [ 896] = function() return ( player:getQuestStatus(JEUNO, tpz.quest.id.jeuno.STORMS_OF_FATE) == QUEST_ACCEPTED and player:getCharVar('StormsOfFate') == 2 ) end, -- Quest: Storms of Fate [ 960] = function() return ( cop == mi.cop.ANCIENT_VOWS and copStat == 2 ) end, -- PM2-5: Ancient Vows [ 961] = function() return ( cop == mi.cop.THE_SAVAGE and copStat == 1 ) end, -- PM4-2: The Savage [ 962] = function() return ( player:hasKeyItem(tpz.ki.MONARCH_BEARD) ) end, -- ENM: Fire in the Sky [ 963] = function() return ( player:hasKeyItem(tpz.ki.MONARCH_BEARD) ) end, -- ENM: Bad Seed [ 964] = function() return ( player:hasKeyItem(tpz.ki.MONARCH_BEARD) ) end, -- ENM: Bugard in the Clouds [ 965] = function() return ( player:hasKeyItem(tpz.ki.MONARCH_BEARD) ) end, -- ENM: Beloved of Atlantes [ 992] = function() return ( cop == mi.cop.ONE_TO_BE_FEARED and copStat == 2 ) end, -- PM6-4: One to be Feared [ 993] = function() return ( cop == mi.cop.THE_WARRIOR_S_PATH ) end, -- PM7-5: The Warrior's Path [1024] = function() return ( cop == mi.cop.WHEN_ANGELS_FALL and copStat == 4 ) end, -- PM8-3: When Angels Fall [1056] = function() return ( cop == mi.cop.DAWN and copStat == 2 ) end, -- PM8-4: Dawn [1090] = function() return ( player:hasKeyItem(tpz.ki.TOGGLE_SWITCH) ) end, -- Quest: Puppetmaster Blues [1091] = function() return ( mjob == tpz.job.COR and mlvl >= 66 ) end, -- Quest: Breaking the Bonds of Fate (COR LB5) [1092] = function() return ( toau == mi.toau.LEGACY_OF_THE_LOST ) end, -- TOAU35: Legacy of the Lost [1123] = function() return ( mjob == tpz.job.PUP and mlvl >= 66 ) end, -- Quest: Achieving True Power (PUP LB5) [1124] = function() return ( toau == mi.toau.SHIELD_OF_DIPLOMACY and toauStat == 2 ) end, -- TOAU22: Shield of Diplomacy [1154] = function() return ( mjob == tpz.job.BLU and mlvl >= 66 ) end, -- Quest: The Beast Within (BLU LB5) [1156] = function() return ( toau == mi.toau.PUPPET_IN_PERIL and toauStat == 1 ) end, -- TOAU29: Puppet in Peril [1290] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.RED_CARD) ) end, -- NW Apollyon [1291] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.RED_CARD) ) end, -- SW Apollyon [1292] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.BLACK_CARD) ) end, -- NE Apollyon [1293] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.BLACK_CARD) ) end, -- SE Apollyon [1294] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) ) end, -- CS Apollyon [1296] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) ) end, -- Central Apollyon [1298] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Temenos Western Tower [1299] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Temenos Northern Tower [1300] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Temenos Eastern Tower [1301] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos Basement [1303] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 1st Floor [1304] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 2nd Floor [1305] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 3rd Floor [1306] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 4th Floor } -- requirements to enter a battlefield already registered by a party member local enterReqs = { [ 897] = function() return ( player:hasKeyItem(tpz.ki.WHISPER_OF_THE_WYRMKING) ) end, -- Quest: The Wyrmking Descends [ 928] = function() return ( player:hasCompletedMission(COP, mi.cop.ANCIENT_VOWS) or (cop == mi.cop.ANCIENT_VOWS and copStat >= 2) ) end, -- Quest: Ouryu Cometh [1290] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.RED_CARD) ) end, -- NW Apollyon [1291] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.RED_CARD) ) end, -- SW Apollyon [1292] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.BLACK_CARD) ) end, -- NE Apollyon [1293] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) ) end, -- SE Apollyon [1294] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) ) end, -- CS Apollyon [1296] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) ) end, -- Central Apollyon [1298] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Temenos Western Tower [1299] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Temenos Northern Tower [1300] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Temenos Eastern Tower [1301] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos Basement [1303] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 1st Floor [1304] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 2nd Floor [1305] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 3rd Floor [1306] = function() return ( player:hasKeyItem(tpz.ki.COSMOCLEANSE) and player:hasKeyItem(tpz.ki.WHITE_CARD) ) end, -- Central Temenos 4th Floor } -- determine whether player meets battlefield requirements local req = (registrant == true) and registerReqs[bfid] or enterReqs[bfid] if not req then return true elseif req() then return true else return false end end ----------------------------------------------- -- check ability to skip a cutscene ----------------------------------------------- function checkSkip(player, bfid) local mi = tpz.mission.id local nat = player:getCurrentMission(player:getNation()) local sandy = player:getCurrentMission(SANDORIA) local basty = player:getCurrentMission(BASTOK) local windy = player:getCurrentMission(WINDURST) local roz = player:getCurrentMission(ZILART) local cop = player:getCurrentMission(COP) local toau = player:getCurrentMission(TOAU) local asa = player:getCurrentMission(ASA) local natStat = player:getCharVar("MissionStatus") local rozStat = player:getCharVar("ZilartStatus") local copStat = player:getCharVar("PromathiaStatus") local toauStat = player:getCharVar("AhtUrganStatus") local sofStat = player:getQuestStatus(JEUNO, tpz.quest.id.jeuno.STORMS_OF_FATE) local mission2_3a = player:hasCompletedMission(BASTOK, mi.bastok.THE_EMISSARY_SANDORIA2) or player:hasCompletedMission(WINDURST, mi.windurst.THE_THREE_KINGDOMS_SANDORIA2) or natStat > 9 and ( basty == mi.bastok.THE_EMISSARY_SANDORIA2 or windy == mi.windurst.THE_THREE_KINGDOMS_SANDORIA2 ) local mission2_3b = player:hasCompletedMission(SANDORIA, mi.sandoria.JOURNEY_TO_BASTOK2) or player:hasCompletedMission(WINDURST, mi.windurst.THE_THREE_KINGDOMS_BASTOK2) or natStat > 10 and ( sandy == mi.sandoria.JOURNEY_TO_BASTOK2 or windy == mi.windurst.THE_THREE_KINGDOMS_BASTOK2 ) local mission2_3c = player:hasCompletedMission(SANDORIA, mi.sandoria.JOURNEY_TO_WINDURST2) or player:hasCompletedMission(BASTOK, mi.bastok.THE_EMISSARY_WINDURST2) or natStat > 8 and ( sandy == mi.sandoria.JOURNEY_TO_WINDURST2 or basty == mi.bastok.THE_EMISSARY_WINDURST2 ) -- requirements to skip a battlefield local skipReqs = { [ 0] = function() return ( mission2_3a ) end, -- Mission 2-3 [ 3] = function() return ( player:hasCompletedMission(SANDORIA, mi.sandoria.THE_SECRET_WEAPON) or (sandy == mi.sandoria.THE_SECRET_WEAPON and player:getCharVar("SecretWeaponStatus") > 2) ) end, -- Sandy 7-2: The Secret Weapon [ 32] = function() return ( player:hasCompletedMission(SANDORIA, mi.sandoria.SAVE_THE_CHILDREN) or (sandy == mi.sandoria.SAVE_THE_CHILDREN and natStat > 2) ) end, -- Sandy 1-3: Save the Children [ 33] = function() return ( player:hasCompletedQuest(SANDORIA, tpz.quest.id.sandoria.THE_HOLY_CREST) ) end, -- Quest: The Holy Crest [ 64] = function() return ( mission2_3b ) end, -- Mission 2-3 [ 67] = function() return ( player:hasCompletedMission(BASTOK, mi.bastok.ON_MY_WAY) or (basty == mi.bastok.ON_MY_WAY and natStat > 2) ) end, -- Basty 7-2: On My Way [ 96] = function() return ( mission2_3c ) end, -- Mission 2-3 [ 99] = function() return ( player:hasCompletedMission(WINDURST, mi.windurst.SAINTLY_INVITATION) or (windy == mi.windurst.SAINTLY_INVITATION and natStat > 1) ) end, -- Windy 6-2: A Saintly Invitation [ 160] = function() return ( player:hasCompletedMission(player:getNation(), 15) or (nat == 15 and natStat > 3) ) end, -- Mission 5-2 [ 161] = function() return ( player:hasCompletedMission(BASTOK, mi.bastok.WHERE_TWO_PATHS_CONVERGE) or (basty == mi.bastok.WHERE_TWO_PATHS_CONVERGE and natStat > 4) ) end, -- Basty 9-2: Where Two Paths Converge [ 192] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.THROUGH_THE_QUICKSAND_CAVES) ) end, -- ZM6: Through the Quicksand Caves [ 224] = function() return ( player:hasCompletedQuest(WINDURST, tpz.quest.id.windurst.THE_MOONLIT_PATH) or player:hasKeyItem(tpz.ki.WHISPER_OF_THE_MOON) ) end, -- Quest: The Moonlit Path [ 225] = function() return ( player:hasCompletedMission(WINDURST, mi.windurst.MOON_READING) or (windy == mi.windurst.MOON_READING and natStat > 4) ) end, -- Windy 9-2: Moon Reading [ 256] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.RETURN_TO_DELKFUTTS_TOWER) ) end, -- ZM8: Return to Delkfutt's Tower [ 288] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.ARK_ANGELS) ) end, -- ZM14: Ark Angels (Hume) [ 289] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.ARK_ANGELS) ) end, -- ZM14: Ark Angels (Tarutaru) [ 290] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.ARK_ANGELS) ) end, -- ZM14: Ark Angels (Mithra) [ 291] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.ARK_ANGELS) ) end, -- ZM14: Ark Angels (Elvaan) [ 292] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.ARK_ANGELS) ) end, -- ZM14: Ark Angels (Galka) [ 320] = function() return ( player:hasCompletedMission(ZILART, mi.zilart.THE_CELESTIAL_NEXUS) ) end, -- ZM16: The Celestial Nexus [ 416] = function() return ( player:hasCompletedQuest(OUTLANDS, tpz.quest.id.outlands.TRIAL_BY_WIND) or player:hasKeyItem(tpz.ki.WHISPER_OF_GALES) ) end, -- Quest: Trial by Wind [ 448] = function() return ( player:hasCompletedQuest(OTHER_AREAS_LOG, tpz.quest.id.otherAreas.TRIAL_BY_LIGHTNING) or player:hasKeyItem(tpz.ki.WHISPER_OF_STORMS) ) end, -- Quest: Trial by Lightning [ 480] = function() return ( player:hasCompletedQuest(SANDORIA, tpz.quest.id.sandoria.TRIAL_BY_ICE) or player:hasKeyItem(tpz.ki.WHISPER_OF_FROST) ) end, -- Quest: Trial by Ice [ 512] = function() return ( player:hasCompletedMission(player:getNation(), 14) or (nat == 14 and natStat > 11) ) end, -- Mission 5-1 [ 516] = function() return ( player:hasCompletedMission(SANDORIA, mi.sandoria.THE_HEIR_TO_THE_LIGHT) or (sandy == mi.sandoria.THE_HEIR_TO_THE_LIGHT and natStat > 4) ) end, -- Sandy 9-2: The Heir to the Light [ 544] = function() return ( player:hasCompletedQuest(OUTLANDS, tpz.quest.id.outlands.TRIAL_BY_FIRE) or player:hasKeyItem(tpz.ki.WHISPER_OF_FLAMES) ) end, -- Quest: Trial by Fire [ 576] = function() return ( player:hasCompletedQuest(BASTOK, tpz.quest.id.bastok.TRIAL_BY_EARTH) or player:hasKeyItem(tpz.ki.WHISPER_OF_TREMORS) ) end, -- Quest: Trial by Earth [ 608] = function() return ( player:hasCompletedQuest(OUTLANDS, tpz.quest.id.outlands.TRIAL_BY_WATER) or player:hasKeyItem(tpz.ki.WHISPER_OF_TIDES) ) end, -- Quest: Trial by Water [ 640] = function() return ( player:hasCompletedMission(COP, mi.cop.THREE_PATHS) or (cop == mi.cop.THREE_PATHS and player:getCharVar("COP_Ulmia_s_Path") > 6) ) end, -- PM5-3 U3: Flames for the Dead [ 672] = function() return ( player:hasCompletedMission(COP, mi.cop.THREE_PATHS) or (cop == mi.cop.THREE_PATHS and player:getCharVar("COP_Ulmia_s_Path") > 5) ) end, -- PM5-3 U2: Head Wind [ 704] = function() return ( player:hasCompletedMission(COP, mi.cop.DARKNESS_NAMED) or (cop == mi.cop.DARKNESS_NAMED and copStat > 2) ) end, -- PM3-5: Darkness Named [ 706] = function() return ( player:hasCompletedQuest(WINDURST, tpz.quest.id.windurst.WAKING_DREAMS) or player:hasKeyItem(tpz.ki.WHISPER_OF_DREAMS) ) end, -- Quest: Waking Dreams [ 736] = function() return ( player:hasCompletedMission(COP, mi.cop.THREE_PATHS) or (cop == mi.cop.THREE_PATHS and player:getCharVar("COP_Louverance_s_Path") > 5) ) end, -- PM5-3 L3: A Century of Hardship [ 768] = function() return ( player:hasCompletedMission(COP, mi.cop.THE_MOTHERCRYSTALS) or player:hasKeyItem(tpz.ki.LIGHT_OF_HOLLA) ) end, -- PM1-3: The Mothercrystals [ 800] = function() return ( player:hasCompletedMission(COP, mi.cop.THE_MOTHERCRYSTALS) or player:hasKeyItem(tpz.ki.LIGHT_OF_DEM) ) end, -- PM1-3: The Mothercrystals [ 832] = function() return ( player:hasCompletedMission(COP, mi.cop.THE_MOTHERCRYSTALS) or player:hasKeyItem(tpz.ki.LIGHT_OF_MEA) ) end, -- PM1-3: The Mothercrystals [ 864] = function() return ( player:hasCompletedMission(COP, mi.cop.DESIRES_OF_EMPTINESS) or (cop == mi.cop.DESIRES_OF_EMPTINESS and copStat > 8) ) end, -- PM5-2: Desires of Emptiness [ 896] = function() return ( sofStat == QUEST_COMPLETED or (sofStat == QUEST_ACCEPTED and player:getCharVar("StormsOfFate") > 2) ) end, -- Quest: Storms of Fate [ 960] = function() return ( player:hasCompletedMission(COP, mi.cop.ANCIENT_VOWS) ) end, -- PM2-5: Ancient Vows [ 961] = function() return ( player:hasCompletedMission(COP, mi.cop.THE_SAVAGE) or (cop == mi.cop.THE_SAVAGE and copStat > 1) ) end, -- PM4-2: The Savage [ 992] = function() return ( player:hasCompletedMission(COP, mi.cop.ONE_TO_BE_FEARED) ) end, -- PM6-4: One to be Feared [ 993] = function() return ( player:hasCompletedMission(COP, mi.cop.THE_WARRIOR_S_PATH) ) end, -- PM7-5: The Warrior's Path [1024] = function() return ( player:hasCompletedMission(COP, mi.cop.WHEN_ANGELS_FALL) or (cop == mi.cop.WHEN_ANGELS_FALL and copStat > 4) ) end, -- PM8-3: When Angels Fall [1056] = function() return ( player:hasCompletedMission(COP, mi.cop.DAWN) or (cop == mi.cop.DAWN and copStat > 2) ) end, -- PM8-4: Dawn } -- determine whether player meets cutscene skip requirements local req = skipReqs[bfid] if not req then return false elseif req() then return true end return false end ----------------------------------------------- -- which battlefields are valid for registrant? ----------------------------------------------- function findBattlefields(player, npc, itemId) local mask = 0 local zbfs = battlefields[player:getZoneID()] if zbfs == nil then return 0 end for k, v in pairs(zbfs) do if v[3] == itemId and checkReqs(player, npc, v[2], true) then mask = bit.bor(mask,math.pow(2,v[1])) end end return mask end ----------------------------------------------- -- get battlefield id for a given zone and bit ----------------------------------------------- function getBattlefieldIdByBit(player, bit) local zbfs = battlefields[player:getZoneID()] if not zbfs then return 0 end for k, v in pairs(zbfs) do if v[1] == bit then return v[2] end end return 0 end ----------------------------------------------- -- get battlefield bit for a given zone and id ----------------------------------------------- function getBattlefieldMaskById(player, bfid) local zbfs = battlefields[player:getZoneID()] if zbfs then for k, v in pairs(zbfs) do if v[2] == bfid then return math.pow(2,v[1]) end end end return 0 end ----------------------------------------------- -- get battlefield bit for a given zone and id ----------------------------------------------- function getItemById(player, bfid) local zbfs = battlefields[player:getZoneID()] if zbfs then for k, v in pairs(zbfs) do if v[2] == bfid then return v[3] end end end return 0 end ----------------------------------------------- -- onTrade Action ----------------------------------------------- function TradeBCNM(player, npc, trade, onUpdate) -- validate trade local itemId if not trade then return false elseif trade:getItemCount() == 3 and trade:hasItemQty(1907,1) and trade:hasItemQty(1908,1) and trade:hasItemQty(1986,1) then itemId = -1 elseif trade:getItemCount() == 4 and trade:hasItemQty(1909,1) and trade:hasItemQty(1910,1) and trade:hasItemQty(1987,1) and trade:hasItemQty(1988,1) then itemId = -2 else itemId = trade:getItemId(0) if itemId == nil or itemId < 1 or itemId > 65535 or trade:getItemCount() ~= 1 or trade:getSlotQty(0) ~= 1 then return false elseif player:hasWornItem(itemId) then player:messageBasic(56, 0, 0) -- Unable to use item. return false end end -- validate battlefield status if player:hasStatusEffect(tpz.effect.BATTLEFIELD) and not onUpdate then player:messageBasic(94, 0, 0) -- You must wait longer to perform that action. return false end -- open menu of valid battlefields local validBattlefields = findBattlefields(player, npc, itemId) local battlefieldId = getBattlefieldIdByBit(player, validBattlefields) if validBattlefields ~= 0 and not player:battlefieldAtCapacity(battlefieldId) then if not onUpdate then player:startEvent(32000, 0, 0, 0, validBattlefields, 0, 0, 0, 0) end return true end return false end ----------------------------------------------- -- onTrigger Action ----------------------------------------------- function EventTriggerBCNM(player, npc) -- player is in battlefield and clicks to leave if player:getBattlefield() then player:startEvent(32003) return true -- player wants to register a new battlefield elseif not player:hasStatusEffect(tpz.effect.BATTLEFIELD) then local mask = findBattlefields(player, npc, 0) -- mask = 268435455 -- uncomment to open menu with all possible battlefields local battlefieldId = getBattlefieldIdByBit(player, mask) if mask ~= 0 and not player:battlefieldAtCapacity(battlefieldId) then player:startEvent(32000, 0, 0, 0, mask, 0, 0, 0, 0) return true end -- player is allied with a registrant and wants to enter their instance else local stat = player:getStatusEffect(tpz.effect.BATTLEFIELD) local bfid = stat:getPower() local mask = getBattlefieldMaskById(player, bfid) if mask ~= 0 and checkReqs(player, npc, bfid, false) then player:startEvent(32000, 0, 0, 0, mask, 0, 0, 0, 0) return true end end return false end ----------------------------------------------- -- onEventUpdate ----------------------------------------------- function EventUpdateBCNM(player, csid, option, extras, entrance) -- player:PrintToPlayer(string.format("EventUpdateBCNM csid=%i option=%i extras=%i", csid, option, extras)) -- requesting a battlefield if csid == 32000 then if option == 0 then -- todo: check if battlefields full, check party member requiremenst return 0 elseif option == 255 then -- todo: check if battlefields full, check party member requirements return 0 end local area = player:getLocalVar("[battlefield]area") area = area + 1 local battlefieldIndex = bit.rshift(option, 4) local battlefieldId = getBattlefieldIdByBit(player, battlefieldIndex) local effect = player:getStatusEffect(tpz.effect.BATTLEFIELD) local id = battlefieldId or player:getBattlefieldID() local skip = checkSkip(player, id) local clearTime = 1 local name = "Meme" local partySize = 1 local result = tpz.battlefield.returnCode.REQS_NOT_MET result = player:registerBattlefield(id, area) local status = tpz.battlefield.status.OPEN if result ~= tpz.battlefield.returnCode.CUTSCENE then if result == tpz.battlefield.returnCode.INCREMENT_REQUEST then if area < 3 then player:setLocalVar("[battlefield]area", area) else result = tpz.battlefield.returnCode.WAIT player:updateEvent(result) end end return false else if not player:getBattlefield() then player:enterBattlefield() end local initiatorId = 0 local initiatorName = "" local battlefield = player:getBattlefield() if battlefield then battlefield:setLocalVar("[cs]bit", battlefieldIndex) name, clearTime, partySize = battlefield:getRecord() initiatorId, initiatorName = battlefield:getInitiator() end -- register party members if initiatorId == player:getID() then local effect = player:getStatusEffect(tpz.effect.BATTLEFIELD) for _, member in pairs(player:getAlliance()) do if member:getZoneID() == player:getZoneID() and not member:hasStatusEffect(tpz.effect.BATTLEFIELD) and not member:getBattlefield() then member:addStatusEffect(effect) member:registerBattlefield(id, area, player:getID()) end end end end player:updateEvent(result, battlefieldIndex, 0, clearTime, partySize, skip) player:updateEventString(name) return status < tpz.battlefield.status.LOCKED and result < tpz.battlefield.returnCode.LOCKED -- leaving a battlefield elseif csid == 32003 and option == 2 then player:updateEvent(3) return true elseif csid == 32003 and option == 3 then player:updateEvent(0) return true end return false end ----------------------------------------------- -- onEventFinish Action ----------------------------------------------- function EventFinishBCNM(player, csid, option) -- player:PrintToPlayer(string.format("EventFinishBCNM csid=%i option=%i", csid, option)) player:setLocalVar("[battlefield]area", 0) if player:hasStatusEffect(tpz.effect.BATTLEFIELD) then if csid == 32000 and option ~= 0 then local zone = player:getZoneID() local stat = player:getStatusEffect(tpz.effect.BATTLEFIELD) local bfid = stat:getPower() local item = getItemById(player, bfid) local initiatorId, initiatorName = player:getBattlefield():getInitiator() if item ~= 0 then -- remove limbus chips if zone == 37 or zone == 38 then player:tradeComplete() -- set other traded item to worn elseif player:hasItem(item) and player:getName() == initiatorName then player:createWornItem(item) end end elseif csid == 32003 and option == 4 then if player:getBattlefield() then player:leaveBattlefield(1) end end return true end return false end
--- --- See LICENSE file in top directory for copyright information local Base = require "ActiveLua.Base" require "lunit" lunit.setprivfenv() lunit.import "assertions" lunit.import "checks" local base = lunit.TestCase("Base Class Methods") function base:setup() self.Organization = Base:extend("Organization", { name = "string" }) end function base:teardown() self.Organization:selfDestruct() end function base:test_className() assert_equal("Organization", self.Organization:className()) assert_error("Expected error on undefined className", function() Tmp = Base:extend() end) end function base:test_foreignKey() assert_equal("organization_id", self.Organization:foreignKey()) assert_equal("person_organization_id", self.Organization:foreignKey{ attributeName = "person"}) end function base:test_attributeKey() assert_equal("organization", self.Organization:attributeKey()) assert_equal("person", self.Organization:attributeKey{ attributeName = "person"}) end function base:test_tableName() assert_equal("organization", self.Organization:tableName()) end function base:test_connection() assert_not_nil(self.Organization:connection()) end function base:test_defaultSource() assert_equal("store.db", self.Organization:defaultSource()) end function base:test_defaultConnection() assert_not_nil(self.Organization:defaultConnection()) end function base:test_hasAttribute() assert_true(self.Organization:hasAttribute("name")) assert_false(self.Organization:hasAttribute("unknownAttribute")) end function base:test_addAttribute() self.Organization:addAttribute("status", "string") -- Attribute created? assert_true(self.Organization:hasAttribute("status")) -- Add attribute is test through the associations class definitions in setup. -- Try a bad attribute here assert_error("Expected failure on bad attribute type", function() self.Organization:addAttribut("bad", "unknownType") end ) -- Try adding an attribute that already exists but with a different type assert_error("Expected existing typed attribute error", function() self.Organization:addAttribute("name", "integer") end ) end function base:test_attributeTypes() assert_not_nil(self.Organization:attributeTypes()["name"]) assert_nil(self.Organization:attributeTypes()["unknownAttribute"]) end function base:test_hooks() local value = false local func = function(val) value = val end self.Organization:addHook("test", func) self.Organization:callHook("test", true) assert_true(value) -- Remove hook and ensure that it's not triggered again self.Organization:removeHook("test", func) self.Organization:callHook("test", false) assert_true(value) value = false local errFunc = function(val) error("Hook error") end self.Organization:addHook("test", errFunc) self.Organization:addHook("test", func) assert_error("Expected hook error", function() self.Organization:callHook("test", true) end) assert_false(value) end local life = lunit.TestCase("Object lifecycle methods") function life:setup() self.Person = Base:extend("Person", { tableName = function() return "people" end; firstName = "string"; lastName = "string"; age = "integer"; }) end function life:teardown() self.Person:selfDestruct() end function life:test_new() local jane= self.Person:new { firstName = "Jane", lastName = "Doddle" } assert_equal("Jane", jane:firstName()) assert_equal("Doddle", jane:lastName()) -- Check dirty,present and created assert_false(jane:isCreated()) assert_false(jane:isPresent()) assert_true(jane:isDirty()) end function life:test_create() local jane = self.Person:create { firstName = "Jane", lastName = "Doe", age = 22 } local joe = self.Person:create { firstName = "Joe", lastName = "Smith", age = 22 } assert_equal(2, self.Person:count()) assert_equal(1, jane:id()) assert_equal("Doe", jane:lastName()) assert_equal(2, joe:id()) assert_equal(22, joe:age()) -- Check dirty, present and created assert_true(jane:isCreated()) assert_true(jane:isPresent()) assert_false(jane:isDirty()) end function life:test_createAll() local prevCount = self.Person:count() self.Person:createAll { {firstName = "Sylvia"}, {firstName = "Sonny"}, {firstName = "Sonny"}, } assert_equal(prevCount + 3, self.Person:count()) end function life:test_deleteAll() assert_equal(self.Person, self.Person:deleteAll{ firstName = "Sonny" }) assert_equal(0, self.Person:count{firstName = "Sonny"}) -- Also tests delete by id local sylvia = self.Person:first{firstName = "Sylvia"} self.Person:deleteAll(sylvia:id()) assert_nil(self.Person:first(sylvia:id())) assert_false(sylvia:isPresent()) end function life:test_first() local jane = self.Person:first { firstName = "Jane" } assert_equal("Doe", jane:lastName()) assert_equal(1, jane:id()) -- Test lookup by id assert_equal("Doe", self.Person:first(jane:id()):lastName()) -- Test lookup failure assert_nil(self.Person:first{ lastName = "unkownName" }) end function life:test_update() local joe = self.Person:first{ firstName = "Joe" } -- Using setter method joe:lastNameSet("DoGood") assert_false(joe:isDirty()) joe = assert_not_nil(self.Person:first(joe:id())) assert_equal("DoGood", joe:lastName()) -- Using set attribute joe:setAttribute("lastName", "Smith") assert_false(joe:isDirty()) assert_equal("Smith", self.Person:first(joe:id()):lastName()) end function life:test_refresh() local joe = self.Person:create{ firstName = "Joe" } local joe2 = self.Person:first(joe:id()) -- Update original joe:lastNameSet("DoLittle") assert_equal(nil, joe2:lastName()) -- Test basic joe2:refresh() assert_equal("DoLittle", joe2:lastName()) -- test destruction and refresh joe:destroy() assert_nil(joe2:refresh()) -- test uncreated object refresh joe = self.Person:new{ firstName = "Joe" } assert_nil(joe:refresh()) end function life:test_freeze() local jim = self.Person:create { firstName = "Jim" } jim:freeze() assert_true(jim:isFrozen()) assert_error("Expected frozen object", function() jim:lastNameSet("DoGood") end) end function life:test_destroy() local jim = self.Person:create { firstName = "Jim" } assert_equal(jim, jim:destroy()) assert_nil(self.Person:first(jim:id())) assert_true(jim:isFrozen()) assert_false(jim:isPresent()) -- A frozen object is ignored when destroyed again assert_equal(jim, jim:destroy()) -- Test destroy hooks local jim = self.Person:create { firstName = "Jim" } local func = function(id) assert_equal(jim:id(), id) end self.Person:addHook("before-destroy", func) self.Person:addHook("after-destroy", func) jim:destroy() self.Person:removeHook("before-destroy", func) self.Person:removeHook("after-destroy", func) end function life:test_destroyAll() self.Person:createAll{ { firstName = "Jim"}, { firstName = "Jim"}, } assert_equal(self.Person, self.Person:destroyAll{ firstName = "Jim"}) assert_equal(0, self.Person:count{ firstName = "Jim"}) end function life:test_transactionDo() local prevCount = self.Person:count{ firstName = "Jim"} self.Person:transactionDo(function() self.Person:create{ firstName = "Jim"} error("Transaction Error") end) assert_equal(prevCount, self.Person:count{ firstName = "Jim"}) end function life:test_all() local valid = { { firstName = "Jane"}, { firstName = "Joe"}, } -- Check with criteria and options local stored = self.Person:all({ age = 22 }, {order = "lastName"}) assert_equal(2, stored:count()) for i = 1, 2 do assert_equal(valid[i].firstName, stored[i]:firstName()) assert_equal(22, stored[i]:age()) i = i + 1 end -- Check empty request local all = self.Person:all() assert_equal(self.Person:count(), all:count()) end function life:test_ids() -- Based on previoud test_all test, assert_equal(2, #self.Person:ids{ age = 22 }) assert_equal(0, #self.Person:ids{firstName = "Unknown"}) end
local CameraController = { Properties = { cameraSpeed = { default = 15, description = "How fast the camera moves across the screen based off mouse position", suffix = "m/s" }, scrollSpeed = { default = 25, description = "How fast camera zooms in and out based off scroll mouse input", suffix = "m/s" }, edgeWidth = { default = .01, min = .01, max = 1.0, description = "How close in normalized screen size the cursor has to be to the screen border to cause movement" }, }, scrollDirection = 0 } function CameraController:OnActivate() -- Aim camera at the ground TransformBus.Event.SetLocalRotation(self.entityId, Vector3(Math.DegToRad(-90), 0, 0)) -- Connect to the TickBus to have an update loop self.tickHandler = TickBus.Connect(self) -- Show the cursor to help see how its position effects camera movement LyShineLua.ShowMouseCursor(true) -- Create an Id and Connect so we can be notified when the scroll wheel is used local mousePositionInputId = InputEventNotificationId("Scroll") self.scrollInputListener = InputEventNotificationBus.Connect(self, mousePositionInputId) end function CameraController:OnDeactivate() -- Stop showing the cursor when the script finishes LyShineLua.ShowMouseCursor(false) -- Disconnect upon deactivating to clean up if self.tickHandler ~= nil then self.tickHandler:Disconnect() self.tickHandler = nil end if self.scrollInputListener ~= nil then self.scrollInputListener:Disconnect() self.scrollInputListener = nil end end function CameraController:OnPressed(value) -- The direction to move based off value of -1 or 1 self.scrollDirection = -Math.Sign(value) end function CameraController:OnTick(deltaTime, timePoint) -- Call the EBus exposed through the MouseCursorPosition Gem to get the cursor position normalized between (0,0) and (1,1) and change to a range between (-1,-1) and (1,1) -- The initial declaration of the EBus can be found at MouseCursorPositionBus.h -- Its exposure through behavior context and definition can be found at MouseCursorPositionSystemComponent.cpp local normalizedCursorPosition = (CursorPositionRequestBus.Broadcast.GetSystemCursorPositionNormalized() * 2) - Vector2(1,1) -- Offsets for scroll based off our input event and screen based off mouse screen position local scrollOffset = Vector3(0, 0, self.scrollDirection * self.Properties.scrollSpeed * deltaTime) local screenOffset = Vector3(0) -- If the mouse is touching any side of the screen move in its direction at a set speed -- Use edgeWidth as an epsilon value. -- An edgeWidth value of 0 may not cause movment in certain directions so we restrict its min value to .01 if Math.IsClose(normalizedCursorPosition.x, 1, self.Properties.edgeWidth) or Math.IsClose(normalizedCursorPosition.y, 1, self.Properties.edgeWidth) or Math.IsClose(normalizedCursorPosition.x, -1, self.Properties.edgeWidth) or Math.IsClose(normalizedCursorPosition.y, -1, self.Properties.edgeWidth) then screenOffset = Vector3(normalizedCursorPosition.x, -normalizedCursorPosition.y, 0) * (self.Properties.cameraSpeed * deltaTime) end -- Set our new position TransformBus.Event.SetLocalTranslation(self.entityId, TransformBus.Event.GetLocalTranslation(self.entityId) + scrollOffset + screenOffset) -- Reset our scroll direction to 0 self.scrollDirection = 0 end return CameraController
local Table = require("__stdlib__/stdlib/utils/table") local M = {} --[[ uncategorized prototypes, according to https://wiki.factorio.com/Prototype_definitions "player", "unit-spawner", "fish", "land-mine", "market", "player-port", "simple-entity", "simple-entity-with-owner", "simple-entity-with-force", "tree", "unit", ]] M.resource_prototypes = {"resource", "tree", "simple-entity"} M.building_prototypes = { "accumulator", "ammo-turret", "arithmetic-combinator", "artillery-turret", "assembling-machine", "beacon", "boiler", "constant-combinator", "container", "curved-rail", "decider-combinator", "electric-energy-interface", "electric-pole", "electric-turret", "fluid-turret", "furnace", "gate", "generator", "heat-interface", "heat-pipe", "infinity-container", "infinity-pipe", "inserter", "lab", "lamp", "loader", "logistic-container", "mining-drill", "offshore-pump", "pipe-to-ground", "pipe", "power-switch", "programmable-speaker", "pump", "radar", "rail-chain-signal", "rail-signal", "reactor", "roboport", "rocket-silo", "solar-panel", "splitter", "storage-tank", "straight-rail", "train-stop", "transport-belt", "turret", "underground-belt", "wall", } M.robot_prototypes = {"combat-robot", "construction-robot", "logistic-robot"} M.vehicle_prototypes = {"car", "artillery-wagon", "cargo-wagon", "fluid-wagon", "locomotive"} -- turn arrays into set-like tables for quick lookup local building_prototypes_set = Table.array_to_dictionary(M.building_prototypes, true) local resource_prototypes_set = Table.array_to_dictionary(M.resource_prototypes, true) local robot_prototypes_set = Table.array_to_dictionary(M.robot_prototypes, true) local vehicle_prototypes_set = Table.array_to_dictionary(M.vehicle_prototypes, true) function M.is_building_prototype(prototype_type) return building_prototypes_set[prototype_type] end function M.is_resource_prototype(prototype_type) return resource_prototypes_set[prototype_type] end function M.is_robot_prototype(prototype_type) return robot_prototypes_set[prototype_type] end function M.is_vehicle_prototype(prototype_type) return vehicle_prototypes_set[prototype_type] end return M
local Coeus = (...) local ShaderData = Coeus.Graphics.ShaderData return ShaderData:New(ShaderData.ShaderType.VertexFragment, { VertexCode = [[ #version 330 layout(location=0) in vec3 position; layout(location=1) in vec2 texcoord_; out vec2 texcoord; void main() { gl_Position = vec4(position, 1.0); texcoord = texcoord_; } ]], FragmentCode = [[ #version 330 layout(location=0) out vec4 FinalColor; uniform sampler2D DiffuseBuffer; uniform sampler2D LightBuffer; in vec2 texcoord; void main() { vec4 diffuse = texture(DiffuseBuffer, texcoord); vec4 light = texture(LightBuffer, texcoord); FinalColor = vec4(diffuse.xyz, 1.0);//vec4((diffuse.xyz * light.xyz + light.w), 1.0); } ]] })
local vim = vim local api = vim.api local match = require 'completion.matching' local opt = require 'completion.option' local M = {} M.getUltisnipItems = function(prefix) if vim.fn.exists '*UltiSnips#SnippetsInCurrentScope' == 0 then return {} end local snippetsList = vim.call 'UltiSnips#SnippetsInCurrentScope' local complete_items = {} if vim.tbl_isempty(snippetsList) then return {} end local priority = vim.g.completion_items_priority['UltiSnips'] or 1 local kind = 'UltiSnips' local dup = opt.get_option('items_duplicate')[kind] or 1 kind = opt.get_option('customize_lsp_label')[kind] or kind for key, val in pairs(snippetsList) do local item = {} item.word = key item.kind = kind item.priority = priority item.dup = dup local user_data = { snippet_source = 'UltiSnips', hover = val } item.user_data = user_data match.matching(complete_items, prefix, item) end return complete_items end M.getNeosnippetItems = function(prefix) if vim.fn.exists '*neosnippet#helpers#get_completion_snippets' == 0 then return {} end local snippetsList = vim.call 'neosnippet#helpers#get_completion_snippets' local complete_items = {} if vim.tbl_isempty(snippetsList) == 0 then return {} end local kind = 'Neosnippet' kind = opt.get_option('customize_lsp_label')[kind] or kind local dup = opt.get_option('items_duplicate')[kind] or 1 local priority = vim.g.completion_items_priority['Neosnippet'] for key, val in pairs(snippetsList) do local description if val == nil or type(val) ~= 'table' then description = nil else description = val.description end local user_data = { snippet_source = 'Neosnippet', hover = description } local item = {} item.word = key item.kind = kind item.priority = priority item.dup = dup item.user_data = user_data match.matching(complete_items, prefix, item) end return complete_items end M.getVsnipItems = function(prefix) if vim.fn.exists 'g:loaded_vsnip' == 0 then return {} end local snippetsList = api.nvim_call_function('vsnip#source#find', { api.nvim_get_current_buf() }) local complete_items = {} if vim.tbl_isempty(snippetsList) == 0 then return {} end local kind = 'vim-vsnip' kind = opt.get_option('customize_lsp_label')[kind] or kind local priority = vim.g.completion_items_priority['vim-vsnip'] local dup = opt.get_option('items_duplicate')[kind] or 1 for _, source in pairs(snippetsList) do for _, snippet in pairs(source) do for _, word in pairs(snippet.prefix) do local user_data = { snippet_source = 'vim-vsnip', snippet_body = snippet.body, hover = snippet.description } local item = {} item.word = word item.kind = kind item.menu = snippet.label item.dup = dup item.priority = priority item.user_data = user_data match.matching(complete_items, prefix, item) end end end return complete_items end -- Cribbed almost wholesale from snippets.lookup_snippet() M.getSnippetsNvimItems = function(prefix) local snippets = require 'snippets' if not snippets then return {} end local ft = vim.bo.filetype local snippetsList = vim.tbl_extend('force', snippets.snippets._global or {}, snippets.snippets[ft] or {}) local complete_items = {} if vim.tbl_isempty(snippetsList) == 0 then return {} end local priority = vim.g.completion_items_priority['snippets.nvim'] or 1 local kind = 'snippets.nvim' local dup = opt.get_option('items_duplicate')[kind] or 1 kind = opt.get_option('customize_lsp_label')[kind] or kind for short, long in pairs(snippetsList) do -- TODO: We cannot put the parsed snippet itself in userdata, since it may -- contain Lua functions (see -- https://github.com/norcalli/snippets.nvim#notes-because-this-is-beta-release-software) local user_data = { snippet_source = 'snippets.nvim' } local item = {} item.word = short item.kind = kind item.dup = dup -- TODO: Turn actual snippet text into label/description? item.menu = short item.priority = priority item.user_data = user_data match.matching(complete_items, prefix, item) end return complete_items end M.getLuaSnipItems = function(prefix) local snippet = require('luasnip').available() local complete_items = {} if vim.tbl_isempty(snippet) == 0 then return {} end local ft = vim.bo.filetype local snippetsList = vim.tbl_extend('force', snippet.all or {}, snippet[ft] or {}) local kind = 'luasnip' kind = opt.get_option('customize_lsp_label')[kind] or kind local priority = vim.g.completion_items_priority['luasnip'] or 1 local dup = opt.get_option('items_duplicate')[kind] or 1 for _, snippets in pairs(snippetsList) do local user_data = { snippet_source = 'luasnip', hover = table.concat(snippets.description), snippet_body = snippets.body, } local items = {} items.word = snippets.trigger items.abbr = snippets.name items.kind = kind items.menu = snippets.detail or '' items.icase = 1 items.dup = dup items.empty = 1 items.priority = priority items.user_data = user_data match.matching(complete_items, prefix, items) end return complete_items end M.getCompletionItems = function(prefix) local source = opt.get_option 'enable_snippet' local snippet_list = {} if source == 'UltiSnips' then snippet_list = M.getUltisnipItems(prefix) elseif source == 'Neosnippet' then snippet_list = M.getNeosnippetItems(prefix) elseif source == 'vim-vsnip' then snippet_list = M.getVsnipItems(prefix) elseif source == 'snippets.nvim' then snippet_list = M.getSnippetsNvimItems(prefix) elseif source == 'luasnip' then snippet_list = M.getLuaSnipItems(prefix) end return snippet_list end return M
local ROOT = {} local Reactor = {} Reactor.__index = Reactor function Reactor.new(fabric) return setmetatable({ fabric = fabric; _componentStack = {}; _effectStack = {}; }, Reactor) end function Reactor:push(component, effectKey) table.insert(self._componentStack, component) table.insert(self._effectStack, effectKey) end function Reactor:pop() table.remove(self._effectStack, #self._effectStack) table.remove(self._componentStack, #self._componentStack) end function Reactor:peek() return self._componentStack[#self._componentStack], self._effectStack[#self._effectStack] end function Reactor._getCallback(component, interestedComponent) return function(data, lastData) for interestedEffectKey, interestedKeys in pairs(interestedComponent._reactsTo[component]) do local needsUpdate = false for interestedKey in pairs(interestedKeys) do if interestedKey == ROOT or data == nil or lastData == nil or data[interestedKey] ~= lastData[interestedKey] then interestedComponent.fabric:debug( "[Reactor Push]", component, interestedKey == ROOT and "root" or interestedKey, "->", interestedComponent ) needsUpdate = true break end end if needsUpdate then interestedComponent:_runEffect(interestedEffectKey) end end end end function Reactor:react(component, key) if component:isDestroyed() then -- component:get can still be called if the component is destroyed. return end local interestedComponent, interestedEffectKey = self:peek() if interestedComponent == nil then return end assert(key == nil or type(key) == "string", "Effects API does not work with nested keys yet") if key == nil then key = ROOT end if interestedComponent._reactsTo[component] == nil then self.fabric:debug("[Reactor Interest]", component, "->", interestedComponent) interestedComponent._reactsTo[component] = {} local cleanupCallback = component:on("updated", self._getCallback(component, interestedComponent)) interestedComponent:on("destroy", cleanupCallback) interestedComponent:on("hotReloaded", cleanupCallback) interestedComponent:on("hotReloaded", function() interestedComponent._reactsTo[component] = nil end) end if interestedComponent._reactsTo[component][interestedEffectKey] == nil then interestedComponent._reactsTo[component][interestedEffectKey] = {} end interestedComponent._reactsTo[component][interestedEffectKey][key] = true end return Reactor
-------------------------------------------------------------------------------- --! @file compiler-prims.lua --! @brief Language primitives for Firth language. --! @author btoskin - <brigham@ionoclast.com> --! @copyright © 2015 Brigham Toskin --! --! <p>This file is part of the Firth language reference implementation. Usage --! and redistribution of this software is governed by the terms of a modified --! MIT-style license. You should have received a copy of the license with the --! source distribution in the file LICENSE; if not, you may find it online at --! <https://github.com/IonoclastBrigham/firth/blob/master/LICENSE></p> --! --! @see compiler.lua --! @see stack.lua --! @see stringio.lua -- -- Formatting: -- utf-8 ; unix ; 80 cols ; tabwidth 4 -------------------------------------------------------------------------------- --! @cond local os = require "os" local clock = os.clock local string = require "string" local stringio = require "firth.stringio" local stack_new = (require "firth.stack").new local exports = {} local function buildentries(dict, map) for name, entry in pairs(dict) do local func = entry.func assert(type(func) == "function", "INIT ERROR: "..name) map[func] = name entry.name = name entry.calls = {} entry.calledby = {} end end --! @endcond function exports.initialize(compiler) assert(type(compiler) == "table", "INVALID COMPILER REF") local dictionary, funcmap = compiler.dictionary, compiler.funcmap local stack, cstack = compiler.stack, compiler.cstack -- stack ops -- local function dup() stack:dup() end local function over() stack:over() end local function drop() stack:drop() end local function clear() stack:clear() end local function swap() stack:swap() end local function rot() stack:rot() end local function revrot() stack:revrot() end local function pick() return stack:pick(stack:pop()) end local function c_from() stack:push(cstack:pop()) end local function to_c() cstack:push(stack:pop()) end local function c_fetch() stack:push(cstack:top()) end local function two_c_from() compiler:assert(cstack.height >= 2, "2C>", "CSTACK UNDERFLOW") local height = stack.height stack[height + 2], stack[height + 1] = cstack:pop(), cstack:pop() stack.height = height + 2 end local function two_to_c() compiler:assert(stack.height >= 2, "2>C", "UNDERFLOW") local height = cstack.height cstack[height + 2], cstack[height + 1] = stack:pop(), stack:pop() cstack.height = height + 2 end local function two_c_fetch() local height, cheight = stack.height, cstack.height compiler:assert(cheight >= 2, "2C@", "CSTACK UNDERFLOW") stack[height + 2], stack[height + 1] = cstack[cheight], cstack[cheight - 1] stack.height = height + 2 end --! ( s x -- s ) ( s: -- x ) local function to_s() local val = stack:pop() local s = stack:top() s:push(val) end --! ( s -- s x ) ( s: x -- ) local function s_from() local s = stack:top() local val = s:pop() stack:push(val) end --! ( s -- s x ) ( s: x -- x ) local function s_fetch() local s = stack:top() local val = s:top() stack:push(val) end --! ( s x1 x2 -- s ) ( s: -- x1 x2 ) local function two_to_s() local x2, x1 = stack:pop(), stack:pop() local s = stack:top() local height = s.height s[height + 1], s[height + 2] = x1, x2 s.height = height + 2 end --! ( s -- s x1 x2 ) ( s: x1 x2 -- ) local function two_s_from() local s = stack:top() local height = stack.height local x2, x1 = s:pop(), s:pop() stack[height + 1], stack[height + 2] = x1, x2 stack.height = height + 2 end --! ( s -- s x1 x2 ) ( s: x1 x2 -- x1 x2 ) local function two_s_fetch() local s = stack:top() local height, sheight = stack.height, s.height compiler:assert(sheight >= 2, "2[]@", "UNDERFLOW") local x2, x1 = s[sheight], s[sheight - 1] stack[height + 1], stack[height + 2] = x1, x2 stack.height = height + 2 end -- flow control -- -- this is not meant to be a prim word available to firth code. -- is there a reasonable usecase for doing so? local function beginblock() local compiling = compiler.compiling if not compiling then compiler:create() compiler.compiling = true end cstack:push(compiling) end local function ifstmt() beginblock() local cond = compiler:poptmp() compiler:append("if %s then", cond) end local function elsestmt() compiler:append("else") end local function forstmt() beginblock() local i = compiler:newtmp() local last, first = compiler:poptmp(), compiler:poptmp() compiler:append("for %s = %s, %s do", i, first, last) compiler:push(i) end --! ( container -- itr, st, first ) local function iterator() local container = stack:pop() if type(container) ~= "table" then compiler:runtimeerror("(loop iterator)", "TARGET NOT ITERABLE") end local mt = getmetatable(container) if mt and mt.__itr then stack:pushv(container:__itr()) else stack:pushv(pairs(container)) stack:push(nil) end end --! ( container -- ) local function foreachstmt() beginblock() compiler:call("iterator") local first, st, itr = compiler:poptmp(), compiler:poptmp(), compiler:poptmp() local key, value = compiler:newtmp(), compiler:newtmp() compiler:append("for %s, %s in %s, %s, %s do", key, value, itr, st, first) compiler:push(key) compiler:push(value) end --! ( b -- ) local function whilestmt() beginblock() compiler:append("while(stack:pop()) do") end local function dostmt() beginblock() compiler:append("do") end local function endstmt() compiler:append("end") local compiling = cstack:pop() compiler.compiling = compiling if not compiling then compiler:buildfunc() compiler:execfunc() end end -- inline operations -- --! ( operator -- ) local function binop() local op = stack:pop() local roperand = compiler:poptmp() local loperand = compiler:toptmp() local lval = compiler:newtmp(string.format("%s %s %s", loperand, op, roperand)) compiler:append("rawset(stack, stack.height, %s)", lval) end local function binopconst() local op = stack:pop() local cval = stack:pop() local val = compiler:toptmp() local newval = compiler:newtmp(string.format("%s %s %s", val, op, cval)) compiler:append("rawset(stack, stack.height, %s)", newval) end -- boolean stuff -- local function pushtrue() compiler:push(true) end local function pushfalse() compiler:push(false) end local function pushnot() if compiler.compiling then compiler:append("stack[stack.height] = not stack:top()") else stack[stack.height] = not stack:top() end end local function push2not() local height = compiler:newtmp("stack.height") compiler:cassert(height.." > 1", "UNDERFLOW") local prev = compiler:newtmp(height.." - 1") compiler:append("stack[%s], stack[%s] = not stack[%s], not stack[%s]", height, prev, height, prev) end local function pushnil() compiler:push(nil) end local function pushtable() compiler:push({}) end local function pushstack() compiler:push(stack_new()) end local function pushtype() local typ if compiler.compiling then local val = compiler:poptmp() typ = compiler:newtmpfmt("type(%s)", val) else typ = type(stack:pop()) end compiler:push(typ) end -- bitwise boolean ops -- -- only available in LuaJIT 2.0+ or Lua 5.2+ local bit = bit or bit32 local band, bor, bxor, bnot if bit then local bitand, bitor, bitxor, bitnot = bit.band, bit.bor, bit.bxor, bit.bnot function band() stack:push(bitand(stack:pop(), stack:pop())) end function bor() stack:push(bitor(stack:pop(), stack:pop())) end function bxor() stack:push(bitxor(stack:pop(), stack:pop())) end function bnot() stack:push(bitnot(stack:pop())) end end -- os and io primitives -- local function rawprint() local tos = stack:pop() compiler:assert(type(tos) == "string", ".raw", "NOT A STRING") stringio.print(tos) end local function dotprint() -- have to actually pop, to avoid cycles stack:push(tostring(stack:pop())..' ') rawprint() end local function dotprinthex() local tos = stack:top() stack[stack.height] = string.format("0x%X", tonumber(tos)) dotprint() end local function dotprints() -- stringio.print(tostring(stack), ' ') stack:push(stack) dotprint() end local function dotprintc() -- stringio.print(tostring(cstack), ' ') stack:push(cstack) dotprint() end -- parser/compiler control words -- local function loadfile() compiler:loadfile(stack:pop()) end local function exit() compiler.running = false end --! ( -- ) local function setcompiling() compiler.compiling = true end --! ( name -- entry ) local function create() compiler:create(stack:pop()) end --! ( entry -- ) local function alias() local entry = stack:pop() local newname = compiler:nexttoken() dictionary[newname] = entry end --! ( entry -- C: oldentry? ) local function settarget() compiler:settarget(stack:pop()) end local function interpret() if compiler.compiling then compiler.compiling = false end end --! ( -- bool ) local function compiling() stack:push(compiler.compiling) end --! ( c -- word ) Parses next token from input stream, and pushes it as a string. local function parse() local delim = stack:pop() local success, token = pcall(compiler.nexttoken, compiler, delim) compiler:assert(success, "parse", "UNABLE TO RETRIEVE TOKEN") stack:push(token) end --! ( pattern -- tok ) local function parsematch() local pattern = stack:pop() local success, token, src = pcall(stringio.matchtoken, compiler.src, pattern) compiler:assert(success, "parsematch", "UNABLE TO RETRIEVE TOKEN") stack:push(token) compiler.src = src end --! ( str -- ) local function ungettoken() compiler.src = tostring(stack:pop())..' '..compiler.src end --! ( C: entry -- C: entry' ) local function push() if not compiler.compiling then return end local val = stack:pop() -- compiler:push() can't tell if its arg is a literal string from a -- firth word, or meant to be a compiled expression from a codegen -- function. so, we need to determine that here and choose the right -- version of push. if type(val) == "string" then compiler:pushstring(val) else compiler:push(val) end end --! ( C: entry -- C: entry' ) local function buildfunc() compiler:buildfunc() end --! ( C: entry -- ) local function bindfunc() compiler:bindfunc() end --! ( entry -- ) local function does() local varentry = compiler:toptmp() local doesname = compiler:newtmpstr(compiler:nexttoken()) local doesentry = compiler:newtmpfmt("compiler:lookup(%s)", doesname) local doesfunc = compiler:newtmpfmt("%s.func", doesentry) local closure = [[ varentry.func = function() stack:push(varentry) doesfunc() end]] closure = closure:gsub("varentry", varentry):gsub("doesfunc", doesfunc) compiler:append(closure) compiler:call("settarget") compiler:append("compiler:bindfunc()") compiler:append("%s.compilebuf = {%q}", varentry, closure) end --! ( name -- entry ) local function dict() local word = stack:pop() local entry = compiler:lookup(word) stack:push(entry) end --! ( -- entry ) local function last() stack:push(compiler.last) end --! ( -- b ) TS: word local function defined() local name = compiler:nexttoken() compiler:push(dictionary[name] ~= nil) end --! @@ ( t k -- x ) local function fetchfield() local idx = stack:pop() local tab = stack:pop() stack:push(tab[idx]) end --! !! ( x t k -- ) local function storefield() local idx = stack:pop() local tab = stack:pop() local val = stack:pop() tab[idx] = val end --! ( -- ) local function immediate() compiler:immediate() end --! ( -- c ) local function char() local str = compiler:nexttoken() local char = str:sub(1, 1) if char == "%" or char == "\\" then char = str:sub(1, 2) end compiler:pushstring(char) end --! ( name -- ) local function call() local name = stack:pop() if compiler.compiling then compiler:call(name) else local entry = compiler:lookup(name) entry.func() end end --! ( xt -- i*x ) local function execute() local xt = stack:pop() xt() end -- reflection, debugging, internal compiler state, etc. -- local function dumpword() local word = compiler:nexttoken() local entry = compiler:lookup(word) stack:push(table.concat(entry.compilebuf, '\n')) end local function dump() stack:push(table.concat(compiler.last.compilebuf, '\n')) end local function trace() compiler.tracing = true end local function notrace() compiler.tracing = false end local function tracing() stack:push(compiler.tracing) end local function path() stack:push(compiler.path) end local function tstart() stack:push(clock()) end local function tend() local fin = clock() local diff = fin - stack:pop() stringio.printline('(', diff, " seconds)") end -- load up the dictionary -- dictionary.dup = { func = dup } dictionary.over = { func = over } dictionary.drop = { func = drop } dictionary.clear = { func = clear } dictionary.swap = { func = swap } dictionary.rot = { func = rot } dictionary['-rot'] = { func = revrot } dictionary.pick = { func = pick } dictionary['C>'] = { func = c_from } dictionary['>C'] = { func = to_c } dictionary['C@'] = { func = c_fetch } dictionary['2C>'] = { func = two_c_from } dictionary['2>C'] = { func = two_to_c } dictionary['2C@'] = { func = two_c_fetch } dictionary['>[]'] = { func = to_s } dictionary['[]>'] = { func = s_from } dictionary['[]@'] = { func = s_fetch } dictionary['2>[]'] = { func = two_to_s } dictionary['[2]>'] = { func = two_s_from } dictionary['[2]@'] = { func = two_s_fetch } dictionary['if'] = { func = ifstmt, immediate = true } dictionary['else'] = { func = elsestmt, immediate = true } dictionary['for'] = { func = forstmt, immediate = true } dictionary['iterator'] = { func = iterator, immediate = true } dictionary['foreach'] = { func = foreachstmt, immediate = true } dictionary['while'] = { func = whilestmt, immediate = true } dictionary['do'] = { func = dostmt, immediate = true } dictionary['end'] = { func = endstmt, immediate = true } dictionary.binop = { func = binop } dictionary.binopconst = { func = binopconst } dictionary['true'] = { func = pushtrue, immediate = true } dictionary['false'] = { func = pushfalse, immediate = true } dictionary['not'] = { func = pushnot, immediate = true } dictionary['2not'] = { func = push2not, immediate = true } dictionary['nil'] = { func = pushnil, immediate = true } dictionary['{}'] = { func = pushtable, immediate = true } dictionary['[]'] = { func = pushstack, immediate = true } dictionary['type'] = { func = pushtype, immediate = true } dictionary['.raw'] = { func = rawprint } dictionary['.'] = { func = dotprint } dictionary['.x'] = { func = dotprinthex } dictionary['.S'] = { func = dotprints } dictionary['.C'] = { func = dotprintc } dictionary.loadfile = { func = loadfile } dictionary.exit = { func = exit, immediate = true } dictionary.setcompiling = { func = setcompiling } dictionary.settarget = { func = settarget } dictionary.interpret = { func = interpret, immediate = true } dictionary['compiling?'] = { func = compiling } dictionary.parse = { func = parse } dictionary.parsematch = { func = parsematch } dictionary['>ts'] = { func = ungettoken } dictionary.push = { func = push } dictionary.create = { func = create } dictionary['alias:'] = { func = alias, immediate = true } dictionary.buildfunc = { func = buildfunc } dictionary.bindfunc = { func = bindfunc } dictionary['does>'] = { func = does, immediate = true } dictionary.dict = { func = dict } dictionary.last = { func = last } dictionary["defined?"] = { func = defined, immediate = true } dictionary['@@'] = { func = fetchfield } dictionary['!!'] = { func = storefield } dictionary.immediate = { func = immediate } dictionary.char = { func = char, immediate = true } dictionary.call = { func = call } dictionary.execute = { func = execute } dictionary.dump = { func = dump } dictionary['dumpword:'] = { func = dumpword, immediate = true } dictionary.trace = { func = trace } dictionary.notrace = { func = notrace } dictionary['tracing?'] = { func = tracing } dictionary.path = { func = path } -- dictionary['calls:'] = { func = calls, immediate = true } -- dictionary['calledby:'] = { func = calledby, immediate = true } dictionary.tstart = { func = tstart } dictionary.tend = { func = tend } if bit then dictionary["&"] = { func = band } dictionary["|"] = { func = bor } dictionary["^"] = { func = bxor } dictionary["~"] = { func = bnot } end dictionary.NOP = { func = compiler.NOP } buildentries(dictionary, funcmap) end return exports
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Utility Functions For Development -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- define helper functions local to this file first -- global utility functions (below) will depend on these -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- TableToString_Recursive() function via: -- http://www.hpelbers.org/lua/print_r -- Copyright 2009: hans@hpelbers.org local function TableToString_Recursive(t, name, indent) local tableList = {} function table_r (t, name, indent, full) local id = not full and name or type(name)~="number" and tostring(name) or '['..name..']' local tag = indent .. id .. ' = ' local out = {} -- result if type(t) == "table" then if tableList[t] ~= nil then table.insert(out, tag .. '{} -- ' .. tableList[t] .. ' (self reference)') else tableList[t]= full and (full .. '.' .. id) or id if next(t) then -- Table not empty table.insert(out, tag .. '{') for key,value in pairs(t) do table.insert(out,table_r(value,key,indent .. '| ',tableList[t])) end table.insert(out,indent .. '}') else table.insert(out,tag .. '{}') end end else local val = type(t)~="number" and type(t)~="boolean" and '"'..tostring(t)..'"' or tostring(t) table.insert(out, tag .. val) end return table.concat(out, '\n') end return table_r(t,name or 'Value',indent or '') end function table.val_to_str ( v ) if "string" == type( v ) then v = string.gsub( v, "\n", "\\n" ) if string.match( string.gsub(v,"[^'\"]",""), '^"+$' ) then return "'" .. v .. "'" end return '"' .. string.gsub(v,'"', '\\"' ) .. '"' else return "table" == type( v ) and table.tostring( v ) or tostring( v ) end end function table.key_to_str ( k ) if "string" == type( k ) and string.match( k, "^[_%a][_%a%d]*$" ) then return k else return "[" .. table.val_to_str( k ) .. "]" end end function table.tostring( tbl ) local result, done = {}, {} for k, v in ipairs( tbl ) do table.insert( result, table.val_to_str( v ) ) done[ k ] = true end for k, v in pairs( tbl ) do if not done[ k ] then table.insert( result, "\t" .. table.key_to_str( k ) .. "=" .. table.val_to_str( v ) ) end end return "{\n" .. table.concat( result, ",\n" ) .. "\n}" end -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- GLOBAL UTILITY FUNCTIONS -- use these to assist in theming/scripting efforts -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- SM() -- Shorthand for SCREENMAN:SystemMessage(), this is useful for -- rapid iterative testing by allowing us to print variables to the screen. -- If passed a table, SM() will use the TableToString_Recursive (from above) -- to display children recursively until the SystemMessage spills off the screen. function SM( arg ) -- if a table has been passed in if type( arg ) == "table" then -- recurively print its contents to a string local msg = TableToString_Recursive(arg) -- and SystemMessage() that string SCREENMAN:SystemMessage( msg ) else SCREENMAN:SystemMessage( tostring(arg) ) end end -- range() accepts one, two, or three arguments and returns a table -- Example Usage: -- range(4) --> {1, 2, 3, 4} -- range(4, 7) --> {4, 5, 6, 7} -- range(5, 27, 5) --> {5, 10, 15, 20, 25} -- either of these are acceptable -- range(-1,-3, 0.5) --> {-1, -1.5, -2, -2.5, -3 } -- range(-1,-3, -0.5) --> {-1, -1.5, -2, -2.5, -3 } -- but this just doens't make sense and will return an empty table -- range(1, 3, -0.5) --> {} function range(start, stop, step) if start == nil then return end if not stop then stop = start start = 1 end step = step or (start < stop and 1 or -1) -- if step has been explicitly provided as a positve number -- but the start and stop values tell us to decrement -- multiply step by -1 to allow decrementing to occur if step > 0 and start > stop then step = -1 * step end local t = {} while start < stop+step do t[#t+1] = start start = start + step end return t end function SecondsToMMSS_range(start, stop, step) local ret = {} local range = range(start, stop, step) for v in ivalues(range) do ret[#ret+1] = SecondsToMMSS(v):gsub("^0*", "") end return ret end -- stringify() accepts an indexed table, applies tostring() to each element, -- and returns the results. sprintf style format can be provided via an -- optional second argument. Note that this function will ignores key/value pairs -- if any are passed in via "tbl". -- -- Example: -- local blah = stringify( {10, true, "hey now", asdf=10} ) -- Result: -- blah == { "10", "true", "hey now" } -- -- For an example with range() -- see Mini in ./Scripts/SL-PlayerOptions.lua function stringify( tbl, form ) if not tbl then return end local t = {} for _,value in ipairs(tbl) do t[#t+1] = (type(value)=="number" and form and form:format(value) ) or tostring(value) end return t end function FindInTable(needle, haystack) for i = 1, #haystack do if needle == haystack[i] then return i end end return nil end
-- -- Please see the license.html file included with this distribution for -- attribution and copyright information. -- local bUpdatingName = false; local aEventParameters; function onInit() conditionname.onSelect = onConditionNameSelected; DB.addHandler(getDatabaseNode().getPath("conditionname"), "onUpdate", onConditionNameChanged); end function onClose() DB.removeHandler(getDatabaseNode().getPath("conditionname"), "onUpdate", onConditionNameChanged); end function update(bReadOnly) conditionname.setComboBoxReadOnly(bReadOnly); inverted.setReadOnly(bReadOnly); parameters.update(bReadOnly); end function setEventName(sEventName) aEventParameters = TriggerManager.getParametersForEvent(sEventName) for _,rConditionDefinition in pairs(TriggerManager.getConditionDefinitionsForEventParameters(aEventParameters)) do conditionname.add(rConditionDefinition.sName, Interface.getString(rConditionDefinition.sName)); conditionname.addTooltip(rConditionDefinition.sName, Interface.getString(rConditionDefinition.sDescription)); end local sConditionName = DB.getValue(getDatabaseNode(), "conditionname"); setConditionName(sConditionName); end function onConditionNameChanged(nodeConditionName) setConditionName(nodeConditionName.getValue(), true); end function onConditionNameSelected() bUpdatingName = true; -- combobox defaults to display value, not data value DB.setValue(getDatabaseNode(), "conditionname", "string", conditionname.getSelectedValue()); bUpdatingName = false; end function setConditionName(sConditionName, bRebuild) if not bUpdatingName then if (sConditionName or "") == "" then conditionname.setListIndex(1); sConditionName = conditionname.getSelectedValue(); DB.setValue(getDatabaseNode(), "conditionname", "string", sConditionName); elseif conditionname.hasValue(sConditionName) then -- It would be nice if comboboxes had full support for key/value pair data. conditionname.setListValue(Interface.getString(sConditionName)); else -- TODO handle known condition unavailable for event conditionname.setListValue(string.format(Interface.getString("unknown_condition_error"), sConditionName)); end end rebuildParameters(sConditionName, bRebuild); end function rebuildParameters(sConditionName, bRebuild) local rCondition = TriggerManager.getConditionDefinition(sConditionName); if not rCondition then return; end parameters.initializeParameters(rCondition.aConfigurableParameters, aEventParameters, bRebuild) end
Added another line to meat.lua
-- ===== ===== ===== ===== ===== -- Copyright (c) 2017 Lukas Grünwald -- License MIT License -- ===== ===== ===== ===== ===== local StaticStateDefinitions = { ["STATE_INTACT"] = { NumericID = 1, UniqueKey = "STATE_INTACT", StateIndicator = false, EvacuateAllUnits = false, TurnsPlanetNeutral = false, BlocksGroundAccess = false, DestroysPlanet = false, EndsCurrentAlliance = false, AddsTraitToAttacker = false, AddsTraitToDefender = false, }, ["STATE_BOMBARDED"] = { NumericID = 2, UniqueKey = "STATE_BOMBARDED", StateIndicator = "GUI_GC_PLANET_PD_BOMBARDED", EvacuateAllUnits = false, TurnsPlanetNeutral = false, BlocksGroundAccess = false, DestroysPlanet = false, EndsCurrentAlliance = false, AddsTraitToAttacker = false, AddsTraitToDefender = false, }, } return StaticStateDefinitions
--- Math actions perform different operations on FSM variables -- @submodule Actions local const = require("adam.const") local ActionInstance = require("adam.system.action_instance") local M = {} local function math_operation(source, value, is_every_frame, is_every_second, action_name, operator) local action = ActionInstance(function(self) local source_value = operator(self, self:get_value(source), self:get_param(value)) self:set_value(source, source_value) end) if is_every_frame then action:set_every_frame() end if is_every_second then action:set_periodic(const.SECOND) end action:set_name(action_name) return action end --- Set a value to a variable -- @function actions.math.set -- @tparam string source Variable to set -- @tparam variable value The value to set -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.set(source, value, is_every_frame, is_every_second) return math_operation(source, value, is_every_frame, is_every_second, "math.set", function(self, a, b) return b end) end --- Adds a value to a variable -- @function actions.math.add -- @tparam string source Variable to add -- @tparam variable value The value to add -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.add(source, value, is_every_frame, is_every_second) return math_operation(source, value, is_every_frame, is_every_second, "math.add", function(self, a, b) return a + b end) end --- Subtracts a value from a variable -- @function actions.math.subtract -- @tparam string source Variable to subtract from -- @tparam variable value The value to subtract -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.subtract(source, value, is_every_frame, is_every_second) return math_operation(source, value, is_every_frame, is_every_second, "math.subtract", function(self, a, b) return a - b end) end --- Multiplies a variable by another value -- @function actions.math.multiply -- @tparam string source Variable to multiply -- @tparam variable value The multiplier -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.multiply(source, value, is_every_frame) return math_operation(source, value, is_every_frame, nil, "math.multiply", function(self, a, b) return a * b end) end --- Divides a value by another value -- @function actions.math.divide -- @tparam string source Variable to divide -- @tparam variable value Divide by this value -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.divide(source, value, is_every_frame) return math_operation(source, value, is_every_frame, nil, "math.divide", function(self, a, b) return a / b end) end --- Clamps the value of a variable to a min/max range. -- @function actions.math.clamp -- @tparam string source Variable to clamp -- @tparam variable min The minimum value allowed. -- @tparam variable max The maximum value allowed. -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.clamp(source, min, max, is_every_frame, is_every_second) return math_operation(source, nil, is_every_frame, is_every_second, "math.clamp", function(self, a) local min_value, max_value = self:get_param(min), self:get_param(max) if min_value > max_value then min_value, max_value = max_value, min_value end return math.min(math.max(min_value, a), max_value) end) end --- Loop value in range. -- For example If value less of min value it turns to max -- @function actions.math.loop -- @tparam string source Variable to loop -- @tparam number min The minimum value to loop. -- @tparam number max The maximum value to loop. -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.loop(source, min, max, is_every_frame,is_every_second) return math_operation(source, nil, is_every_frame, is_every_second, "math.loop", function(self, a) local min_value, max_value = self:get_param(min), self:get_param(max) while a > max_value do a = min_value + (a - max_value) end while a < min_value do a = max_value - (min_value - a) end return a end) end --- Choose min value -- @function actions.math.min -- @tparam string source Variable to compare -- @tparam variable|number min Another variable -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.min(source, second_value, is_every_frame, is_every_second) return math_operation(source, second_value, is_every_frame, is_every_second, "math.min", function(self, a, b) return math.min(a, b) end) end --- Choose max value -- @function actions.math.max -- @tparam string source Variable to compare -- @tparam variable|number min Another variable -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.max(source, second_value, is_every_frame, is_every_second) return math_operation(source, second_value, is_every_frame, is_every_second, "math.max", function(self, a, b) return math.max(a, b) end) end --- Sets a float variable to its absolute value. -- @function actions.math.abs -- @tparam string source Variable to abs -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.abs(source, is_every_frame) return math_operation(source, nil, is_every_frame, nil, "math.abs", function(self, a) return math.abs(a) end) end --- Sets a variable to a random value between min/max. -- @function actions.math.random -- @tparam string source Variable to set -- @tparam variable min Minimum value of the random number -- @tparam variable max Maximum value of the random number. -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.random(source, min, max, is_every_frame, is_every_second) return math_operation(source, min, is_every_frame, is_every_second, "math.random", function(self, a) return math.random(self:get_param(min), self:get_param(max)) end) end --- Sets a variable to a random value true or false -- @function actions.math.random_boolean -- @tparam string source Variable to set -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @tparam[opt] boolean is_every_second Repeat this action every second -- @treturn ActionInstance function M.random_boolean(source, is_every_frame, is_every_second) return math_operation(source, nil, is_every_frame, is_every_second, "math.random_boolean", function(self) return math.random() > 0.5 end) end --- Get a cos value -- @function actions.math.cos -- @tparam variable value Variable to take cos -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.cos(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.cos", function(self, a, b) if is_degrees then b = b * math.pi/180 end return math.cos(b) end) end --- Get a sin value -- @function actions.math.sin -- @tparam variable value Variable to take sin -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.sin(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.sin", function(self, a, b) if is_degrees then b = b * math.pi/180 end return math.sin(b) end) end --- Get a asin value -- @function actions.math.asin -- @tparam variable value Variable to take asin -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.asin(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.asin", function(self, a, b) if is_degrees then b = math.deg(b) end return math.asin(b) end) end --- Get a acos value -- @function actions.math.acos -- @tparam variable value Variable to take acos -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.acos(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.acos", function(self, a, b) if is_degrees then b = math.deg(b) end return math.acos(b) end) end --- Get a tan value -- @function actions.math.tan -- @tparam variable value Variable to take tan -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.tan(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.tan", function(self, a, b) if is_degrees then b = math.deg(b) end return math.tan(b) end) end --- Get a atan value -- @function actions.math.atan -- @tparam variable value Variable to take atan -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.atan(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.atan", function(self, a, b) if is_degrees then b = math.deg(b) end return math.atan(b) end) end --- Get a atan2 value -- @function actions.math.atan2 -- @tparam variable value Variable to take atan2 -- @tparam variable store_variable Variable to set -- @tparam[opt] boolean is_degrees Check true, if using degrees instead of radians -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.atan2(value, store_variable, is_degrees, is_every_frame) return math_operation(store_variable, value, is_every_frame, nil, "math.atan2", function(self, a, b) if is_degrees then b = math.deg(b) end return math.atan2(b) end) end --- Apply a math function (a, b, adam_instance)=>c to source variable. -- Useful if you want do something, what is not designed in Adam. -- @function actions.math.operator -- @tparam variable source_variable_a First variable A -- @tparam variable variable_b Second variable B -- @tparam function operator The callback function -- @tparam[opt] boolean is_every_frame Repeat this action every frame -- @treturn ActionInstance function M.operator(source_variable_a, variable_b, operator, is_every_frame) return math_operation(source_variable_a, variable_b, is_every_frame, nil, "math.operator", function(self, a, b) return operator(a, b, self:get_adam_instance()) end) end return M
-- "I hereby put all Lua/LuaJIT tests and benchmarks that I wrote under the public domain." Mike Pall -- https://github.com/LuaJIT/LuaJIT-test-cleanup local sub = string.sub iubc = setmetatable({ A="T", C="G", B="V", D="H", K="M", R="Y", a="T", c="G", b="V", d="H", k="M", r="Y", T="A", G="C", V="B", H="D", M="K", Y="R", U="A", t="A", g="C", v="B", h="D", m="K", y="R", u="A", N="N", S="S", W="W", n="N", s="S", w="W", }, { __index = function(t, s) local r = t[sub(s, 2)]..t[sub(s, 1, 1)]; t[s] = r; return r end }) local wcode = [=[ return function(s) local iubc, sub, write = iubc, string.sub, io.write_devnull for i=#s-59,1,-60 do write(]=] for i=59,3,-4 do wcode = wcode.."iubc[sub(s, i+"..(i-3)..", i+"..i..")], " end wcode = wcode..[=["\n") end local r = #s % 60 if r ~= 0 then for i=r,1,-4 do write(iubc[sub(s, i-3 < 1 and 1 or i-3, i)]) end write("\n") end end ]=] local writerev = loadstring(wcode)() local function load_data(path) local t, n = {}, 1 for line in io.lines(path) do local c = sub(line, 1, 1) if c == ">" then writerev(t, n); n = 1 elseif c ~= ";" then t[n] = line; n = n + 1 end end return table.concat(t, "") end local data = load_data("benchdata/fasta_output.txt") function run_iter(n) local ret for i = 1, n do ret = (writerev(data, n)) end return ret end
local ADDON, MinArch = ... MinArch.DigsiteLocales.itIT = { ["Ironband's Excavation Site"] = "Scavi di Ferrocollo", ["Ironbeard's Tomb"] = "Sepolcro di Barbaferrea", ["Whelgar's Excavation Site"] = "Scavi di Whelgar", ["Greenwarden's Fossil Bank"] = "Banco Fossile di Guardiaverde", ["Thoradin's Wall"] = "Muro di Thoradin", ["Witherbark Digsite"] = "Scavi di Scorzasecca", ["Thandol Span"] = "Viadotto di Thandol", ["Dun Garok Digsite"] = "Scavi di Dun Garok", ["Southshore Fossil Field"] = "Area Fossile di Riva del Sud", ["Aerie Peak Digsite"] = "Scavi del Picco dell'Aquila", ["Shadra'Alor Digsite"] = "Scavi di Shadra'Alor", ["Altar of Zul Digsite"] = "Scavi dell'Altare di Zul", ["Jintha'Alor Lower City Digsite"] = "Scavi della Città Bassa di Jintha'alor", ["Jintha'Alor Upper City Digsite"] = "Scavi della Città Alta di Jintha'alor", ["Agol'watha Digsite"] = "Scavi di Agol'watha", ["Hammertoe's Digsite"] = "Scavi di Mazzadito", ["Tomb of the Watchers Digsite"] = "Scavi della Tomba dei Guardiani", ["Uldaman Entrance Digsite"] = "Scavi dell'Ingresso a Uldaman", ["Sunken Temple Digsite"] = "Scavi del Tempio Sommerso", ["Misty Reed Fossil Bank"] = "Banco Fossile di Cannamarcia", ["Twilight Grove Digsite"] = "Scavi del Bosco del Crepuscolo", ["Vul'Gol Fossil Bank"] = "Banco Fossile di Vul'Gol", ["Nazj'vel Digsite"] = "Scavi di Nazj'vel", ["Zoram Strand Digsite"] = "Scavi della Spiaggia di Zoram", ["Ruins of Ordil'Aran"] = "Rovine di Ordil'Aran", ["Ruins of Stardust"] = "Rovine della Polvere Stellare", ["Forest Song Digsite"] = "Scavi di Cantaselva", ["Stonetalon Peak"] = "Picco di Petrartiglio", ["Ruins of Eldre'Thar"] = "Rovine di Eldre'thar", ["Unearthed Grounds"] = "Terre Dissotterrate", ["Bael Modan Digsite"] = "Scavi di Bael Modan", ["Ruins of Eldarath"] = "Rovine di Eldarath", ["Ruins of Arkkoran"] = "Rovine di Arkkoran", ["Lakeridge Highway Fossil Bank"] = "Banchina Fossile del Cammino Bordolago", ["Slitherblade Shore Digsite"] = "Scavi della Spiaggia dei Lamasalmastra", ["Ethel Rethor Digsite"] = "Scavi di Ethel Rethor", ["Valley of Bones"] = "Valle delle Ossa", ["Mannoroc Coven Digsite"] = "Scavi della Congrega di Mannoroc", ["Kodo Graveyard"] = "Cimitero dei Kodo", ["Sargeron Digsite"] = "Scavi di Sargeron", ["Red Reaches Fossil Bank"] = "Banco Fossile delle Insenature Rosse", ["Dreadmaul Fossil Field"] = "Area Fossile dei Maglioinfame", ["Grimsilt Digsite"] = "Scavi di Golasporca", ["Pyrox Flats Digsite"] = "Scavi delle Pianure di Pyrox", ["Western Ruins of Thaurissan"] = "Rovine Occidentali di Thaurissan", ["Eastern Ruins of Thaurissan"] = "Rovine Orientali di Thaurissan", ["Terror Wing Fossil Field"] = "Area Fossile del Terrore Alato", ["Zul'Mashar Digsite"] = "Scavi di Zul'mashar", ["Quel'Lithien Lodge Digsite"] = "Scavi del Padiglione Quel'Lithien", ["Infectis Scar Fossil Field"] = "Area Fossile della Cicatrice Infetta", ["Eastern Zul'Kunda Digsite"] = "Scavi di Zul'Kunda Orientale", ["Western Zul'Kunda Digsite"] = "Scavi di Zul'Kunda Occidentale", ["Bal'lal Ruins Digsite"] = "Scavi delle Rovine di Bal'lal", ["Balia'mah Digsite"] = "Scavi di Balia'mah", ["Ziata'jai Digsite"] = "Scavi di Ziata'jai", ["Eastern Zul'Mamwe Digsite"] = "Scavi di Zul'Mamwe Orientale", ["Western Zul'Mamwe Digsite"] = "Scavi di Zul'Mamwe Occidentale", ["Savage Coast Raptor Fields"] = "Campi dei Raptor della Costa Selvaggia", ["Ruins of Aboraz"] = "Rovine di Aboraz", ["Ruins of Jubuwal"] = "Rovine di Jubuwal", ["Gurubashi Arena Digsite"] = "Scavi dell'Arena dei Gurubashi", ["Nek'mani Wellspring Digsite"] = "Scavi della Sorgente di Nek'mani", ["Felstone Fossil Field"] = "Area Fossile di Vilpietra", ["Northridge Fossil Field"] = "Area Fossile della Cresta Nord", ["Andorhal Fossil Bank"] = "Banco Fossile di Andorhal", ["Wyrmbog Fossil Field"] = "Area Fossile del Brago dei Dragoni", ["Quagmire Fossil Field"] = "Area Fossile delle Acque Stagnanti", ["Dire Maul Digsite"] = "Scavi di Maglio Infausto", ["Broken Commons Digsite"] = "Scavi del Piazzale in Rovina", ["Ravenwind Digsite"] = "Scavi di Corvovento", ["Oneiros Digsite"] = "Scavi di Oneiros", ["Solarsal Digsite"] = "Scavi di Solarsal", ["Darkmist Digsite"] = "Scavi di Brumafosca", ["South Isildien Digsite"] = "Scavi di Isildien Meridionale", ["North Isildien Digsite"] = "Scavi di Isildien Settentrionale", ["Constellas Digsite"] = "Scavi di Constellas", ["Morlos'Aran Digsite"] = "Scavi di Morlos'Aran", ["Jaedenar Digsite"] = "Scavi di Jaedenar", ["Ironwood Digsite"] = "Scavi di Legnoduro", ["Lake Kel'Theril Digsite"] = "Scavi del Lago Kel'Theril", ["Owl Wing Thicket Digsite"] = "Scavi della Selva Ala di Gufo", ["Frostwhisper Gorge Digsite"] = "Scavi della Gola Eco Freddo", ["Fields of Blood Fossil Bank"] = "Banco Fossile dei Campi del Sangue", ["Nightmare Scar Digsite"] = "Scavi della Faglia dell'Incubo", ["Zul'Farrak Digsite"] = "Scavi di Zul'farrak", ["Broken Pillar Digsite"] = "Scavi del Pilastro Spezzato", ["Eastmoon Ruins Digsite"] = "Scavi delle Rovine di Luna dell'Est", ["Southmoon Ruins Digsite"] = "Scavi delle Rovine di Luna del Sud", ["Dunemaul Fossil Ridge"] = "Cresta Fossile dei Mazzaduna", ["Abyssal Sands Fossil Ridge"] = "Cresta Fossile delle Sabbie Abissali", ["Lower Lakkari Tar Pits"] = "Pozze di Pece Inferiori di Lakkari", ["Upper Lakkari Tar Pits"] = "Pozze di Pece Superiori di Lakkari", ["Terror Run Fossil Field"] = "Area Fossile della Landa del Terrore", ["Screaming Reaches Fossil Field"] = "Area Fossile dei Confini Urlanti", ["Marshlands Fossil Bank"] = "Banco Fossile degli Acquitrini Selvaggi", ["Southwind Village Digsite"] = "Scavi di Vento del Sud", ["Gor'gaz Outpost Digsite"] = "Scavi dell'Avamposto di Gor'gaz", ["Zeth'Gor Digsite"] = "Scavi di Zeth'gor", ["Hellfire Basin Digsite"] = "Scavi della Conca del Fuoco Infernale", ["Hellfire Citadel Digsite"] = "Scavi della Cittadella del Fuoco Infernale", ["Sha'naar Digsite"] = "Scavi di Sha'naar", ["Boha'mu Ruins Digsite"] = "Scavi delle Rovine di Boha'mu", ["Twin Spire Ruins Digsite"] = "Scavi delle Rovine delle Guglie Gemelle", ["Ruins of Enkaat Digsite"] = "Scavi delle Rovine di Enkaat", ["Arklon Ruins Digsite"] = "Scavi delle Rovine di Arklon", ["Ruins of Farahlon Digsite"] = "Scavi delle Rovine di Farahlon", ["Ancestral Grounds Digsite"] = "Scavi delle Terre Ancestrali", ["Sunspring Post Digsite"] = "Scavi dell'Accampamento di Solenuovo", ["Laughing Skull Digsite"] = "Scavi dei Teschio Ridente", ["Burning Blade Digsite"] = "Scavi delle Lame Ardenti", ["Halaa Digsite"] = "Scavi di Halaa", ["Grangol'var Village Digsite"] = "Scavi di Grangol'var", ["Tuurem Digsite"] = "Scavi di Tuurem", ["Bleeding Hollow Ruins Digsite"] = "Scavi delle Rovine dei Guerci Insanguinati", ["Bonechewer Ruins Digsite"] = "Scavi delle Rovine dei Tritaossa", ["Bone Wastes Digsite"] = "Scavi delle Distese d'Ossa", ["East Auchindoun Digsite"] = "Scavi di Auchindoun Orientale", ["West Auchindoun Digsite"] = "Scavi di Auchindoun Occidentale", ["Illidari Point Digsite"] = "Scavi del Presidio degli Illidari", ["Coilskar Point Digsite"] = "Scavi del Presidio dei Malaspira", ["Ruins of Baa'ri Digsite"] = "Scavi delle Rovine di Baa'ri", ["Eclipse Point Digsite"] = "Scavi del Presidio dell'Eclisse", ["Warden's Cage Digsite"] = "Scavi della Prigione della Guardiana", ["Dragonmaw Fortress"] = "Fortezza delle Fauci di Drago", ["Skorn Digsite"] = "Scavi di Skorn", ["Halgrind Digsite"] = "Scavi di Halgrind", ["Wyrmskull Digsite"] = "Scavi del Cranio del Drago", ["Shield Hill Digsite"] = "Scavi del Colle degli Scudi", ["Baleheim Digsite"] = "Scavi di Baleheim", ["Nifflevar Digsite"] = "Scavi di Nifflevar", ["Gjalerbron Digsite"] = "Scavi di Gjalerbron", ["Pit of Narjun Digsite"] = "Scavi della Fossa di Narjun", ["Moonrest Gardens Digsite"] = "Scavi dei Giardini di Lunanuova", ["En'kilah Digsite"] = "Scavi di En'kilah", ["Kolramas Digsite"] = "Scavi di Kolramas", ["Riplash Ruins Digsite"] = "Scavi delle Rovine degli Sferzalama", ["Violet Stand Digsite"] = "Scavi del Baluardo Violaceo", ["Ruins of Shandaral Digsite"] = "Scavi delle Rovine di Shandaral", ["Altar of Sseratus Digsite"] = "Scavi dell'Altare di Sseratus", ["Zim'Rhuk Digsite"] = "Scavi di Zim'Rhuk", ["Zol'Heb Digsite"] = "Scavi di Zol'Heb", ["Altar of Quetz'lun Digsite"] = "Scavi dell'Altare di Quetz'lun", ["Talramas Digsite"] = "Scavi di Talramas", ["Voldrune Digsite"] = "Scavi di Voldrune", ["Drakil'Jin Ruins Digsite"] = "Scavi delle Rovine di Drakil'jin", ["Brunnhildar Village Digsite"] = "Scavi di Brunnhildar", ["Sifreldar Village Digsite"] = "Scavi di Sifreldar", ["Valkyrion Digsite"] = "Scavi di Valkyrion", ["Scourgeholme Digsite"] = "Scavi dei Bastioni del Flagello", ["Ymirheim Digsite"] = "Scavi di Ymirheim", ["Jotunheim Digsite"] = "Scavi di Jotunheim", ["Njorndar Village Digsite"] = "Scavi di Njorndar", ["Ruins of Lar'donir Digsite"] = "Scavi delle Rovine di Lar'donir", ["Shrine of Goldrinn Digsite"] = "Scavi del Sacrario di Goldrinn", ["Grove of Aessina Digsite"] = "Scavi della Selva di Aessina", ["Sanctuary of Malorne Digsite"] = "Scavi del Sacrario di Malorne", ["Scorched Plain Digsite"] = "Scavi della Pianura Bruciata", ["Quel'Dormir Gardens Digsite"] = "Scavi dei Giardini di Quel'Dormir", ["Nar'shola (Middle Tier) Digsite"] = "Scavi di Nar'shola Centrale", ["Biel'aran Ridge Digsite"] = "Scavi dell'Altura di Biel'aran", ["Dunwald Ruins Digsite"] = "Scavi delle Rovine di Dunwald", ["Thundermar Ruins Digsite"] = "Scavi delle Rovine di Tuonocupo", ["Humboldt Conflagration Digsite"] = "Scavi della Conflagrazione di Humboldt", ["Khartut's Tomb Digsite"] = "Scavi della Tomba di Khartut", ["Tombs of the Precursors Digsite"] = "Scavi delle Tombe dei Precursori", ["Steps of Fate Digsite"] = "Scavi della Scalinata del Fato", ["Neferset Digsite"] = "Scavi di Neferset", ["Orsis Digsite"] = "Scavi di Orsis", ["Ruins of Ammon Digsite"] = "Scavi delle Rovine di Ammon", ["Ruins of Khintaset Digsite"] = "Scavi delle Rovine di Khintaset", ["Temple of Uldum Digsite"] = "Scavi del Tempio di Uldum", ["Ruins of Ahmtul Digsite"] = "Scavi delle Rovine di Ahmtul", ["River Delta Digsite"] = "Scavi del Delta del Fiume", ["Cursed Landing Digsite"] = "Scavi dell'Approdo Maledetto", ["Keset Pass Digsite"] = "Scavi del Passo di Keset", ["Akhenet Fields Digsite"] = "Scavi dei Campi di Akhenet", ["Obelisk of the Stars Digsite"] = "Scavi dell'Obelisco delle Stelle", ["Sahket Wastes Digsite"] = "Scavi delle Piane di Sahket", ["Schnottz's Landing"] = "Approdo di Schnottz", ["Pit of Fiends Digsite"] = "Scavi della Fossa dei Demoni", ["Sands of Nasam"] = "Sabbie di Nasam", ["Terrorweb Tunnel Digsite"] = "Scavi della Galleria dell'Orrore Brulicante", ["Plaguewood Digsite"] = "Scavi di Malaselva", ["Tiger's Wood Digsite"] = "Scavi della Tana delle Tigri", ["Tian Digsite"] = "Scavi del Monastero Tian", ["Shrine of the Dawn Digsite"] = "Scavi del Santuario dell'Alba", ["Ruins of Gan Shi Digsite"] = "Scavi delle Rovine di Gan Shi", ["Emperor's Omen Digsite"] = "Scavi del Presagio dell'Imperatore", ["The Arboretum Digsite"] = "Scavi dell'Arboreto", ["Thunderwood Digsite"] = "Scavi di Legnotuono", ["Singing Marshes Digsite"] = "Scavi delle Paludi Risonanti", ["North Great Wall Digsite"] = "Scavi della Gran Muraglia Settentrionale", ["South Great Wall Digsite"] = "Scavi della Gran Muraglia Meridionale", ["Torjari Pit Digsite"] = "Scavi della Fossa di Torjari", ["The Spring Road Digsite"] = "Scavi della Via della Primavera", ["Paoquan Hollow Digsite"] = "Scavi del Rifugio di Paoquan", ["North Fruited Fields Digsite"] = "Scavi del Granfrutteto Settentrionale", ["South Fruited Fields Digsite"] = "Scavi del Granfrutteto Meridionale", ["Pools of Purity Digsite"] = "Scavi degli Stagni della Purezza", ["Fallsong Village Digsite"] = "Scavi di Acquamantra", ["Ruins of Korja Digsite"] = "Scavi delle Rovine di Korja", ["Krasarang Wilds Digsite"] = "Scavi della Giungla di Krasarang", ["Lost Dynasty Digsite"] = "Scavi della Dinastia Perduta", ["North Temple of the Red Crane Digsite"] = "Scavi del Tempio Settentrionale della Gru Rossa", ["Zhu Province Digsite"] = "Scavi della Provincia di Zhu", ["Valley of Kings Digsite"] = "Scavi della Valle dei Re", ["Gate to Golden Valley Digsite"] = "Scavi della Porta della Valle Dorata", ["Snow Covered Hills Digsite"] = "Scavi delle Colline Innevate", ["East Snow Covered Hills Digsite"] = "Scavi delle Colline Innevate Orientali", ["Remote Village Digsite"] = "Scavi del Villaggio Remoto", ["Destroyed Village Digsite"] = "Scavi del Villaggio Distrutto", ["Old Village Digsite"] = "Scavi dell'Antico Villaggio", ["Grumblepaw Ranch Digsite"] = "Scavi della Tenuta degli Zampa Brontolante", ["Chow Farmstead Digsite"] = "Scavi della Fattoria dei Chow", ["West Old Village Digsite"] = "Scavi dell'Antico Villaggio Occidentale", ["Small Gate Digsite"] = "Scavi della Piccola Porta", ["Kun-Lai Peak Digsite"] = "Scavi del Picco del Kun-Lai", ["Forest Heart Digsite"] = "Scavi del Cuore della Foresta", ["Gong of Hope Digsite"] = "Scavi del Gong della Speranza", ["Great Bridge Digsite"] = "Scavi del Grande Ponte", ["Orchard Digsite"] = "Scavi del Frutteto", ["Jade Temple Grounds Digsite"] = "Scavi dei Giardini del Tempio di Giada", ["South Orchard Digsite"] = "Scavi del Frutteto Meridionale", ["Den of Sorrow Digsite"] = "Scavi dell'Antro del Cordoglio", ["Shrine Meadow Digsite"] = "Scavi della Prateria del Santuario", ["Veridian Grove Digsite"] = "Scavi del Bosco Veridiano", ["Setting Sun Garrison Digsite"] = "Scavi della Guarnigione del Sole Calante", ["Mistfall Village Digsite"] = "Scavi di Calanebbia", ["Five Sisters Digsite"] = "Scavi delle Cinque Sorelle", ["North Ruins of Guo-Lai Digsite"] = "Scavi delle Rovine di Guo-Lai Settentrionali", ["South Ruins of Guo-Lai Digsite"] = "Scavi delle Rovine di Guo-Lai Meridionali", ["Tu Shen Digsite"] = "Scavi del Tumulo di Tu Shen", ["West Ruins of Guo-Lai Digsite"] = "Scavi delle Rovine di Guo-Lai Occidentali", ["Winterbough Digsite"] = "Scavi della Radura Invernale", ["Emperor's Approach Digsite"] = "Scavi dell'Approccio dell'Imperatore", ["North Summer Fields Digsite"] = "Scavi dei Campi Soleggiati Settentrionali", ["East Summer Fields Digsite"] = "Scavi dei Campi Soleggiati Orientali", ["Sra'thik Digsite"] = "Scavi degli Sra'thik", ["Niuzao Temple Digsite"] = "Scavi del Tempio di Niuzao", ["Fire Camp Osul Digsite"] = "Scavi del Presidio del Fuoco Osul", ["Hatred's Vice Digsite"] = "Scavi della Morsa dell'Odio", ["Shanze'Dao Digsite"] = "Scavi di Shanze'Dao", ["Lake of Stars Digsite"] = "Scavi del Lago delle Stelle", ["Terrace of Gurthan Digsite"] = "Scavi della Terrazza dei Gurthan", ["Writhingwood Digsite"] = "Scavi di Boscotorto", ["South Ruins of Dojan Digsite"] = "Scavi delle Rovine di Dojan Meridionali", ["North Ruins of Dojan Digsite"] = "Scavi delle Rovine di Dojan Settentrionali", ["Kor'vess Digsite"] = "Scavi di Kor'vess", ["Sra'thik Swarmdock Digsite"] = "Scavi dell'Approdo degli Sra'thik", ["West Sra'vess Digsite"] = "Scavi di Sra'vess Occidentale", ["The Feeding Pits Digsite"] = "Scavi delle Fosse di Nutrimento", ["Kzzok Warcamp Digsite"] = "Scavi del Presidio di Guerra Kzzok", ["East Sra'vess Digsite"] = "Scavi di Sra'vess Orientale", ["The Underbough Digsite"] = "Scavi di Sottofronda", ["Ikz'ka Ridge Digsite"] = "Scavi della Cresta Ikz'ka", ["Sik'vess Digsite"] = "Scavi di Sik'vess", ["West Sik'vess Digsite"] = "Scavi di Sik'vess Occidentale", ["North Sik'vess Digsite"] = "Scavi di Sik'vess Settentrionale", ["The Clutches of Shek'zeer Digsite"] = "Scavi degli Artigli di Shek'zeer", ["Kypari'ik Digsite"] = "Scavi di Kypari'ik", ["Zan'vess Digsite"] = "Scavi di Zan'vess", ["Venomous Ledge Digsite"] = "Scavi della Cengia Venefica", ["Amber Quarry Digsite"] = "Scavi della Cava d'Ambra", ["The Briny Muck Digsite"] = "Scavi dell'Acquitrino Salmastro", ["Kypari'zar Digsite"] = "Scavi di Kypari'zar", ["Lake of Stars Digsite"] = "Scavi del Lago delle Stelle", ["Kypari Vor Digsite"] = "Scavi di Kypari Vor", ["Frozen Lake Digsite"] = "Scavi del Lago Ghiacciato", ["Wor'gol Ridge Digsite"] = "Scavi di Wor'gol", ["Daggermaw Flows Digsite"] = "Scavi delle Fauci Aguzze", ["Lashwind Cleft Digsite"] = "Scavi della Faglia Sferzavento", ["The Crackling Plains Digsite"] = "Scavi delle Distese Ghiacciate", ["Grom'gar Digsite"] = "Scavi di Grom'gar", ["Stonefang Ridge Digsite"] = "Scavi della Cresta dell'Artiglio di Pietra", ["Frostboar Drifts Digsite"] = "Scavi dei Colli dei Cinghiali del Gelo", ["Icewind Drifts Digsite"] = "Scavi dei Sentieri di Ventogelido", ["East Coldsnap Bluffs Digsite"] = "Scavi delle Scogliere del Gelo Perenne Orientali", ["Coldsnap Bluffs Digsite"] = "Scavi delle Scogliere del Gelo Perenne", ["Shaz'gul Digsite"] = "Scavi di Shaz'gul", ["Burial Fields Digsite"] = "Scavi dei Campi Sepolcrali", ["Anguish Fortress Digsite"] = "Scavi della Fortezza del Tormento", ["Cursed Woods Digsite"] = "Scavi della Foresta Maledetta", ["Dataminer's Delite Digsite"] = "Scavi della Gioia del Dataminer", ["Umbrafen Digsite"] = "Scavi di Limombroso", ["Shimmering Moor Digsite"] = "Scavi della Foresta Iridescente", ["Gloomshade Digsite"] = "Scavi di Ombracupa", ["Sethekk Hollow South Digsite"] = "Scavi della Conca dei Sethekk Meridionale", ["Sethekk Hollow North Digsite"] = "Scavi della Conca dei Sethekk Settentrionale", ["Veil Akraz Digsite"] = "Scavi di Vol Akraz", ["Writhing Mire Digsite"] = "Scavi del Pantano Inquieto", ["Bloodmane Pridelands Digsite"] = "Scavi delle Terre di Caccia dei Mantorosso", ["Pinchwhistle Point Digsite"] = "Scavi del Promontorio Brillabotti", ["Bloodmane Valley Digsite"] = "Scavi della Valle dei Mantorosso", ["Veil Zekk Digsite"] = "Scavi di Vol Zekk", ["Apexis Excavation Digsite"] = "Scavi dello Scavo Apexis", ["Gordal Fortress Digsite"] = "Scavi della Fortezza Gordal", ["Veil Shadar Digsite"] = "Scavi di Vol Shadar", ["Duskfall Island Digsite"] = "Scavi dell'Isola di Calavespro", ["Zangarra Digsite"] = "Scavi di Zangarra", ["PH West Talador Dig Site (disabled)"] = "Scavi di Talador Occidentale", ["Ango'rosh Digsite"] = "Scavi di Ango'rosh", ["Forgotten Ogre Ruin Digsite"] = "Scavi della Rovina Dimenticata degli Ogre", ["Ruins of Na'gwa Digsite"] = "Scavi delle Rovine di Na'gwa", ["Overgrown Highmaul Road Digsite"] = "Scavi della Strada Coperta di Vegetazione degli Altomaglio", ["Razed Warsong Outpost Digsite"] = "Scavi dell'Avamposto Demolito dei Cantaguerra", ["Stonecrag Excavation Digsite"] = "Scavi di Pietrarotta", ["North Spirit Woods Digsite"] = "Scavi della Selva Spiritica Settentrionale", ["Kag'ah Digsite"] = "Scavi di Kag'ah", ["Ancestral Grounds Digsite"] = "Scavi delle Terre Ancestrali", ["Ring of Trials Sludge Digsite"] = "Scavi del Circolo delle Sfide", ["Howling Plateau Digsite"] = "Scavi dell'Altopiano Urlante", ["Rumbling Plateau Digsite"] = "Scavi dell'Altopiano Rombante", ["Drowning Plateau Digsite"] = "Scavi dell'Altopiano Inondato", ["Burning Plateau Digsite"] = "Scavi dell'Altopiano Fiammeggiante", ["Highmaul Watchtower Digsite"] = "Scavi della Torre di Guardia degli Altomaglio", ["Mar'gok's Overwatch Digsite"] = "Scavi della Fortezza di Mar'gok", ["Deadgrin Ruins Digsite"] = "Scavi delle Rovine Grignotetro", ["The Broken Spine Digsite"] = "Scavi della Spina Spezzata", ["Overlook Ruins Digsite"] = "Scavi delle Rovine del Promontorio", ["Wildwood Wash Dam Digsite"] = "Scavi della Diga della Riva di Selvabrada", ["Ruins of the First Bastion Digsite"] = "Scavi delle Rovine del Primo Bastione", ["Southwind Cliffs Digsite"] = "Scavi del Picco di Vento del Sud", ["Digsite: Whitewater Wash"] = "Scavi dell'Ansa Acquebianche", ["Digsite: Aggramar's Vault"] = "Scavi della Cripta di Aggramar", ["Digsite: Stormdrake Peak"] = "Scavi del Picco dei Draghi della Tempesta", ["Digsite: Southern Helmouth Shallows"] = "Scavi della Riviera degli Helmunn Meridionale", ["Digsite: Northern Helmouth Shallows"] = "Scavi della Riviera degli Helmunn Settentrionale", ["Digsite: Fields of An'she"] = "Scavi dei Prati di An'she", ["Digsite: Screeching Bend"] = "Scavi della Curva Stridente", ["Digsite: Southern Snowblind Mesa"] = "Scavi della Mesa Mangianeve Meridionale", ["Digsite: Bradensbrook"] = "Scavi di Rivofosco", ["Digsite: Kal'delar"] = "Scavi di Kal'delar", ["Digsite: Lightsong"] = "Scavi di Cantolieve", ["Digsite: Andu'talah"] = "Scavi di Andu'talah", ["Digsite: Shala'nir"] = "Scavi di Shala'nir", ["Digsite: The Crescent Vale"] = "Scavi della Valle della Mezzaluna", ["Digsite: Legion Camp: Chaos"] = "Scavi del Campo della Legione: Caos", ["Digsite: Llothien"] = "Scavi di Llothien", ["Digsite: Feathermane Hunting Grounds"] = "Scavi dei Terreni di Caccia dei Piumanto", ["Digsite: Moonwhisper Gulch"] = "Scavi del Burrone dei Soffialuna", ["Digsite: Gates of Valor"] = "Scavi dei Cancelli del Valore", ["Digsite: Timeworn Strand"] = "Scavi della Riva Logora", ["Digsite: Warden's Bluff"] = "Scavi del Picco della Custode", ["Digsite: Amberfall Mesa"] = "Scavi della Mesa di Ambravera", ["Digsite: Storm's Reach"] = "Scavi di Presa della Tempesta", ["Digsite: Fallen Kings"] = "Scavi dei Re Caduti", ["Digsite: Citrine Bay"] = "Scavi della Baia di Citrino", ["Digsite: Cliffpaw Ridge"] = "Scavi della Cresta dei Mordirupi", ["Digsite: Skold-Ashil"] = "Scavi di Skold-Ashil", ["Digsite: Prowler's Scratch"] = "Scavi del Graffio del Predatore", ["Digsite: Pinerock Basin"] = "Scavi del Bacino Pignadura", ["Digsite: The Witchwood"] = "Scavi del Bosco Stregato", ["Digsite: Bloodhunt Highland"] = "Scavi delle Alture Cacciasangue", ["Digsite: The Haglands"] = "Scavi delle Lande delle Megere", ["Digsite: Darkfeather Valley"] = "Scavi della Valle Piumanera", ["Digsite: Sky Sepulcher"] = "Scavi del Sepolcro del Cielo", ["Digsite: Northern Snowblind Mesa"] = "Scavi della Mesa Mangianeve Settentrionale", ["Digsite: Dragon's Falls"] = "Scavi di Trucidrago", ["Digsite: Llothien Highlands"] = "Scavi dell'Altopiano di Llothien", ["Digsite: Farondale"] = "Scavi di Valfaron", ["Digsite: Rhut'van Passage"] = "Scavi del Passaggio di Rhut'van", ["Digsite: Timeworn Strand"] = "Scavi della Riva Logora", ["Digsite: Northern Watcher Isle"] = "Scavi dell'Isola Settentrionale del Guardiano", ["Digsite: Southern Watcher Isle"] = "Scavi dell'Isola Meridionale del Guardiano", ["Digsite: Makrana"] = "Scavi di Mak'rana", ["Digsite: Garden of Elune"] = "Scavi del Giardino di Elune", ["Digsite: The Ruined Sanctum"] = "Scavi del Santuario in Rovina", ["Digsite: Old Coast Path"] = "Scavi della Vecchia Via Costiera", ["Digsite: Temple of a Thousand Lights"] = "Scavi del Tempio delle Mille Luci", ["Digsite: Ruins of Zarkhenar"] = "Scavi delle Rovine di Zarkhenar", ["Digsite: The Tidal Marsh"] = "Scavi dell'Acquitrino Mareale", ["Digsite: Nor'Danil Wellspring"] = "Scavi della Fonte di Nor'danil", ["Digsite: Black Rook Hold"] = "Scavi del Forte Corvonero", ["Digsite: Sundersong Glade"] = "Scavi della Radura di Spezzacanto", ["Digsite: Ashmane's Fall"] = "Scavi della Caduta di Grigiomanto", ["Digsite: Southern Wash"] = "Scavi della Riva Meridionale", ["Digsite: Thas'talah"] = "Scavi di Thas'talah", ["Digsite: Wretched Hollow"] = "Scavi della Conca Lurida", ["Digsite: Dreadroot"] = "Scavi del Ceppo del Terrore", ["Digsite: Eastern Ambervale"] = "Scavi di Valambrata Orientale", ["Digsite: Northern Moonfall Retreat"] = "Scavi del Rifugio degli Ombraluna Settentrionale", ["Digsite: Gates of the City"] = "Scavi dei Cancelli della Città", ["Digsite: Meredil"] = "Scavi di Meredil", ["Digsite: Crimson Thicket"] = "Scavi del Bosco Cremisi", ["Digsite: Koralune Fields"] = "Scavi dei Campi di Koralune", ["Digsite: Meredil"] = "Scavi di Meredil", ["Digsite: Felsoul Hold"] = "Scavi del Forte Vilanima", ["Digsite: Southern Suramar"] = "Scavi di Suramar Meridionale", ["Digsite: Crimson Thicket"] = "Scavi del Bosco Cremisi", ["Digsite: Sundered Shoals"] = "Scavi delle Secche Frantumate", ["Digsite: Anora Hollow"] = "Scavi della Radura di Anora", ["Digsite: Upper Felsoul Hold"] = "Scavi del Forte Vilanima Superiore", ["Digsite: Koralune Estate"] = "Scavi del Maniero di Koralune", ["Digsite: Highmountain Burial Ground"] = "Scavi dei Tumuli di Alto Monte", ["Digsite: Path of Huln"] = "Scavi della Via di Huln", ["Digsite: Black Rook Courtyard"] = "Scavi del Cortile di Corvonero", ["Digsite: Gloaming Reef"] = "Scavi della Scogliera del Tramonto", ["Southern Barrens Warfront Phase 1"] = "Fronte di Guerra delle Savane Meridionali - Fase 1", ["Southern Barrens Warfront Phase 2"] = "Fronte di Guerra delle Savane Meridionali - Fase 2", ["Southern Barrens Warfront Phase 3"] = "Fronte di Guerra delle Savane Meridionali - Fase 3", ["Digsite: The Wildwood"] = "Scavi di Selvabrada", ["Digsite: Valley View"] = "Scavi del Panorama della Vallata", ["Digsite: Brokenbough Roost"] = "Scavi del Nido Spezzarami", ["Digsite: Fernwood Ridge"] = "Scavi della Cresta Felcedura", ["Digsite: Rockslip Woodlands"] = "Scavi delle Foreste Rocciaforte", ["Digsite: Vigil Hill"] = "Scavi di Colle Vigile", ["Digsite: Placid Springs"] = "Scavi della Sorgente Placida", ["Digsite: Stagheart Cliffs"] = "Scavi delle Rupi di Cuorcervo", ["Digsite: Deathmist Hills"] = "Scavi delle Colline di Nebbiatetra", ["Digsite: Gol Koval"] = "Scavi di Gol Koval", ["Digsite: Hunter's Run"] = "Scavi di Fuga del Cacciatore", ["Digsite: Brackish Coast"] = "Scavi della Costa Salmastra", ["Digsite: Arom's Crossing"] = "Scavi del Valico di Arom", ["Digsite: Corlain"] = "Scavi di Corlain", ["Digsite: Whitegrove Chapel"] = "Scavi della Cappella di Selvabianca", ["Digsite: Crimson Forest"] = "Scavi della Foresta Cremisi", ["Digsite: Iceveil Glacier"] = "Scavi del Ghiacciaio Velogelido", ["Digsite: Seabreeze Shallows"] = "Scavi della Riviera Brezzamarina", ["Digsite: Millstone Hills"] = "Scavi dei Colli della Macina", ["Digsite: Goldfield Farmstead"] = "Scavi della Cascina dei Terraricca", ["Digsite: Roaming Hills"] = "Scavi delle Colline Vaganti", ["Digsite: Dire Hills"] = "Scavi dei Colli Infausti", ["Digsite: Drowned Lands"] = "Scavi delle Terre Prosciugate", ["Digsite: Briny Flats"] = "Scavi delle Piane Salmastre", ["Digsite: Windwhisper Summit"] = "Scavi dei Monti Soffiavento", ["Digsite: Xibala"] = "Scavi di Xibala", ["Digsite: Tusk Isle"] = "Scavi dell'Isola delle Zanne", ["Digsite: Dreadpearl Shallows"] = "Scavi del Litorale dei Perlatruce", ["Digsite: Atal'Gral"] = "Scavi di Atal'gral", ["Digsite: Savagelands"] = "Scavi delle Terre Selvagge", ["Digsite: Old Merchant Road"] = "Scavi dell'Antica Via del Mercante", ["Digsite: Zeb'ahari"] = "Scavi di Zeb'ahari", ["Digsite: The Rivermarsh"] = "Scavi di Rivolento", ["Digsite: Plains of Tojek"] = "Scavi delle Pianure di Tojek", ["Digsite: Terrace of Sorrows"] = "Scavi della Terrazza del Dolore", ["Digsite: The Far Reach"] = "Scavi del Ritiro Remoto", ["Digsite: Natha'vor"] = "Scavi di Natha'vor", ["Digsite: Razorjaw River"] = "Scavi del Fiume degli Zannefini", ["Digsite: Upper Frogmarsh"] = "Scavi delle Paludi Gracidanti Superiori", ["Digsite: Xal'vor"] = "Scavi di Xal'vor", ["Digsite: Verdant Plateau"] = "Scavi della Pianura Verdeggiante", ["Digsite: Arid Basin"] = "Scavi del Bacino Arido", ["Digsite: The Eternal Spring"] = "Scavi della Sorgente Eterna", ["Digsite: Whistlebloom Oasis"] = "Scavi dell'Oasi Cantafiori", ["Digsite: Port of Zem'lan"] = "Scavi del Porto di Zem'lan", ["Digsite: The Cracked Coast"] = "Scavi della Costa Spaccata", ["Digsite: Court of Zak'rajan"] = "Scavi della Corte di Zak'rajan", ["Digsite: Terrace of the Fang"] = "Scavi della Terrazza della Zanna", }
-- credit to atom0s for help with decompiling -- Decompiled using luadec 2.2 rev: for Lua 5.1 from https://github.com/viruscamp/luadec return { Const = {}, DailyTask = { true, true, true, true, true, true }, ETaskCfg = { { Desc = "σûéτî½σ╜⌐Φ¢ï", EType = 1, Event = "σûéτî½σ╜⌐Φ¢ï", IsDaily = true, Pro = { { Cond = { Count = 1, Event = "ITEM_GET", Param = { 1061000 }, Type = "ΦÄ╖σ╛ùτë⌐σôü" }, }, { Cond = { Count = 1, Event = "σûéΘúƒτî½σƬ", Param = { 1061000 }, Type = "σûéΘúƒτî½σƬ", }, }, }, TriggerList = { { 0 }, { 1 }, }, }, { Desc = "σûéτî½σ╜⌐Φ¢ï_τ╛Äτƒ¡", EType = 2, Event = "σûéτî½σ╜⌐Φ¢ï_τ╛Äτƒ¡", IsDaily = true, Pro = { { Cond = { Count = 1, Event = "ITEM_GET", Param = { 1061000 }, Type = "ΦÄ╖σ╛ùτë⌐σôü" }, }, { Cond = { Count = 1, Event = "σûéΘúƒτî½σƬ", Param = { 1061000 }, Type = "σûéΘúƒτî½σƬ", }, }, }, TriggerList = { { 0 }, { 2 }, }, }, { Desc = "σûéτî½σ╜⌐Φ¢ï_σ░Åτü░", EType = 3, Event = "σûéτî½σ╜⌐Φ¢ï_σ░Åτü░", IsDaily = true, Pro = { { Cond = { Count = 1, Event = "ITEM_GET", Param = { 1061000 }, Type = "ΦÄ╖σ╛ùτë⌐σôü" }, }, { Cond = { Count = 1, Event = "σûéΘúƒτî½σƬ", Param = { 1061000 }, Type = "σûéΘúƒτî½σƬ", }, }, }, TriggerList = { { 0 }, { 3 }, }, }, { Desc = "σûéτî½σ╜⌐Φ¢ï_σ░ŵ⌐ÿ", EType = 4, Event = "σûéτî½σ╜⌐Φ¢ï_σ░ŵ⌐ÿ", IsDaily = true, Pro = { { Cond = { Count = 1, Event = "ITEM_GET", Param = { 1061000 }, Type = "ΦÄ╖σ╛ùτë⌐σôü" }, }, { Cond = { Count = 1, Event = "σûéΘúƒτî½σƬ", Param = { 1061000 }, Type = "σûéΘúƒτî½σƬ", }, }, }, TriggerList = { { 0 }, { 4 }, }, }, { Desc = "σûéτî½σ╜⌐Φ¢ï_µÜ╣τ╜ù", EType = 5, Event = "σûéτî½σ╜⌐Φ¢ï_µÜ╣τ╜ù", IsDaily = true, Pro = { { Cond = { Count = 1, Event = "ITEM_GET", Param = { 1061000 }, Type = "ΦÄ╖σ╛ùτë⌐σôü" }, }, { Cond = { Count = 1, Event = "σûéΘúƒτî½σƬ", Param = { 1061000 }, Type = "σûéΘúƒτî½σƬ", }, }, }, TriggerList = { { 0 }, { 5 }, }, }, { Desc = "σûéτî½σ╜⌐Φ¢ï_Σ╕ëΦè▒", EType = 6, Event = "σûéτî½σ╜⌐Φ¢ï_Σ╕ëΦè▒", IsDaily = true, Pro = { { Cond = { Count = 1, Event = "ITEM_GET", Param = { 1061000 }, Type = "ΦÄ╖σ╛ùτë⌐σôü" }, }, { Cond = { Count = 1, Event = "σûéΘúƒτî½σƬ", Param = { 1061000 }, Type = "σûéΘúƒτî½σƬ", }, }, }, TriggerList = { { 0 }, { 6 }, }, }, { Desc = "Φ╜¼Φ╜¼Φ╜¼_σ╛íΦî╢σ¡\144", EType = 7, Event = "Φ╜¼Φ╜¼Φ╜\172", IsDaily = false, Pro = { { Cond = { Count = 1, Event = "ΦºÆΦë▓Φç¬Φ╜¼", Param = { 5, 107 }, Type = "ΦºÆΦë▓Φç¬Φ╜¼", }, }, }, }, { Desc = "Φ╜¼Φ╜¼Φ╜¼_ΘÑ¡τö░", EType = 8, Event = "Φ╜¼Φ╜¼Φ╜\172", IsDaily = false, Pro = { { Cond = { Count = 1, Event = "ΦºÆΦë▓Φç¬Φ╜¼", Param = { 5, 106 }, Type = "ΦºÆΦë▓Φç¬Φ╜¼", }, }, }, }, { Desc = "Φ╜¼Φ╜¼Φ╜¼_ΦæíΦÉä", EType = 9, Event = "Φ╜¼Φ╜¼Φ╜\172", IsDaily = false, Pro = { { Cond = { Count = 1, Event = "ΦºÆΦë▓Φç¬Φ╜¼", Param = { 5, 120 }, Type = "ΦºÆΦë▓Φç¬Φ╜¼", }, }, }, }, { Desc = "Φ╜¼Φ╜¼Φ╜¼_Σ╕èΘ╕ú", EType = 10, Event = "Φ╜¼Φ╜¼Φ╜\172", IsDaily = false, Pro = { { Cond = { Count = 1, Event = "ΦºÆΦë▓Φç¬Φ╜¼", Param = { 5, 110 }, Type = "ΦºÆΦë▓Φç¬Φ╜¼", }, }, }, }, }, TriggerCfg = { { EggId = 1, FinishParam = "ΘççΘ¢åσÉÄσ뺵âà|egg_blackcat", FinishTips = "You hand over the dried fish", Icon = "σ╜⌐Φ¢ïΘüôσà╖_σ░ÅΘ▒╝σ╣\178", ProgTime = 3, SceneId = 1000, Time = "18:00:00-19:00:00", X = 16875, Y = 9410, Z = 2048, }, { EggId = 2, FinishParam = "ΘççΘ¢åσÉÄσ뺵âà|egg_cat1", FinishTips = "You hand over the dried fish", Icon = "σ╜⌐Φ¢ïΘüôσà╖_σ░ÅΘ▒╝σ╣\178", ProgTime = 3, SceneId = 1000, Time = "18:00:00-19:00:00", X = 26793, Y = 16710, Z = 2165, }, { EggId = 3, FinishParam = "ΘççΘ¢åσÉÄσ뺵âà|egg_cat2", FinishTips = "You hand over the dried fish", Icon = "σ╜⌐Φ¢ïΘüôσà╖_σ░ÅΘ▒╝σ╣\178", ProgTime = 3, SceneId = 1000, Time = "18:00:00-19:00:00", X = 23380, Y = 21208, Z = 2243, }, { EggId = 4, FinishParam = "ΘççΘ¢åσÉÄσ뺵âà|egg_cat3", FinishTips = "You hand over the dried fish", Icon = "σ╜⌐Φ¢ïΘüôσà╖_σ░ÅΘ▒╝σ╣\178", ProgTime = 3, SceneId = 1000, Time = "18:00:00-19:00:00", X = 11124, Y = 22987, Z = 2142, }, { EggId = 5, FinishParam = "ΘççΘ¢åσÉÄσ뺵âà|egg_cat4", FinishTips = "You hand over the dried fish", Icon = "σ╜⌐Φ¢ïΘüôσà╖_σ░ÅΘ▒╝σ╣\178", ProgTime = 3, SceneId = 1000, Time = "18:00:00-19:00:00", X = 17039, Y = 21127, Z = 2190, }, { EggId = 6, FinishParam = "ΘççΘ¢åσÉÄσ뺵âà|egg_cat5", FinishTips = "You hand over the dried fish", Icon = "σ╜⌐Φ¢ïΘüôσà╖_σ░ÅΘ▒╝σ╣\178", ProgTime = 3, SceneId = 1000, Time = "18:00:00-19:00:00", X = 1726, Y = 23146, Z = 2745, }, }, }
-- put this file somewhere in your nvim config, like: ~/.config/nvim/lua/types.lua -- DONT require this file anywhere. It's simply there for the lsp server. -- this code seems weird, but it hints the lsp server to merge the required packages in the vim global variable vim = require("vim.shared") vim = require("vim.uri") vim = require("vim.inspect") -- let sumneko know where the sources are for the global vim runtime vim.lsp = require("vim.lsp") vim.treesitter = require("vim.treesitter") vim.highlight = require("vim.highlight")