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 |
|---|---|---|---|---|---|
Zenny89/darkstar | scripts/globals/weaponskills/spinning_slash.lua | 30 | 1563 | -----------------------------------
-- Spinning Slash
-- Great Sword weapon skill
-- Skill level: 225
-- Delivers a single-hit attack. Damage varies with TP.
-- Modifiers: STR:30% ; INT:30%
-- 100%TP 200%TP 300%TP
-- 2.5 3 3.5
-----------------------------------
require("scripts/globals/status");
require... | gpl-3.0 |
mercury233/ygopro-scripts | c33537328.lua | 2 | 1622 | --地縛神 Cusillu
function c33537328.initial_effect(c)
c:SetUniqueOnField(1,1,aux.FilterBoolFunction(Card.IsSetCard,0x21),LOCATION_MZONE)
--
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e4:SetRange(LOCATION_MZONE)
e4:SetCode(EFFECT_SELF_DESTROY)
e4:SetCondi... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Apollyon/mobs/Light_Elemental.lua | 112 | 2441 | -----------------------------------
-- Area: Apollyon SW
-- NPC: elemental
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
--------------------------... | gpl-3.0 |
SuperAwesomeLTD/thrift | lib/lua/TBinaryProtocol.lua | 90 | 6141 | --
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
-- distributed with this work for additional information
-- regarding copyright ownership. The ASF licenses this file
-- to you under the Apache License, Version 2.0 (the
-- "License"); you ma... | apache-2.0 |
mercury233/ygopro-scripts | c28053106.lua | 2 | 1253 | --サイバー・エッグ・エンジェル
function c28053106.initial_effect(c)
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(28053106,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:S... | gpl-2.0 |
Distrotech/highlight | plugins/cpp_ref_qtproject_org.lua | 1 | 1762 | --[[
Sample plugin file for highlight 3.9
]]
Description="Add qtproject.org reference links to HTML, LaTeX, RTF and ODT output of C++ code"
-- optional parameter: syntax description
function syntaxUpdate(desc)
if desc~="C and C++" then
return
end
function getURL(token)
url='http://qt-project.o... | gpl-3.0 |
mercury233/ygopro-scripts | c51790181.lua | 2 | 1121 | --無欲な壺
function c51790181.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,51790181+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c51790181.target)
e1:SetO... | gpl-2.0 |
kuoruan/lede-packages | utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/bmx7.lua | 76 | 2091 | #!/usr/bin/lua
local json = require "cjson"
local function interpret_suffix(rate)
if rate ~= nil then
local value = string.sub(rate, 1, -2)
local suffix = string.sub(rate, -1)
if suffix == "K" then return tonumber(value) * 10^3 end
if suffix == "M" then return tonumber(value) * 10^6 end
if suffi... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Metalworks/npcs/Grohm.lua | 19 | 2699 | -----------------------------------
-- Area: Metalworks
-- NPC: Grohm
-- Involved In Mission: Journey Abroad
-- @pos -18 -11 -27 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/z... | gpl-3.0 |
mercury233/ygopro-scripts | c28348939.lua | 6 | 1408 | --白虎の召喚士
function c28348939.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(28348939,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c28348939.sptg)
e1:SetOperation(c2834893... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Port_San_dOria/npcs/Albinie.lua | 37 | 1468 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Albinie
-- Standard Merchant NPC
-- Working 100%
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scripts/zones/P... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Zyfhil.lua | 34 | 1031 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Zyfhil
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
-----------... | gpl-3.0 |
mercury233/ygopro-scripts | c30562585.lua | 6 | 2169 | --ZERO-MAX
function c30562585.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(c30562585.condition)
e1:SetCost(c30562585.cost... | gpl-2.0 |
faldah/dotfiles | nvim/lua/lush_theme/plain.lua | 1 | 14262 | -- Enable lush.ify on this file, run:
--
-- `:Lushify`
--
-- or
--
-- `:lua require('lush').ify()`
local lush = require('lush')
local hsl = lush.hsl
-- primary = hsl('#004b64'),
-- accent = hsl('#ff532f'),
local c = {
bg = hsl(155, 50, 95),
highlight = hsl('#a6ffe0'),
fg = hsl(0, 0, 20),
... | mit |
jvmguy/FactorioScenarioMultiplayerSpawn | locale/blueprintstring/zlib-deflate.lua | 3 | 94478 | --[[
zlib-deflate.lua
Version: 0.2.0
LastModified: September 13 2015
Copyright (C) 2014 David McWilliams
This library is a Lua implementation of zlib deflate.
Based on zlib-js (Javascript implementation)
http://www.onicos.com/staff/iz/release/zlib-js/zlib-js.html
Copyright (C) 2012 Masanao Izumo
Based on zl... | mit |
mercury233/ygopro-scripts | c12697630.lua | 6 | 2134 | --アーティファクト-ベガルタ
function c12697630.initial_effect(c)
--set
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_MONSTER_SSET)
e1:SetValue(TYPE_SPELL)
c:RegisterEffect(e1)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(12697630,0))
e2:SetCategory(CATEGORY_... | gpl-2.0 |
Zenny89/darkstar | scripts/globals/items/culinarians_belt.lua | 30 | 1201 | -----------------------------------------
-- ID: 15451
-- Item: Culinarian's Belt
-- Enchantment: Synthesis image support
-- 2Min, All Races
-----------------------------------------
-- Enchantment: Synthesis image support
-- Duration: 2Min
-- Alchemy Skill +3
-----------------------------------------
requi... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Temple_of_Uggalepih/npcs/Grounds_Tome.lua | 34 | 1146 | -----------------------------------
-- Area: Temple of Uggalepih
-- NPC: Grounds Tome
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/groundsofvalor");
-----------------------------------
-- onTrade Action
-----------------------------------
function onT... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Waughroon_Shrine/npcs/Burning_Circle.lua | 17 | 2216 | -----------------------------------
-- Area: Waughroon Shrine
-- NPC: Burning Circle
-- Waughroon Shrine Burning Circle
-- @pos -345 104 -260 144
-------------------------------------
package.loaded["scripts/zones/Waughroon_Shrine/TextIDs"] = nil;
-------------------------------------
require("scripts/global... | gpl-3.0 |
Zenny89/darkstar | scripts/globals/spells/bluemagic/regeneration.lua | 46 | 1483 | -----------------------------------------
-- Spell: Regeneration
-- Gradually restores HP
-- Spell cost: 36 MP
-- Monster Type: Aquans
-- Spell Type: Magical (Light)
-- Blue Magic Points: 2
-- Stat Bonus: MND+2
-- Level: 78
-- Casting Time: 2 Seconds
-- Recast Time: 60 Seconds
-- Spell Duration: 30 ticks, 90 Seconds
--... | gpl-3.0 |
Cavitt/vanilla-ot | data/npc/REFERENCETHESE/Captain Seahorse.lua | 1 | 6757 | local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
-- OTServ event handling functions start
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function ... | agpl-3.0 |
mercury233/ygopro-scripts | c40380686.lua | 2 | 2266 | --ドロゴン・ベビー
function c40380686.initial_effect(c)
--non tuner
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_NONTUNER)
e1:SetValue(c40380686.tnval)
c:RegisterEffect(e1)
--change race or attribute
local e2=Effe... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Kopol-Rapol.lua | 38 | 1051 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Kopol-Rapol
-- Type: Standard NPC
-- @zone: 94
-- @pos 131.179 -6.75 172.758
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Temple_of_Uggalepih/mobs/Manipulator.lua | 16 | 2110 | ----------------------------------
-- Area: Temple of Uggalipeh
-- NM: Manipulator
-- Notes: Paths around the 2 staircases
-----------------------------------
local path =
{
-17.930, -8.500, -93.215,
-18.553, -7.713, -91.224,
-20.226, -6.250, -89.091,
-21.651, -5.005, -87.401,
-23.137, -3.917, ... | gpl-3.0 |
mercury233/ygopro-scripts | c70298454.lua | 2 | 2780 | --比翼レンリン
function c70298454.initial_effect(c)
aux.EnableUnionAttribute(c,1)
--equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(70298454,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetTarget(c70298... | gpl-2.0 |
mercury233/ygopro-scripts | c3897065.lua | 2 | 2909 | --スーパービークロイド-ステルス・ユニオン
function c3897065.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcCode4(c,61538782,98049038,71218746,984114,true,true)
--equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(3897065,0))
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_IGNITI... | gpl-2.0 |
mercury233/ygopro-scripts | c80161395.lua | 2 | 1561 | --神秘の中華なべ
function c80161395.initial_effect(c)
--recover
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c80161395.cost)
e1:SetTarget(c80161395.target)
e1:SetOperation(c80161395.a... | gpl-2.0 |
dailin/wesnoth | data/ai/micro_ais/cas/ca_protect_unit_move.lua | 26 | 3509 | local H = wesnoth.require "lua/helper.lua"
local LS = wesnoth.require "lua/location_set.lua"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local BC = wesnoth.require "ai/lua/battle_calcs.lua"
local function get_protected_units(cfg)
local units = {}
for _,id in ipairs(cfg.id) do
table.insert(units, ... | gpl-2.0 |
mercury233/ygopro-scripts | c11228035.lua | 2 | 1668 | --エクシーズ・ソウル
function c11228035.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_TOEXTRA+CATEGORY_GRAVE_ACTION)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(TIMI... | gpl-2.0 |
mercury233/ygopro-scripts | c48806195.lua | 2 | 4148 | --セリオンズ“エンプレス”アラシア
function c48806195.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(48806195,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCountLim... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/The_Sanctuary_of_ZiTah/npcs/qm2.lua | 17 | 1840 | -----------------------------------
-- Area: The Sanctuary of ZiTah
-- NPC: qm2 (???)
-- Involved in Quest: Forge Your Destiny
-- @pos 639 -1 -151 121
-----------------------------------
package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil;
-----------------------------------
require("scripts... | gpl-3.0 |
mjssw/cuberite | Server/Plugins/NetworkTest/Info.lua | 13 | 3430 |
-- Info.lua
-- Implements the g_PluginInfo standard plugin description
g_PluginInfo =
{
Name = "NetworkTest",
Version = "1",
Date = "2015-01-28",
Description = [[Implements test code (and examples) for the cNetwork API]],
Commands =
{
},
ConsoleCommands =
{
net =
{
Subcommands =
{
client =... | apache-2.0 |
mercury233/ygopro-scripts | c75214390.lua | 2 | 1891 | --オーバーレイ・ブースター
function c75214390.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+EFFECT_FLAG_SPSUM_PARAM)
e1:SetTargetRange(POS_FACEUP_DEFENSE,0)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1... | gpl-2.0 |
mercury233/ygopro-scripts | c13760677.lua | 2 | 2573 | --P・M・キャプチャー
function c13760677.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--indes
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(13760677,0))
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetRange(LOCATION_PZONE)
e2:SetConditi... | gpl-2.0 |
mercury233/ygopro-scripts | c30829071.lua | 2 | 3718 | --驚楽園の大使 <Bufo>
function c30829071.initial_effect(c)
--equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(30829071,0))
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c3082... | gpl-2.0 |
lingkeyang/slua | build/android/jni/sqlite/test/test.lua | 43 | 3806 | local sqlite3 = require("lsqlite3")
local width = 78
local function line(pref, suff)
pref = pref or ''
suff = suff or ''
local len = width - 2 - string.len(pref) - string.len(suff)
print(pref .. string.rep('-', len) .. suff)
end
local db, vm
local assert_, assert = assert, function (test)
if (not ... | mit |
mercury233/ygopro-scripts | c47126872.lua | 2 | 2296 | --スペースタイムポリス
function c47126872.initial_effect(c)
--remove
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(47126872,0))
e1:SetCategory(CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetTarget(c471... | gpl-2.0 |
mercury233/ygopro-scripts | c67754901.lua | 2 | 3364 | --オッドアイズ・ミラージュ・ドラゴン
function c67754901.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--indes
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(67754901,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,67... | gpl-2.0 |
kui-jia/svb | optsArgParse.lua | 1 | 5229 | --[[
Initialzie parameter settings, taking either default values or change by command line
Kui Jia, Dacheng Tao, Shenghua Gao, and Xiangmin Xu, "Improving training of deep neural networks via Singular Value Bounding", CVPR 2017.
http://www.aperture-lab.net/research/svb
This code is based on the fb.resnet.torch packa... | bsd-3-clause |
BlockMen/Wasteland | mods/ruins/init.lua | 1 | 7463 | -------------------------------------------------------------------------
-- Wasteland
-- Copyright (C) 2015 BlockMen <blockmen2015@gmail.de>
--
-- This file is part of Wasteland
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as publish... | gpl-3.0 |
mercury233/ygopro-scripts | c39109382.lua | 2 | 3332 | --機皇創出
function c39109382.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,39109382+EFFECT_COUNT_CODE_OATH)
e1:SetOperation(c39109382.activate)
c:RegisterEffect(e1)
--des... | gpl-2.0 |
mercury233/ygopro-scripts | c54250060.lua | 2 | 3243 | --召魔装着
function c54250060.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--atk up
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetRange(LOCATION_FZONE)
e2:SetT... | gpl-2.0 |
Zenny89/darkstar | scripts/globals/items/pumpkin_pie_+1.lua | 35 | 1372 | -----------------------------------------
-- ID: 4447
-- Item: pumpkin_pie_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Magic 45
-- Intelligence 4
-- Charisma -1
-- MP Recovered While Healing 1
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
mercury233/ygopro-scripts | c1187243.lua | 2 | 5584 | --ガスタへの追風
function c1187243.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_CONTINUOUS_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c1187243.target)
e1:SetOperation(c1187243.opera... | gpl-2.0 |
mercury233/ygopro-scripts | c58988903.lua | 2 | 3848 | --RUM-スキップ・フォース
function c58988903.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(58988903,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c58988903.target)... | gpl-2.0 |
mercury233/ygopro-scripts | c72837335.lua | 4 | 1423 | --先史遺産ゴルディアス・ユナイト
function c72837335.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(72837335,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c72837335.sptg)
e1:SetOperation... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Throne_Room/mobs/Shadow_Lord.lua | 16 | 4777 | -----------------------------------
-- Area: Throne Room
-- NPC: Shadow Lord
-- Mission 5-2 BCNM Fight
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/status");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
f... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Abyssea-Uleguerand/Zone.lua | 32 | 1548 | -----------------------------------
--
-- Zone: Abyssea - Uleguerand
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Uleguerand/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
require("scripts/zones/Abys... | gpl-3.0 |
mercury233/ygopro-scripts | c58332301.lua | 2 | 2052 | --E-HERO ダーク・ガイア
function c58332301.initial_effect(c)
aux.AddCodeList(c,94820406)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsRace,RACE_FIEND),aux.FilterBoolFunction(Card.IsRace,RACE_ROCK),true)
--spsummon condition
local e2=Effect.CreateEffect(c)
e2:SetType(EFFE... | gpl-2.0 |
mercury233/ygopro-scripts | c42741437.lua | 2 | 3672 | --エクソシスター・ミカエリス
function c42741437.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,4,2)
c:EnableReviveLimit()
--remove
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCondition(c42... | gpl-2.0 |
valhallaGaming/uno | branches/2_0_3_STABLE/phone-system/s_phone_system.lua | 1 | 11630 | -- ////////////////////////////////////
-- // MYSQL //
-- ////////////////////////////////////
sqlUsername = exports.mysql:getMySQLUsername()
sqlPassword = exports.mysql:getMySQLPassword()
sqlDB = exports.mysql:getMySQLDBName()
sqlHost = exports.mysql:getMySQLHost()
sqlPort = exports.mysql:getMySQLPort()... | bsd-3-clause |
Zenny89/darkstar | scripts/globals/items/imperial_omelette.lua | 35 | 2869 |
-----------------------------------------
-- ID: 4331
-- Item: imperial_omelette
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Non Elvaan Stats
-- Strength 5
-- Dexterity 2
-- Intelligence -3
-- Mind 4
-- Attack % 22
-- Attack Cap 70
-- Ranged ATT % 22
-- Ranged ATT Cap 7... | gpl-3.0 |
PasdarTeam/BulletProofCli | bot/bot.lua | 2 | 17199 | tdcli = dofile('./tg/tdcli.lua')
serpent = (loadfile "./libs/serpent.lua")()
feedparser = (loadfile "./libs/feedparser.lua")()
our_id = 328448596 -- Put Here Your Bot ID
--ایدی رباتتونو اینجا بزارید
URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
json = (load... | gpl-2.0 |
notcake/gcompute | lua/gcompute/ui/ide/documentmanager.lua | 1 | 3933 | local self = {}
GCompute.IDE.DocumentManager = GCompute.MakeConstructor (self)
--[[
Events:
DocumentAdded (Document document)
Fired when a document has been added.
DocumentRemoved (Document document)
Fired when a document has been removed.
]]
function self:ctor ()
-- IDE
self.IDE ... | gpl-3.0 |
BlockMen/Wasteland | mods/default/aliases.lua | 5 | 3604 | -- aliases (Minetest 0.4 mod)
-- Provides alias for most default items
minetest.register_alias("stone", "default:stone")
minetest.register_alias("stone_with_coal", "default:stone_with_coal")
minetest.register_alias("stone_with_iron", "default:stone_with_iron")
minetest.register_alias("dirt_with_grass", "default:dirt_w... | gpl-3.0 |
Zenny89/darkstar | scripts/globals/mobskills/Prishe_Item_2.lua | 53 | 1486 | ---------------------------------------------
-- Prishe Item 2
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/zones/Empyreal_Paradox/TextIDs");
--------------------------------------------... | gpl-3.0 |
mercury233/ygopro-scripts | c46009906.lua | 2 | 1667 | --猛獣の歯
function c46009906.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(c46009906.target)
e1:SetOperation(c46009906.opera... | gpl-2.0 |
Zenny89/darkstar | scripts/globals/gear_sets.lua | 3 | 25626 | -----------------------------------
-- Gear sets
-- Allows the use of gear sets with modifiers
-----------------------------------
require("scripts/globals/status");
-----------------------------------
local matchtype = {
any = 0,
earring_weapon = 1,
weapon_weapon = 2
}
-- placehol... | gpl-3.0 |
qq779089973/my_openwrt_mod | luci/contrib/luadoc/lua/luadoc/util.lua | 93 | 5826 | -------------------------------------------------------------------------------
-- General utilities.
-- @release $Id: util.lua,v 1.16 2008/02/17 06:42:51 jasonsantos Exp $
-------------------------------------------------------------------------------
local posix = require "nixio.fs"
local type, table, string, io, as... | mit |
Cavitt/vanilla-ot | data/talkactions/scripts/remove.lua | 1 | 1565 | function onSay(cid, words, param, channel)
local toPos = getCreatureLookPosition(cid)
if(isInArray({"full", "all"}, param:lower())) then
doCleanTile(toPos, false)
doSendMagicEffect(toPos, CONST_ME_MAGIC_RED)
return true
end
local amount = 1
param = tonumber(param)
if(param) then
amount = param
end
toP... | agpl-3.0 |
Zenny89/darkstar | scripts/globals/items/chunk_of_hydra_meat.lua | 18 | 1516 | -----------------------------------------
-- ID: 5564
-- Item: Chunk of Hydra Meat
-- Effect: 5 Minutes, food effect, Galka Only
-----------------------------------------
-- HP 10
-- MP -10
-- Strength +6
-- Intelligence -8
-- Demon Killer 10
-----------------------------------------
require("scripts/globals/status");... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Ghoyus_Reverie/Zone.lua | 36 | 1119 | -----------------------------------
--
-- Zone: Ghoyus_Reverie
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Ghoyus_Reverie/TextIDs"] = nil;
require("scripts/zones/Ghoyus_Reverie/TextIDs");
-----------------------------------
-- onInitialize
-... | gpl-3.0 |
Zenny89/darkstar | scripts/globals/items/serving_of_yellow_curry.lua | 35 | 2067 | -----------------------------------------
-- ID: 4517
-- Item: serving_of_yellow_curry
-- Food Effect: 3hours, All Races
-----------------------------------------
-- Health Points 20
-- Strength 5
-- Agility 2
-- Intelligence -4
-- HP Recovered While Healing 2
-- MP Recovered While Healing 1
-- Attack 20% (... | gpl-3.0 |
mercury233/ygopro-scripts | c45286019.lua | 2 | 2486 | --ギアギアーノ Mk-Ⅲ
function c45286019.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(45286019,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(1,45286019)
e1:SetCondition(c... | gpl-2.0 |
mercury233/ygopro-scripts | c78933589.lua | 2 | 1496 | --原初のスープ
function c78933589.initial_effect(c)
c:SetUniqueOnField(1,0,78933589)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--draw
local e2=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(78933589,0))
e2:SetCategory(CATEGOR... | gpl-2.0 |
mercury233/ygopro-scripts | c70493141.lua | 2 | 1575 | --雷仙神
function c70493141.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c70493141.hspcon)
e1:SetOperation(c70493141.hspop)
e1:SetValue(SUMMON_VALU... | gpl-2.0 |
honzahovorka/dotfiles | nvim/lua/settings/treesitter.lua | 1 | 2911 | local configs = require('nvim-treesitter.configs')
configs.setup({
highlight = {
enable = true,
-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
-- Using this option may slow down your ... | mit |
mercury233/ygopro-scripts | c59919307.lua | 4 | 1183 | --戦線復帰
function c59919307.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetTarget(c59919307.target)
e1:SetOperatio... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Yorcia_Weald_U/Zone.lua | 36 | 1119 | -----------------------------------
--
-- Zone: Yorcia Weald U
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Yorcia_Weald_U/TextIDs"] = nil;
require("scripts/zones/Yorcia_Weald_U/TextIDs");
-----------------------------------
-- onInitialize
-... | gpl-3.0 |
valhallaGaming/uno | branches/2_0_3_STABLE/lvpd-system/s_policecommands.lua | 1 | 9565 | -- ////////////////////////////////////
-- // MYSQL //
-- ////////////////////////////////////
sqlUsername = exports.mysql:getMySQLUsername()
sqlPassword = exports.mysql:getMySQLPassword()
sqlDB = exports.mysql:getMySQLDBName()
sqlHost = exports.mysql:getMySQLHost()
sqlPort = exports.mysql:getMySQLPort()... | bsd-3-clause |
mercury233/ygopro-scripts | c21686473.lua | 2 | 3833 | --DDD運命王ゼロ・ラプラス
function c21686473.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21686473,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(1,21686473)
... | gpl-2.0 |
Zenny89/darkstar | scripts/zones/Bastok_Mines/npcs/Odoba.lua | 19 | 1145 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Odoba
-- Guild Merchant NPC: Alchemy Guild
-- @pos 108.473 5.017 1.089 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require(... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Mine_Shaft_2716/npcs/_0d0.lua | 17 | 1997 | -----------------------------------
-- Area: Mine_Shaft_2716
-- NPC: Shaft entrance
-----------------------------------
package.loaded["scripts/zones/Mine_Shaft_2716/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/quests");
require("scripts/globa... | gpl-3.0 |
mercury233/ygopro-scripts | c56747793.lua | 2 | 1648 | --団結の力
function c56747793.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(c56747793.target)
e1:SetOperation(c56747793.opera... | gpl-2.0 |
mercury233/ygopro-scripts | c45906428.lua | 4 | 3031 | --ミラクル・フュージョン
function c45906428.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_REMOVE+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c45906428.target)
e1:SetOperation(c45906428.activate)
c:Register... | gpl-2.0 |
Zenny89/darkstar | scripts/globals/spells/poisonga_iii.lua | 18 | 1103 | -----------------------------------------
-- Spell: Poisonga III
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,targe... | gpl-3.0 |
alfred-bot/mer2phm | plugins/danbooru.lua | 616 | 1750 | do
local URL = "http://danbooru.donmai.us"
local URL_NEW = "/posts.json"
local URL_POP = "/explore/posts/popular.json"
local scale_day = "?scale=day"
local scale_week = "?scale=week"
local scale_month = "?scale=month"
local function get_post(url)
local b, c, h = http.request(url)
if c ~= 200 then return nil end
... | gpl-2.0 |
ajayk/kong | spec/plugins/key-auth/api_spec.lua | 2 | 3821 | local json = require "cjson"
local http_client = require "kong.tools.http_client"
local spec_helper = require "spec.spec_helpers"
describe("key-auth credentials API", function()
local BASE_URL, credential, consumer
setup(function()
spec_helper.prepare_db()
spec_helper.start_kong()
end)
teardown(funct... | apache-2.0 |
Zenny89/darkstar | scripts/globals/mobskills/Heavy_Stomp.lua | 25 | 1078 | ---------------------------------------------
-- Heavy Stomp
--
-- Description: Deals heavy damage to targets within an area of effect. Additional effect: Paralysis
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: Unknown radial
-- Notes: Paralysis effect has a very long duration.
-------... | gpl-3.0 |
Zenny89/darkstar | scripts/zones/Bhaflau_Thickets/Zone.lua | 27 | 3711 | -----------------------------------
--
-- Zone: Bhaflau_Thickets (52)
--
-----------------------------------
package.loaded["scripts/zones/Bhaflau_Thickets/TextIDs"] = nil;
package.loaded["scripts/globals/chocobo_digging"] = nil;
-----------------------------------
require("scripts/globals/settings");
requir... | gpl-3.0 |
sudhaMR/Animal_Book | monkeyPage.lua | 1 | 7827 | ----------------------------------------------------------------------------------
--
-- scenetemplate.lua
--
----------------------------------------------------------------------------------
local composer = require( "composer" )
local scene = composer.newScene()
local widget = require("widget")
require "sqlite3"
lo... | mit |
Zenny89/darkstar | scripts/zones/Pashhow_Marshlands/npcs/Cavernous_Maw.lua | 29 | 1512 | -----------------------------------
-- Area: Pashhow Marshlands
-- NPC: Cavernous Maw
-- @pos 418 25 27 109
-- Teleports Players to Pashhow Marshlands [S]
-----------------------------------
package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil;
-----------------------------------
require("scripts... | gpl-3.0 |
linushsao/marsu_game-linus-v0.2 | mods/administration/linus_added/alias.lua | 1 | 2998 | minetest.register_alias("protector:protect", "marssurvive:stone")
--for unknown blocks:
minetest.register_alias("default:dirt_with_rainforest_litter", "default:dirt_with_dry_grass")
minetest.register_alias("caverealms:constant_flame", "air")
--for move to tenplus1's farming_redo
minetest.register_alias("farming:spice... | gpl-3.0 |
mercury233/ygopro-scripts | c28357177.lua | 9 | 1091 | --派手ハネ
function c28357177.initial_effect(c)
--flip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(28357177,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e1:SetTarget(c28357177.tar... | gpl-2.0 |
mercury233/ygopro-scripts | c20654247.lua | 2 | 3456 | --青眼の混沌龍
function c20654247.initial_effect(c)
aux.AddCodeList(c,89631139)
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)
e1:SetValue(aux.ritlimit)
c... | gpl-2.0 |
3245as/a123w | bot/bot.lua | 1 | 9308 | tdcli = dofile('./tg/tdcli.lua')
serpent = (loadfile "./libs/serpent.lua")()
feedparser = (loadfile "./libs/feedparser.lua")()
require('./bot/utils')
URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
json = (loadfile "./libs/JSON.lua")()
mimetype = (loadfile ".... | gpl-3.0 |
Zenny89/darkstar | scripts/globals/mobskills/Tail_Crush.lua | 25 | 1026 | ---------------------------------------------
-- Tail Crush
--
-- Description: Smashes a single target with its tail. Additional effect: Poison
-- Type: Physical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
-- Notes:
---------------------------------------------
require("scripts/globals/settings");... | gpl-3.0 |
Zenny89/darkstar | scripts/globals/quests.lua | 4 | 36858 | require("scripts/globals/npc_util");
-----------------------------------
--
-- QUESTS ID
--
-----------------------------------
QUEST_AVAILABLE = 0;
QUEST_ACCEPTED = 1;
QUEST_COMPLETED = 2;
-----------------------------------
-- Areas ID
-----------------------------------
SANDORIA = 0;
BASTOK ... | gpl-3.0 |
rodamaral/smw-tas | lsnes/scripts/lib/onclick.lua | 1 | 7560 | local M = {}
local bit, memory = _G.bit, _G.memory
local luap = require('luap')
local config = require('config')
local keyinput = require('keyinput')
local draw = require('draw')
local lsnes = require('lsnes')
local cheat = require('cheat')
local Options_menu = require('menu')
local Display = require('display')
local... | mit |
Zenny89/darkstar | scripts/globals/spells/pyrohelix.lua | 22 | 1717 | --------------------------------------
-- Spell: Pyrohelix
-- Deals fire damage that gradually reduces
-- a target's HP. Damage dealt is greatly affected by the weather.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/... | gpl-3.0 |
valhallaGaming/uno | branches/2_0_3_STABLE/admin-system/HelpCommandsv1.lua | 1 | 42236 | local myWindow = nil
function playerhelp( sourcePlayer, commandName )
local sourcePlayer = getLocalPlayer()
local var = getElementData (sourcePlayer, "loggedin")
if ( (var - 0) == 1) then
if ( myWindow == nil ) then
guiSetInputEnabled(true)
myWindow = guiCreateWindow ( 0.2, 0.3, 0.6, 0.5... | bsd-3-clause |
mercury233/ygopro-scripts | c86613346.lua | 2 | 2750 | --ホーリーナイツ・フラムエル
function c86613346.initial_effect(c)
--Special Summon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(LOCATION_HAND+LOCATION_MZONE)
e1:SetCountLimit(1,86613346)
e1:SetConditi... | gpl-2.0 |
mercury233/ygopro-scripts | c94160895.lua | 3 | 4008 | --真竜凰マリアムネ
function c94160895.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(94160895,0))
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,94160895)
e1:SetTarget(c94160895.sp... | gpl-2.0 |
blooblahguy/bdCore | lib/ace/LibStub.lua | 184 | 1367 | -- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/wiki/LibStub for more info
-- LibStub is hereby placed in the Public Domain Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVI... | gpl-3.0 |
qq779089973/my_openwrt_mod | luci/applications/luci-redsocks2/luasrc/model/cbi/redsocks2.lua | 5 | 2779 | --[[
RA-MOD
]]--
local fs = require "nixio.fs"
local running=(luci.sys.call("pidof redsocks2 > /dev/null") == 0)
if running then
m = Map("redsocks2", translate("redsocks2"), translate("redsocks2 is running"))
else
m = Map("redsocks2", translate("redsocks2"), translate("redsocks2 is not running"))
end
s = m:sectio... | mit |
rouing/FHLG-BW | entities/entities/radartower/cl_init.lua | 1 | 1460 | include('shared.lua')
function ENT.Initialize()
killicon.AddFont("meth_lab","CSKillIcons","C",Color(100,50,50,255))
end
function ENT:Draw( )
self.Entity:DrawModel()
local Pos = self:GetPos()
local Ang = self:GetAngles()
local scans = self.Entity:GetNWInt("scans")
local upgrade = self.Entity:GetNWInt("upgr... | unlicense |
Zenny89/darkstar | scripts/zones/Abyssea-Grauberg/npcs/Cruor_Prospector.lua | 33 | 1112 | -----------------------------------
-- Area: Abyssea - Grauberg
-- NPC: Cruor Prospector
-- Type: Cruor NPC
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Grauberg/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/abyssea")... | gpl-3.0 |
valhallaGaming/uno | branches/2_0_3_STABLE/fuel-system/s_fuel_system.lua | 1 | 10277 | -- ////////////////////////////////////
-- // MYSQL //
-- ////////////////////////////////////
sqlUsername = exports.mysql:getMySQLUsername()
sqlPassword = exports.mysql:getMySQLPassword()
sqlDB = exports.mysql:getMySQLDBName()
sqlHost = exports.mysql:getMySQLHost()
sqlPort = exports.mysql:getMySQLPort()... | bsd-3-clause |
mercury233/ygopro-scripts | c65961085.lua | 2 | 1674 | --魔導獣士 ルード
function c65961085.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(65961085,0))
e1:SetCategory(CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_SPSUMM... | gpl-2.0 |
Cavitt/vanilla-ot | data/npc/REFERENCETHESE/Sigurd.lua | 7 | 9472 | local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
local talkState = {}
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end
function onCre... | agpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.