repo_name stringlengths 6 69 | path stringlengths 6 178 | copies stringclasses 278
values | size stringlengths 4 7 | content stringlengths 671 917k | license stringclasses 15
values |
|---|---|---|---|---|---|
dickeyf/darkstar | scripts/globals/spells/cure_ii.lua | 26 | 4497 | -----------------------------------------
-- Spell: Cure II
-- Restores target's HP.
-- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic")... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c90219263.lua | 2 | 1411 | --万華鏡-華麗なる分身-
function c90219263.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:SetCondition(c90219263.condition)
e1:SetTarget(c90219263.target)
e1:SetOperation(c90219263.activate)
c:RegisterE... | gpl-2.0 |
Turttle/darkstar | scripts/globals/weaponskills/one_inch_punch.lua | 30 | 1549 | -----------------------------------
-- One Inch Punch
-- Hand-to-Hand weapon skill
-- Skill level: 75
-- Delivers an attack that ignores target's defense. Amount ignored varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Shadow Gorget.
-- Aligned with the Shadow Belt.
-- Element: None
-- Modi... | gpl-3.0 |
fgenesis/Aquaria_experimental | game_scripts/_mods/aquariaeditortutorial/scripts/node_tileedit04.lua | 6 | 1937 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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; either version 2
-- of the License, or (at your option) any later vers... | gpl-2.0 |
fgenesis/Aquaria_experimental | game_scripts/scripts/entities/whelknoshell.lua | 6 | 1151 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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; either version 2
-- of the License, or (at your option) any later vers... | gpl-2.0 |
Turttle/darkstar | scripts/globals/items/bowl_of_sutlac.lua | 36 | 1315 | -----------------------------------------
-- ID: 5577
-- Item: Bowl of Sutlac
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +8
-- MP +10
-- INT +1
-- MP Recovered while healing +2
-----------------------------------------
require("scripts/globals/status");
----... | gpl-3.0 |
tjschuck/redis | deps/lua/test/sort.lua | 889 | 1494 | -- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l<u then
local m=math.random(u-(l-1))+l-1 -- choose a random pivot in range l..u
x[l],x[m]=x[m],x[l] -- swap pivot to first posit... | bsd-3-clause |
dickeyf/darkstar | scripts/zones/Lower_Jeuno/npcs/Alrauverat.lua | 14 | 3677 | -----------------------------------
-- Area: Lower Jeuno
-- NPC:Alrauverat
-- @pos -101 0 -182 245
-------------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scrip... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Ghelsba_Outpost/bcnms/holy_crest.lua | 1 | 2233 | -----------------------------------
-- Area: Ghelsba Outpost
-- Name: Holy Crest - DRG flag quest
-- @pos -162 -11 78 140
-----------------------------------
package.loaded["scripts/zones/Ghelsba_Outpost/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/ke... | gpl-3.0 |
eugeneia/snabb | src/lib/protocol/ipv4.lua | 2 | 6581 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
module(..., package.seeall)
local ffi = require("ffi")
local C = ffi.C
local lib = require("core.lib")
local header = require("lib.protocol.header")
local ipsum = require("lib.checksum").ipsum
local htons, ntohs, htonl, ntohl =
lib.htons... | apache-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c89474727.lua | 2 | 2996 | --真閃珖竜 スターダスト・クロニクル
function c89474727.initial_effect(c)
--synchro summon
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... | gpl-2.0 |
Team-CC-Corp/ClamShell | lib/readline.lua | 1 | 12542 | function read(replaceChar, history, completeFunction, default)
term.setCursorBlink(true)
local line
if type(default) == "string" then
line = default
else
line = ""
end
local historyPos
local pos = #line
local downKeys = {}
local modifier = 0
if replaceChar then
... | mit |
Andrey2470T/Advanced-Trains-Optinal-Additional- | advtrains_freight_train/init.lua | 1 | 5861 | local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
else
S = function(s,a,...)a={a,...}return s:gsub("@(%d+)",function(n)return a[tonumber(n)]end)end
end
advtrains.register_wagon("diesel_lokomotive", {
mesh="advtrains_engine_diesel.b3d",
textures = {"advtrains_engine_diesel.png"},
is_locom... | lgpl-2.1 |
SalvationDevelopment/Salvation-Scripts-TCG | c81275020.lua | 9 | 1600 | --SRベイゴマックス
function c81275020.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(c81275020.spcon)
c:RegisterEffect(e1)
--search
local e2=Effect.Crea... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c58169731.lua | 5 | 1107 | --分断の壁
function c58169731.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetCondition(c58169731.condition)
e1:SetTarget(c58169731.target)
e1:SetOperation(c58169731.activate)
c:RegisterEffect(e1)
end
function c58169731.condition(... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/abilities/repair.lua | 26 | 4408 | -----------------------------------
-- Ability: Repair
-- Uses oil to restore pet's HP.
-- Obtained: Puppetmaster Level 15
-- Recast Time: 3:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/pets");
------------... | gpl-3.0 |
Turttle/darkstar | scripts/globals/abilities/ice_shot.lua | 22 | 2936 | -----------------------------------
-- Ability: Ice Shot
-- Consumes a Ice Card to enhance ice-based debuffs. Deals ice-based magic damage
-- Frost Effect: Enhanced DoT and AGI-
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/... | gpl-3.0 |
mimetic/DIG-corona-library | examples/dialog/scripts/funx/spinner.lua | 4 | 5135 | --
-- created with TexturePacker (http://www.codeandweb.com/texturepacker)
--
-- $TexturePacker:SmartUpdate:459fc7091d0a2612fe2f6ac2521fece9:796598a08e961b575f09566039a37861:7f3c883f0651180a344ed5c6ae525a42$
--
-- local sheetInfo = require("mysheet")
-- local myImageSheet = graphics.newImageSheet( "mysheet.png", sheetI... | mit |
SalvationDevelopment/Salvation-Scripts-TCG | c54360049.lua | 4 | 1465 | --カトブレパスと運命の魔女
function c54360049.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(54360049,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(c54360049.cost)... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c4779091.lua | 2 | 3643 | --ユベル-Das Abscheulich Ritter
function c4779091.initial_effect(c)
c:EnableReviveLimit()
--battle
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
e1:SetValue(1)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EF... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c18205590.lua | 5 | 2208 | --天架ける星因士
function c18205590.initial_effect(c)
--
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,18205590+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c182055... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c45662855.lua | 9 | 1886 | --ジェムナイト・アイオーラ
function c45662855.initial_effect(c)
aux.EnableDualAttribute(c)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetDescription(aux.Stringid(45662855,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLi... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Meriphataud_Mountains/npcs/Stone_Monument.lua | 32 | 1308 | -----------------------------------
-- Area: Meriphataud Mountains
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos 450.741 2.110 -290.736 119
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil;
-------------------------------... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c69452756.lua | 2 | 2231 | --醒めない悪夢
function c69452756.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE+TIMING_EQUIP)
e1:SetTarget(c69452756.target1)
c:RegisterEffect(e1)
--destroy
local e2=Effect.CreateEffect(c)
e2:SetDescript... | gpl-2.0 |
Metastruct/pac3 | lua/pac3/core/client/parts/material2.lua | 1 | 13601 | local shader_params = include("pac3/libraries/shader_params.lua")
local material_flags = {
debug = bit.lshift(1, 0),
no_debug_override = bit.lshift(1, 1),
no_draw = bit.lshift(1, 2),
use_in_fillrate_mode = bit.lshift(1, 3),
vertexcolor = bit.lshift(1, 4),
vertexalpha = bit.lshift(1, 5),
selfillum = bit.lshift(1... | gpl-3.0 |
bartekbp/graphics | glsdk/glload/codegen/MakeAllFiles.lua | 5 | 6077 | --[[
Calling dofile on this will generate all of the header and source files needed
for GLE.
]]
require "_LoadLuaSpec"
require "_MakeExtHeaderFile"
require "_MakeMainHeaderFile"
require "_MakeMainSourceFile"
require "_MakeCoreHeaderFile"
require "_MakeCoreSourceFile"
require "_MakeInclTypeFile"
require "_MakeInclCoreF... | mit |
Turttle/darkstar | scripts/zones/Port_San_dOria/npcs/Teilsa.lua | 34 | 1795 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Teilsa
-- Adventurer's Assistant
-- Only recieving Adv.Coupon and simple talk event are scrited
-- This NPC participates in Quests and Missions
-------------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Feretory/Zone.lua | 32 | 1164 | -----------------------------------
--
-- Zone: Feretory
--
-----------------------------------
package.loaded["scripts/zones/Marjami_Ravine/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Marjami_Ravine/TextIDs");
-----------------------------------
--... | gpl-3.0 |
piXelicidio/locas-ants | libs/suit/theme.lua | 1 | 4521 | -- This file is part of SUIT, copyright (c) 2016 Matthias Richter
local BASE = (...):match('(.-)[^%.]+$')
local theme = {}
theme.cornerRadius = 4
theme.color = {
normal = {bg = { 66, 66, 66}, fg = {188,188,188}},
hovered = {bg = { 50,153,187}, fg = {255,255,255}},
active = {bg = {255,153, 0}, fg = {225,225,... | mit |
SalvationDevelopment/Salvation-Scripts-TCG | 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 |
Metastruct/pac3 | lua/pac3/editor/client/panels/browser.lua | 3 | 1720 | local L = pace.LanguageString
local PANEL = {}
PANEL.ClassName = "browser"
PANEL.Base = "DListView"
PANEL.Dir = ""
AccessorFunc(PANEL, "Dir", "Dir")
function PANEL:SetDir(str)
self.Dir = str
self:PopulateFromClient()
end
function PANEL:Init()
self:AddColumn(L"name")
self:AddColumn(L"size")
self:AddColumn(L"mod... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | 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 |
dickeyf/darkstar | scripts/globals/items/bowl_of_whitefish_stew.lua | 18 | 1536 | -----------------------------------------
-- ID: 4440
-- Item: Bowl of Whitefish Stew
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 10
-- Dexterity 3
-- Mind -3
-- Accuracy 3
-- Ranged ACC % 7
-- Ranged ACC Cap 10
-----------------------------------------
require("scripts/global... | gpl-3.0 |
Turttle/darkstar | scripts/globals/abilities/wind_shot.lua | 22 | 2984 | -----------------------------------
-- Ability: Wind Shot
-- Consumes a Wind Card to enhance wind-based debuffs. Deals wind-based magic damage
-- Choke Effect: Enhanced DoT and VIT-
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/glob... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c95004025.lua | 2 | 2152 | --真竜導士マジェスティM
function c95004025.initial_effect(c)
--summon with s/t
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(95004025,0))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SUMMON_PROC)
e1:SetCondition(c95004025.otcon)
e1:Set... | gpl-2.0 |
dickeyf/darkstar | scripts/zones/Kazham/npcs/Nti_Badolsoma.lua | 15 | 1053 | -----------------------------------
-- Area: Kazham
-- NPC: Nti Badolsoma
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
-----------------------------------
f... | gpl-3.0 |
Metastruct/pac3 | lua/pac3/core/client/parts/model2.lua | 1 | 20345 | local pac = pac
local render_SetColorModulation = render.SetColorModulation
local render_SetBlend = render.SetBlend
local render_CullMode = render.CullMode
local MATERIAL_CULLMODE_CW = MATERIAL_CULLMODE_CW
local MATERIAL_CULLMODE_CCW = MATERIAL_CULLMODE_CCW
local render_SetMaterial = render.SetMaterial
local r... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Northern_San_dOria/npcs/Justi.lua | 36 | 1852 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Justi
-- Conquest depending furniture seller
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/... | gpl-3.0 |
kiavateam/kiavasecbot | 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-3.0 |
walid55/all_wazer2 | 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 |
Turttle/darkstar | scripts/zones/FeiYin/npcs/Strange_Apparatus.lua | 31 | 1106 | -----------------------------------
-- Area: FeiYin
-- NPC: Strange Apparatus
-- @pos -94 -15 220 204
-----------------------------------
package.loaded["scripts/zones/FeiYin/TextIDs"] = nil;
require("scripts/zones/FeiYin/TextIDs");
require("scripts/globals/strangeapparatus");
-----------------------------------
--... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Upper_Jeuno/npcs/Collet.lua | 17 | 2328 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Collet
-- Involved in Quests: A Clock Most Delicate, Save the Clock Tower
-- @zone 244
-- @pos -44 0 107
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require(... | gpl-3.0 |
Turttle/darkstar | scripts/globals/effects/yonin.lua | 17 | 1446 | -----------------------------------
--
--
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect) --power=30 initially, subpower=20 for enmity
target:addM... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c37198732.lua | 2 | 1932 | --レベル・マイスター
function c37198732.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:SetCost(c37198732.cost)
e1:SetTarget(c37198732.target)
e1:SetOperation(c37198732.activate)
c:RegisterEffect(e1)
en... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Port_Bastok/npcs/Silver_Owl.lua | 34 | 1328 | -----------------------------------
-- Area: Port Bastok
-- NPC: Silver Owl
-- Type: Tenshodo Merchant
-- @pos -99.155 4.649 23.292 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
requi... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c96223501.lua | 2 | 2427 | --竜星因士-セフィラツバーン
function c96223501.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--splimit
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
e2... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c100912004.lua | 2 | 5105 | --EMユーゴーレム
--Performapal Fugolem
--Scripted by Eerie Code
function c100912004.initial_effect(c)
aux.EnablePendulumAttribute(c)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_PZON... | gpl-2.0 |
Turttle/darkstar | scripts/globals/weaponskills/double_thrust.lua | 30 | 1320 | -----------------------------------
-- Double Thrust
-- Polearm weapon skill
-- Skill Level: 5
-- Delivers a two-hit attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Light Gorget.
-- Aligned with the Light Belt.
-- Element: None
-- Modifiers: STR:30%
-- 100%TP 200%TP 3... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c72913666.lua | 2 | 2059 | --ゴーストリック・ワーウルフ
function c72913666.initial_effect(c)
--summon limit
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_SUMMON)
e1:SetCondition(c72913666.sumcon)
c:RegisterEffect(e1)
--turn set
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(72913666,0))
e2:S... | gpl-2.0 |
erictheredsu/eric_git | MGCN/wow/WTF/Account/ERIC/Mangoscn/Erica/SavedVariables/zBar2.lua | 1 | 1364 |
zBar2Saves = {
["version"] = "2.0.15",
["zShadow1"] = {
["hideTab"] = 1,
["num"] = 1,
["buttons"] = {
},
["max"] = 2,
["layout"] = "line",
["alpha"] = 1,
["linenum"] = 1,
["hide"] = true,
["pos"] = {
"CENTER", -- [1]
72, -- [2]
0, -- [3]
},
["scale"] = 1,
["inset"] = 0,
["inComba... | gpl-3.0 |
Turttle/darkstar | scripts/globals/spells/suiton_san.lua | 17 | 1629 | -----------------------------------------
-- Spell: Suiton: San
-- Deals water damage to an enemy and lowers its resistance against lightning.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCas... | gpl-3.0 |
Turttle/darkstar | scripts/globals/items/loaf_of_homemade_bread.lua | 35 | 1131 | -----------------------------------------
-- ID: 5228
-- Item: loaf_of_homemade_bread
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Agility 1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck... | gpl-3.0 |
Turttle/darkstar | scripts/globals/spells/bluemagic/occultation.lua | 46 | 1612 | -----------------------------------------
-- Spell: Occultation
-- Creates shadow images that each absorb a single attack directed at you
-- Spell cost: 138 MP
-- Monster Type: Seethers
-- Spell Type: Magical (Wind)
-- Blue Magic Points: 3
-- Stat Bonus: VIT+3 CHR-2
-- Level: 88
-- Casting Time: 2 seconds
-- Recast Ti... | gpl-3.0 |
fgenesis/Aquaria_experimental | game_scripts/scripts/maps/node_hint_rollgear.lua | 6 | 1214 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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; either version 2
-- of the License, or (at your option) any later vers... | gpl-2.0 |
takke/MZ3 | src/MZ3/scripts/gmail.lua | 1 | 58016 | --[[
* Copyright (c) MZ3 Project Team All rights reserved.
* Code licensed under the BSD License:
* http://www.mz3.jp/license.txt
]]
--------------------------------------------------
-- MZ3 Script : gmail
--
-- $Id$
--------------------------------------------------
mz3.logger_debug('gmail.lua start');
module("gmai... | bsd-3-clause |
fgenesis/Aquaria_experimental | game_scripts/scripts/entities/creatorform4.lua | 6 | 13626 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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; either version 2
-- of the License, or (at your option) any later vers... | gpl-2.0 |
dickeyf/darkstar | scripts/zones/Ceizak_Battlegrounds/npcs/HomePoint#1.lua | 27 | 1286 | -----------------------------------
-- Area: Ceizak Battlegrounds
-- NPC: HomePoint#1
-- @pos -107 3.2 295 261
-----------------------------------
package.loaded["scripts/zones/Ceizak_Battlegrounds/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Ceizak_Battlegrounds/TextIDs");
require("s... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Valkurm_Dunes/npcs/Stone_Monument.lua | 32 | 1285 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos -311.299 -4.420 -138.878 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Altar_Room/Zone.lua | 28 | 1623 | -----------------------------------
--
-- Zone: Altar_Room (152)
--
-----------------------------------
package.loaded["scripts/zones/Altar_Room/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Altar_Room/TextIDs");
---------------------------... | gpl-3.0 |
dickeyf/darkstar | scripts/globals/items/pestle.lua | 41 | 1123 | -----------------------------------------
-- ID: 18599
-- Item: Pestle
-- Additional effect: MP Drain
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
fun... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c73752131.lua | 3 | 2015 | --熟練の黒魔術師
function c73752131.initial_effect(c)
c:EnableCounterPermit(0x1)
c:SetCounterLimit(0x1,3)
--add counter
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e0:SetCode(EVENT_CHAINING)
e0:SetRange(LOCATION_MZONE)
e0:SetOperation... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/items/bowl_of_ulbuconut_milk.lua | 18 | 1192 | -----------------------------------------
-- ID: 5976
-- Item: Bowl of Ulbuconut Milk
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Charisma +3
-- Vitality -2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItem... | gpl-3.0 |
JackS9/iot | lua_examples/thebutton/init.lua | 1 | 10539 | print("WIFI control")
-- put module in AP mode
wifi.setmode(wifi.SOFTAP)
print("ESP8266 mode is: " .. wifi.getmode())
cfg={}
-- Set the SSID of the module in AP mode and access password
cfg.ssid="ESP_STATION"
cfg.pwd="it"
if ssid and password then
print("ESP8266 SSID is: " .. cfg.ssid .. " and PASSWORD ... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Bastok_Mines/npcs/Abd-al-Raziq.lua | 42 | 2636 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Abd-al-Raziq
-- Type: Alchemy Guild Master
-- @pos 126.768 1.017 -0.234 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("... | gpl-3.0 |
erictheredsu/eric_git | MGCN/wow/WTF/Account/AAAA/SavedVariables/Blizzard_CombatLog.lua | 2 | 23592 |
Blizzard_CombatLog_Filters = {
["filters"] = {
{
["quickButtonName"] = "自己",
["onQuickBar"] = true,
["quickButtonDisplay"] = {
["party"] = true,
["solo"] = true,
["raid"] = true,
},
["tooltip"] = "显示你所进行的动作和你受到的动作的信息。",
["name"] = "自己",
["colors"] = {
["schoolColoring"] = {
... | gpl-3.0 |
Turttle/darkstar | scripts/globals/items/spirit_sword.lua | 16 | 1559 | -----------------------------------------
-- ID: 16613
-- Spirit Sword
-- Additional effect: Light damage
-- Enchantment: TP+100
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-------------... | gpl-3.0 |
birdbrainswagtrain/GmodPillPack-TeamFortress | lua/autorun/include/pill_tf_fun.lua | 1 | 3321 | AddCSLuaFile()
pk_pills.register("tf_conga",{
type="ply",
printName="CONGA CONGA CONGA",
options=function() return {
{model="models/player/scout.mdl"},
{model="models/player/soldier.mdl"},
{model="models/player/pyro.mdl"},
{model="models/player/demo.mdl"},
{model="models/player/heavy.mdl"},
{model="mode... | mit |
SalvationDevelopment/Salvation-Scripts-TCG | 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 |
eugeneia/snabb | lib/pflua/src/pf/expand.lua | 10 | 42633 | module(...,package.seeall)
local utils = require('pf.utils')
local verbose = os.getenv("PF_VERBOSE");
local expand_arith, expand_relop, expand_bool
local set, concat, pp = utils.set, utils.concat, utils.pp
local uint16, uint32 = utils.uint16, utils.uint32
local ipv4_to_int, ipv6_as_4x32 = utils.ipv4_to_int, utils.i... | apache-2.0 |
FREEZX/CMYKEscape | lib/Quickie/mouse.lua | 1 | 3077 | --[[
Copyright (c) 2012 Matthias Richter
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribu... | bsd-3-clause |
SalvationDevelopment/Salvation-Scripts-TCG | c100000166.lua | 2 | 2841 | --酸のラスト・マシン・ウィルス
function c100000166.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_TOHAND)
e1:SetCost(c100000166.cost)
e1:SetTarget(c100000166.target)
e1:SetOperation(c1000001... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c59048135.lua | 4 | 2988 | --昇華する紋章
function c59048135.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--search
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(59048135,0))
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e2:Se... | gpl-2.0 |
Turttle/darkstar | scripts/zones/North_Gustaberg/npcs/Monument.lua | 34 | 1448 | -----------------------------------
-- Area: North Gustaberg
-- NPC: Monument
-- Involved in Quest "Hearts of Mythril"
-- @pos 300.000 -62.803 498.200 106
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c52786469.lua | 9 | 1156 | --ラヴァル・ウォリアー
function c52786469.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(52786469,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetCode(EVENT_BATTLE_DESTROYING)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetConditio... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c83546647.lua | 2 | 2801 | --無抵抗の真相
function c83546647.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_BATTLE_DAMAGE)
e1:SetCondition(c83546647.condition)
e1:SetCost(c83546647.cost)
e1:SetTarget(c83546647.target)
e1:SetOperation(c83546... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c99946920.lua | 2 | 3467 | --魔竜星-トウテツ
function c99946920.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(99946920,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_TO_GRAVE)
e1:SetCountLimit(... | gpl-2.0 |
patrikrm13/bostg | plugins/Welcome.lua | 114 | 3529 | local add_user_cfg = load_from_file('data/add_user_cfg.lua')
local function template_add_user(base, to_username, from_username, chat_name, chat_id)
base = base or ''
to_username = '@' .. (to_username or '')
from_username = '@' .. (from_username or '')
chat_name = string.gsub(chat_name, '_', ' ') or ''
c... | gpl-2.0 |
dickeyf/darkstar | scripts/zones/Yughott_Grotto/npcs/HomePoint#1.lua | 27 | 1271 | -----------------------------------
-- Area: Yughott_Grotto
-- NPC: HomePoint#1
-- @pos 434 -40.299 171 142
-----------------------------------
package.loaded["scripts/zones/Yughott_Grotto/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Yughott_Grotto/TextIDs");
require("scripts/globals/... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c1697104.lua | 2 | 3566 | --PSYフレームギア・ε
function c1697104.initial_effect(c)
c:EnableUnsummonable()
--splimit
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(c1697104.splimit)
c:RegisterEffect(e1)
--spsummon... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Beadeaux_[S]/Zone.lua | 28 | 1315 | -----------------------------------
--
-- Zone: Beadeaux_[S] (92)
--
-----------------------------------
package.loaded["scripts/zones/Beadeaux_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Beadeaux_[S]/TextIDs");
----------------------... | gpl-3.0 |
Nak2/StormFox | lua/stormfox/cami/sh_cami.lua | 1 | 13676 | --[[
CAMI - Common Admin Mod Interface.
Makes admin mods intercompatible and provides an abstract privilege interface
for third party addons.
IMPORTANT: This is a draft script. It is very much WIP.
Follows the specification on this page:
https://docs.google.com/document/d/1QIRVcAgZfAYf1aBl_dNV_ewR6P25wze2KmUVzlbFgMI
... | apache-2.0 |
mimetic/DIG-corona-library | examples/textrender/main.lua | 1 | 10052 | -- TextRender example
--
-- Shows use of the textrender widget
--
-- Sample code is MIT licensed, the same license which covers Lua itself
-- http://en.wikipedia.org/wiki/MIT_License
-- Copyright (C) 2015 David Gross.
-- Copyright (C) 2014 David McCuskey.
--====================================================... | mit |
dickeyf/darkstar | scripts/globals/spells/poisonga_iii.lua | 27 | 1133 | -----------------------------------------
-- Spell: Poisonga III
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,targe... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c81992475.lua | 3 | 2934 | --彼岸の悪鬼 バルバリッチャ
function c81992475.initial_effect(c)
--self destroy
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_SELF_DESTROY)
e1:SetCondition(c81992475.sdcon)
c:RegisterEffect(e1)
--Special Summon
local e... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c1248895.lua | 9 | 1261 | --連鎖破壊
function c1248895.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c1248895.target)
e1:SetOperation(c1248895.activate)
c:RegisterEffect(e1)
... | gpl-2.0 |
walid55/all_wazer2 | libs/dateparser.lua | 114 | 6213 | local difftime, time, date = os.difftime, os.time, os.date
local format = string.format
local tremove, tinsert = table.remove, table.insert
local pcall, pairs, ipairs, tostring, tonumber, type, setmetatable = pcall, pairs, ipairs, tostring, tonumber, type, setmetatable
local dateparser={}
--we shall use the host OS's... | gpl-2.0 |
fgenesis/Aquaria_experimental | game_scripts/scripts/entities/guardian.lua | 6 | 4894 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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; either version 2
-- of the License, or (at your option) any later vers... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c94940436.lua | 9 | 1065 | --磁力の召喚円 LV2
function c94940436.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(c94940436.target)
e1:SetOperation(c94940436.activate)
c:RegisterEffect(e1)
end
function c94940436.filter... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c111280.lua | 2 | 3318 | --黒魔導強化
function c111280.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetCondition(c111280.condition)
e1:SetTarget(c11... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/items/nopales_salad_+1.lua | 18 | 1170 | -----------------------------------------
-- ID: 5702
-- Item: Nopales Salad +1
-- Food Effect: 3Hrs, All Races
-----------------------------------------
-- Strength 2
-- Agility 7
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
---... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Riverne-Site_B01/mobs/Nimbus_Hippogryph.lua | 23 | 1357 | -----------------------------------
-- Area: Riverne - Site B01
-- MOB: Nimbus Hippogryph
-- Note: Place holder Imdugud
-----------------------------------
require("scripts/zones/Riverne-Site_B01/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
funct... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Altar_Room/npcs/Hooknox.lua | 13 | 1048 | -----------------------------------
-- Area: Altar Room
-- NPC: Hooknox
-- Type: Standard NPC
-- @zone: 152
-- @pos -265.248 11.693 -102.547
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Altar_Room/TextIDs"] = nil;
----------------... | gpl-3.0 |
mika6020/powerbot | 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 |
TeleDALAD/TeleDALAD | bot/seedbot.lua | 1 | 10200 | package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
require("./bot/utils")
VERSION = '1.0'
-- This function is called when tg receive a msg
function on_msg_receive (msg)
if not started then
retu... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c38777931.lua | 6 | 1166 | --リリース・リバース・バースト
function c38777931.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetCost(c38777931.cost)
e1:SetTarget(c38777931.target)
e1:SetOperation(c3877793... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | 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 |
SalvationDevelopment/Salvation-Scripts-TCG | c20644748.lua | 3 | 3215 | --宇宙の収縮
function c20644748.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(c20644748.condition)
c:RegisterEffect(e1)
--adjust
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetPr... | gpl-2.0 |
mimetic/DIG-corona-library | examples/slideviewer+textrender+accordion/scripts/dmc/dmc_corona/dmc_wamp/protocol.lua | 1 | 26967 | --====================================================================--
-- dmc_wamp/protocol.lua
--
-- Documentation: http://docs.davidmccuskey.com/
--====================================================================--
--[[
The MIT License (MIT)
Copyright (c) 2014-2015 David McCuskey
Permission is hereby grante... | mit |
dickeyf/darkstar | scripts/zones/Mount_Zhayolm/npcs/Runic_Portal.lua | 3 | 1938 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: Runic Portal
-- Mount Zhayolm Teleporter Back to Aht Urgan Whitegate
-- @pos 688 -23 349 61
-----------------------------------
package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/b... | gpl-3.0 |
MOSAVI17/FLOGBOT | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.