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
finalfrontier/finalfrontier
entities/entities/prop_ff_modulebase/shared.lua
3
4646
-- Copyright (c) 2014 James King [metapyziks@gmail.com] -- -- This file is part of Final Frontier. -- -- Final Frontier is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as -- published by the Free Software Foundation, either version 3 of -- the Lic...
lgpl-3.0
dr01d3r/darkstar
scripts/globals/items/alabaligi.lua
12
1324
----------------------------------------- -- ID: 5461 -- Item: Alabaligi -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ---------...
gpl-3.0
teleaqrab/MR
plugins/inrealm.lua
2
37488
-- data saved to moderation.json -- check moderation plugin do local function create_group(msg) -- superuser and admins only (because sudo are always has privilege) if is_sudo(msg) or is_realm(msg) and is_admin1(msg) then local group_creator = msg.from.print_name create_group_chat (group_creator, group_na...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c1372887.lua
4
2174
--相乗り function c1372887.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,1372887+EFFECT_COUNT_CODE_OATH) e1:SetOperation(c1372887.activate) c:RegisterEffect(e1) end function c1372887.activa...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Phanauet_Channel/Zone.lua
15
1465
----------------------------------- -- -- Zone: Phanauet_Channel -- ----------------------------------- package.loaded["scripts/zones/Phanauet_Channel/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Phanauet_Channel/TextIDs"); ------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c12470447.lua
2
1378
--邪悪な儀式 function c12470447.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_POSITION) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(0,EFFECT_FLAG2_COF) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(TIMING_STANDBY_PHASE) e1:SetCondition(c12470447.condition) e1:SetTarget(c12...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c10530913.lua
4
3103
--森羅の賢樹 シャーマン function c10530913.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(10530913,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_TO_GRAVE) e1:SetRange(LOCATION_HAND) e1:SetCondition(c10530...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c76543119.lua
4
2444
--ギミック・パペット-死の木馬 function c76543119.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(76543119,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_NO_TURN_RESET) e1:SetRange(LOCATION_MZONE) e1:SetCountL...
gpl-2.0
HHmmominion/basemmominion
LuaMods/ffxivminion/ffxiv_aoe_data.lua
1
26417
ffxiv_aoe_data = { ["dodge"] = { [626]=true; [2767]=true; [3261]=true; [2678]=true; [502]=true; [1613]=true; [628]=true; [2080]=true; [2417]=true; [2769]=true; [627]=true; [1035]=true; [2079]=true; [2416]=true; [2768]=true; [3105]=true; [503]=true; [2050]=true; [2075]=true; [27...
gpl-2.0
megatronzdspam/megaa
plugins/ingroup.lua
1
32274
do local function check_member(cb_extra, success, result) local receiver = cb_extra.receiver local data = cb_extra.data local msg = cb_extra.msg for k,v in pairs(result.members) do local member_id = v.id if member_id ~= our_id then -- Group configuration data[tostring(msg.to.id)] = { ...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c42647539.lua
2
1134
--ガーゴイルの道化師 function c42647539.initial_effect(c) --pos local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(42647539,0)) e1:SetCategory(CATEGORY_POSITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_SINGLE) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c4264753...
gpl-2.0
PouriaDev/CyberTG
libs/serpent.lua
656
7877
local n, v = "serpent", 0.28 -- (C) 2012-15 Paul Kulchenko; MIT License local c, d = "Paul Kulchenko", "Lua serializer and pretty printer" local snum = {[tostring(1/0)]='1/0 --[[math.huge]]',[tostring(-1/0)]='-1/0 --[[-math.huge]]',[tostring(0/0)]='0/0'} local badtype = {thread = true, userdata = true, cdata = true} lo...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c57043117.lua
2
2035
--鋼鉄の巨兵 function c57043117.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_ROCK),3,2) c:EnableReviveLimit() --immune local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_IMMUNE_EFFECT) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c38331564.lua
2
3132
--光天使セプター function c38331564.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(38331564,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:Set...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c83755611.lua
2
3495
--輝竜星-ショウフク function c83755611.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsRace,RACE_WYRM),1) c:EnableReviveLimit() --mat check local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_MATERIAL_CHECK) e1:SetValue(c83755611.matcheck) c:RegisterEff...
gpl-2.0
soundsrc/premake-stable
tests/test_targets.lua
16
7453
-- -- tests/test_targets.lua -- Automated test suite for premake.gettarget() -- Copyright (c) 2008, 2009 Jason Perkins and the Premake project -- T.targets = { } local cfg function T.targets.setup() cfg = { } cfg.basedir = "." cfg.location = "." cfg.targetdir = "../bin" cfg.language = "C++" cfg...
bsd-3-clause
SalvationDevelopment/Salvation-Scripts-Production
c58016954.lua
2
2253
--イェシャドール-セフィラナーガ function c58016954.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-2.0
grbd/premake-core
src/base/global.lua
2
1967
--- -- global.lua -- The global container holds solutions and rules. -- Copyright (c) 2014 Jason Perkins and the Premake project --- local p = premake p.global = p.api.container("global") local global = p.global --- -- Create a new global container instance. --- function global.new(name) return p.container.ne...
bsd-3-clause
SalvationDevelopment/Salvation-Scripts-Production
c56704140.lua
2
1328
--氷結界の風水師 function c56704140.initial_effect(c) --untargetable local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(56704140,0)) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetProperty(EFFECT_FLAG_NO_TURN_RESET) e1:SetCountLimit(1) e1:SetCost(c56704140.cost) e1:SetTarget(c56704140....
gpl-2.0
dr01d3r/darkstar
scripts/zones/Windurst_Walls/npcs/Trail_Markings.lua
7
3073
----------------------------------- -- Area: Windurst Walls -- NPC: Trail Markings -- Dynamis-Windurst Enter -- @pos -216 0 -94 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("script...
gpl-3.0
zeta0134/drunken-archer
drunken-archer/drunken-archer/lua/stages/levelloader.lua
1
2220
--note: global "level_name" is passed in by the game engine --objects! GameEngine.loadAllObjects() --setup some things stage.triggered = {} current_filename = "" current_map = {} GameEngine.playMusic("game-loop2") function load_map(name) print("Called load map...") --note: returns the tilemap in question map ...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c96729612.lua
2
1373
--儀式の準備 function c96729612.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c96729612.target) e1:SetOperation(c96729612.activate) c:RegisterEffect(e1) end function c96729612.fil...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c20154092.lua
5
1424
--先史遺産カブレラの投石機 function c20154092.initial_effect(c) --atk local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(20154092,0)) e2:SetCategory(CATEGORY_ATKCHANGE) e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetRange(LOCATION_MZONE) e2:SetCountLimit(1) e2:SetCost(c20154092....
gpl-2.0
dr01d3r/darkstar
scripts/zones/Windurst_Waters/npcs/Ten_of_Hearts.lua
14
1058
----------------------------------- -- Area: Windurst Waters -- NPC: Ten of Hearts -- Type: Standard NPC -- @zone 238 -- @pos -49.441 -5.909 226.524 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ------...
gpl-3.0
koreader/koreader
plugins/profiles.koplugin/main.lua
1
11024
local ConfirmBox = require("ui/widget/confirmbox") local DataStorage = require("datastorage") local Dispatcher = require("dispatcher") local FFIUtil = require("ffi/util") local InfoMessage = require("ui/widget/infomessage") local InputDialog = require("ui/widget/inputdialog") local LuaSettings = require("luasettings") ...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c9553721.lua
4
1965
--霊魂の拠所 function c9553721.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --atk local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_UPDATE_ATTACK) e2:SetRange(LOCATION_SZONE) e2:SetTarg...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c52589809.lua
2
2239
--風来王 ワイルド・ワインド function c52589809.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(c52589809.spcon) e1:SetOperation(c52589809.spop) c:RegisterEffec...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Selbina/TextIDs.lua
7
1895
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6385; -- Obtained: <item>. GIL_OBTAINED = 6386; -- Obtained <number> gil. KEYITEM_OBTAINED = 6388; -- Obtained...
gpl-3.0
griffordson/mongrel2
examples/bbs/engine.lua
96
1958
local print = print local pcall = pcall local coroutine = coroutine local ui = require 'ui' local db = require 'db' module 'engine' local STATE = {} function run(conn, engine) while true do -- Get a message from the Mongrel2 server local good, request = pcall(conn.recv_json, conn) if goo...
bsd-3-clause
SalvationDevelopment/Salvation-Scripts-Production
c78202553.lua
2
2861
--Subterror Behemoth Stalagmo function c78202553.initial_effect(c) --flip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(78202553,0)) e1:SetCategory(CATEGORY_DRAW+CATEGORY_HANDES) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetCountLi...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Port_Bastok/npcs/Bagnobrok.lua
17
1554
----------------------------------- -- Area: Port Bastok -- NPC: Bagnobrok -- Only sells when Bastok controls Movalpolos -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Port_Bastok/TextIDs"] = ...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Windurst_Woods/npcs/Boizo-Naizo.lua
14
1621
----------------------------------- -- Area: Windurst Woods -- NPC: Boizo-Naizo -- Involved in Quest: Riding on the Clouds -- @zone 241 -- @pos -9.581 -3.75 -26.062 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
fdb/frequensea
lua/iq-tex.lua
2
1358
-- Visualize IQ data as a texture from the HackRF -- You want seizures? 'Cause this is how you get seizures. VERTEX_SHADER = [[ #version 400 layout (location = 0) in vec3 vp; layout (location = 1) in vec3 vn; layout (location = 2) in vec2 vt; out vec3 color; out vec2 texCoord; uniform mat4 uViewMatrix, uProjectionMatr...
mit
joev/SVUI-Temp
SVUI_!Core/libs/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
68
2216
--[[----------------------------------------------------------------------------- Heading Widget -------------------------------------------------------------------------------]] local Type, Version = "Heading", 20 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not AceGUI or (AceGUI:GetWidgetVersion(Type) or...
mit
SalvationDevelopment/Salvation-Scripts-Production
c10248389.lua
2
1367
--サイバー・ブレイダー function c10248389.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCode2(c,97023549,11460577,false,false) --indes local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE) e1:SetCondition(c10248389.indcon) e1:SetValue(1) c:R...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Arrapago_Reef/npcs/qm3.lua
30
1351
----------------------------------- -- Area: Arrapago Reef -- NPC: ??? (Spawn Zareehkl the Jubilant(ZNM T2)) -- @pos 176 -4 182 54 ----------------------------------- package.loaded["scripts/zones/Arrapago_Reef/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Arrapago_Reef/TextIDs"); require...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c93294869.lua
6
1854
--傷炎星-ウルブショウ function c93294869.initial_effect(c) --set local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(93294869,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_FLIP) e1:SetTarget(c93294869.settg) e1:SetOperation(...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Windurst_Woods/npcs/Wani_Casdohry.lua
17
1310
----------------------------------- -- Area: Windurst Woods -- NPC: Wani Casdohry ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Windurst_Woods/TextIDs"); ------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c46066477.lua
6
1299
--エンタメ・バンド・ハリケーン function c46066477.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCountLimit(1,46066477+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c46066477.target...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c90764875.lua
6
1233
--ゴルゴニック・グール function c90764875.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(90764875,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(2,90764875) e1:SetCondition(c90764875.spcon) e1:Set...
gpl-2.0
Extrawurst/cimgui
generator/output/typedefs_dict.lua
1
7087
local defs = {} defs["ImBitVector"] = "struct ImBitVector" defs["ImColor"] = "struct ImColor" defs["ImDrawCallback"] = "void(*)(const ImDrawList* parent_list,const ImDrawCmd* cmd);" defs["ImDrawChannel"] = "struct ImDrawChannel" defs["ImDrawCmd"] = "struct ImDrawCmd" defs["ImDrawCmdHeader"] = "struct ImDrawCmdHeader" d...
mit
dr01d3r/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Sabiliont.lua
14
1706
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Sabiliont -- @zone 80 -- @pos 9 2 -87 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); ---------...
gpl-3.0
sempiternum/telegram-bot
plugins/rss.lua
700
5434
local function get_base_redis(id, option, extra) local ex = '' if option ~= nil then ex = ex .. ':' .. option if extra ~= nil then ex = ex .. ':' .. extra end end return 'rss:' .. id .. ex end local function prot_url(url) local url, h = string.gsub(url, "http://", "") local...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Northern_San_dOria/npcs/Grilau.lua
14
6142
----------------------------------- -- Area: Northern San d'Oria -- NPC: Grilau -- @pos -241.987 6.999 57.887 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyi...
gpl-3.0
waruqi/xmake
xmake/modules/lib/detect/find_cudadevices.lua
1
7987
--!A cross-platform build utility based on Lua -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law...
apache-2.0
SalvationDevelopment/Salvation-Scripts-Production
c45410988.lua
2
2583
--レッドアイズ・トランスマイグレーション function c45410988.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(c45410988.target) e1:SetOperation(c45410988.activate) c:RegisterEffect(e1) end c45410988.fit_mo...
gpl-2.0
Herve-M/OpenRA
mods/ra/maps/allies-06a/allies06a-AI.lua
7
5290
--[[ Copyright 2007-2022 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Southern_San_dOria/npcs/Trail_Markings.lua
7
3100
----------------------------------- -- Area: Southern San d'Oria -- NPC: Trail Markings -- Dynamis-San d'Oria Enter -- @pos 139 -2 122 230 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); requ...
gpl-3.0
amirrobot1/amirrobot
plugins/antifuck.lua
22
4534
-- By Mohamed_devt { @amirmr33 } -- how to use inside telegram -- -- if you want to see fuck use this command /fuck lock -- if you want to disable the protection use this command /fuck unlock -- if you want to check the protection use this command /link ? -- a function that i make to cut the command and the / from t...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c37780349.lua
2
2689
--D-HERO ダイナマイトガイ function c37780349.initial_effect(c) --Damage to 0 local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(37780349,0)) e1:SetCategory(CATEGORY_DAMAGE) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_PRE_DAMAGE_CALCULATE) e1:SetRange(LOCATION_HAND) e1:SetCondition(c37780349.dmcon) e1:...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Mhaura/npcs/Yabby_Tanmikey.lua
14
1169
----------------------------------- -- Area: Mhaura -- NPC: Yabby Tanmikey -- Guild Merchant NPC: Goldsmithing Guild -- @pos -36.459 -16.000 76.840 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); re...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c61370518.lua
4
1411
--迅雷の魔王-スカル・デーモン function c61370518.initial_effect(c) --maintain local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EVENT_PHASE+PHASE_STANDBY) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetCond...
gpl-2.0
waruqi/xmake
xmake/languages/msrc/api.lua
1
1137
--!A cross-platform build utility based on Lua -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law...
apache-2.0
SalvationDevelopment/Salvation-Scripts-Production
c100912038.lua
2
2831
--妖精伝姫-カグヤ --Fairy Tail – Kaguya --Script by dest function c100912038.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(100912038,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:Se...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Heavens_Tower/npcs/Rakano-Marukano.lua
14
2333
----------------------------------- -- Area: Heavens Tower -- NPC: Rakano-Marukano -- Type: Immigration NPC -- @pos 6.174 -1 32.285 242 ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); -----------...
gpl-3.0
dr01d3r/darkstar
scripts/globals/spells/paralyze.lua
6
1877
----------------------------------------- -- Spell: Paralyze -- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and MND. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpell...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Misseulieu.lua
17
1569
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Misseulieu -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; require("scripts/zones/Tavnazian_Safehold/TextIDs"); ----------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c65844845.lua
5
2222
--甲虫装機 ギガグリオル function c65844845.initial_effect(c) --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(65844845,0)) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_EQUIP) e1:SetRange(LOCATION_GRAVE) e1:SetCountLimit(1,65844845) e1:SetCost(c658...
gpl-2.0
TeamCarbonXtremeARMv6/android_external_skia
tools/lua/skia.lua
207
1863
-- Experimental helpers for skia -- function string.startsWith(String,Start) return string.sub(String,1,string.len(Start))==Start end function string.endsWith(String,End) return End=='' or string.sub(String,-string.len(End))==End end Sk = {} function Sk.isFinite(x) return x * 0 == 0 end ----------------...
bsd-3-clause
SalvationDevelopment/Salvation-Scripts-Production
c20584712.lua
2
1563
--SPYRAL Tough function c20584712.initial_effect(c) --change name local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCode(EFFECT_CHANGE_CODE) e1:SetRange(LOCATION_MZONE+LOCATION_GRAVE) e1:SetValue(41091257) c:RegisterEffect(e1) --destroy local e2=Effe...
gpl-2.0
TcT2k/wxFormBuilder
build/premake/4.3/tests/actions/xcode/test_xcode_common.lua
7
1583
-- -- tests/actions/xcode/test_xcode_common.lua -- Automated test suite for functions shared between Xcode projects and solutions -- Copyright (c) 2009 Jason Perkins and the Premake project -- T.xcode3common = { } local suite = T.xcode3common local xcode = premake.xcode -- -- Replacement for xcode.newid(). Creat...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Castle_Oztroja/npcs/_47u.lua
14
1292
----------------------------------- -- Area: Castle Oztroja -- NPC: _47u (Handle) -- Notes: Opens door _474 from behind -- @pos -60 24 -77 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Castle_Oztroja/T...
gpl-3.0
YelaSeamless/mysql-proxy
lib/proxy/parser.lua
6
5174
--[[ $%BEGINLICENSE%$ Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is dis...
gpl-2.0
goblinor/BombusMOD
libs/lua-redis.lua
580
35599
local redis = { _VERSION = 'redis-lua 2.0.4', _DESCRIPTION = 'A Lua client library for the redis key value storage system.', _COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri', } -- The following line is used for backwards compatibility in order to keep the `Redis` -- global module name. Using...
apache-2.0
YGS-CO/YGS
libs/lua-redis.lua
580
35599
local redis = { _VERSION = 'redis-lua 2.0.4', _DESCRIPTION = 'A Lua client library for the redis key value storage system.', _COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri', } -- The following line is used for backwards compatibility in order to keep the `Redis` -- global module name. Using...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c22842126.lua
5
2403
--汎神の帝王 function c22842126.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(22842126,0)) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCost(c22842126.cost) e1:SetTarget(c2284...
gpl-2.0
TerryE/nodemcu-firmware
lua_examples/mqtt/mqtt_file.lua
1
1667
-- test transfer files over mqtt. m_dis={} function dispatch(m,t,pl) if pl~=nil and m_dis[t] then m_dis[t](m,pl) end end function pubfile(m,filename) file.close() file.open(filename) repeat local pl=file.read(1024) if pl then m:publish("/topic2",pl,0,0) end until not pl file.close() end -- payload...
mit
SalvationDevelopment/Salvation-Scripts-Production
c29343734.lua
2
2026
--E・HERO エリクシーラー function c29343734.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCode4(c,21844576,58932615,84327329,79979666,true,true) --spsummon condition local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABL...
gpl-2.0
thegrb93/wire
lua/wire/client/wiremenus.lua
18
1365
local Categories = { "Favourites", "Chips, Gates", "Visuals", "Detection", "Input, Output", "Vehicle Control", "Physics", "Other", "Memory", "Advanced", "Tools", "Options", } hook.Add( "AddToolMenuCategories", "WireCategories", function() for i=1,#Categories do local Category = Categories[i] spawnmenu...
apache-2.0
dr01d3r/darkstar
scripts/zones/Abyssea-Altepa/npcs/qm8.lua
14
1346
----------------------------------- -- Zone: Abyssea-Altepa -- NPC: qm8 (???) -- Spawns Chickcharney -- @pos ? ? ? 218 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --...
gpl-3.0
jinxiaoye1987/RyzomCore
ryzom/common/data_common/r2/r2_features_kill_npc.lua
3
15171
r2.Features.KillNpc = {} local feature = r2.Features.KillNpc feature.Name="KillNpc" feature.Description="" feature.Components = {} feature.Components.KillNpc = { BaseClass="LogicEntity", Name="KillNpc", InEventUI = true, Menu="ui:interface:r2ed_feature_menu", DisplayerProperties = "R2::CDisplayer...
agpl-3.0
dr01d3r/darkstar
scripts/zones/RuLude_Gardens/npcs/_6r8.lua
14
2431
----------------------------------- -- Area: Ru'Lud Gardens -- Door: Windurstian Ambassador -- Windurst Missions 3.3 "A New Journey" and 4.1 "Magicite" -- @pos 31 9 -22 243 ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; ----------------------------------- require("scri...
gpl-3.0
AutoJames/KkthnxUI_Legion
KkthnxUI/Locales/ruRU.lua
1
25132
local K, C, L = select(2, ...):unpack() -- Localization For ruRU Clients if (GetLocale() ~= "ruRU") then return end L.AFKScreen = { NoGuild = "Нет гильдии" } L.Announce = { FPUse = "%s использует %s.", Interrupted = INTERRUPTED.." %s \124cff71d5ff\124Hspell:%d:0\124h[%s]\124h\124r!", PCAborted = "ОСТАНОВИТЬ АТА...
mit
koreader/koreader
plugins/statistics.koplugin/main.lua
1
119216
local BD = require("ui/bidi") local BookStatusWidget = require("ui/widget/bookstatuswidget") local ConfirmBox = require("ui/widget/confirmbox") local DataStorage = require("datastorage") local Device = require("device") local Dispatcher = require("dispatcher") local DocSettings = require("docsettings") local FFIUtil = ...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c99004752.lua
5
2486
--ミニマム・ガッツ function c99004752.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c99004752.cost) e1:SetTarget(c99004752.target) e1:SetOperation(c99004752...
gpl-2.0
BooM-amour/lol
plugins/all.lua
1321
4661
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c511000124.lua
2
3090
--Ancient Key function c511000124.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:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCondition(c511000124.condition) e1:SetOperation(c511000124.operation)...
gpl-2.0
TeleDALAD/dd
plugins/all.lua
1321
4661
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c28297833.lua
2
1953
--ネクロフェイス function c28297833.initial_effect(c) --atkup local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(28297833,0)) e1:SetCategory(CATEGORY_TODECK+CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c28297833.tdtg) e1:SetOperation...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c47558785.lua
2
1073
--マイルド・ターキー function c47558785.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --scale change local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(47558785,0)) e1:SetCategory(CATEGORY_DICE) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_PZONE) e1:SetCountLimit(1) e1:SetTarg...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Abyssea-Konschtat/npcs/qm3.lua
10
1344
----------------------------------- -- Zone: Abyssea-Konschtat -- NPC: qm3 (???) -- Spawns Hexenpilz -- @pos ? ? ? 15 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --[...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c37349495.lua
7
1336
--ナチュル・エッグプラント function c37349495.initial_effect(c) --to hand local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(37349495,0)) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_TO_GRAVE)...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c76305638.lua
4
1352
--岩の精霊 タイタン function c76305638.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(c76305638.spcon) e1:SetOperation(c76305638.spo...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c74440055.lua
4
1138
--サボウ・ファイター function c74440055.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(74440055,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_BATTLE_DESTROYING) e1:SetCondition(c74440055.condition) e1:S...
gpl-2.0
dr01d3r/darkstar
scripts/commands/takexp.lua
13
1199
--------------------------------------------------------------------------------------------------- -- func: takexp <amount> <player> -- desc: Removes experience points from the target player. --------------------------------------------------------------------------------------------------- cmdprops = { permissio...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c90239723.lua
5
2666
--D・リペアユニット function c90239723.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:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCost(c90239723.cost) e1:SetTarget(c90239723.target) e1:SetOperation(c90...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c40583194.lua
5
1799
--フォース・リゾネーター function c40583194.initial_effect(c) -- local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(40583194,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCost(c40583194.cost) e1:SetTarget(c40583194.target) e1:SetOperation(c40583...
gpl-2.0
dr01d3r/darkstar
scripts/globals/abilities/violent_flourish.lua
26
3715
----------------------------------- -- Ability: Violent Flourish -- Stuns target with a low rate of success. Requires one Finishing Move. -- Obtained: Dancer Level 45 -- Finishing Moves Used: 1 -- Recast Time: 0:20 -- Duration: ?? ----------------------------------- require("scripts/globals/settings"); require("script...
gpl-3.0
joev/SVUI-Temp
SVUI_Skins/components/blizzard/battlefield.lua
2
2983
--[[ ############################################################################## S V U I By: Munglunch ############################################################################## --]] --[[ GLOBALS ]]-- local _G = _G; local unpack = _G.unpack; local select = _G.select; --[[ ADDON ]]-- local SV = _G['SVUI']; lo...
mit
SalvationDevelopment/Salvation-Scripts-Production
c42110604.lua
2
2122
--HSRチャンバライダー function c42110604.initial_effect(c) c:SetSPSummonOnce(42110604) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1) c:EnableReviveLimit() --extra attack local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_EXTRA_ATTACK) e1:SetValue(1) c:RegisterEffect...
gpl-2.0
koreader/koreader
spec/unit/kosync_spec.lua
9
6675
local service = [[ { "base_url" : "https://sync.koreader.rocks:443/", "name" : "api", "methods" : { "register" : { "path" : "/users/create", "method" : "POST", "required_params" : [ "username", "password", ], ...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c52846880.lua
3
2785
--カタストルの影霊衣 function c52846880.initial_effect(c) c:EnableReviveLimit() --cannot special summon 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(aux.ritlimit) c:RegisterEffect(e1) --...
gpl-2.0
koreader/koreader
spec/unit/focusmanager_spec.lua
4
8533
describe("FocusManager module", function() local FocusManager local layout, big_layout local Key local Input local Up = function(self) self:onFocusMove({0, -1}) end local Down = function(self) self:onFocusMove({0, 1}) end local Left = function(self) self:onFocusMove({-1, 0}) end local Ri...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c71413901.lua
6
2206
--魔導戦士 ブレイカー function c71413901.initial_effect(c) c:EnableCounterPermit(0x1) c:SetCounterLimit(0x1,1) --summon success local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(71413901,0)) e1:SetCategory(CATEGORY_COUNTER) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS...
gpl-2.0
delaram16/Avvvv
plugins/owners.lua
12
25236
local function lock_group_namemod(msg, data, target) local group_name_set = data[tostring(target)]['settings']['set_name'] local group_name_lock = data[tostring(target)]['settings']['lock_name'] if group_name_lock == 'yes' then return 'نام گروه در حال حاظر قفل می باشد' else data[tostring(target)]['setti...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c12800777.lua
2
2036
--風の精霊 ガルーダ function c12800777.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(c12800777.spcon) e1:SetOperation(c12800777.spo...
gpl-2.0
tehran98/otouto
plugins/hearthstone.lua
7
2109
-- Plugin for the Hearthstone database provided by hearthstonejson.com. if not hs_dat then hs_dat = {} local jstr, res = HTTPS.request('http://hearthstonejson.com/json/AllSets.json') if res ~= 200 then print('Error connecting to hearthstonejson.com.') print('hearthstone.lua will not be enabled.') end local...
gpl-2.0
dr01d3r/darkstar
scripts/globals/spells/foe_requiem_iii.lua
26
1631
----------------------------------------- -- Spell: Foe Requiem III ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,targe...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Windurst_Walls/npcs/_6n2.lua
3
5791
----------------------------------- -- Area: Windurst Walls -- Door: House of the Hero -- Involved in Mission 2-1 -- Involved In Quest: Know One's Onions, Onion Rings, The Puppet Master, Class Reunion -- @pos -26 -13 260 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = ni...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Abyssea-Tahrongi/npcs/Cavernous_Maw.lua
29
1190
----------------------------------- -- Area: Abyssea - Tahrongi -- NPC: Cavernous Maw -- @pos -31.000, 47.000, -681.000 45 -- Teleports Players to Tahrongi Canyon ----------------------------------- package.loaded["scripts/zones/Abyssea-Tahrongi/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0