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
mercury233/ygopro-scripts
c96239878.lua
2
3802
--束ねられし力 function c96239878.initial_effect(c) aux.AddCodeList(c,89631139,46986414) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --remove local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(96239878,0)) e2:SetCategory(C...
gpl-2.0
mercury233/ygopro-scripts
c31833038.lua
2
3642
--ヴァレルロード・ドラゴン function c31833038.initial_effect(c) --link summon aux.AddLinkProcedure(c,aux.FilterBoolFunction(Card.IsLinkType,TYPE_EFFECT),3) c:EnableReviveLimit() --cannot be target local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e2:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET) e2:SetProperty(EFFECT...
gpl-2.0
mercury233/ygopro-scripts
c93657021.lua
3
4277
--D-HERO ダスクユートピアガイ function c93657021.initial_effect(c) c:EnableReviveLimit() aux.AddFusionProcFun2(c,c93657021.matfilter,aux.FilterBoolFunction(Card.IsFusionSetCard,0xc008),true) --fusion success local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(93657021,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+C...
gpl-2.0
guillaume144/jeu-rp
gamemode/modules/fadmin/fadmin/changelevel/cl_changelevelgui.lua
10
3614
local PANEL = {} AccessorFunc(PANEL, "gamemodeList", "GamemodeList") AccessorFunc(PANEL, "mapList", "MapList") function PANEL:Init() self:SetMouseInputEnabled(true) self:SetKeyboardInputEnabled(false) self:SetDeleteOnClose(false) self:SetTitle("Change level") self:SetSize(630, ScrH() * 0.8) ...
mit
Zenny89/darkstar
scripts/globals/items/zebra_eel.lua
18
1391
----------------------------------------- -- ID: 4288 -- Item: Zebra Eel -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 -- Evasion 5 ----------------------------------------- require("scripts/globals/status"); -----------------------------------------...
gpl-3.0
mercury233/ygopro-scripts
c30114823.lua
2
2517
--コード・ジェネレーター function c30114823.initial_effect(c) --hand link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCode(EFFECT_EXTRA_LINK_MATERIAL) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(1,30114823) e1:SetValue(c30114823.matval) c:RegisterEffect(e1...
gpl-2.0
Zenny89/darkstar
scripts/globals/items/bowl_of_pebble_soup.lua
36
1103
----------------------------------------- -- ID: 4455 -- Item: Bowl of Pebble Soup -- Food Effect: 3 Hr, All Races ----------------------------------------- -- MP Recovered while healing 2 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemC...
gpl-3.0
Zenny89/darkstar
scripts/zones/Upper_Delkfutts_Tower/npcs/qm3.lua
34
1069
----------------------------------- -- Area: Upper Delkfutt's Tower -- NPC: ??? -- Notes: Teleports you to the 10th floor. -- @pos 261 19 20 158 ----------------------------------- package.loaded["scripts/zones/Upper_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/zones/...
gpl-3.0
Zenny89/darkstar
scripts/zones/Rabao/npcs/Shupah_Mujuuk.lua
17
3540
----------------------------------- -- Area: Rabao -- NPC: Shupah Mujuuk -- Title Change NPC -- @pos 12 8 20 247 ----------------------------------- require("scripts/globals/titles"); local title2 = { THE_IMMORTAL_FISHER_LU_SHANG , INDOMITABLE_FISHER , KUFTAL_TOURIST , ACQUIRER_OF_ANCIENT_ARCANUM , DESERT_HU...
gpl-3.0
valhallaGaming/uno
branches/2_0_3_STABLE/gate-system/bank_door.lua
1
4758
local obj = createObject(1557, 2303.9951171875, -14.620796585083, 25.7421875, 0, 0, 270.55862426758) exports.pool:allocateElement(obj) local obj2 = createObject(1557, 2303.9951171875, -17.6, 25.7421875, 0, 0, 90.55862426758) exports.pool:allocateElement(obj2) local obj3 = createObject(1557, 2303.9951171875, -17.8, ...
bsd-3-clause
mercury233/ygopro-scripts
c20426907.lua
2
3813
--機殻の再星 function c20426907.initial_effect(c) Duel.EnableGlobalFlag(GLOBALFLAG_SELF_TOGRAVE) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --disable local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_DISABLE) e2:SetType(EFFECT...
gpl-2.0
valhallaGaming/uno
branches/2_0_3_STABLE/social-system/c_friends.lua
1
5189
wFriends, bClose, imgSelf, lName, imgFlag, paneFriends, tMessage, bSendMessage, tFriends = nil paneFriend = { } local width, height = 300, 500 local scrWidth, scrHeight = guiGetScreenSize() x = scrWidth/2 - (width/2) y = scrHeight/2 - (height/2) function showFriendsUI(friends) wFriends = guiCreateWindow(...
bsd-3-clause
Zenny89/darkstar
scripts/zones/Caedarva_Mire/npcs/HomePoint#1.lua
17
1181
----------------------------------- -- Area: Caedarva Mire -- NPC: HomePoint#1 -- @pos ----------------------------------- package.loaded["scripts/zones/Caedarva_Mire/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Caedarva_Mire/TextIDs"); require("scripts/globals/homepoint"); -------...
gpl-3.0
mercury233/ygopro-scripts
c3492538.lua
2
1515
--火器付機甲鎧 function c3492538.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_CONTINUOUS_TARGET) e1:SetTarget(c3492538.target) e1:SetOperation(c3492538.operat...
gpl-2.0
Zenny89/darkstar
scripts/zones/Nashmau/npcs/Yohj_Dukonlhy.lua
24
1449
----------------------------------- -- Area: Nashmau -- NPC: Yohj Dukonlhy -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Nashmau/TextIDs"); ----------------------------------- -- onT...
gpl-3.0
Zenny89/darkstar
scripts/zones/Spire_of_Vahzl/npcs/Radiant_Aureole.lua
17
1160
----------------------------------- -- Area: Spire of Vahzl -- NPC: Radiant Aureole ----------------------------------- package.loaded["scripts/zones/Spire_of_Vahzl/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Spire_of_Vahzl/TextIDs"); ----------------------------------- -- o...
gpl-3.0
Zenny89/darkstar
scripts/zones/The_Boyahda_Tree/npcs/Grounds_Tome.lua
34
1137
----------------------------------- -- Area: The Boyahda Tree -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrad...
gpl-3.0
rodamaral/smw-tas
lsnes/scripts/lib/keyinput.lua
1
2946
-- Module for external user input -- Partially based on this script of the player Fat Rat Knight (FRK) -- http://tasvideos.org/userfiles/info/5481697172299767 local M = {} local input = _G.input M.key_state = {} M.key_press = {} M.key_release = {} function M.register_key_press(key, fn) -- key - string. Which key...
mit
mercury233/ygopro-scripts
c49823708.lua
6
3572
--破壊剣士の伴竜 function c49823708.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c49823708.target) e1:SetOperation(c49823708.operation) c:RegisterEffect(e1) ...
gpl-2.0
mercury233/ygopro-scripts
c15854426.lua
2
1765
--霞の谷の神風 function c15854426.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --special summon local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(15854426,0)) e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:Se...
gpl-2.0
Zenny89/darkstar
scripts/globals/spells/quick_etude.lua
18
1762
----------------------------------------- -- Spell: Quick Etude -- Static AGI Boost, BRD 28 ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagi...
gpl-3.0
mercury233/ygopro-scripts
c50785356.lua
3
1352
--ハウリング・ウォリアー function c50785356.initial_effect(c) --lv change local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(50785356,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c50785356.t...
gpl-2.0
mercury233/ygopro-scripts
c45591967.lua
2
3265
--EMエクストラ・シューター function c45591967.initial_effect(c) aux.EnablePendulumAttribute(c) --Damage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(45591967,0)) e1:SetCategory(CATEGORY_DAMAGE) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_PZONE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetC...
gpl-2.0
mercury233/ygopro-scripts
c17008760.lua
2
1539
--原質の円環炉 local s,id,o=GetID() function s.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(id,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_GRAVE_SPSUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,id+EFFECT_COUNT_CODE_OATH) ...
gpl-2.0
Zenny89/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Wazyih.lua
34
1031
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Wazyih -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); -----------...
gpl-3.0
Zenny89/darkstar
scripts/zones/Heavens_Tower/npcs/_6q2.lua
17
3449
----------------------------------- -- Area: Heaven's Tower -- NPC: Vestal Chamber (chamber of the Star Sibyl) -- @pos 0.1 -49 37 242 ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require...
gpl-3.0
Zenny89/darkstar
scripts/zones/Western_Altepa_Desert/Zone.lua
27
4592
----------------------------------- -- -- Zone: Western_Altepa_Desert (125) -- ----------------------------------- package.loaded["scripts/zones/Western_Altepa_Desert/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/zones/Western_Al...
gpl-3.0
Zenny89/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Marquis_Sabnak.lua
16
1256
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Marquis Sabnak ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- functi...
gpl-3.0
Zenny89/darkstar
scripts/zones/Al_Zahbi/npcs/Allard.lua
37
1186
----------------------------------- -- Area: Al Zahbi -- NPC: Allard -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; require("scripts/zones/Al_Zahbi/TextIDs"); ----------------------------------- -- onTrad...
gpl-3.0
mercury233/ygopro-scripts
c63509474.lua
2
2748
--白の救済 function c63509474.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --add to hand local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(63509474,0)) e2:SetCategory(CATEGORY_TOHAND) e2:SetType(EFFECT_...
gpl-2.0
m4h4n/telegram-bot
plugins/time.lua
771
2865
-- Implement a command !time [area] which uses -- 2 Google APIs to get the desired result: -- 1. Geocoding to get from area to a lat/long pair -- 2. Timezone to get the local time in that lat/long location -- Globals -- If you have a google api key for the geocoding/timezone api api_key = nil base_api = "https://m...
gpl-2.0
focusworld/aaab
plugins/zes.lua
12
68671
/* This file is part of tgl-library This library 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 2.1 of the License, or (at your option) any later version. This lib...
gpl-2.0
mercury233/ygopro-scripts
c70908596.lua
4
1750
--セイクリッド・カウスト function c70908596.initial_effect(c) --lv change local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(70908596,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(2) e1:SetTarget(c70908596.target) e1:SetOperation(c709...
gpl-2.0
Zenny89/darkstar
scripts/zones/Bhaflau_Thickets/npcs/Kamih_Mapokhalam.lua
19
1726
----------------------------------- -- Area: Bhaflau Thickets -- NPC: Kamih Mapokhalam -- 20 -30 597 z 52 ----------------------------------- package.loaded["scripts/zones/Bhaflau_Thickets/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Bhaflau_Thickets...
gpl-3.0
mercury233/ygopro-scripts
c96300057.lua
2
2793
--W-ウィング・カタパルト function c96300057.initial_effect(c) aux.EnableUnionAttribute(c,c96300057.eqlimit) --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(96300057,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE...
gpl-2.0
mercury233/ygopro-scripts
c76641981.lua
3
1550
--TG1-EM1 function c76641981.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_CONTROL) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE) e1:SetTarget(c76641981.targe...
gpl-2.0
Zee1234/CuberitePlugin-BungeeButtons
ZLib.lua
1
7276
--[[ The MIT License (MIT) Copyright (c) 2015 Jakub (Kubuxu) Sztandera 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, m...
mit
notcake/gcompute
lua/gcompute/ui/codeeditor/undoredo/blockdeletionaction.lua
1
3881
local self = {} GCompute.CodeEditor.BlockDeletionAction = GCompute.MakeConstructor (self, Gooey.UndoRedoItem) function self:ctor (codeEditor, selectionSnapshot, mode) self.CodeEditor = codeEditor self.SelectionSnapshot = selectionSnapshot self.Mode = mode self.OriginalTexts = {} self.SpanStartC...
gpl-3.0
dyhpoon/Attack-on-Pirates
AttackOnPirates/gameLogic/puzzleLogic.lua
1
10163
module(..., package.seeall) function findMatchedTiles(gemsTable) local numberOfMarked = 0 -- set all tiles to false for i = 1, 8, 1 do for j = 1, 8, 1 do gemsTable[i][j].isMarked = false end end -- helper function to find matched tiles, set to true for all searched tiles local function checkMatchedTile...
apache-2.0
mercury233/ygopro-scripts
c71341529.lua
2
1303
--インフェルニティ・ナイト function c71341529.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(71341529,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_TO_GRAVE) e1:SetCondition(c71341529.spcon) e1:SetCost(c71...
gpl-2.0
m4h4n/telegram-bot
plugins/rae.lua
616
1312
do function getDulcinea( text ) -- Powered by https://github.com/javierhonduco/dulcinea local api = "http://dulcinea.herokuapp.com/api/?query=" local query_url = api..text local b, code = http.request(query_url) if code ~= 200 then return "Error: HTTP Connection" end dulcinea = json:decode(b) ...
gpl-2.0
Zenny89/darkstar
scripts/zones/Port_Bastok/npcs/Rosswald.lua
36
1683
----------------------------------- -- Area: Port Bastok -- NPC: Rosswald -- Only sells when Bastok controlls Zulkheim Region -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Port_Bastok...
gpl-3.0
mercury233/ygopro-scripts
c91420254.lua
4
2305
--妖仙獣 右鎌神柱 function c91420254.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --scale change local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(91420254,0)) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetRange(LOCATION_PZONE) e2:SetCountLimit(1) e2:SetCondition(c91420254.sccon) e2:SetOp...
gpl-2.0
super-maxbot/self-bot
plugins/id.lua
11
2967
local function usernameinfo (user) if user.username then return '@'..user.username end if user.print_name then return user.print_name end local text = '' if user.first_name then text = user.last_name..' ' end if user.lastname then text = text..user.last_n...
gpl-2.0
Zenny89/darkstar
scripts/zones/Port_San_dOria/npcs/Eddy.lua
38
1038
----------------------------------- -- Area: Port San d'Oria -- NPC: Eddy -- Type: NPC Quest Giver -- @zone: 232 -- @pos -5.209 -8.999 39.833 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; -----------...
gpl-3.0
mercury233/ygopro-scripts
c37313786.lua
3
1320
--ギャンブル function c37313786.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_COIN+CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c37313786.condition) e1:SetTarget(c37313786.target) e1:SetOperation(c37313786.activate) c:RegisterEff...
gpl-2.0
Zenny89/darkstar
scripts/globals/abilities/dancers_roll.lua
8
2592
----------------------------------- -- Ability: Dancer's Roll -- Grants Regen status to party members within area of effect -- Optimal Job: Dancer -- Lucky Number: 3 -- Unlucky Number: 7 -- Level: 61 -- -- Die Roll |No DNC |With DNC -- -------- ---------- ---------- -- 1 ...
gpl-3.0
sjanhunen/yeast
prototype/luaload/compose.lua
3
2336
-- A mutation is a table containing functions used to transform another table. -- -- Example: definition of mutation with operator pairs (op1/op2 are functions) -- g2 = { p1 = op1; p2 = op2 } -- -- Example: definition of mutation with parameter pairs only -- g1 = { p1 = "file.c", p2 = "name" } -- -- An operator trans...
mit
openwrt-stuff/openwrt-extra
luci/applications/luci-rtorrent/luasrc/model/cbi/rtorrent/config_rss_rule.lua
2
1169
-- Copyright 2014-2016 Sandor Balazsi <sandor.balazsi@gmail.com> -- Licensed to the public under the Apache License 2.0. m = Map("rtorrent", translate("RSS Downloader")) m.redirect = luci.dispatcher.build_url("admin/nas/rtorrent_config") s = m:section(TypedSection, "rss-rule") s.addremove = true s.anonymous = true s...
gpl-2.0
mercury233/ygopro-scripts
c57288064.lua
2
2835
--刀神-不知火 function c57288064.initial_effect(c) c:SetSPSummonOnce(57288064) --synchro summon aux.AddSynchroProcedure(c,c57288064.synfilter,aux.NonTuner(c57288064.synfilter),1) c:EnableReviveLimit() --pos local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(57288064,0)) e1:SetCategory(CATEGORY_TODECK+CAT...
gpl-2.0
mercury233/ygopro-scripts
c12266229.lua
2
3261
--イリュージョン・オブ・カオス function c12266229.initial_effect(c) aux.AddCodeList(c,46986414) -- c:EnableReviveLimit() --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(12266229,0)) e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND+CATEGORY_TODECK) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_H...
gpl-2.0
mercury233/ygopro-scripts
c89211486.lua
2
1294
--ジェネクス・ドクター function c89211486.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(89211486,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCost(c89211486.cost) e1:SetTarget(c...
gpl-2.0
mercury233/ygopro-scripts
c22804644.lua
6
2632
--デス・ウイルス・ドラゴン function c22804644.initial_effect(c) c:EnableReviveLimit() --spsummon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) c:RegisterEffect(e1) -- local e2=Effect.CreateEff...
gpl-2.0
mercury233/ygopro-scripts
c28378427.lua
2
1466
--ダメージ・コンデンサー function c28378427.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(c28378427.condition) e1:SetCost(c28378427.cost) e1:SetTarget(c28378427.target) e1:SetOperation(c...
gpl-2.0
mercury233/ygopro-scripts
c58139997.lua
3
3371
--ウィッチクラフト・エーデル function c58139997.initial_effect(c) --Special Summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(58139997,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetHintTiming(0,TIMING_MAIN_END) e1:SetCode(EVENT_FREE_CHAIN) e1:SetRange(LOCATION_MZONE) ...
gpl-2.0
mercury233/ygopro-scripts
c303660.lua
2
2164
--電脳増幅器 function c303660.initial_effect(c) aux.AddCodeList(c,77585513) --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+EFFECT_FLAG_CANNOT_INACTIVATE+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLA...
gpl-2.0
1yvT0s/lit
deps/http-codec.lua
12
8601
--[[ Copyright 2014-2015 The Luvit Authors. All Rights Reserved. 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 o...
apache-2.0
Zenny89/darkstar
scripts/zones/Port_San_dOria/npcs/Prietta.lua
13
1435
----------------------------------- -- Area: Port San d'Oria -- NPC: Prietta -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; require("scripts/zones/Port_San_dOria/TextIDs"); ----------------------------------- -- onTrade Action --------...
gpl-3.0
alfred-bot/mer2phm
plugins/id.lua
355
2795
local function user_print_name(user) if user.print_name then return user.print_name end local text = '' if user.first_name then text = user.last_name..' ' end if user.lastname then text = text..user.last_name end return text end local function returnids(cb_extra, success, resu...
gpl-2.0
terminar/lua-handlers
examples/http_file_contents.lua
2
2353
-- Copyright (c) 2010-2011 by Robert G. Jakabosky <bobby@neoawareness.com> -- -- 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 -...
mit
mercury233/ygopro-scripts
c59185998.lua
2
1787
--オルターガイスト・プークエリ function c59185998.initial_effect(c) --hand link local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCode(EFFECT_EXTRA_LINK_MATERIAL) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(1,59185998) e1:SetValue(c59185998.matval) c:RegisterEffect...
gpl-2.0
ajayk/kong
spec/unit/api/app_spec.lua
2
3675
require "kong.tools.ngx_stub" local app = require "kong.api.app" local stub = { req = { headers = {} }, add_params = function() end, params = { foo = "bar", number = 10, ["config.nested"] = 1, ["config.nested_2"] = 2 } } describe("App", function() describe("#parse_params()", function() it("should normal...
apache-2.0
mercury233/ygopro-scripts
c63545861.lua
2
1056
--セイクリッドの流星 function c63545861.initial_effect(c) -- local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c63545861.target) e1:SetOperation(c63545861.regop) c:RegisterEffect(e1) end function c63545861.target(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return e:...
gpl-2.0
mercury233/ygopro-scripts
c53318263.lua
2
3994
--光の天穿バハルティヤ function c53318263.initial_effect(c) --tribute summon with 1 effect local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(53318263,0)) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SUMMON_PROC) e1:SetCondition(c53318263.rl...
gpl-2.0
mercury233/ygopro-scripts
c49158617.lua
2
2562
--双天の調伏 function c49158617.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW+CATEGORY_REMOVE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE) ...
gpl-2.0
qq779089973/my_openwrt_mod
luci/applications/luci-diag-devinfo/luasrc/model/cbi/luci_diag/smap_devinfo.lua
141
1038
--[[ smap_devinfo - SIP Device Information (c) 2009 Daniel Dickinson 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 $Id$ ]]-- require("luci.i18n") re...
mit
mercury233/ygopro-scripts
c18967507.lua
2
4195
--鎧獄竜-サイバー・ダークネス・ドラゴン function c18967507.initial_effect(c) c:EnableReviveLimit() aux.AddFusionProcFunRep(c,c18967507.matfilter,5,true) --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_C...
gpl-2.0
mercury233/ygopro-scripts
c46660187.lua
2
1353
--ウォークライ・ビッグブロウ function c46660187.initial_effect(c) --Destroy local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_LEAVE_FIELD) e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetCountLimit(1,46660187+EFFECT_COUNT_CODE_OATH) e1:SetCondition(c46660187.descon) ...
gpl-2.0
notcake/gcompute
lua/gcompute/ast/binaryassignmentoperator.lua
1
1215
local self = {} self.__Type = "BinaryAssignmentOperator" GCompute.AST.BinaryAssignmentOperator = GCompute.AST.MakeConstructor (self, GCompute.AST.BinaryOperator) function self:ctor () end function self:ComputeMemoryUsage (memoryUsageReport) memoryUsageReport = memoryUsageReport or GCompute.MemoryUsageReport ...
gpl-3.0
mercury233/ygopro-scripts
c43583400.lua
2
2457
--アンチエイリアン function c43583400.initial_effect(c) --summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(43583400,0)) e1:SetCategory(CATEGORY_SUMMON) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_FREE_CHAIN) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetCondition(c43583400.sumcon) e1...
gpl-2.0
couchbaselabs/couchstore-specials
tests/large.lua
6
1660
package.path = package.path .. ";tests/?.lua" local testlib = require("testlib") local alphabet_str = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" local alphabet = {} for i = 1, #alphabet_str do alphabet[i] = alphabet_str:sub(i, i) end local function check_table(db, t) for i,v in ipairs(t) ...
apache-2.0
alfred-bot/mer2phm
bot/bot.lua
1
7120
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 = '0.14.6' -- This function is called when tg receive a msg function on_msg_receive (msg) if not started then r...
gpl-2.0
mercury233/ygopro-scripts
c89567993.lua
4
1071
--アマゾネス訓練生 function c89567993.initial_effect(c) --to deck local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetCode(EFFECT_BATTLE_DESTROY_REDIRECT) e1:SetValue(LOCATION_DECKBOT) c:RegisterEffect(e1) --atkup local e2=Effect.Cr...
gpl-2.0
guillaume144/jeu-rp
gamemode/modules/chat/sv_chat.lua
2
6914
local function registerCommandDefinition(cmd, callback) local chatcommands = DarkRP.getChatCommands() chatcommands[cmd] = chatcommands[cmd] or {} chatcommands[cmd].callback = callback chatcommands[cmd].command = chatcommands[cmd].command or cmd end function DarkRP.defineChatCommand(cmd, callback) ...
mit
mercury233/ygopro-scripts
c54094821.lua
4
1052
--リチュアルバスター function c54094821.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(c54094821.condition) e1:SetOperation(c54094821.activate) c:RegisterEffect(e1) end function c54094821.cfilter(c) return c:IsSummonType(SU...
gpl-2.0
Zenny89/darkstar
scripts/zones/Castle_Oztroja/mobs/Tzee_Xicu_the_Manifest.lua
27
1224
----------------------------------- -- Area: Castle Oztroja -- NPC: Tzee Xicu the Manifest ----------------------------------- require("scripts/globals/titles"); require("scripts/zones/Castle_Oztroja/TextIDs"); ----------------------------------- -- onMobSpawn Action ----------------------------------- ...
gpl-3.0
mercury233/ygopro-scripts
c387282.lua
4
2289
--ガガガシスター function c387282.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(387282,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c387282.thtg) e1:SetOperation(c387282...
gpl-2.0
rodamaral/smw-tas
lsnes/scripts/lib/timer.lua
1
1522
-- This makes <fn> be called for <timeout> microseconds local M = {} local gui, callback, utime = _G.gui, _G.callback, _G.utime -- M.functions is a table of tables. Each inner table contains the function, -- the period of its call, the start(right now) and whether it's already registered M.functions = {} -- Returns ...
mit
Zenny89/darkstar
scripts/zones/Inner_Horutoto_Ruins/npcs/_5ct.lua
17
2441
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: _5ct (Magical Gizmo) #5 -- Involved In Mission: The Horutoto Ruins Experiment ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
omid4631aghaz/xy
plugins/yourid.lua
2
1135
do local function run(msg, matches) local bot_id = 0 local x = 192916039 local y = 180239388 local z = 179783031 local w = 158135400 if matches[1] == 'bye' and is_admin(msg) or msg.action.type == "chat_add_user" and msg.action.user.id == tonumber(bot_id) and not is_sudo(msg) then chat_del_user("chat#id"..ms...
gpl-2.0
fusijie/cocos2d-x-samples
samples/FantasyWarrior3D/src/BattleFieldUI.lua
8
18788
require "GlobalVariables" require "Actor" local BattlefieldUI = class("battlefieldUI",function() return cc.Layer:create() end) function BattlefieldUI.create() local layer = BattlefieldUI.new() return layer end function BattlefieldUI:ctor() self:avatarInit() self:bloodbarInit() self:angrybarInit() ...
mit
mynameiscraziu/carlos
plugins/help.lua
25
4629
do function pairsByKeys(t, f) local a = {} for n in pairs(t) do table.insert(a, n) end table.sort(a, f) local i = 0 -- iterator variable local iter = function () -- iterator function i = i + 1 if a[i] == nil then return nil else return a[i], t[a[i]] end end return iter end...
gpl-2.0
Zenny89/darkstar
scripts/zones/Halvung/mobs/Wheel_Wamoura.lua
16
1585
----------------------------------- -- Area: Halvung -- MOB: Wheel Wamoura ----------------------------------- require("scripts/globals/status"); -- TODO: Damage resistances in streched and curled stances. Halting movement during stance change. ----------------------------------- -- OnMobSpawn Action -----...
gpl-3.0
mercury233/ygopro-scripts
c27918365.lua
1
3308
--星遺物-『星冠』 function c27918365.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(27918365,0)) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SPSUM_PARAM) e1:SetRange(LOCATION_HAND) e1:SetTargetRange(...
gpl-2.0
mercury233/ygopro-scripts
c55277252.lua
2
2500
--魔轟神獣ノズチ function c55277252.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(55277252,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetTarget(c55277252.tg) e1:SetOperation(c55277252.op) c:RegisterEffect(e1)...
gpl-2.0
Zenny89/darkstar
scripts/zones/Ordelles_Caves/npcs/qm2.lua
17
1485
----------------------------------- -- Area: Ordelle's Caves -- NPC: ??? (qm2) -- Involved in Quest: A Squire's Test II -- @pos -94 1 273 193 ------------------------------------- package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil; ------------------------------------- require("scripts/globals/sett...
gpl-3.0
lambd0x/Awesome-wm-Funtoo-GreenSunset
awesome/vicious/contrib/pop_all.lua
4
1430
--------------------------------------------------- -- Licensed under the GNU General Public License v2 -- * (c) 2010, Boris Bolgradov <> -- -- This widget type depends on luasocket. -- -- Widget arguments are host, port, username and -- password, i.e.: -- {"mail.myhost.com", 110, "John", "132435"} ----------------...
gpl-2.0
Zenny89/darkstar
scripts/zones/Beaucedine_Glacier_[S]/npcs/Disserond_RK.lua
38
1067
----------------------------------- -- Area: Beaucedine Glacier (S) -- NPC: Disserond, R.K. -- Type: Campaign Arbiter -- @zone: 136 -- @pos 76.178 -60.763 -48.775 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier_[S]...
gpl-3.0
Zenny89/darkstar
scripts/globals/spells/dia_ii.lua
18
2295
----------------------------------------- -- Spell: Dia II -- Lowers an enemy's defense and gradually deals light elemental damage. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); -----------------------------...
gpl-3.0
notcake/gcompute
lua/gcompute/execution/luadev/luadevexecutionservice.lua
1
2338
local self = {} GCompute.Execution.LuadevExecutionService = GCompute.MakeConstructor (self, GCompute.Execution.IExecutionService) --[[ Events: CanCreateExecutionContext (authId, hostId, languageName) Fired when an execution context is about to be created. ExecutionContextCreated (IExecutionContext executionCon...
gpl-3.0
mercury233/ygopro-scripts
c91336701.lua
3
2987
--魔導耀士 デイブレイカー function c91336701.initial_effect(c) c:EnableCounterPermit(0x1) c:EnableReviveLimit() aux.AddLinkProcedure(c,aux.FilterBoolFunction(Card.IsLinkRace,RACE_SPELLCASTER),2,2) --counter local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(91336701,0)) e1:SetCategory(CATEGORY_COUNTER) e1:SetT...
gpl-2.0
Zenny89/darkstar
scripts/zones/RuLude_Gardens/npcs/Laityn.lua
17
1189
----------------------------------- -- Area: Ru'Lud Gardens -- NPC: Laityn -- Involved In Quest: Recollections ----------------------------------- require("scripts/globals/quests"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trad...
gpl-3.0
Zenny89/darkstar
scripts/zones/Talacca_Cove/Zone.lua
28
1314
----------------------------------- -- -- Zone: Talacca_Cove (57) -- ----------------------------------- package.loaded["scripts/zones/Talacca_Cove/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Talacca_Cove/TextIDs"); ----------------------...
gpl-3.0
mercury233/ygopro-scripts
c55151012.lua
2
3024
--氷水のトレモラ function c55151012.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(55151012,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(1,55151012) e1:SetCost(c55151012.spcost1) e1:SetTarget...
gpl-2.0
Zenny89/darkstar
scripts/globals/zone.lua
30
3876
------------------------------------ -- -- Contains global functions and variables -- related to area specific things -- ------------------------------------ ------------------------------------ -- zone related IDs ------------------------------------ -- Zone Types ZONETYPE_NONE = 0 ZONETYPE_CI...
gpl-3.0
mercury233/ygopro-scripts
c81782376.lua
2
1877
--運命の発掘 function c81782376.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_BATTLE_DAMAGE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCondition(c81782376.condition) e1:SetTarget(c81782376.target) e1:SetOperation(c8...
gpl-2.0
Zenny89/darkstar
scripts/zones/Port_Windurst/npcs/Kususu.lua
36
1768
----------------------------------- -- Area: Port Windurst -- NPC: Kususu -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/zones/Port_Windurst/TextID...
gpl-3.0
mercury233/ygopro-scripts
c86541496.lua
6
1857
--左腕の代償 function c86541496.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:SetCost(c86541496.cost) e1:SetTarget(c86541496.target) e1:SetOperation(c86541496.activate) c:RegisterEffect(e1...
gpl-2.0
qq779089973/my_openwrt_mod
luci/libs/core/luasrc/model/uci.lua
86
10653
--[[ LuCI - UCI model Description: Generalized UCI model FileId: $Id$ License: Copyright 2008 Steven Barth <steven@midlink.org> 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...
mit
mercury233/ygopro-scripts
c18597560.lua
2
2643
--サイバネティック・レボリューション function c18597560.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,18597560+EFFECT_COUNT_CODE_OATH) e1:SetCost(c18597560.cost) e1:SetTarget(c18597560.target) ...
gpl-2.0