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/zones/Dynamis-Xarcabard/mobs/Marquis_Nebiros.lua
5
1303
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Marquis Decarabia ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobE...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/dish_of_spaghetti_nero_di_seppia_+1.lua
18
1800
----------------------------------------- -- ID: 5202 -- Item: Dish of Spaghetti Nero Di Seppia +1 -- Food Effect: 60 Mins, All Races ----------------------------------------- -- HP % 17 (cap 140) -- Dexterity 3 -- Vitality 2 -- Agility -1 -- Mind -2 -- Charisma -1 -- Double Attack 1 -- Store TP 6 ---------------------...
gpl-3.0
Andrey2470T/Advanced-Trains-Optinal-Additional-
advtrains_train_japan/init.lua
2
2972
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("engine_japan", { mesh="advtrains_engine_japan.b3d", textures = {"advtrains_engine_japan.png"}, drives_on={defau...
lgpl-2.1
Turttle/darkstar
scripts/zones/East_Ronfaure_[S]/Zone.lua
12
1804
----------------------------------- -- -- Zone: East_Ronfaure_[S] (81) -- ----------------------------------- package.loaded["scripts/zones/East_Ronfaure_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/East_Ronfaure_[S]/TextIDs"); require("...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c1281505.lua
2
2208
--ヴァイロン・テトラ function c1281505.initial_effect(c) --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(1281505,0)) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e1:SetCode(EVENT_TO_GRAVE) e1:SetCondit...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c50608164.lua
5
2436
--M・HERO 光牙 function c50608164.initial_effect(c) c:EnableReviveLimit() --spsummon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) c:RegisterEffect(e1) --atkup local e2=Effect.CreateE...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c511000821.lua
2
1914
--王家の神殿 function c511000821.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --Trap activate in set turn local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_TRAP_ACT_IN_SET_TURN) e2:SetPr...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c511000025.lua
2
1549
--Tuning Collapse function c511000025.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DECKDES) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_PLAYER_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_DESTROYED) e1:SetCondition(c511000025.condition) e1:...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c80168720.lua
2
1324
--闇の訪れ function c80168720.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_POSITION) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c80168720.cost) e1:SetTarget(c80168720.target) e1:SetOperation(c80168720.acti...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c73616671.lua
3
1340
--イリュージョン・マジック function c73616671.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:SetCountLimit(1,73616671+EFFECT_COUNT_CODE_OATH) e1:SetCost(c73616671.cost) e1:SetTarget(c73616671.targe...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c17189532.lua
9
1252
--ファントム・バウンサー function c17189532.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(17189532,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_T...
gpl-2.0
dickeyf/darkstar
scripts/zones/Outer_Horutoto_Ruins/npcs/_ne4.lua
13
2994
----------------------------------- -- Area: Outer Horutoto Ruins -- NPC: Strange Apparatus -- @pos: -574 0 739 194 ----------------------------------- package.loaded["scripts/zones/Outer_Horutoto_Ruins/TextIDs"] = nil; require("scripts/zones/Outer_Horutoto_Ruins/TextIDs"); require("scripts/globals/strangeapparatus")...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c63477921.lua
7
1220
--サイバー・サモン・ブラスター function c63477921.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --damage local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(63477921,0)) e2:SetCategory(CATEGORY_DAMAGE) e2:SetType(EF...
gpl-2.0
Turttle/darkstar
scripts/zones/The_Boyahda_Tree/npcs/HomePoint#1.lua
19
1204
----------------------------------- -- Area: The Boyahda Tree -- NPC: HomePoint#1 -- @pos 88 -15 -217 153 ----------------------------------- package.loaded["scripts/zones/The_Boyahda_Tree/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/The_Boyahda_Tree/TextIDs"); require("scripts/global...
gpl-3.0
Turttle/darkstar
scripts/zones/Ifrits_Cauldron/npcs/qm4.lua
16
1477
----------------------------------- -- Area: Ifrit's Cauldron -- NPC: ??? -- Involved in Mission: Bastok 6-2 -- @pos 171 0 -25 205 ----------------------------------- package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); requi...
gpl-3.0
eugeneia/snabb
src/apps/snmp/iftable.lua
2
1377
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. module(..., package.seeall) local shm = require("core.shm") local ifmib = require("lib.ipc.shmem.iftable_mib") local ifmib_dir = '/ifmib' local function create_ifmib(stats, ifname, ifalias, log_date) -- stats can be nil in case this ...
apache-2.0
dickeyf/darkstar
scripts/globals/items/carp_sushi.lua
18
1386
----------------------------------------- -- ID: 4407 -- Item: carp_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 1 -- Accuracy % 10 -- HP Recovered While Healing 2 ----------------------------------------- require("scripts/globals/status"); ----------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c11109820.lua
2
3138
--エクシーズ・ユニバース function c11109820.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(11109820,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTar...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c74094021.lua
4
1785
--真六武衆-ミズホ function c74094021.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(c74094021.spcon) c:RegisterEffect(e1) --destroy local e2=Effect.Crea...
gpl-2.0
Turttle/darkstar
scripts/globals/items/chunk_of_homemade_cheese.lua
35
1208
----------------------------------------- -- ID: 5225 -- Item: chunk_of_homemade_cheese -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 10 -- Defense 40 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------...
gpl-3.0
Turttle/darkstar
scripts/globals/weaponskills/camlanns_torment.lua
30
1377
----------------------------------- -- Camlann's Torment -- Polearm weapon skill -- Skill Level: EMPYREAN -- Delivers a triple damage attack. DEF ignored varies with TP. -- Will stack with Sneak Attack. -- Element: None -- Modifiers: VIT:60% -- 100%TP 200%TP 300%TP -- 3.00 3 3 --------------...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/node_sunwormcavebrain.lua
1
1916
-- 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/zones/Metalworks/npcs/HomePoint#2.lua
19
1185
----------------------------------- -- Area: Metalworks -- NPC: HomePoint#2 -- @pos: -78 2 2 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Metalworks/TextIDs"); require("scripts/globals/homepoint"); ----...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c110000107.lua
2
3057
--Jet Gauntlet function c110000107.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(110000107,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_BATTLE_START) e1:SetTarget(c110000107.target) e1:SetOperation(c110000...
gpl-2.0
Turttle/darkstar
scripts/zones/Castle_Oztroja/npcs/_m73.lua
16
2232
----------------------------------- -- Area: Castle Oztroja -- NPC: _m73 (Torch Stand) -- Notes: Opens door _477 when _m72 to _m75 are lit -- @pos -140.146 -72.058 -137.145 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; -----------------------------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Open_sea_route_to_Mhaura/Zone.lua
13
1464
----------------------------------- -- -- Zone: Open_sea_route_to_Mhaura (47) -- ----------------------------------- package.loaded["scripts/zones/Open_sea_route_to_Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Open_sea_route_to_Mhaura/TextIDs"); --------------------------------...
gpl-3.0
eugeneia/snabb
lib/pflua/src/pf/regalloc.lua
4
16429
-- Implements register allocation for pflua's native backend -- -- Follows the algorithm described in: -- "Linear scan register allocation" -- Poletto and Sarkar -- https://dl.acm.org/citation.cfm?id=330250 -- -- The result of register allocation is a table that describes -- the register allocated for the give...
apache-2.0
Turttle/darkstar
scripts/zones/Windurst_Waters/npcs/Amagusa-Chigurusa.lua
38
1418
----------------------------------- -- Area: Windurst Waters -- NPC: Amagusa-Chigurusa -- Type: Standard NPC -- @pos -28.746 -4.5 61.954 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); req...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c98287529.lua
2
2209
--虚竜魔王アモルファクターP function c98287529.initial_effect(c) c:EnableReviveLimit() --skip local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(c98287529.skipcon) e1:SetOperation(c98287529.skipop) c:RegisterEffect(e1) --disable local e...
gpl-2.0
Turttle/darkstar
scripts/zones/Newton_Movalpolos/npcs/HomePoint#1.lua
17
1210
----------------------------------- -- Area: Newton Movalpolos -- NPC: HomePoint#1 -- @pos -415 -63.2 409 265 ----------------------------------- package.loaded["scripts/zones/Newton_Movalpolos/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Newton_Movalpolos/TextIDs"); require("scripts/...
gpl-3.0
dickeyf/darkstar
scripts/zones/Windurst_Woods/Zone.lua
26
2352
----------------------------------- -- -- Zone: Windurst_Woods (241) -- ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/events/harvest_festivals"); require("scripts/globals/zone"); require("scripts/globals/se...
gpl-3.0
mimetic/DIG-corona-library
examples/slideviewer+textrender+accordion/scripts/dmc/dmc_corona/lib/dmc_lua/lua_megaphone.lua
4
3712
--====================================================================-- -- dmc_lua/lua_megaphone.lua -- -- Documentation: http://docs.davidmccuskey.com/ --====================================================================-- --[[ The MIT License (MIT) Copyright (c) 2013-2015 David McCuskey Permission is hereby gr...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c3659803.lua
2
3085
--オーバーロード・フュージョン function c3659803.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c3659803.target) e1:SetOperation(c3659803.activate) c:RegisterEffect(e1) end f...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c44394295.lua
2
3204
--影依融合 function c44394295.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON+CATEGORY_DECKDES) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,44394295+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c44394295.target) ...
gpl-2.0
Metastruct/pac3
lua/pac3/editor/client/translations/korean.lua
3
17427
return { ["sprite path"] = "스프라이트 이미지", ["right upperarm"] = "오른쪽 팔 위쪽", ["neck"] = "목", ["size y"] = "y축 크기", ["draw shadow"] = "그림자 활성화", ["copy"] = "복사", ["start size"] = "시작 크기", ["clip"] = "자르기", ["size"] = "크기", ["reset view"] = "시야 재설정", ["right calf"] = "오른쪽 종아리", ["effect"] = "이펙트", ["max"] = "최대", ["angles"] ...
gpl-3.0
mrbangi/telegram
plugins/inrealm.lua
850
25085
-- 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_admin(msg) then local group_creator = msg.from.print_name create_g...
gpl-2.0
Turttle/darkstar
scripts/zones/North_Gustaberg/npcs/Kuuwari-Aori_WW.lua
30
3063
----------------------------------- -- Area: North Gustaberg -- NPC: Kuuwari-Aori, W.W. -- Type: Outpost Conquest Guards -- @pos -584.687 39.107 54.281 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/co...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c20358953.lua
2
1612
--シャーク・ザ・クルー function c20358953.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(20358953,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_LE...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c100000538.lua
2
1233
--ワルキューレ・ブリュンヒルデ function c100000538.initial_effect(c) --atk local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetValue(c100000538.val) c:RegisterEffect(e1) --Destroy replace local e2=Effec...
gpl-2.0
Turttle/darkstar
scripts/zones/Lower_Jeuno/npcs/Chenokih.lua
37
1438
----------------------------------- -- Area: Lower Jeuno -- NPC: Chenokih -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; require("scripts/zones/Lower_Jeuno/TextIDs"); -----------------------------------...
gpl-3.0
piXelicidio/locas-ants
code/qlist.lua
1
4340
--- TQuickList; quick adding and removing collection. local TQuickList = {} --class functions --- Returns a new node, usable for any TQuickList, not tied to this instance. -- This actually can be created anywhere as long as the table has the required fields. -- Why this? Becasue we don't want to create a new node ev...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c44920699.lua
2
1734
--炎舞-「天璇」 function c44920699.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(TIMING_DAMAGE_STEP) e1:SetCondition(c4492069...
gpl-2.0
Turttle/darkstar
scripts/globals/mobskills/Pyric_Blast.lua
7
1063
--------------------------------------------- -- Pyric Blast -- -- Description: Deals Fire damage to enemies within a fan-shaped area. Additional effect: Plague -- Type: Breath -- Ignores Shadows -- Range: Unknown Cone --------------------------------------------- require("scripts/globals/settings"); require("scr...
gpl-3.0
Turttle/darkstar
scripts/globals/items/lik_kabob.lua
35
1264
----------------------------------------- -- ID: 5647 -- Item: Lik Kabob -- Food Effect: 30 Min, All Races ----------------------------------------- -- Dexterity 3 -- Attack 7 -- Mind -2 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c48049769.lua
5
1882
--サンダー・シーホース function c48049769.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(48049769,0)) e1:SetCategory(CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(1,48049769) e1:SetCost(c48049769.cost) e1:SetTarget(c48049769.tar...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c62242678.lua
2
8272
--琰魔竜王 レッド・デーモン・カラミティ function c62242678.initial_effect(c) --synchro summon c:EnableReviveLimit() local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_IGNORE_IMMUNE) e1:SetRange(LOCATION_EXTRA) e1:SetCondition(c62242678....
gpl-2.0
mohammadclash/STAR
plugins/media.lua
376
1679
do local function run(msg, matches) local receiver = get_receiver(msg) local url = matches[1] local ext = matches[2] local file = download_to_file(url) local cb_extra = {file_path=file} local mime_type = mimetype.get_content_type_no_sub(ext) if ext == 'gif' then print('send_file') send_docum...
gpl-2.0
mamaddeveloper/hhw
plugins/media.lua
376
1679
do local function run(msg, matches) local receiver = get_receiver(msg) local url = matches[1] local ext = matches[2] local file = download_to_file(url) local cb_extra = {file_path=file} local mime_type = mimetype.get_content_type_no_sub(ext) if ext == 'gif' then print('send_file') send_docum...
gpl-2.0
Shayan123456/botttttt6
plugins/media.lua
376
1679
do local function run(msg, matches) local receiver = get_receiver(msg) local url = matches[1] local ext = matches[2] local file = download_to_file(url) local cb_extra = {file_path=file} local mime_type = mimetype.get_content_type_no_sub(ext) if ext == 'gif' then print('send_file') send_docum...
gpl-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/energygodspirit.lua
2
5617
-- 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
c18239909.lua
2
3155
--爆竜剣士イグニスターP function c18239909.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsType,TYPE_PENDULUM),1) c:EnableReviveLimit() --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(18239909,0)) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_TODECK) e1:SetType(EFF...
gpl-2.0
longsion/OpenBird
Resources/DeprecatedOpenglEnum.lua
148
11934
-- This is the DeprecatedEnum DeprecatedClass = {} or DeprecatedClass _G.GL_RENDERBUFFER_INTERNAL_FORMAT = gl.RENDERBUFFER_INTERNAL_FORMAT _G.GL_LINE_WIDTH = gl.LINE_WIDTH _G.GL_CONSTANT_ALPHA = gl.CONSTANT_ALPHA _G.GL_BLEND_SRC_ALPHA = gl.BLEND_SRC_ALPHA _G.GL_GREEN_BITS = gl.GREEN_BITS _G.GL_STENCIL_REF = gl.STENCI...
mit
dickeyf/darkstar
scripts/zones/Windurst_Waters/npcs/Cochal-Monchal.lua
13
1597
----------------------------------- -- Area: Windurst Waters -- NPC: Cochal-Monchal -- Involved in Quest: Dark Legacy -- @zone 238 -- @pos -52 -6 110 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings...
gpl-3.0
lionsoul2014/ip2region
binding/lua_c/bench_test.lua
1
4913
-- Copyright 2022 The Ip2Region Authors. All rights reserved. -- Use of this source code is governed by a Apache2.0-style -- license that can be found in the LICENSE file. -- -- --- -- @Author Lion <chenxin619315@gmail.com> -- @Date 2022/06/30 -- set the package to load the current xdb_searcher.so package.path = "./...
apache-2.0
dickeyf/darkstar
scripts/globals/spells/bluemagic/warm-up.lua
27
1924
----------------------------------------- -- Spell: Warm-Up -- Enhances accuracy and evasion -- Spell cost: 59 MP -- Monster Type: Beastmen -- Spell Type: Magical (Earth) -- Blue Magic Points: 4 -- Stat Bonus: VIT+1 -- Level: 68 -- Casting Time: 7 seconds -- Recast Time: 120 seconds -- Duration: 180 seconds -- -- Com...
gpl-3.0
TelegramDev/test
plugins/ingroup.lua
371
44212
do -- Check Member local function check_member_autorealm(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[tostr...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c65591858.lua
5
1981
--先史遺産ウィングス・スフィンクス function c65591858.initial_effect(c) --summon success local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(65591858,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_CARD_TARGET...
gpl-2.0
Turttle/darkstar
scripts/zones/Southern_San_dOria/npcs/Rouva.lua
17
1713
----------------------------------- -- Area: Southern San d'Oria -- NPC: Rouva -- Involved in Quest: Lure of the Wildcat (San d'Oria) -- @pos -17 2 10 230 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
hfjgjfg/avast50
plugins/stats.lua
1
3981
do -- Returns a table with `name` and `msgs` 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_prin...
gpl-2.0
Turttle/darkstar
scripts/zones/Inner_Horutoto_Ruins/npcs/_5cg.lua
34
1075
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: _5cg (Gate of Fire) -- @pos -332 0 99 192 ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Inner_Horutoto_Ruins/TextIDs")...
gpl-3.0
Turttle/darkstar
scripts/zones/The_Shrine_of_RuAvitau/npcs/qm2.lua
24
1639
----------------------------------- -- Area: The Shrine of Ru'Avitau -- NPC: ??? (Spawn Kirin) -- @pos -81 32 2 178 ----------------------------------- package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Shrine_of_RuAvitau/TextID...
gpl-3.0
trex2000/WifiBot
ESP8266/Web_Page/http_server.lua
3
2335
sendFileContents = function(conn, filename) if file.open(filename, "r") then --conn:send(responseHeader("200 OK","text/html")); repeat local line=file.readline() if line then conn:send(line); end until not line file.close(); ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c14745409.lua
5
3748
--聖剣ガラティーン function c14745409.initial_effect(c) c:SetUniqueOnField(1,0,14745409) --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(c14745409.target) e1:SetOperation(c147454...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c4904633.lua
2
2462
--影依の原核 function c4904633.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:SetHintTiming(0,TIMING_END_PHASE) e1:SetTarget(c4904633.target) e1:SetOperation(c4904633.activate) c:RegisterEffect(e1)...
gpl-2.0
Turttle/darkstar
scripts/zones/Lower_Jeuno/npcs/HomePoint#1.lua
17
1254
----------------------------------- -- Area: Lower Jeuno -- NPC: HomePoint#1 -- @pos -98.588 0.001 -183.416 245 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Lower_Jeuno/TextIDs"); require("scripts/...
gpl-3.0
dickeyf/darkstar
scripts/zones/Spire_of_Dem/npcs/_0j1.lua
39
1330
----------------------------------- -- Area: Spire_of_Dem -- NPC: web of regret ----------------------------------- package.loaded["scripts/zones/Spire_of_Dem/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/zones/Spire_of_Dem/TextIDs"); -------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c72563071.lua
5
1656
--サイコ・ショックウェーブ function c72563071.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c72563071.condition) e1:SetCost(c72563071.cost) e1:SetTarget(c72563071.target) e1:SetOperation(c7256...
gpl-2.0
jokersso3/joker
plugins/Groups.lua
22
2731
local function chat_list(msg) local data = load_data(_config.moderation.data) local groups = 'groups' if not data[tostring(groups)] then return 'No groups at the moment' end local message = 'List of your bot Groups:\n\n ' for k,v in pairs(data[tostring(groups)...
gpl-2.0
ehrenbrav/FCEUX_Learning_Environment
output/luaScripts/SMB-CompetitionRecorder.lua
9
3932
-- Super Mario Bros. script by ugetab. -- 2010, April 20th. -- Competition Recorder: -- Start the script, then make a recording from Start. -- Play until you get a score you'd like to keep, then end the movie. -- A record of your best scores, and the filename you got it in, will be saved. -- You can easily find y...
gpl-2.0
eugenesan/openwrt-luci
applications/luci-freifunk-policyrouting/luasrc/model/cbi/freifunk/policyrouting.lua
76
1905
--[[ LuCI - Lua Configuration Interface Copyright 2011 Manuel Munz <freifunk at somakoma de> 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 ]]-- local...
apache-2.0
Ninjistix/darkstar
scripts/zones/Southern_San_dOria/npcs/Machielle.lua
5
1517
----------------------------------- -- Area: Southern San d'Oria -- NPC: Machielle -- Only sells when Bastok controls Norvallen Region ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Southern_San_dOria/Text...
gpl-3.0
dinodeck/ninety_nine_days_of_dev
006_magic_menu/code/Actions.lua
6
9228
Actions = { -- Teleport an entity from the current position to the given position Teleport = function(map, tileX, tileY, layer) layer = layer or 1 return function(trigger, entity, tX, tY, tLayer) entity:SetTilePos(tileX, tileY, layer, map) end end, AddNPC =...
mit
codedash64/Urho3D
bin/Data/LuaScripts/06_SkeletalAnimation.lua
17
10180
-- Skeletal animation example. -- This sample demonstrates: -- - Populating a 3D scene with skeletally animated AnimatedModel components -- - Moving the animated models and advancing their animation using a script object -- - Enabling a cascaded shadow map on a directional light, which allows high-quali...
mit
timstclair/kube-contrib
ingress/controllers/nginx/lua/vendor/lua-resty-http/lib/resty/http.lua
45
21496
local http_headers = require "resty.http_headers" local ngx_socket_tcp = ngx.socket.tcp local ngx_req = ngx.req local ngx_req_socket = ngx_req.socket local ngx_req_get_headers = ngx_req.get_headers local ngx_req_get_method = ngx_req.get_method local str_gmatch = string.gmatch local str_lower = string.lower local str_u...
apache-2.0
bogdanm/luaelf
lib/elfrelsect.lua
1
2485
-- ELF relocation section object module( ..., package.seeall ) local cl = require "classes" local ct = require "elfct" local rel = require "elfrel" local rela = require "elfrela" local sf = string.format local elfutils = require "elfutils" local _relsect = cl.new_class( "elfrelsect", "elfsect", "ELF REL/RELA section...
mit
jagu-sayan/42Premake
src/_manifest.lua
6
1838
-- -- _manifest.lua -- Manage the list of built-in Premake scripts. -- Copyright (c) 2002-2010 Jason Perkins and the Premake project -- -- The master list of built-in scripts. Order is important! If you want to -- build a new script into Premake, add it to this list. return { -- core files "base/os.lua", "bas...
bsd-3-clause
syj2010syj/All-Star-Battle-2
YDWE/share/script/compile/template.lua
1
4806
local select=select local load=load local string=string local table=table local function result(...) return select("#",...), select(1,...) end local function precompile(code, output_func, lua_codes) if lua_codes == nil then lua_codes = {''} end local start_tag = '<?' local end_tag = '?>' local start1, end1...
gpl-3.0
neofob/sile
lua-libraries/std/table.lua
6
4034
--[[-- Extensions to the table module. @module std.table ]] local base = require "std.base" local func = require "std.functional" --- Make a shallow copy of a table, including any metatable. -- -- To make deep copies, use @{std.tree.clone}. -- @function clone -- @tparam table t source table -- @tparam boole...
mit
dafei2015/hugular_cstolua
Client/Assets/Lua/core/Plane.lua
4
1309
Plane = { normal = nil, distance = 0, } local mt = {} mt.__index = Plane function Plane.New(normal, d) local plane= {} setmetatable(plane, mt) plane.normal = normal:Normalize() plane.distance = d return plane end function Plane:Raycast(ray) local a = Vector3.Dot(ray.direction, self.normal) local num2...
mit
karrots/nodemcu-firmware
lua_modules/si7021/si7021.lua
83
2184
-- *************************************************************************** -- SI7021 module for ESP8266 with nodeMCU -- Si7021 compatible tested 2015-1-22 -- -- Written by VIP6 -- -- MIT license, http://opensource.org/licenses/MIT -- *************************************************************************** local...
mit
Ninjistix/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Tehf_Kimasnahya.lua
5
2711
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Tehf Kimasnahya -- Type: Standard NPC -- !pos -89.897 -1 6.199 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); re...
gpl-3.0
arca1n/cocos2d-x_nextpeer_integration
external/lua/luajit/src/dynasm/dasm_mips.lua
74
28080
------------------------------------------------------------------------------ -- DynASM MIPS module. -- -- Copyright (C) 2005-2013 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- Module information: local _i...
mit
jamiepg1/MCServer
MCServer/Plugins/APIDump/Hooks/OnTakeDamage.lua
44
1214
return { HOOK_TAKE_DAMAGE = { CalledWhen = "An {{cEntity|entity}} is taking any kind of damage", DefaultFnName = "OnTakeDamage", -- also used as pagename Desc = [[ This hook is called when any {{cEntity}} descendant, such as a {{cPlayer|player}} or a {{cMonster|mob}}, takes any kind of damage. The plugin...
apache-2.0
Ninjistix/darkstar
scripts/zones/Windurst_Woods/npcs/Nokkhi_Jinjahl.lua
7
5182
----------------------------------- -- Area: Windurst Woods -- NPC: Nokkhi Jinjahl -- Type: Travelling Merchant NPC / NPC Quiver Maker / Windurst 1st Place -- !pos 4 1 -43 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require(...
gpl-3.0
dinodeck/ninety_nine_days_of_dev
003_combat_numbers/code/ActorXPSummary.lua
1
3668
ActorXPSummary = {} ActorXPSummary.__index = ActorXPSummary function ActorXPSummary:Create(actor, layout, layoutId) local this = { mActor = actor, mLayout = layout, mId = layoutId, mXPBar = ProgressBar:Create { value = actor.mXP, maximum = actor....
mit
Ninjistix/darkstar
scripts/zones/Lower_Jeuno/npcs/Ruslan.lua
5
1735
----------------------------------- -- Area: Lower Jeuno -- NPC: Ruslan -- Involved In Quest: Wondering Minstrel -- !pos -19 -1 -58 245 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Lower_Jeuno/TextIDs"); requir...
gpl-3.0
Ninjistix/darkstar
scripts/zones/Lufaise_Meadows/npcs/Teldo-Moroldo_WW.lua
3
2977
----------------------------------- -- Area: Lufaise Meadows -- NPC: Teldo-Moroldo, W.W. -- Outpost Conquest Guards -- !pos -542.418 -7.124 -53.521 24 ----------------------------------- package.loaded["scripts/zones/Lufaise_Meadows/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest...
gpl-3.0
backburn/Probably
external/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua
37
6549
--[[----------------------------------------------------------------------------- ScrollFrame Container Plain container that scrolls its content and doesn't grow in height. -------------------------------------------------------------------------------]] local Type, Version = "ScrollFrame", 23 local AceGUI = LibStub an...
bsd-3-clause
Ninjistix/darkstar
scripts/globals/items/mammut.lua
7
1024
----------------------------------------- -- ID: 18503 -- Item: Mammut -- Additional Effect: Ice Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------- function onAdditionalEffect(player,t...
gpl-3.0
premake/premake-4.x
tests/base/test_config_bug.lua
12
3876
T.config_bug_report = { } local config_bug = T.config_bug_report local vs10_helpers = premake.vstudio.vs10_helpers local sln, prjA,prjB,prjC,prjD function config_bug.teardown() sln = nil prjA = nil prjB = nil prjC = nil prjD = nil end function config_bug.setup() end local c...
bsd-3-clause
Ninjistix/darkstar
scripts/zones/Port_Bastok/npcs/Gudav.lua
5
1636
----------------------------------- -- Area: Port Bastok -- NPC: Gudav -- Starts Quests: A Foreman's Best Friend ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); r...
gpl-3.0
backburn/Probably
interface/commands/core.lua
1
3434
-- ProbablyEngine Rotations - https://probablyengine.com/ -- Released under modified BSD, see attached LICENSE. ProbablyEngine.command.help = { } ProbablyEngine.command.register_help = function(key, help) ProbablyEngine.command.help[key] = help end ProbablyEngine.command.register_handler({'version', 'ver', 'v'}, ...
bsd-3-clause
SHIELDTM/shieldbot
libs/mimetype.lua
3662
2922
-- Thanks to https://github.com/catwell/lua-toolbox/blob/master/mime.types do local mimetype = {} -- TODO: Add more? local types = { ["text/html"] = "html", ["text/css"] = "css", ["text/xml"] = "xml", ["image/gif"] = "gif", ["image/jpeg"] = "jpg", ["application/x-javascript"] = "js", ["application/atom...
gpl-2.0
wounds1/zaza2
libs/mimetype.lua
3662
2922
-- Thanks to https://github.com/catwell/lua-toolbox/blob/master/mime.types do local mimetype = {} -- TODO: Add more? local types = { ["text/html"] = "html", ["text/css"] = "css", ["text/xml"] = "xml", ["image/gif"] = "gif", ["image/jpeg"] = "jpg", ["application/x-javascript"] = "js", ["application/atom...
gpl-2.0
hfjgjfg/hhh
libs/mimetype.lua
3662
2922
-- Thanks to https://github.com/catwell/lua-toolbox/blob/master/mime.types do local mimetype = {} -- TODO: Add more? local types = { ["text/html"] = "html", ["text/css"] = "css", ["text/xml"] = "xml", ["image/gif"] = "gif", ["image/jpeg"] = "jpg", ["application/x-javascript"] = "js", ["application/atom...
gpl-2.0
spam999/teleanony
libs/mimetype.lua
3662
2922
-- Thanks to https://github.com/catwell/lua-toolbox/blob/master/mime.types do local mimetype = {} -- TODO: Add more? local types = { ["text/html"] = "html", ["text/css"] = "css", ["text/xml"] = "xml", ["image/gif"] = "gif", ["image/jpeg"] = "jpg", ["application/x-javascript"] = "js", ["application/atom...
gpl-2.0
mamad-majhol/TeleSecret
libs/mimetype.lua
3662
2922
-- Thanks to https://github.com/catwell/lua-toolbox/blob/master/mime.types do local mimetype = {} -- TODO: Add more? local types = { ["text/html"] = "html", ["text/css"] = "css", ["text/xml"] = "xml", ["image/gif"] = "gif", ["image/jpeg"] = "jpg", ["application/x-javascript"] = "js", ["application/atom...
gpl-2.0
Xamla/torch-ros
demo/publish_lena_image.lua
1
1483
--[[ Publish an uncompressed image via torch-ros. This sample uses the torch image package as source for the Lena test image. To show the result simply start rviz and click 'Add' and select 'By topic'. In the treeview under topic 'lena_image' select 'Image'. A blinking Lena image will be displayed. The image is inverte...
bsd-3-clause
arca1n/cocos2d-x_nextpeer_integration
samples/Lua/TestLua/Resources/luaScript/AssetsManagerTest/AssetsManagerTest.lua
3
4480
local targetPlatform = cc.Application:getInstance():getTargetPlatform() local lineSpace = 40 local itemTagBasic = 1000 local menuItemNames = { "enter", "reset", "update", } local winSize = cc.Director:getInstance():getWinSize() local function updateLayer() local layer = cc.Layer:create() local s...
mit
Xagul/forgottenserver
data/movements/scripts/tiles.lua
13
1866
local increasing = {[416] = 417, [426] = 425, [446] = 447, [3216] = 3217, [3202] = 3215, [11062] = 11063} local decreasing = {[417] = 416, [425] = 426, [447] = 446, [3217] = 3216, [3215] = 3202, [11063] = 11062} function onStepIn(creature, item, position, fromPosition) if not increasing[item.itemid] then return tru...
gpl-2.0