repo_name stringlengths 6 78 | path stringlengths 4 206 | copies stringclasses 281
values | size stringlengths 4 7 | content stringlengths 625 1.05M | license stringclasses 15
values |
|---|---|---|---|---|---|
qyh214/wow_addons_private_use | AddOns/HandyNotes_Shadowlands/localization/deDE.lua | 1 | 84633 | local ADDON_NAME, ns = ...
local L = ns.NewLocale('deDE')
if not L then return end
-- German translation by Dathwada EU-Eredar
-------------------------------------------------------------------------------
---------------------------------- COVENANTS ----------------------------------
---------------------------------... | gpl-3.0 |
githubmereza/robotan | plugins/admin.lua | 60 | 6680 | local function set_bot_photo(msg, success, result)
local receiver = get_receiver(msg)
if success then
local file = 'data/photos/bot.jpg'
print('File downloaded to:', result)
os.rename(result, file)
print('File moved to:', file)
set_profile_photo(file, ok_cb, false)
send_large_msg(rec... | gpl-2.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c59821008.lua | 2 | 4030 | --Otoshiro Seira
function c59821008.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--splimit
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetRange(LOCATION_PZONE)
e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/Classic/Blizzard/Spellbook.lua | 2 | 3274 | local AS = unpack(AddOnSkins)
function AS:Blizzard_Spellbook()
SpellBookFrame:SetSize(354, 442)
SpellBookFrame:SetHitRectInsets(0, 0, 0, 0)
SpellBookTitleText:ClearAllPoints()
SpellBookTitleText:SetPoint('TOP', '$parent', 'TOP', 0, -5)
SpellBookCloseButton:ClearAllPoints()
SpellBookCloseButton:SetPoint('TOPRIGHT... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Immersion/Utils.lua | 1 | 3752 | local _, L = ...
local PT = 'Interface\\AddOns\\' .. _ .. "\\Textures\\"
--[[ @type: type of frame ]]
--[[ @name: name of frame ]]
--[[ @index: (optional) id ]]
--[[ @parent: parent frame ]]
--[[ @inherit: add template ]]
--[[ @mixins: mixins to add ]]
--[[ @backdrop: bg info tbl ]]
function L.Create(cfg)
local... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c80106549.lua | 2 | 4653 | --The Fifth Panticle of Furneral
function c80106549.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,80106549)
e1:SetCost(c80106549.speccost)
e1:SetTarget(c80106549.spectg)
e1:Se... | gpl-3.0 |
linnemannr/MCServer | lib/tolua++/src/bin/lua/define.lua | 43 | 1317 | -- tolua: define class
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 1998
-- $Id: define.lua,v 1.2 1999/07/28 22:21:08 celes Exp $
-- This code is free software; you can redistribute it and/or modify it.
-- The software provided hereunder is on an "as is" basis, and
-- the author has no obligation to provide ... | apache-2.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | c100000949.lua | 1 | 4003 | --Created and coded by Rising Phoenix
function c100000949.initial_effect(c)
c:SetUniqueOnField(1,0,100000949)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x114),aux.NonTuner(Card.IsSetCard,0x114),1)
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetDescriptio... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c75963559.lua | 2 | 1621 | --Vocaloid Sakine Meiko/Modified
function c75963559.initial_effect(c)
c:EnableReviveLimit()
--Cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(aux.FALSE)
c:Regi... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/WeakAurasOptions/RegionOptions/DynamicGroup.lua | 1 | 17129 | if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local L = WeakAuras.L
local selfPoints = {
default = "CENTER",
RIGHT = function(data)
if data.align == "LEFT" then
return "TOPLEFT"
elseif data.align == "RIGHT" then
return "BOTTOMLEFT"
else
return "LE... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Core/Modules/Nameplates/Elements/ClassPower.lua | 1 | 9664 | local E, L, V, P, G = unpack(ElvUI)
local NP = E:GetModule('NamePlates')
local LSM = E.Libs.LSM
local _G = _G
local max, next, ipairs = max, next, ipairs
local CreateFrame = CreateFrame
local UnitHasVehicleUI = UnitHasVehicleUI
local MAX_COMBO_POINTS = MAX_COMBO_POINTS
local MAX_POINTS = { -- match to UF.classMaxRes... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/HallsOfValor/KingSkovald.lua | 1 | 3986 | local mod = DBM:NewMod(1488, "DBM-Party-Legion", 4, 721)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220116042005")
mod:SetCreatureID(95675)
mod:SetEncounterID(1808)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 202711",
"SPELL_AURA_REMOVED 193826",
"SPELL_CAST_START 193... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77790010.lua | 2 | 1389 | --Ouroboros the Infinity, 5th Arian Guardian
function c77790010.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_LIGHT),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
c:EnableReviveLimit()
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDesc... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c962002009.lua | 2 | 2488 | --Toon Dark Paladin
--Created By ALANMAC95, Scripted By TheOnePharaoh
local function getID()
local str=string.match(debug.getinfo(2,'S')['source'],"c%d+%.lua")
str=string.sub(str,1,string.len(str)-4)
local scard=_G[str]
local s_id=tonumber(string.sub(str,2))
return scard,s_id
end
local scard,s_id=getID()
functio... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Mainline/Modules/DataTexts/CallToArms.lua | 1 | 5806 | local E, L, V, P, G = unpack(ElvUI)
local DT = E:GetModule('DataTexts')
local _G = _G
local strjoin = strjoin
local GetLFGRandomDungeonInfo = GetLFGRandomDungeonInfo
local GetLFGRoleShortageRewards = GetLFGRoleShortageRewards
local GetNumRandomDungeons = GetNumRandomDungeons
local GetNumRFDungeons = GetNumRFDungeons
l... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c66652249.lua | 2 | 3671 | --Forgotten - Song of the Lost Memory and Universe
function c66652249.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c66652249.actcost)
e1:SetTarget(c66652249.acttg)
e1:SetOperation(c66652249.... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Core/Changelog/Previous/2.08.lua | 1 | 5462 | local W = unpack(select(2, ...))
W.Changelog[208] = {
RELEASE_DATE = "2020/11/08",
IMPORTANT = {
["zhCN"] = {
"[移动框体] 默认关闭记忆功能, 如果出错可以尝试清除记录."
},
["zhTW"] = {
"[移動框架] 默認關閉記憶功能, 如果出錯可以嘗試清除記錄."
},
["enUS"] = {
"[Move Frames] Disable reme... | gpl-3.0 |
Markismus/koreader | spec/unit/background_runner_spec.lua | 2 | 10752 | describe("BackgroundRunner widget tests", function()
local Device, PluginShare, MockTime, UIManager
setup(function()
require("commonrequire")
package.unloadAll()
require("document/canvascontext"):init(require("device"))
-- Device needs to be loaded before UIManager.
Devi... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Libraries/Core/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua | 1 | 10623 | local MAJOR, MINOR = "LibElvUIPlugin-1.0", 39
local lib = _G.LibStub:NewLibrary(MAJOR, MINOR)
if not lib then return end
-- GLOBALS: ElvUI
--[[----------------------------
Plugin Table Format: (for reference only).
{
name - name of the plugin
callback - callback to call when ElvUI_OptionsUI is loaded
isLib -... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c160006319.lua | 2 | 2586 | --BlackMail Golem
function c160006319.initial_effect(c)
--Negate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(160006319,0))
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Firelands/localization.de.lua | 1 | 5236 | if GetLocale() ~= "deDE" then return end
local L
-----------------
-- Beth'tilac --
-----------------
L= DBM:GetModLocalization(192)
L:SetMiscLocalization({
EmoteSpiderlings = "Spinnlinge sind aus ihrem Nest aufgeschreckt worden!"
})
-------------------
-- Lord Rhyolith --
-------------------
L= DBM:GetModLocaliza... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Libraries/Core/oUF/elements/partyindicator.lua | 1 | 2421 | --[[
# Element: Party Indicator (by Caedis)
Toggles the visibility of an indicator based on if the player was in a group before joining the instance.
## Widget
PartyIndicator - Player only widget.
]]
local _, ns = ...
local oUF = ns.oUF
local function Update(self, event)
local element = self.PartyIndicator
if(e... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Libraries/TinyLibs/LibSchedule.lua | 2 | 3366 |
---------------------------------
-- 計劃任務庫 Author: M
---------------------------------
local MAJOR, MINOR = "LibSchedule.7000", 1
local lib = LibStub:NewLibrary(MAJOR, MINOR)
if not lib then return end
local frame = CreateFrame("Frame", nil, UIParent)
frame.schedules, frame.timer = {}, 0
frame:SetScript("OnUpdate... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c101010159.lua | 1 | 2900 | --created & coded by Lyris
--Girl of Stellar Vine
function c101010159.initial_effect(c)
--draw
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOGRAVE)
e1:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_SINGLE)
e1:SetCode(EVENT_REMOVE)
e1:SetCondition(c101010159.drcon)
e1:SetTarget(c101010159.drtg)
e1:SetOpera... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c20161994.lua | 2 | 1998 | --Lizardfolk - Runner
function c20161994.initial_effect(c)
--todeck
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(20161994,0))
e1:SetCategory(CATEGORY_TODECK)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_LEAVE_FIELD)
e1:SetCountLi... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/Mainline/Blizzard/PvE.lua | 1 | 17410 | local AS = unpack(AddOnSkins)
function AS:Blizzard_AdventureMap(event, addon)
if addon ~= 'Blizzard_AdventureMap' then return end
local function HandleReward(frame)
if (not frame) then return end
if frame.Icon then
AS:SkinTexture(frame.Icon, true)
AS:CreateBackdrop(frame)
frame.Backdrop:SetPoint('TOP... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Shadowlands/SanguineDepths/GrandProctorBeryllia.lua | 1 | 3632 | local mod = DBM:NewMod(2421, "DBM-Party-Shadowlands", 8, 1189)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220803233609")
mod:SetCreatureID(162102)
mod:SetEncounterID(2362)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
-- "SPELL_AURA_APPLIED",
"SPELL_CAST_START 325254 325360 326039"
-- "SPELL... | gpl-3.0 |
Markismus/koreader | plugins/backgroundrunner.koplugin/main.lua | 2 | 9753 | local Device = require("device")
-- disable on android, since it breaks expect behaviour of an activity.
-- it is also unused by other plugins.
-- See https://github.com/koreader/koreader/issues/6297
if Device:isAndroid() then
return { disabled = true, }
end
local CommandRunner = require("commandrunner")
local Pl... | agpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99960440.lua | 1 | 2757 | --Hope Beyond Pain
function c99960440.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c99960440.cost)
e1:SetTarget(c99960440.target)
e1:SetOperation(c99960440.operation)
c:Regi... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77777793.lua | 2 | 4503 | --Witchcrafter Combinatorial Relic
function c77777793.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c77777793.sptg)
e1:SetOperation(c77777793.spop)
c:RegisterEffect(e1)
end
function... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c121200112.lua | 2 | 4838 | --Guardian of the Flora - Fernac
-- Idea: Aslan
-- Script: Shad3
--[[
This card is treated as a Normal Monster while face-up on the field or in the Graveyard or Extra Deck. While this card is a Normal Monster on the field, you can Normal Summon it to have it become an Effect Monster with these effects.
● Once per tur... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/RareScanner/ExternalLibs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua | 20 | 12722 | --- AceConfigRegistry-3.0 handles central registration of options tables in use by addons and modules.\\
-- Options tables can be registered as raw tables, OR as function refs that return a table.\\
-- Such functions receive three arguments: "uiType", "uiName", "appName". \\
-- * Valid **uiTypes**: "cmd", "dropdown", "... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Libs/Ace3/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua | 20 | 12722 | --- AceConfigRegistry-3.0 handles central registration of options tables in use by addons and modules.\\
-- Options tables can be registered as raw tables, OR as function refs that return a table.\\
-- Such functions receive three arguments: "uiType", "uiName", "appName". \\
-- * Valid **uiTypes**: "cmd", "dropdown", "... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c83030003.lua | 2 | 2533 | --Carefree Teary
function c83030003.initial_effect(c)
c:SetUniqueOnField(1,0,83030003)
--Xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x833),3,2)
c:EnableReviveLimit()
--Immune
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_IMMUNE_EFFECT)
e1:SetRange(L... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/MawOfSouls/Helya.lua | 1 | 3381 | local mod = DBM:NewMod(1663, "DBM-Party-Legion", 8, 727)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220116042005")
mod:SetCreatureID(96759)
mod:SetEncounterID(1824)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 227233 202088 198495",
"SPELL_AURA_APPLIED 196947 197262",
"S... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c512000027.lua | 2 | 2491 | --TG カタパルト・ドラゴン
function c512000027.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(64898834,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetTarget(c512000027.sptg)
e1:SetOperati... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000802.lua | 2 | 1181 | --Created and coded by Rising Phoenix
function c100000802.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x109),aux.NonTuner(Card.IsSetCard,0x109),1)
c:EnableReviveLimit()
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100000802,0))
e1... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-MogushanVaults/localization.en.lua | 1 | 3803 | local L
------------
-- The Stone Guard --
------------
L = DBM:GetModLocalization(679)
L:SetWarningLocalization({
SpecWarnOverloadSoon = "%s soon!", -- prepare survival ablility or move boss. need more specific message.
specWarnBreakJasperChains = "Break Jasper Chains!"
})
L:SetOptionLocalization({
SpecWarnOver... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c544454448.lua | 2 | 4045 | --Malefic Shooting Quasar Dragon
function c544454448.initial_effect(c)
c:EnableReviveLimit()
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c544454448.spcon)
e1:Set... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c49268072.lua | 2 | 2263 | --Elemental HERO Varus
function c49268072.initial_effect(c)
--Spsummon from hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(49268072,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_SUMMON... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MythicDungeonTools/Modules/Pointsofinterest.lua | 1 | 33974 | local MDT = MDT
local L = MDT.L
local db
local tinsert, slen, pairs, tremove, twipe = table.insert, string.len, pairs, table.remove, table.wipe
local points = {}
function MDT:POI_CreateFramePools()
MDT.poi_framePools = MDT.poi_framePools or CreateFramePoolCollection()
MDT.poi_framePools:CreatePool("Button", MDT.m... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000974.lua | 2 | 1168 | --Created and coded by Rising Phoenix
function c100000974.initial_effect(c)
--tohand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100000974,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELA... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/WIM/Sources/Clear.lua | 1 | 1704 | -- handles slash commands for clearing various data such as history and filters.
local L = WIM.L;
local CommandListRaw = {"history", "filters"};
local function clearFun(sub)
sub = string.trim(string.lower(sub));
if(sub == "history") then
StaticPopupDialogs["WIM_CLEAR_HISTORY"] = {
preferredIn... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Core/commonlocal.fr.lua | 1 | 2085 | if GetLocale() ~= "frFR" then return end
if not DBM_COMMON_L then DBM_COMMON_L = {} end
local CL = DBM_COMMON_L
CL.NONE = "Aucun"
CL.RANDOM = "Aléatoire"
CL.NEXT = "Prochain %s"
CL.COOLDOWN = "CD %s"
CL.UNKNOWN = "Inconnu"--UNKNOWN which is "Unknown" (does u vs U matter?)
CL.LEFT ... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c20912325.lua | 2 | 3154 | --Action Card - Executioner's Sword
function c20912325.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c20912325.target)
e1:SetOperation(c20912325.activate)
c:RegisterEffect(e1)
--activate o... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/RareScanner/Locales/RareScanner-koKR.lua | 1 | 65951 | -- Locale
local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
local AL = AceLocale:NewLocale("RareScanner", "koKR", false);
if AL then
AL["ALARM_MESSAGE"] = "희귀 NPC가 방금 나타났습니다. 지도를 확인하세요!"
AL["ALARM_SOUND"] = "희귀 NPC에 대한 경보음"
AL["ALARM_SOUND_DESC"] = "희귀 NPC가 미니맵에 표시될 때 효과음을 재생합니다."
AL["ALARM_TREASURES_SOUND"] ... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus/Modules/ModuleManager/ModuleManager.lua | 1 | 3093 | local _, addon = ...
local ClearCursor = ClearCursor; --Temp fix for unable to clear curosr while gamepad is active
local EventToAddOn = {};
local Modules = {
{name = "Narcissus_Barbershop", triggerEvent = "BARBER_SHOP_OPEN", triggerName = "Blizzard_BarbershopUI"},
{name = "Narcissus_GamePad", triggerEven... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c41880137.lua | 2 | 1401 | --Skid Burns
function c41880137.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c41880137.condition)
e1:SetCost(c41880137.cost)
e1:SetTarget(c41880137.target)
e1:SetOperatio... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details_Vanguard/Libs/LibStub/tests/test2.lua | 100 | 1112 | debugstack = debug.traceback
strmatch = string.match
loadfile("../LibStub.lua")()
for major, library in LibStub:IterateLibraries() do
-- check that MyLib doesn't exist yet, by iterating through all the libraries
assert(major ~= "MyLib")
end
assert(not LibStub:GetLibrary("MyLib", true)) -- check that MyLib doesn't ... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Libraries/Core/LibRangeCheck-2.0/LibRangeCheck-2.0.lua | 1 | 37946 | --[[
Name: LibRangeCheck-2.0
Revision: $Revision$
Author(s): mitch0
Website: http://www.wowace.com/projects/librangecheck-2-0/
Description: A range checking library based on interact distances and spell ranges
Dependencies: LibStub
License: Public Domain
]]
--- LibRangeCheck-2.0 provides an easy way to check for range... | gpl-3.0 |
Markismus/koreader | frontend/ui/widget/doublespinwidget.lua | 1 | 10407 | local Blitbuffer = require("ffi/blitbuffer")
local ButtonTable = require("ui/widget/buttontable")
local CenterContainer = require("ui/widget/container/centercontainer")
local CloseButton = require("ui/widget/closebutton")
local Device = require("device")
local FrameContainer = require("ui/widget/container/framecontaine... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Core/Changelog/Previous/2.42.lua | 1 | 1296 | local W = unpack(select(2, ...))
W.Changelog[242] = {
RELEASE_DATE = "2022/06/02",
IMPORTANT = {
["zhCN"] = {
"[美化皮肤] 修复了标签美化的错误.",
"[美化皮肤] 修复了树状按钮美化的错误."
},
["zhTW"] = {
"[美化皮膚] 修復了標簽美化的錯誤.",
"[美化皮膚] 修復了樹狀按鍵美化的錯誤."
},
["en... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/WeakAuras/SubRegionTypes/Background.lua | 1 | 1463 | if not WeakAuras.IsLibsOK() then return end
--- @type string, Private
local AddonName, Private = ...
local L = WeakAuras.L;
do
local function subSupports(regionType)
return regionType ~= "group" and regionType ~= "dynamicgroup"
end
local function noop()
end
local function subSetFrameLevel... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c32887090.lua | 2 | 2635 | --Pysper of the Divine Light
function c32887090.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32887090,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_RECOVER)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLi... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c101010301.lua | 2 | 1422 | --created & coded by Lyris
--Blade's Oath
function c101010301.initial_effect(c)
--Special Summon 1 "Blademaster" monster attached to an Xyz Monster you control. You can only activate 1 "Blade's Oath" per turn.
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_ACTIVATE)
e... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c78696360.lua | 2 | 1419 | --AMNESIA - Song of The Forgotten Memory
function c78696360.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--draw
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(78696360,0))
e2:SetCategory(CATEGORY_... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c56540049.lua | 2 | 1857 | function c56540049.initial_effect(c)
--Negate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(c... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details/functions/skins.lua | 1 | 76138 |
local _detalhes = _G._detalhes
local Loc = LibStub("AceLocale-3.0"):GetLocale ( "Details" )
local _
--install skin function:
function _detalhes:InstallSkin (skin_name, skin_table)
if (not skin_name) then
return false
--already installed?
elseif (_detalhes.skins[skin_name]) then
if (skin_table.is_cached... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c11478408.lua | 2 | 4074 | --Rebirth God of the Bound Creator
function c11478408.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c11478408.splimit)
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000912.lua | 2 | 6108 | --Created and coded by Rising Phoenix
function c100000912.initial_effect(c)
Duel.EnableGlobalFlag(GLOBALFLAG_DECK_REVERSE_CHECK)
--cannot release
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_UNRELEASABLE_SU... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c962002013.lua | 2 | 2600 | --Toon Obelisk the Tormentor
--Created By ALANMAC95, Scripted By TheOnePharaoh
local function getID()
local str=string.match(debug.getinfo(2,'S')['source'],"c%d+%.lua")
str=string.sub(str,1,string.len(str)-4)
local scard=_G[str]
local s_id=tonumber(string.sub(str,2))
return scard,s_id
end
local scard,s_id=getID()... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Libraries/Core/oUF/elements/runes.lua | 1 | 7795 | --[[
# Element: Runes
Handles the visibility and updating of Death Knight's runes.
## Widget
Runes - An `table` holding `StatusBar`s.
## Sub-Widgets
.bg - A `Texture` used as a background. It will inherit the color of the main StatusBar.
## Notes
A default texture will be applied if the sub-widgets are StatusBar... | gpl-3.0 |
bradparks/hammerspoon | extensions/alert/init.lua | 3 | 11509 | local module = {}
--- === hs.alert ===
---
--- Simple on-screen alerts
local drawing = require("hs.drawing")
local timer = require("hs.timer")
local screen = require("hs.screen")
local uuid = require"hs.host".uuid
local stext = require"hs.styledtext".new
local stextMT = hs.getObjectMetatable("hs.styledtext")... | mit |
qyh214/wow_addons_private_use | AddOns/WeakAuras/Libs/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua | 5 | 10784 | local Type, Version = "MultiLineEditBox", 32
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
-- Lua APIs
local pairs = pairs
-- WoW APIs
local GetCursorInfo, GetSpellInfo, ClearCursor = GetCursorInfo, GetSpellInfo, ClearCursor
loc... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000873.lua | 2 | 4816 | --Created and coded by Rising Phoenix
function c100000873.initial_effect(c)
c:SetUniqueOnField(1,0,100000873)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x10E),8,2)
c:EnableReviveLimit()
--Special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100000873,0))
e... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c12310711.lua | 2 | 3449 | --Lifehunt Scythe
--lua script by SGJin
function c12310711.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c12310711.target)
e1:SetOperation(c12310711.op... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Cataclysm/ShadowFangKeep/Ashbury.lua | 1 | 1286 | local mod = DBM:NewMod(96, "DBM-Party-Cataclysm", 6, 64)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20200806142123")
mod:SetCreatureID(46962)
mod:SetEncounterID(1069)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 93581",
"SPELL_CAST_START 93757 93468",
"SPELL_CAST_SUCCESS... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_Enhanced/modules/maps/minimaplocation.lua | 1 | 4562 | local E, L, V, P, G = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB, Localize Underscore
local EEL = E:GetModule('ElvuiEnhancedAgain')
local M = E:GetModule('Minimap')
local ML = E:NewModule('MinimapLocation', 'AceHook-3.0', 'AceEvent-3.0', 'AceTimer-3.0');
local init = false
local cluster,... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus/Modules/ScreenshotTool/Tooltip.lua | 1 | 6595 | local L = Narci.L;
local PATH_PREFIX = "Interface\\AddOns\\Narcissus\\Guide\\IMG\\";
local TOOLTIP_IMAGES = {
HideTexts = true,
TopQuality = true,
};
local TOOLTIP_BG_ART = {
HideTexts = 2,
TopQuality = 3,
};
local TOOLTIP_BG_COLORS = {
Mog = {48, 25, 71},
Emote = {71, 55, 25},
HideText... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Core/Modules/Nameplates/Elements/Portraits.lua | 1 | 2033 | local E, L, V, P, G = unpack(ElvUI)
local NP = E:GetModule('NamePlates')
local _G = _G
local unpack = unpack
local hooksecurefunc = hooksecurefunc
function NP:Portrait_PostUpdate()
local nameplate = self.__owner
local db = NP:PlateDB(nameplate)
local sf = NP:StyleFilterChanges(nameplate)
if sf.Portrait or (db.po... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77662924.lua | 2 | 2799 | --Vocaloid Zhanyin Lorra
function c77662924.initial_effect(c)
--synchro effect
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(77662924,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1c0+TIMING_MAIN_END)
e1:SetRange(LO... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-AQ40/localization.kr.lua | 1 | 3901 | if GetLocale() ~= "koKR" then return end
local L
------------
-- Skeram --
------------
L = DBM:GetModLocalization("Skeram")
L:SetGeneralLocalization{
name = "예언자 스케람"
}
----------------
-- Three Bugs --
----------------
L = DBM:GetModLocalization("ThreeBugs")
L:SetGeneralLocalization{
name = "벌레 무리"
}
L:SetMiscL... | gpl-3.0 |
Markismus/koreader | frontend/apps/reader/modules/readergoto.lua | 2 | 6440 | local Event = require("ui/event")
local InputContainer = require("ui/widget/container/inputcontainer")
local InputDialog = require("ui/widget/inputdialog")
local SkimToWidget = require("apps/reader/skimtowidget")
local UIManager = require("ui/uimanager")
local _ = require("gettext")
local T = require("ffi/util").templa... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-WoD/Skyreach/Araknath.lua | 1 | 1764 | local mod = DBM:NewMod(966, "DBM-Party-WoD", 7, 476)
local L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,mythic,challenge,timewalker"
mod:SetRevision("20220116042005")
mod:SetCreatureID(76141)
mod:SetEncounterID(1699)--Verify, name doesn't match
mod:RegisterCombat("combat")
mod:RegisterEventsInComba... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c4242568.lua | 1 | 2254 | --Moon's Broken Dream
function c4242568.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(4242568,0))
e1:SetCategory(CATEGORY_DRAW+CATEGORY_DECKDES)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c4242568.cost)
e1:SetTarget(c4242568.target)
e1... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details_DeathGraphs/locales/frFR.lua | 1 | 3874 | local L = LibStub("AceLocale-3.0"):NewLocale("Details_DeathGraphs", "frFR")
if not L then return end
L["STRING_BRESS"] = "Rez Combat"
L["STRING_DEATH_DESC"] = "Afficher le panneau contenant les décès des joueurs."
L["STRING_DEATHS"] = "Morts"
L["STRING_ENCOUNTER_MAXSEGMENTS"] = "Segments Max de la rencontre actuelle... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c56862819.lua | 2 | 1717 | --Append
function c56862819.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(c56862819.actcon)
c:RegisterEffect(e1)
--indes
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_INDESTRUCTABLE_B... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c20150007.lua | 2 | 1897 | --Thunder Strike Artillery
function c20150007.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c20150007.target)
e1:SetOperation(c20150007.activate)
c:RegisterEffect(e1)
end
function c20150007.fil... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c89990010.lua | 2 | 2510 | --krostar
function c89990010.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_DARK),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_DARK),1)
c:EnableReviveLimit()
--sp summon negated
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EF... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77790006.lua | 2 | 5849 | --Izanos the Beginning, 9th Arian Guardian
function c77790006.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--change atk/def
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetRange(LOCATION_PZONE)
e2:SetTargetRange(LOCATION_MZONE,0)
e2:Set... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-MoP/ShadoPanMonastery/ShaofViolence.lua | 1 | 1832 | local mod = DBM:NewMod(685, "DBM-Party-MoP", 3, 312)
local L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,challenge,timewalker"
mod:SetRevision("20220217050005")
mod:SetCreatureID(56719)
mod:SetEncounterID(1305)
mod:RegisterCombat("combat")
mod:RegisterKill("yell", L.Kill)
mod:RegisterEventsInCombat(... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/WorldQuestTracker/WorldQuestTracker_ZoneMap.lua | 1 | 71113 |
--world quest tracker object
local WorldQuestTracker = WorldQuestTrackerAddon
if (not WorldQuestTracker) then
return
end
--framework
local DF = _G ["DetailsFramework"]
if (not DF) then
print ("|cFFFFAA00World Quest Tracker: framework not found, if you just installed or updated the addon, please restart your client... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77790016.lua | 2 | 1300 | --Symbol Fragment: Truth
function c77790016.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK+CATEGORY_CONTROL)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c77790016.target)
e1:SetOperation(c77790016... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/WeakAuras/Libs/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua | 5 | 8070 | --[[-----------------------------------------------------------------------------
Slider Widget
Graphical Slider, like, for Range values.
-------------------------------------------------------------------------------]]
local Type, Version = "Slider", 23
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not Ace... | gpl-3.0 |
Markismus/koreader | frontend/ui/elements/menu_activate.lua | 9 | 2297 | local InfoMessage = require("ui/widget/infomessage")
local UIManager = require("ui/uimanager")
local _ = require("gettext")
local function activateMenu() return G_reader_settings:readSetting("activate_menu") end
return {
text = _("Activate menu"),
sub_item_table = {
{
text = _("Swipe and t... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MRT/BattleRes.lua | 1 | 7646 | local GlobalAddonName, ExRT = ...
if ExRT.isClassic then
return
end
local VMRT = nil
local GetSpellCharges, GetTime, floor = GetSpellCharges, GetTime, floor
local module = ExRT:New("BattleRes",ExRT.L.BattleRes)
local ELib,L = ExRT.lib,ExRT.L
function module.options:Load()
self:CreateTilte()
self.enableChk = E... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MythicDungeonTools/BattleForAzeroth/TolDagor.lua | 1 | 80455 | local MDT = MDT
local L = MDT.L
local dungeonIndex = 23
MDT.dungeonList[dungeonIndex] = L["Tol Dagor"]
MDT.mapInfo[dungeonIndex] = {
viewportPositionOverrides =
{
[1] = {
zoomScale = 1.8999998569489;
horizontalPan = 291.80521169104;
verticalPan = 126.49567245981;
};
[2] = {
zoomS... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c112000003.lua | 2 | 2226 | --Stardust Knight
function c112000003.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(112000003,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c112000003.sptg)
e1:SetOperat... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/SeatofTriumvirate/SoTTrash.lua | 1 | 2808 | local mod = DBM:NewMod("SoTTrash", "DBM-Party-Legion", 13)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20200806142123")
--mod:SetModelID(47785)
mod.isTrashMod = true
mod:RegisterEvents(
"SPELL_CAST_START 248304 245585 245727 248133 248184 248227",
"SPELL_AURA_APPLIED 249077 249081"
)
local warnCorruptin... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details/classes/container_segments.lua | 1 | 17689 | local Loc = LibStub("AceLocale-3.0"):GetLocale( "Details" )
--lua api
local tremove = table.remove
local tinsert = table.insert
local wipe = table.wipe
local Details = _G._detalhes
local combatClass = Details.combate
local segmentClass = Details.historico
local timeMachine = Details.timeMachine
---------------------... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Pandaria/ChiJi.lua | 1 | 2614 | local mod = DBM:NewMod(857, "DBM-Pandaria", nil, 322, 1)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20210721041539")
mod:SetCreatureID(71952)
mod:SetReCombatTime(20)
mod:EnableWBEngageSync()--Enable syncing engage in outdoors
mod:RegisterCombat("combat_yell", L.Pull)
mod:RegisterKill("yell", L.Victory)
mo... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77163591.lua | 2 | 1084 | --Vocaloid Maika
function c77163591.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner,1)
c:EnableReviveLimit()
--Atk
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetOperation(c77163591.valop)
c:RegisterEf... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c59821006.lua | 2 | 1680 | --Hikami Sumire
function c59821006.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--splimit
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetRange(LOCATION_PZONE)
e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Core/Modules/UnitFrames/Groups/Tank.lua | 1 | 3902 | local E, L, V, P, G = unpack(ElvUI)
local UF = E:GetModule('UnitFrames')
local ElvUF = E.oUF
local max = max
local InCombatLockdown = InCombatLockdown
local RegisterAttributeDriver = RegisterAttributeDriver
function UF:Construct_TankFrames()
self:SetScript('OnEnter', UF.UnitFrame_OnEnter)
self:SetScript('OnLeave', ... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Modules/UnitFrames/QuickFocus.lua | 1 | 3091 | local W, F, E, L = unpack(select(2, ...))
local UF = E:GetModule("UnitFrames")
local QF = W:NewModule("QuickFocus", "AceHook-3.0", "AceEvent-3.0")
local _G = _G
local format = format
local next = next
local pairs = pairs
local strmatch = strmatch
local strsub = strsub
local CreateFrame = CreateFrame
local InCombatLoc... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99970440.lua | 1 | 1361 | --DAL - Megiddo
function c99970440.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c99970440.damcost)
e1:SetTarget(c99970440.damtg)
e1:SetOperat... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ParagonReputation/localization.lua | 1 | 7670 | -------------------------------------------------
-- Paragon Reputation 1.43 by Fail US-Ragnaros --
-------------------------------------------------
--[[ Special thanks to Ammako for
helping me with the vars and
the options. ]]--
local ADDON_NAME,ParagonReputation = ...
local PR = Parago... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000993.lua | 2 | 4869 | --Created and coded by Rising Phoenix
function c100000993.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_SPELLCASTER),1,2)
c:EnableReviveLimit()
--attach
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(100000993,1))
e2:SetType(EFFECT_TYPE_IGNITION)
... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_Enhanced/modules/unitframes/healglow.lua | 1 | 4568 | local E, L, V, P, G = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB, Localize Underscore
local HG = E:NewModule('HealGlow', 'AceEvent-3.0')
local UF = E:GetModule('UnitFrames')
local GetNumGroupMembers, GetNumSubgroupMembers = GetNumGroupMembers, GetNumSubgroupMembers
local IsInRaid, IsInGro... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Challenges/Shadowlands/PoA_Splinterbark.lua | 1 | 1361 | local mod = DBM:NewMod("Splinterbark", "DBM-Challenges", 1)
--L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,mythic,challenge"
mod:SetRevision("20221023055051")
mod:SetCreatureID(172682)--Guessed
mod.soloChallenge = true
mod:RegisterCombat("combat")
mod:SetReCombatTime(7, 5)
mod:SetWipeTime(30)
mod:R... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.