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
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c100000844.lua
2
3815
--Created and coded by Rising Phoenix function c100000844.initial_effect(c) --salvage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(100000844,0)) e1:SetCategory(CATEGORY_POSITION) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetCountL...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-GUI/modules/options/alerts/Announcements.lua
1
9117
local isRetail = WOW_PROJECT_ID == (WOW_PROJECT_MAINLINE or 1) local L = DBM_GUI_L local CL = DBM_CORE_L local RaidWarningPanel = DBM_GUI.Cat_Alerts:CreateNewPanel(L.Tab_RaidWarning, "option") local raidwarnoptions = RaidWarningPanel:CreateArea(L.RaidWarning_Header) local check1 = raidwarnoptions:CreateCheckButton...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-BrokenIsles/localization.tw.lua
1
1109
if GetLocale() ~= "zhTW" then return end local L ----------------------- -- Inquisitor Meto -- ----------------------- L= DBM:GetModLocalization(2012) L:SetMiscLocalization({ Pull = "你注定會死!" }) ----------------------- -- Occularus -- ----------------------- L= DBM:GetModLocalization(2013) L:SetMiscLocalization(...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c80106534.lua
2
5899
--The Ultimate Panticle Balanced Control function c80106534.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --recover local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(80106534,0)) e2:SetCategory(CATEGO...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c56540036.lua
2
1761
function c56540036.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,8,2) c:EnableReviveLimit() --destroy replace local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(56540036,0)) e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCode(EFFEC...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-PvP/localization.fr.lua
1
3865
if GetLocale() ~= "frFR" then return end local L ---------------------------- -- General BG functions -- ---------------------------- L = DBM:GetModLocalization("PvPGeneral") L:SetGeneralLocalization({ name = "Options générale" }) L:SetTimerLocalization({ TimerInvite = "%s" }) L:SetOptionLocalization({ ColorBy...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Shadowlands/TheNecroticWake/NecroticWakeTrash.lua
1
8035
local mod = DBM:NewMod("NecroticWakeTrash", "DBM-Party-Shadowlands", 1) local L = mod:GetLocalizedStrings() mod:SetRevision("20220920232426") --mod:SetModelID(47785) mod.isTrashMod = true mod:RegisterEvents( "SPELL_CAST_START 324293 327240 327399 334748 320462 338353 323496 333477 333479 338606", "SPELL_AURA_APPL...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c78330007.lua
2
1693
--AB Healer function c78330007.initial_effect(c) --summon without tribute local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(78330007,0)) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SUMMON_PROC) e1:SetCondition(c78330007.ntcon) c:RegisterEffect(e1) --LP u...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-BfA/TolDagor/TolDagorTrash.lua
1
4502
local mod = DBM:NewMod("TolDagorTrash", "DBM-Party-BfA", 9) local L = mod:GetLocalizedStrings() mod:SetRevision("20220920232426") --mod:SetModelID(47785) mod.isTrashMod = true mod:RegisterEvents( "SPELL_CAST_START 259711 258128 258153 258317 258313 258634 258869 258917 258935", "SPELL_AURA_APPLIED 258153 265889 2...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/Core/Modules/DataTexts/Agility.lua
1
1141
local E, L, V, P, G = unpack(ElvUI) local DT = E:GetModule('DataTexts') local strjoin = strjoin local UnitStat = UnitStat local ITEM_MOD_AGILITY_SHORT = ITEM_MOD_AGILITY_SHORT local LE_UNIT_STAT_AGILITY = LE_UNIT_STAT_AGILITY local STAT_CATEGORY_ATTRIBUTES = STAT_CATEGORY_ATTRIBUTES local displayString, lastPanel = ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-HellfireCitadel/Mannoroth.lua
1
33526
local mod = DBM:NewMod(1395, "DBM-HellfireCitadel", nil, 669) local L = mod:GetLocalizedStrings() mod:SetRevision("20220908201412") mod:SetCreatureID(91349)--91305 Fel Iron Summoner mod:SetEncounterID(1795) mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1) mod.respawnTime = 29 mod:RegisterCombat("combat") mod:RegisterEventsI...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-VaultoftheIncarnates/localization.ru.lua
1
2130
if GetLocale() ~= "ruRU" then return end local L --------------------------- -- Eranog -- --------------------------- --L= DBM:GetModLocalization(2480) --L:SetWarningLocalization({ --}) -- --L:SetTimerLocalization{ --} -- --L:SetOptionLocalization({ --}) -- --L:SetMiscLocalization({ --}) ---------------------------...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c344000050.lua
2
1931
--Equip function c344000050.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(c344000050.target) e1:SetOperation(c344000050.operation) c:RegisterEffect(e1...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Cataclysm/ZulGurub/Venoxis.lua
1
3959
local mod = DBM:NewMod(175, "DBM-Party-Cataclysm", 11, 76) local L = mod:GetLocalizedStrings() mod.statTypes = "heroic,timewalker" mod:SetRevision("20220116042005") mod:SetCreatureID(52155) mod:SetEncounterID(1178) mod:SetUsedIcons(7, 8) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_CAST_START 9...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Details_RaidCheck/Libs/LibStub/LibStub.lua
43
2196
-- $Id: LibStub.lua 76 2007-09-03 01:50:17Z mikk $ -- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/wiki/LibStub for more info -- LibStub is hereby placed in the Public Domain -- Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke local LIBSTUB_MAJOR, LIBSTU...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77273702.lua
2
5122
--Shooting Cosmos Dragon function c77273702.initial_effect(c) aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsType,TYPE_SYNCHRO),aux.NonTuner(Card.IsType,TYPE_SYNCHRO),1) c:EnableReviveLimit() --special summon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SPSUM...
gpl-3.0
fegimanam/satn
plugins/help.lua
3
5002
do function pairsByKeys(t, f) local a = {} for n in pairs(t) do table.insert(a, n) end table.sort(a, f) local i = 0 -- iterator variable local iter = function () -- iterator function i = i + 1 if a[i] == nil then return nil else return a[i], t[a[i]] ...
gpl-2.0
qyh214/wow_addons_private_use
AddOns/DBM-BlackTemple/ShadeOfAkama.lua
1
3832
local mod = DBM:NewMod("Akama", "DBM-BlackTemple") local L = mod:GetLocalizedStrings() mod:SetRevision("20220128001316") mod:SetCreatureID(22841) mod:SetEncounterID(603) mod:SetModelID(21357) mod:RegisterCombat("combat") mod:SetWipeTime(50)--Adds come about every 50 seconds, so require at least this long to wipe com...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WIM/WIM.lua
1
23547
-- imports local WIM = WIM; local _G = _G; local CreateFrame = CreateFrame; local select = select; local type = type; local table = table; local pairs = pairs; local string = string; local next = next; local Ambiguate = Ambiguate; -- set name space setfenv(1, WIM); -- Core information addonTocName = "WIM"; version = ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-HellfireCitadel/localization.es.lua
1
6250
if GetLocale() ~= "esES" and GetLocale() ~= "esMX" then return end local L ----------------------------- -- Asalto a Fuego Infernal -- ----------------------------- L = DBM:GetModLocalization(1426) L:SetTimerLocalization({ timerSiegeVehicleCD = "Siguiente vehículo: %s", }) L:SetOptionLocalization({ timerSiegeVehi...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Shadowlands/Tazavesh/TimecapnHooktail.lua
1
4354
local mod = DBM:NewMod(2449, "DBM-Party-Shadowlands", 9, 1194) local L = mod:GetLocalizedStrings() mod:SetRevision("20221023022028") mod:SetCreatureID(175546) mod:SetEncounterID(2419) mod:SetHotfixNoticeRev(20220405000000) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_CAST_START 350517 347151", ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-ThroneofThunder/Primordius.lua
1
9997
local mod = DBM:NewMod(820, "DBM-ThroneofThunder", nil, 362) local L = mod:GetLocalizedStrings() mod:SetRevision("20220128073905") mod:SetCreatureID(69017)--69070 Viscous Horror, 69069 good ooze, 70579 bad ooze (patched out of game, :\) mod:SetEncounterID(1574) mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1)--Although if yo...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c58656934.lua
2
1328
--Vocaloid Kaito function c58656934.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_MACHINE),aux.NonTuner(Card.IsRace,RACE_MACHINE),1) c:EnableReviveLimit() --cannot special summon local e1=Effect.CreateEffect(c) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c20912274.lua
1
3051
--The Sword of Silence Dysonburg function c20912274.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(c20912274.target) e1:SetOperation(c20912274.operation...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c24108326.lua
2
4200
--Power Tool Dragon/Assault Mode function c24108326.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/Details_ExplosiveOrbs/Locale.lua
1
8855
local _, Engine = ... -- luacheck: ignore 542 -- Lua functions local rawget = rawget -- WoW API / Variables local locale = GetLocale() local L = {} Engine.L = setmetatable(L, { __index = function(t, s) return rawget(t, s) or s end, }) if locale == 'zhCN' then L["Dynamic Overall Explosive Orbs"] = "动态总体爆炸物" L[...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Uldir/localization.cn.lua
1
3551
-- Mini Dragon(projecteurs@gmail.com) -- 夏一可 -- Blizzard Entertainment -- Last update: 2018/10/20 if GetLocale() ~= "zhCN" then return end local L --------------------------- -- Taloc the Corrupted -- --------------------------- L= DBM:GetModLocalization(2168) L:SetMiscLocalization({ Aggro = "有仇恨" }) ------------...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-WotLK/TheNexus/GrandMagusTelestra.lua
1
1338
local mod = DBM:NewMod(618, "DBM-Party-WotLK", 8, 281) local L = mod:GetLocalizedStrings() mod.statTypes = "normal,heroic,timewalker" mod:SetRevision("20221013055548") mod:SetCreatureID(26731) mod:SetEncounterID(2010) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "UNIT_HEALTH boss1", "CHAT_MSG_MONSTER...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/FreeInstanceFetcher/Libs/StdUi/widgets/Tab.lua
1
5326
--- @type StdUi local StdUi = LibStub and LibStub('StdUi', true); if not StdUi then return end local module, version = 'Tab', 4; if not StdUi:UpgradeNeeded(module, version) then return end ---------------------------------------------------- --- TabPanel ---------------------------------------------------- local T...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c89232378.lua
2
1700
--Vocaloid Kid Grovy March function c89232378.initial_effect(c) c:SetUniqueOnField(1,0,89232378) --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(89232378,0)) e2:S...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c1392003.lua
2
2314
--Shadowbrave - Arwen function c1392003.initial_effect(c) --Special Summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(1392003,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetRange(LOCATION_HAND+LOCATION_G...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-MC/localization.cn.lua
1
2037
if GetLocale() ~= "zhCN" then return end local L ---------------- -- Lucifron -- ---------------- L = DBM:GetModLocalization("Lucifron") L:SetGeneralLocalization{ name = "鲁西弗隆" } ---------------- -- Magmadar -- ---------------- L = DBM:GetModLocalization("Magmadar") L:SetGeneralLocalization{ name = "玛格曼达" } ...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c55438814.lua
2
1488
--G.R.M. Gauntlet function c55438814.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c55438814.condition) e1:Se...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-MogushanVaults/localization.kr.lua
1
3679
if GetLocale() ~= "koKR" then return end local L ------------ -- The Stone Guard -- ------------ L = DBM:GetModLocalization(679) L:SetWarningLocalization({ SpecWarnOverloadSoon = "곧 %s - 생존기 준비 또는 수호자 이동!", specWarnBreakJasperChains = "벽옥 석화 해제 가능 - 다른 대상과 멀리 떨어지세요!" }) L:SetOptionLocalization({ SpecWarnOverloa...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MeetingStone/Libs/LibShowUIPanel-1.0/LibShowUIPanel-1.0.lua
1
3606
-- LibShowUIPanel-1.0.lua -- @Author : Dencer (tdaddon@163.com) -- @Link : https://dengsir.github.io -- @Date : 6/15/2021, 11:20:01 PM -- local MAJOR, MINOR = 'LibShowUIPanel-1.0', 5 ---@class LibShowUIPanel-1.0 local Lib, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Lib then return end if WOW_PROJECT_I...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777766.lua
2
5029
--Hellformed Girl Arete function c77777766.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --spsummon local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetDescription(aux.Stringid(77777766,1)) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetRange(LOCATION_PZONE) e2:SetCoun...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/VenturePlan/MissionComplete.lua
1
2774
local _, T = ... local EV, L = T.Evie, T.L local MR local function Rewards_FollowerOnEnter(self) local fi = self.RewardsFollower.info if not fi then return end local xp, levelsGained, xpToNext = self.RewardsFollower.xp, 0 if (xp + fi.currentXP) >= fi.maxXP then local xpTable = C_Garrison.GetFollowerXPTable(123...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c344000007.lua
2
1056
--Garbage Prison function c344000007.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_REMOVE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_ATTACK_ANNOUNCE) e1:SetCondition(c344000007.condition) e1:SetTarget(c344000007.target) e1:S...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c57888890.lua
2
2800
--Toon Megurine Luka function c57888890.initial_effect(c) --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(c57888890.spcon) c:RegisterEffect(e1) --cannot attack loca...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MeetingStone/Libs/AceTimer-3.0/AceTimer-3.0.lua
13
9771
--- **AceTimer-3.0** provides a central facility for registering timers. -- AceTimer supports one-shot timers and repeating timers. All timers are stored in an efficient -- data structure that allows easy dispatching and fast rescheduling. Timers can be registered -- or canceled at any time, even from within a running ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/Wrath/Modules/Skins/Binding.lua
1
1684
local E, L, V, P, G = unpack(ElvUI) local S = E:GetModule('Skins') local _G = _G local next = next local hooksecurefunc = hooksecurefunc function S:Blizzard_BindingUI() if not (E.private.skins.blizzard.enable and E.private.skins.blizzard.binding) then return end local KB = _G.KeyBindingFrame for _, v in next, { ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-BlackTemple/Najentus.lua
1
2062
local mod = DBM:NewMod("Najentus", "DBM-BlackTemple") local L = mod:GetLocalizedStrings() mod:SetRevision("20210119194113") mod:SetCreatureID(22887) mod:SetEncounterID(601) mod:SetModelID(21174) mod:SetUsedIcons(8) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_AURA_APPLIED 39872 39837", "SPELL_A...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Details/locales/Details-frFR.lua
1
112350
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "frFR") if not L then return end L["ABILITY_ID"] = "ID de la compétence" L["STRING_"] = "-" L["STRING_ABSORBED"] = "Absorbé" L["STRING_ACTORFRAME_NOTHING"] = "oups, aucune donnée à rapporter :(" L["STRING_ACTORFRAME_REPORTAT"] = "à" L["STRING_ACTORFRAME_REPORTO...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c100000920.lua
2
4547
--Created and coded by Rising Phoenix function c100000920.initial_effect(c) Duel.EnableGlobalFlag(GLOBALFLAG_DECK_REVERSE_CHECK) --atk local e7=Effect.CreateEffect(c) e7:SetCategory(CATEGORY_ATKCHANGE) e7:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e7:SetRange(LOCATION_MZONE) e7:SetCode(EVENT_SPSUMMON_SUC...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
c100000760.lua
1
1111
--Created and scripted by Rising Phoenix function c100000760.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TODECK+CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c100000760.target) ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-AntorusBurningThrone/localization.de.lua
1
4047
if GetLocale() ~= "deDE" then return end local L --------------------------- -- Hounds of Sargeras -- --------------------------- L= DBM:GetModLocalization(1987) L:SetOptionLocalization({ SequenceTimers = "Ändere auf heroischem/mythischem Schwierigkeitsgrad die Reihung der Timer für die Abklingzeiten der Bossfähigke...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c101010190.lua
2
2755
--created & coded by Lyris --剣主 二 function c101010190.initial_effect(c) --pierce local e0=Effect.CreateEffect(c) e0:SetType(EFFECT_TYPE_SINGLE) e0:SetCode(EFFECT_PIERCE) c:RegisterEffect(e0) --atkup local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRa...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/Wrath/Modules/Skins/Communities.lua
1
10863
local E, L, V, P, G = unpack(ElvUI) local S = E:GetModule('Skins') local _G = _G local next = next local ipairs, select = ipairs, select local C_CreatureInfo_GetClassInfo = C_CreatureInfo.GetClassInfo local BATTLENET_FONT_COLOR = BATTLENET_FONT_COLOR local FRIENDS_BNET_BACKGROUND_COLOR = FRIENDS_BNET_BACKGROUND_COLOR...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c86515836.lua
2
1984
--Vocaloid Tone Rion function c86515836.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(86515836,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_ATTACK_ANNOUNCE) e1:SetRange(LOCATION_HAND) e1:SetConditio...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c35007130.lua
2
1575
--Vocalist Alternation Megumi function c35007130.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,7,2) c:EnableReviveLimit() --destroy local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_DAMAGE+CATEGORY_DESTROY) e1:SetDescript...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/Core/Modules/UnitFrames/Elements/Range.lua
1
1521
local E, L, V, P, G = unpack(ElvUI) local UF = E:GetModule('UnitFrames') local RangeCheck = E.Libs.RangeCheck local UnitCanAttack = UnitCanAttack local UnitInRange = UnitInRange local UnitIsConnected = UnitIsConnected local UnitIsPlayer = UnitIsPlayer local UnitIsUnit = UnitIsUnit local UnitInPhase = UnitInPhase local...
gpl-3.0
Markismus/koreader
spec/unit/frontlight_spec.lua
10
8140
describe("Frontlight function in PowerD", function() local Device, PowerD local param, test_when_on, test_when_off setup(function() require("commonrequire") package.unloadAll() require("document/canvascontext"):init(require("device")) PowerD = require("device/generic/powerd"...
agpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Sepulcher/Dausegne.lua
1
11655
local mod = DBM:NewMod(2459, "DBM-Sepulcher", nil, 1195) local L = mod:GetLocalizedStrings() mod:SetRevision("20220820203945") mod:SetCreatureID(181224) mod:SetEncounterID(2540) mod:SetUsedIcons(1, 2, 3) mod:SetHotfixNoticeRev(20220322000000) mod:SetMinSyncRevision(20211203000000) --mod.respawnTime = 29 mod:Register...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777884.lua
2
3045
--House at the end of the Glade function c77777884.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --indes local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetRange(LOCATION_SZONE) e2:SetTargetRang...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c999901.lua
2
1340
--Soldier of the Red Dragon function c999901.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(999901,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_SPSUMMON_SUCCES...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777764.lua
2
4328
--Hellformed Girl Lizbeth function c77777764.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) e2:SetTargetRang...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Narcissus/Modules/PhotoMode/WeaponSlot.lua
1
11586
local TransmogDataProvider; do local _, addon = ... TransmogDataProvider = addon.TransmogDataProvider; end local Narci = Narci; local function GetItemIcon(itemID) if itemID then local _, _, _, _, icon = GetItemInfoInstant(itemID); if icon == 0 then icon = nil; end ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Core/commonlocal.it.lua
1
1401
if GetLocale() ~= "itIT" then return end if not DBM_COMMON_L then DBM_COMMON_L = {} end local CL = DBM_COMMON_L CL.NEXT = "Avanti %s" CL.COOLDOWN = "%s CD" CL.UNKNOWN = "sconosciuto" -- UNKNOWN which is "Unknown" (does u vs U matter?) CL.LEFT = "Sinistra" CL.RIGHT = "Destra" CL.BOTH = "Entr...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_Enhanced/modules/paperdoll/paperdoll.lua
1
9276
local E, L, V, P, G = unpack(ElvUI); local PD = E:NewModule('PaperDoll', 'AceEvent-3.0', 'AceTimer-3.0'); local find = string.find local initialized = false local originalInspectFrameUpdateTabs local updateTimer local slots = { ["HeadSlot"] = { true, true }, ["NeckSlot"] = { true, false }, ["ShoulderSlot"] = {...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c66652231.lua
1
4697
--S.A. Alternation function c66652231.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,66652231+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c66652231.target) e1:SetOperation(c66652231.ac...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/AddOnSkins/Libs/Ace3/AceSerializer-3.0/AceSerializer-3.0.lua
12
9033
--- **AceSerializer-3.0** can serialize any variable (except functions or userdata) into a string format, -- that can be send over the addon comm channel. AceSerializer was designed to keep all data intact, especially -- very large numbers or floating point numbers, and table structures. The only caveat currently is, t...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/PremadeGroupsFilter/Dialog/PopupMenu.lua
2
4910
------------------------------------------------------------------------------- -- Premade Groups Filter ------------------------------------------------------------------------------- -- Copyright (C) 2022 Elotheon-Arthas-EU -- -- This program is free software; you can redistribute it and/or modify -- it under the ter...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Multishot/locales/esMX.lua
1
3647
local L = LibStub("AceLocale-3.0"):NewLocale("Multishot", "esMX") if not L then return end L["achievements"] = "achievements" -- Requires localization L["arena"] = "arena win or draw" -- Requires localization L["battleground"] = "battleground win" -- Requires localization L["bosskillshots"] = "killing screenshots" -- ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/PersonalLootHelper/PersonalLootHelper-Trinkets.lua
1
26176
--[[ to easily populate these arrays: wowhead search item -> armor -> trinkets -> usable by = whichever role added in expansion/patch = whichever expansion/patch obtained through looting = yes ID > 0 quality = rare or epic sort by ID descending paste into OpenOffice =concatenate("[";b1;"] = true, -- ";d1)...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Brawlers/BrawlLegacy.lua
1
17003
local mod = DBM:NewMod("BrawlLegacy", "DBM-Brawlers") local L = mod:GetLocalizedStrings() mod:SetRevision("20201102223314") mod:SetModelID(48465)--Blind Hero mod:RegisterEvents( "SPELL_CAST_START 134740 133607 134777 135621 133346 134743 133286 141104 124860 124935 134795 125212 133465 133017 246120 246121 246127 3...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c500319843.lua
2
2707
--Gust Vine Fusion function c500319843.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,500319843) e1:SetTarget(c500319843.target) e1:SetOperation(c500319843.activate) c:RegisterE...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DejaCharacterStats/DCSTables.lua
1
38315
local ADDON_NAME, namespace = ... --localization local L = namespace.L --localization local _,addon = ... local doll_tooltip_format = PAPERDOLLFRAME_TOOLTIP_FORMAT namespace.doll_tooltip_format = doll_tooltip_format local highlight_code = HIGHLIGHT_FONT_COLOR_CODE namespace.highlight_code = highlight_code local fo...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MeetingStone/Widget/CountdownButton.lua
1
1375
BuildEnv(...) ---@class CountdownButton: Button CountdownButton = Addon:NewClass('UI.CountdownButton', 'Button') function CountdownButton:Constructor() self._enabled = self:IsEnabled() end function CountdownButton:Enable() return self:SetEnabled(true) end function CountdownButton:Disable() return self:S...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_WindTools/Modules/Tooltips/DominationRank.lua
1
4851
local W, F, E, L = unpack(select(2, ...)) local ET = E:GetModule("Tooltip") local T = W.Modules.Tooltips -- modified from NDui local _G = _G local format = format local select = select local strfind = strfind local strmatch = strmatch local tonumber = tonumber local unpack = unpack local GetItemInfo = GetItemInfo lo...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Classic/localization.cn.lua
1
25073
if GetLocale() ~= "zhCN" then return end local L ------------------------- -- Blackfathom Deeps (1) -- ----------------------------- -- Ghamoo-Ra -- ----------------------------- L = DBM:GetModLocalization("GhamooRa") L:SetGeneralLocalization{ name = "加摩拉" } ----------------------------- -- Lady Serevess -- ...
gpl-3.0
Markismus/koreader
frontend/apps/reader/modules/readerback.lua
1
7595
local ConfirmBox = require("ui/widget/confirmbox") local Device = require("device") local Event = require("ui/event") local EventListener = require("ui/widget/eventlistener") local Notification = require("ui/widget/notification") local UIManager = require("ui/uimanager") local logger = require("logger") local util = re...
agpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/TBC/Modules/Skins/MirrorTimers.lua
2
1525
local E, L, V, P, G = unpack(ElvUI) local S = E:GetModule('Skins') local _G = _G local function MirrorTimer_OnUpdate(frame, elapsed) if frame.paused then return end if frame.timeSinceUpdate >= 0.3 then local text = frame.label:GetText() if frame.value > 0 then frame.TimerText:SetFormattedText('%s (%d:%02d)...
gpl-3.0
slachiewicz/ntopng
scripts/lua/sprobe_data.lua
8
4202
-- -- (C) 2013-15 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" sendHTTPHeader('application/json') interface.select(ifname) flows_stats = interface.getFlowsInfo() procs = {} hosts = {} names = {} for key, value in pairs(flow...
gpl-3.0
slachiewicz/ntopng
scripts/lua/host_details.lua
5
94172
-- -- (C) 2013-15 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path if(ntop.isPro()) then package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path require "snmp_utils" end require "lua_utils" require "graph_utils" requ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DejaCharacterStats/DejaCharacterStats.lua
1
11563
local ADDON_NAME, namespace = ... --localization local L = namespace.L --localization local version = GetAddOnMetadata(ADDON_NAME, "Version") local addoninfo = 'v'..version -------------------------- -- SavedVariables Setup -- -------------------------- local DejaCharacterStats, gdbprivate = ... gdbprivate.gdbdef...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c20912266.lua
1
3870
--The Swift Throwing Axe Guilty Thorn function c20912266.initial_effect(c) c:SetUniqueOnField(1,0,20912266) --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(c20912266.targe...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c80106537.lua
2
4525
--The First Panticle of Desturction function c80106537.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c80106537.prottg) e1:SetOperation(c80106537.proop) c:RegisterEffect(e1) --self d...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Narcissus_Database_Item/Item/ItemIDxVariations.lua
1
81326
local data = { [175009] = { { 3, -- [1] 108816, -- [2] }, -- [1] { 1, -- [1] 108815, -- [2] }, -- [2] { 4, -- [1] 108813, -- [2] }, -- [3] }, [128289] = { { 29, -- [1] 80776, -- [2] }, -- [1] { 31, -- [1] 80778, -- [2] }, -- [2] { 32, -- [1] 80779, -- [2] }...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/AdvancedInterfaceOptions/browser.lua
1
13146
local addonName, addon = ... local _G = _G local E = addon:Eve() -- C_Console.GetAllCommands() does not return the complete list of CVars on login -- Repopulate the list using UpdateCVarList() when the CVar browser is opened local CVarList = {} local function UpdateCVarList() for i, info in pairs(addon:GetCVars()) d...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c42599686.lua
2
3319
--Searing Portal function c42599686.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c42599686.target) e1:SetOperation(c42599686.activate) c:RegisterEffect(e1) --dice local e2=Effect....
gpl-3.0
Markismus/koreader
frontend/ui/widget/filechooser.lua
2
20529
local BD = require("ui/bidi") local Device = require("device") local DocSettings = require("docsettings") local DocumentRegistry = require("document/documentregistry") local OpenWithDialog = require("ui/widget/openwithdialog") local ConfirmBox = require("ui/widget/confirmbox") local Font = require("ui/font") local Menu...
agpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Shadowlands/HallsofAtonement/Echelon.lua
1
4834
local mod = DBM:NewMod(2387, "DBM-Party-Shadowlands", 4, 1185) local L = mod:GetLocalizedStrings() mod:SetRevision("20220920232426") mod:SetCreatureID(164185) mod:SetEncounterID(2380) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_CAST_START 319733 319941", "SPELL_CAST_SUCCESS 328206 326389", "S...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MythicDungeonTools/Utility.lua
1
3014
local AddonName, MDT = ... MDT.U = {} local U = MDT.U local tinsert = table.insert U.count_if = function(t, func) local count = 0 for k, v in pairs(t) do if func(v) then count = count + 1 end end return count end U.do_if = function(t, func) local updated = 0 for k, v in pairs(t) do if...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c99950320.lua
2
1368
--MSMM - Pride's End function c99950320.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c99950320.condition) e1:SetTarget(c99950320.target1) e1:SetOperation(c99950320.operation1) c:Regist...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77628907.lua
2
1735
--Spawn of the Black Art function c77628907.initial_effect(c) --cannot special summon local e1=Effect.CreateEffect(c) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SINGLE_RANGE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetRange(LOCATION_HAND) e1:SetCode(EFFECT_SPSUMMON_CONDITION) e1:SetVa...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777835.lua
2
7625
--Legendary Wyrm Dekaron function c77777835.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetDescription(aux.Stringid(77777835,0)) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --Psummon local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_CONTINUOUS+...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WeakAurasOptions/Locales/enUS.lua
2
20398
if not WeakAuras.IsLibsOK() then return end local L = WeakAuras.L -- Options translation L["1 Match"] = "1 Match" L["Actions"] = "Actions" L["Activate when the given aura(s) |cFFFF0000can't|r be found"] = "Activate when the given aura(s) |cFFFF0000can't|r be found" L["Add a new display"] = "Add a new display" L["Add ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Narcissus/Modules/Splash/Splash.lua
1
34784
local currentVersion = 10500; local lastMajorVersion = 0; local _, _, _, tocversion = GetBuildInfo(); tocversion = tonumber(tocversion); local TEST_ALAWYS_SHOW = false; ----------------------------------------------------------------- local function ApplyPatchFix(self) --Apply fix-- --None return; end lo...
gpl-3.0
Markismus/koreader
frontend/ui/widget/datewidget.lua
1
6808
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/Classic/Modules/Skins/TradeSkill.lua
1
6182
local E, L, V, P, G = unpack(ElvUI) local S = E:GetModule('Skins') local _G = _G local strfind = strfind local unpack, select = unpack, select local GetItemInfo = GetItemInfo local GetTradeSkillNumReagents = GetTradeSkillNumReagents local GetTradeSkillInfo = GetTradeSkillInfo local GetItemQualityColor = GetItemQualit...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-BlackTemple/localization.kr.lua
1
4367
if GetLocale() ~= "koKR" then return end local L ----------------- -- Najentus -- ----------------- L = DBM:GetModLocalization("Najentus") L:SetGeneralLocalization{ name = "대장군 나젠투스" } L:SetOptionLocalization{ InfoFrame = "체력이 낮은 대상을 정보 창으로 보기(8800 미만)" } L:SetMiscLocalization{ HealthInfo = "체력 정보" } --------...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c92827982.lua
2
1533
--Vocaloid Avanna function c92827982.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(92827982,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetRange(LOCATION_GRAVE) e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetCon...
gpl-3.0
slachiewicz/ntopng
scripts/lua/modules/top_scripts/top_countries.lua
8
7239
-- -- (C) 2013-15 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "top_talkers" require "json" local top_countries_intf = {} if (ntop.isPro()) then package.path = dirs.installdir .. "/pro/scripts/lua/modules/top_scripts/?.lua;" .. package...
gpl-3.0
slachiewicz/ntopng
scripts/lua/modules/alert_utils.lua
7
9469
-- -- (C) 2014-15 - ntop.org -- -- This file contains the description of all functions -- used to trigger host alerts local verbose = false j = require("dkjson") require "persistence" function ndpival_bytes(json, protoname) key = "ndpiStats" -- Host if((json[key] == nil) or (json[key][protoname] == nil)) ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/GarrisonCommander/MissionCompletion.lua
1
13267
local me, ns = ... ns.Configure() local addon=addon --#addon local shipyard local _G=_G local GMF=GMF local GSF=GSF local GMFMissions=GarrisonMissionFrameMissions local GSFMissions=GarrisonMissionFrameMissions local GARRISON_CURRENCY=GARRISON_CURRENCY local GARRISON_SHIP_OIL_CURRENCY=_G.GARRISON_SHIP_OIL_CURRENCY local...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MSBTOptions/Localization/localization.lua
1
48715
------------------------------------------------------------------------------- -- Title: MSBT Options English Localization -- Author: Mikord ------------------------------------------------------------------------------- -- Create options namespace. MSBTOptions = {} -- Local reference for faster access. local L = Mi...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WeakAurasOptions/AuthorOptions.lua
1
92241
--[[ writes to options field of aura data, which is then read to construct the user config panel Values in aura data: authorOptions -> array of options. config -> key/value hash table. key, and format of value are defined by author, and the precise value is defined by the user. This table gets copied i...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WorldQuestTracker/libs/DF/textentry.lua
1
34100
local DF = _G["DetailsFramework"] if (not DF or not DetailsFrameworkCanLoad) then return end local _ local APITextEntryFunctions = false do local metaPrototype = { WidgetType = "textentry", dversion = DF.dversion, } --check if there's a metaPrototype already existing if (_G[DF.GlobalWidgetControlNames["tex...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Shadowlands/TheaterofPain/AffrontofChallengers.lua
1
7453
local mod = DBM:NewMod(2397, "DBM-Party-Shadowlands", 6, 1187) local L = mod:GetLocalizedStrings() mod:SetRevision("20220803233609") mod:SetCreatureID(164451, 164463, 164461)--Dessia, Paceran, Sathel mod:SetEncounterID(2391) mod:SetHotfixNoticeRev(20220416000000) mod:SetBossHPInfoToHighest() mod:RegisterCombat("comb...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c100000858.lua
2
5066
--Created and coded by Rising Phoenix function c100000858.initial_effect(c) --trigger local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e2:SetCode(EVENT_SUMMON_SUCCESS) e2:SetRange(LOCATION_SZONE) e2:SetOperation(c100000858.check) c:...
gpl-3.0