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/Quicksand_Caves/npcs/_5s8.lua
13
1253
----------------------------------- -- Area: Quicksand Caves -- NPC: Ornate Door -- Door blocked by Weight system -- @pos -334 0 659 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Caves/TextIDs...
gpl-3.0
Turttle/darkstar
scripts/zones/Southern_San_dOria/npcs/Ailevia.lua
30
1902
----------------------------------- -- Area: Southern San d'Oria -- NPC: Ailevia -- Adventurer's Assistant -- Only recieving Adv.Coupon and simple talk event are scripted -- This NPC participates in Quests and Missions -- @zone 230 -- @pos -8 1 1 ------------------------------------- package.loaded["scripts/z...
gpl-3.0
Turttle/darkstar
scripts/zones/Port_Bastok/npcs/Hilda.lua
20
5066
----------------------------------- -- Area: Port Bastok -- NPC: Hilda -- Involved in Quest: Cid's Secret, Riding on the Clouds -- Starts & Finishes: The Usual -- @pos -163 -8 13 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; package.loaded["scripts/globals/settings"...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c41722932.lua
9
1352
--ダーク・ジェノサイド・カッター function c41722932.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_REMOVE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c41722932.condition) e1:SetTarget(c41722932.target) e1:SetOpera...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c1154611.lua
2
2804
--バージェストマ・レアンコイリア function c1154611.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c1154611.target) e1:SetOperation(c1154611.activate) c:RegisterEffe...
gpl-2.0
eugeneia/snabb
lib/luajit/testsuite/test/opt/fold/kfold.lua
6
3717
do --- operators local y = 0 for i=1,100 do local a, b = 23, 11; y = a+b end; assert(y == 23+11) for i=1,100 do local a, b = 23, 11; y = a-b end; assert(y == 23-11) for i=1,100 do local a, b = 23, 11; y = a*b end; assert(y == 23*11) for i=1,100 do local a, b = 23, 11; y = a/b end; assert(y == 23/11) for i=1...
apache-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/creatorform2.lua
1
7889
-- 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
c70046172.lua
2
1285
--突進 function c70046172.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(c70046172.con...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/winterflower.lua
18
1364
----------------------------------------- -- ID: 5907 -- Item: Winterflower -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility +3 -- Intelligence +5 -- Charisma -5 -- Resist Virus +20 ----------------------------------------- require("scripts/globals/status"); -----------------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Qufim_Island/npcs/Jiwon.lua
17
1862
----------------------------------- -- Area: Qufim Island -- NPC: Jiwon -- Type: Outpost Vendor -- @pos -249 -19 300 126 ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globa...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c14763299.lua
6
1779
--幻奏の歌姫ソロ function c14763299.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(c14763299.spcon) c:RegisterEffect(e1) -- local e2=Effect.CreateEffect...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c73018302.lua
6
1731
--黒羽を狩る者 function c73018302.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(73018302,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetRange(LOCATION_MZONE) e1:SetCondition(c73018302.descon) e1:SetCost(...
gpl-2.0
tasdomas/nodemcu-build
fw/nodemcu-firmware/app/cjson/lua/cjson/util.lua
170
6837
local json = require "cjson" -- Various common routines used by the Lua CJSON package -- -- Mark Pulford <mark@kyne.com.au> -- Determine with a Lua table can be treated as an array. -- Explicitly returns "not an array" for very sparse arrays. -- Returns: -- -1 Not an array -- 0 Empty table -- >0 Highest index ...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c71703785.lua
2
3012
--守護神官マハード function c71703785.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(71703785,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_DRAW) e1:SetRange(LOCA...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c56399890.lua
6
1176
--魔轟神獣キャシー function c56399890.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(56399890,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_TO_GRAVE) e1:SetCondition(c56399890...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c60577362.lua
5
1126
--威圧する魔眼 function c60577362.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c60577362.target) e1:SetOperation(c60577362.activate) c:RegisterEffect(e1) end function c60577362.filter(c) ...
gpl-2.0
dickeyf/darkstar
scripts/globals/spells/bluemagic/mp_drainkiss.lua
3
1895
----------------------------------------- -- Spell: MP Drainkiss -- Steals an enemy's MP. Ineffective against undead -- Spell cost: 20 MP -- Monster Type: Amorphs -- Spell Type: Magical (Dark) -- Blue Magic Points: 4 -- Stat Bonus: MP+5 -- Level: 42 -- Casting Time: 4 seconds -- Recast Time: 90 seconds -- Magic Bursts ...
gpl-3.0
JackS9/iot
lua_examples/irsend.lua
88
1803
------------------------------------------------------------------------------ -- IR send module -- -- LICENCE: http://opensource.org/licenses/MIT -- Vladimir Dronnikov <dronnikov@gmail.com> -- -- Example: -- dofile("irsend.lua").nec(4, 0x00ff00ff) -----------------------------------------------------------------------...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/chocolate_cake.lua
18
1213
----------------------------------------- -- ID: 5633 -- Item: Chocolate Cake -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- MP +3% -- MP Recovered while healing +6 ----------------------------------------- require("scripts/globals/status"); -----------------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Zarfhid.lua
34
1034
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Zarfhid -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); --------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c43530283.lua
2
1398
--勇気の砂時計 function c43530283.initial_effect(c) --atkup local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(43530283,0)) e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetOperation(c43530283.adop) c:Register...
gpl-2.0
Turttle/darkstar
scripts/zones/Port_San_dOria/npcs/Apstaule.lua
36
1764
----------------------------------- -- Area: Port San d'Oria -- NPC: Apstaule -- Not used cutscenes: 541 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/quests"); r...
gpl-3.0
jitsi/jitsi-meet
resources/prosody-plugins/mod_muc_call.lua
2
4126
local ext_events = module:require "ext_events" local jid = require "util.jid" local extract_subdomain = module:require "util".extract_subdomain; -- Options and configuration local poltergeist_component = module:get_option_string( "poltergeist_component", module.host ); local muc_domain_base = module:get_option...
apache-2.0
Turttle/darkstar
scripts/zones/Spire_of_Holla/npcs/_0h0.lua
17
1469
----------------------------------- -- Area: Spire of Holla -- NPC: Web of Recollection ----------------------------------- package.loaded["scripts/zones/Spire_of_Holla/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/quests"); require("scripts/gl...
gpl-3.0
Metastruct/pac3
lua/pac3/core/client/parts/effect.lua
2
5307
local CurTime = CurTime local ParticleEffect = ParticleEffect local PART = {} PART.ClassName = "effect" PART.Groups = {'effects', 'model', 'entity'} PART.Icon = 'icon16/wand.png' pac.StartStorableVars() pac.GetSet(PART, "Effect", "default", {enums = function() return pac.particle_list end}) pac.GetSet(P...
gpl-3.0
dickeyf/darkstar
scripts/zones/West_Sarutabaruta/npcs/Signpost.lua
13
1933
----------------------------------- -- Area: West Sarutabaruta -- NPC: Signpost (18 total) ----------------------------------- package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil; ----------------------------------- require("scripts/zones/West_Sarutabaruta/TextIDs"); ----------------------------------- -...
gpl-3.0
Turttle/darkstar
scripts/zones/North_Gustaberg/npcs/Heavy_Fog_IM.lua
30
3055
----------------------------------- -- Area: North Gustaberg -- NPC: Heavy Fog, I.M. -- Type: Border Conquest Guards -- @pos -520.704 38.75 560.258 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conque...
gpl-3.0
Turttle/darkstar
scripts/globals/spells/bluemagic/filamented_hold.lua
18
1471
----------------------------------------- -- Spell: Filamented Hold -- Reduces the attack speed of enemies within a fan-shaped area originating from the caster -- Spell cost: 38 MP -- Monster Type: Vermin -- Spell Type: Magical (Earth) -- Blue Magic Points: 3 -- Stat Bonus: VIT+1 -- Level: 52 -- Casting Time: ...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/include/collectiblecostumetemplate.lua
6
2658
-- 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
iskygame/skynet
service/sharedatad.lua
11
3325
local skynet = require "skynet" local sharedata = require "sharedata.corelib" local table = table local cache = require "skynet.codecache" cache.mode "OFF" -- turn off codecache, because CMD.new may load data file local NORET = {} local pool = {} local pool_count = {} local objmap = {} local collect_tick = 600 local ...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c86137485.lua
5
1970
--ヘル・ツイン・コップ function c86137485.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_FIEND),aux.NonTuner(nil),1) c:EnableReviveLimit() --chain attack local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(86137485,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TY...
gpl-2.0
alfred-bot/zacbot
plugins/Help.lua
1
4645
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 local iter = function () i = i + 1 if a[i] == nil then return nil else return a[i], t[a[i]] end end return iter end local ...
gpl-2.0
eugeneia/snabb
src/lib/tsc.lua
6
3275
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. -- Provide a time stamp counter suitable for measuring time intervals. module(...,package.seeall) local lib = require("core.lib") local C = require("ffi").C require("core.lib_h") default_source = 'rdtsc' local calibration_interval = 5e...
apache-2.0
Turttle/darkstar
scripts/zones/Windurst_Woods/npcs/Ponono.lua
44
2111
----------------------------------- -- Area: Windurst Woods -- NPC: Ponono -- Type: Clothcraft Guild Master -- @pos -38.243 -2.25 -120.954 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); requir...
gpl-3.0
dickeyf/darkstar
scripts/zones/Windurst_Woods/npcs/Ponono.lua
44
2111
----------------------------------- -- Area: Windurst Woods -- NPC: Ponono -- Type: Clothcraft Guild Master -- @pos -38.243 -2.25 -120.954 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); requir...
gpl-3.0
dickeyf/darkstar
scripts/globals/mobskills/Polar_Blast.lua
33
1412
--------------------------------------------- -- Polar Blast -- -- Description: Deals Ice damage to enemies within a fan-shaped area. Additional effect: Paralyze -- Type: Breath -- Ignores Shadows -- Range: Unknown Cone --------------------------------------------- require("scripts/globals/settings"); require("sc...
gpl-3.0
kreukle/MemNN
MemN2N-lang-model/data.lua
18
1101
-- Copyright (c) 2015-present, Facebook, Inc. -- All rights reserved. -- -- This source code is licensed under the BSD-style license found in the -- LICENSE file in the root directory of this source tree. An additional grant -- of patent rights can be found in the PATENTS file in the same directory. require('paths') ...
bsd-3-clause
Turttle/darkstar
scripts/globals/weaponskills/burning_blade.lua
30
1294
----------------------------------- -- Burning Blade -- Sword weapon skill -- Skill Level: 30 -- Desription: Deals Fire elemental damage to enemy. Damage varies with TP. -- Aligned with the Flame Gorget. -- Aligned with the Flame Belt. -- Element: Fire -- Modifiers: STR:20% ; INT:20% -- 100%TP 200%TP 300...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/node_openenergydoor.lua
12
1262
-- 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
Metastruct/pac3
lua/pac3/libraries/sh_boneanimlib.lua
1
6602
--[[ Bone Animations Library Created by William "JetBoom" Moodhe (williammoodhe@gmail.com / www.noxiousnet.com) Because I wanted custom, dynamic animations. Give credit or reference if used in your creations. ]] local _G = _G module("boneanimlib",package.seeall) TYPE_GESTURE = 0 -- Gestures are keyframed animations ...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/bowl_of_witch_stew.lua
18
1449
----------------------------------------- -- ID: 4344 -- Item: witch_stew -- Food Effect: 4hours, All Races ----------------------------------------- -- Magic Points 45 -- Strength -1 -- Mind 4 -- MP Recovered While Healing 4 -- Enmity -4 ----------------------------------------- require("scripts/globals/status"); --...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/wisp.lua
6
3458
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/pot_of_honey.lua
18
1119
----------------------------------------- -- ID: 4370 -- Item: pot_of_honey -- Food Effect: 5Min, All Races ----------------------------------------- -- Magic Regen While Healing 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ---...
gpl-3.0
Turttle/darkstar
scripts/zones/Jugner_Forest/npcs/Pure_Heart_IM.lua
30
3050
----------------------------------- -- Area: Jugner Forest -- NPC: Pure Heart, I.M. -- Type: Border Conquest Guards -- @pos 570.732 -2.637 553.508 104 ----------------------------------- package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"...
gpl-3.0
dickeyf/darkstar
scripts/zones/Riverne-Site_A01/mobs/Carmine_Dobsonfly.lua
7
1800
----------------------------------- -- Area: Riverne Site A01 -- MOB: Carmine Dobsonfly ----------------------------------- ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) mob:setMobMod(MOBMOD_SUPERLINK, 16900230); -- mobID of the first one ...
gpl-3.0
Turttle/darkstar
scripts/zones/North_Gustaberg_[S]/npcs/Gebhardt.lua
19
1206
----------------------------------- -- Area: North Gustaberg (S) (I-6) -- NPC: Gebhardt -- Involved in Quests: The Fighting Fourth ----------------------------------- package.loaded["scripts/zones/North_Gustaberg_[S]/TextIDs"] = nil; package.loaded["scripts/globals/quests"] = nil; ----------------------------------- r...
gpl-3.0
Turttle/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Bhoy_Yhupplo.lua
30
3598
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Bhoy Yhupplo -- Type: Assault Mission Giver -- @pos 127.474 0.161 -30.418 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/global...
gpl-3.0
dickeyf/darkstar
scripts/zones/QuBia_Arena/npcs/Burning_Circle.lua
27
2594
----------------------------------- -- Area: Qu'Bia Arena -- NPC: Burning Circle -- @pos -221 -24 19 206 ------------------------------------- package.loaded["scripts/zones/QuBia_Arena/TextIDs"] = nil; ------------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/missions"); require(...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c61068510.lua
6
1269
--トルネード function c61068510.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c61068510.condition) e1:SetTarget(c...
gpl-2.0
Turttle/darkstar
scripts/globals/spells/wind_carol.lua
18
1502
----------------------------------------- -- Spell: Wind Carol -- Increases wind resistance for party members within the area of effect. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast -------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c66938505.lua
2
2985
--水晶機巧-リオン function c66938505.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(66938505,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_MAIN...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c14730606.lua
2
1413
--アイヴィ・シャックル function c14730606.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --race local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetRange(LOCATION_SZONE) e2:SetTargetRange(0,LOCATION_MZONE) ...
gpl-2.0
Turttle/darkstar
scripts/zones/Southern_San_dOria/npcs/Ambrotien.lua
19
5909
----------------------------------- -- Area: Southern San d'Oria -- NPC: Ambrotien -- @pos 93.419 -0.001 -57.347 230 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/k...
gpl-3.0
Turttle/darkstar
scripts/zones/Crawlers_Nest_[S]/npcs/Tucker.lua
17
3232
---------------------------------- -- Area: Crawlers' Nest [S] -- NPC: Tucker ----------------------------------- package.loaded["scripts/zones/Crawlers_Nest_[S]/TextIDs"] = nil; require("scripts/zones/Crawlers_Nest_[S]/TextIDs"); require("scripts/globals/quests"); ----------------------------------- -- o...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c75525309.lua
5
1292
--六武派二刀流 function c75525309.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,0x1e0) e1:SetCondition(c75525309.condition) e1:SetTarget(c75525309.ta...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c24040093.lua
7
1372
--魔轟神グリムロ function c24040093.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(24040093,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetCondition(c24040093.con) e1:SetCost(c24040093.cost) e1:SetTarget(...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c3701074.lua
5
2051
--ダーク・キュア function c3701074.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --Activate local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(3701074,0)) e2:SetCategory(CATEGORY_RECOVER) e2:SetType(EFFECT_TYPE_FIELD+EF...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c5255013.lua
2
2442
--セフィラの輝跡 function c5255013.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TODECK) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c5255013.condition) e1:SetOperation(c5255013.activate) c:RegisterEffect(e1) --splimit local e2=Effect.CreateEff...
gpl-2.0
dabo123148/WarlightMod
OneWayConnections/Client_PresentConfigureUI.lua
1
2423
function Client_PresentConfigureUI(rootParent) parent = rootParent; local num = 1; local RCstring = Mod.Settings.RemovedConnections; if(RCstring == nil or RCstring == ",")then RCstring = ",,"; end local RC = stringtotable(RCstring); RemovedConnectionsFields = {}; while(num <tablelength(RC))do local entered...
mit
dickeyf/darkstar
scripts/globals/items/plate_of_bream_sushi.lua
1
1455
----------------------------------------- -- ID: 5176 -- Item: plate_of_bream_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 6 -- Vitality 5 -- Accuracy % 16 -- Ranged ACC % 16 -- Sleep Resist 5 ----------------------------------------- require("scripts/globals/status"); ...
gpl-3.0
jitsi/jitsi-meet
resources/prosody-plugins/mod_client_proxy.lua
2
5214
if module:get_host_type() ~= "component" then error("proxy_component should be loaded as component", 0); end local jid_split = require "util.jid".split; local jid_bare = require "util.jid".bare; local jid_prep = require "util.jid".prep; local st = require "util.stanza"; local array = require "util.array"; local targ...
apache-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c43237273.lua
2
2146
--N・ブラック・パンサー function c43237273.initial_effect(c) --copy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(43237273,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetTarget(c43237273.target) e1:SetOperation(c43237273...
gpl-2.0
Metastruct/pac3
lua/pac3/editor/client/language.lua
1
3579
pace.KnownGUIStrings = pace.KnownGUIStrings or {} pace.CurrentTranslation = {} local cvar = CreateClientConVar("pac_language", "english", true) function pace.LanguageString(val) local key = val:Trim():lower() pace.KnownGUIStrings[key] = val return pace.CurrentTranslation[key] or val end local L = pace.LanguageS...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/krill.lua
6
7082
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
Turttle/darkstar
scripts/globals/items/quus.lua
18
1314
----------------------------------------- -- ID: 5793 -- Item: quus -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c7582066.lua
5
1327
--サイコ・デビル function c7582066.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsRace,RACE_PSYCHO),1) c:EnableReviveLimit() --atk local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(7582066,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_IGNITION) e1:Set...
gpl-2.0
pzduniak/openframe_ancient
client/gui/tabpanel_class.lua
1
3199
----------------------------------------------------------- --- /client/gui/tabpanel_class.lua --- --- Part of openFrame project --- --- Written by 50p. Additional changes by Orange. --- --- Lately edited in revision number 13 by Orange --- --- Licensed under B...
mit
Turttle/darkstar
scripts/zones/Bastok_Mines/npcs/Azette.lua
28
2058
----------------------------------- -- Area: Bastok Mines -- NPC: Azette -- Type: Chocobo Renter ----------------------------------- require("scripts/globals/chocobo"); require("scripts/globals/keyitems"); require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_San_dOria/npcs/Fiva.lua
12
1856
----------------------------------- -- Area: Port San d'Oria -- NPC: Fiva -- Only sells when San d'Oria controls Kolshushu ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/g...
gpl-3.0
Turttle/darkstar
scripts/globals/spells/armys_paeon_ii.lua
31
1390
----------------------------------------- -- Spell: Army's Paeon II -- Gradually restores target's HP. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingChec...
gpl-3.0
Turttle/darkstar
scripts/zones/Metalworks/npcs/Fariel.lua
34
2197
----------------------------------- -- Area: Metalworks -- NPC: Fariel -- Type: Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Metalworks/TextIDs"); require("scripts/globals/pathfind");...
gpl-3.0
stupid-/tdm
gamemodes/tdm/entities/weapons/weapon_zm_improvised.lua
2
7861
AddCSLuaFile() SWEP.HoldType = "melee" if CLIENT then SWEP.PrintName = "Crowbar" SWEP.ViewModelFOV = 54 end SWEP.Slot = 0 SWEP.SlotPos = 1 SWEP.Weight = 3 SWEP.AutoSwitchTo = false SWEP.AutoSwitchFrom = false SWEP.UseHands = true SWEP.Base = "weapon_tttbase" SWEP.ViewModel = "mo...
mit
Turttle/darkstar
scripts/zones/The_Eldieme_Necropolis/TextIDs.lua
7
2300
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6538; -- You cannot obtain the item <item> come back again after sorting your inventory ITEM_OBTAINED = 6542; -- Obtained: <item> GIL_OBTAINED = 6543; -- Obtained <number> gil KEYITEM_OBTAINED = 6545; -- Obtain...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c90434926.lua
2
1833
--漆黒のトバリ function c90434926.initial_effect(c) --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) e2:SetDescription(aux.Stringid(90434926,0)) e2:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DRAW) e2:SetRa...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c100000105.lua
2
1696
--アルカナフォースVIII-STRENGTH function c100000105.initial_effect(c) --coin local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(100000105,0)) e1:SetCategory(CATEGORY_COIN) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c100000105.cointg) e1:SetOperation(c1...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c58268433.lua
4
1136
--ブレードラビット function c58268433.initial_effect(c) --flip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(58268433,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_CHANGE_POS) e1:SetCondition(c58268433....
gpl-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/_unused/node_foundsecret03.lua
6
1100
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
Turttle/darkstar
scripts/globals/items/mercanbaligi.lua
18
1262
----------------------------------------- -- ID: 5454 -- Item: Mercanbaligi -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 4 -- Mind -6 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -----...
gpl-3.0
iskygame/skynet
lualib/http/internal.lua
95
2613
local table = table local type = type local M = {} local LIMIT = 8192 local function chunksize(readbytes, body) while true do local f,e = body:find("\r\n",1,true) if f then return tonumber(body:sub(1,f-1),16), body:sub(e+1) end if #body > 128 then -- pervent the attacker send very long stream without ...
mit
dickeyf/darkstar
scripts/globals/weaponskills/wasp_sting.lua
1
1573
----------------------------------- -- Wasp Sting -- Dagger weapon skill -- Skill level: 5 -- Poisons target. Duration of effect varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Soil Gorget. -- Aligned with the Soil Belt. -- Element: None -- Modifiers: : DEX:100% -- 100%TP 200%TP 300%TP -- ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c9348522.lua
5
2319
--浮鵺城 function c9348522.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1) c:EnableReviveLimit() --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(9348522,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGE...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c95658967.lua
2
3706
--祝福の教会-リチューアル・チャーチ function c95658967.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --search local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(95658967,0)) e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEA...
gpl-2.0
Riverlance/kingdom-age-game-windows
modules/game_battlelist/battlelist.lua
1
19763
_G.GameBattleList = { } battleTopMenuButton = nil battleWindow = nil battleHeader = nil sortMenuButton = nil arrowMenuButton = nil filterPlayersButton = nil filterNPCsButton = nil filterMonstersButton = nil filterSkullsButton = nil filterPartyButton = nil battlePanel = nil mouseWidget = nil lastButtonSwitched = n...
mit
crazyhamedboy/telegrambot
plugins/bugzilla.lua
611
3983
do local BASE_URL = "https://bugzilla.mozilla.org/rest/" local function bugzilla_login() local url = BASE_URL.."login?login=" .. _config.bugzilla.username .. "&password=" .. _config.bugzilla.password print("accessing " .. url) local res,code = https.request( url ) local data = json:decode(res) return data ...
gpl-2.0
adib1380/anit-spam-2
plugins/bugzilla.lua
611
3983
do local BASE_URL = "https://bugzilla.mozilla.org/rest/" local function bugzilla_login() local url = BASE_URL.."login?login=" .. _config.bugzilla.username .. "&password=" .. _config.bugzilla.password print("accessing " .. url) local res,code = https.request( url ) local data = json:decode(res) return data ...
gpl-2.0
dickeyf/darkstar
scripts/globals/mobskills/Lethe_Arrows.lua
29
1094
--------------------------------------------- -- Lethe Arrows -- -- Description: Deals a ranged attack to target. Additional effect: Knockback, Bind, and Amnesia -- Type: Ranged -- Utsusemi/Blink absorb: Ignores Utsusemi -- Range: Unknown -- Notes: --------------------------------------------- require("scripts/g...
gpl-3.0
dickeyf/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Zorchorevi_RK.lua
13
3332
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Zorchorevi, R.K. -- Outpost Conquest Guards -- @pos -242.487 -1 -402.772 123 ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); ...
gpl-3.0
erictheredsu/eric_git
MGCN/wow/WTF/Account/ERIC/Mangoscn/Erica/SavedVariables/dct_spellAlert.lua
8
5270
DCTSA_PERCONFIG = { ["DCTSA_SHOW_BUFFGET_FOCUS"] = { ["color"] = { 0.35, -- [1] 0.35, -- [2] 1, -- [3] }, ["frame"] = 6, ["colorEx"] = { { 1, -- [1] 1, -- [2] 1, -- [3] }, -- [1] { 1, -- [1] 1, -- [2] 0, -- [3] }, -- [2] }, ["show"] = { "#c1◇#ce获得了#c2#sn#ce"...
gpl-3.0
omidtarh/fbot
plugins/qr.lua
637
1730
--[[ * qr plugin uses: * - http://goqr.me/api/doc/create-qr-code/ * psykomantis ]] local function get_hex(str) local colors = { red = "f00", blue = "00f", green = "0f0", yellow = "ff0", purple = "f0f", white = "fff", black = "000", gray = "ccc" } for color, value in pairs(colors)...
gpl-2.0
mamaddeveloper/hhw
plugins/qr.lua
637
1730
--[[ * qr plugin uses: * - http://goqr.me/api/doc/create-qr-code/ * psykomantis ]] local function get_hex(str) local colors = { red = "f00", blue = "00f", green = "0f0", yellow = "ff0", purple = "f0f", white = "fff", black = "000", gray = "ccc" } for color, value in pairs(colors)...
gpl-2.0
dickeyf/darkstar
scripts/zones/Dangruf_Wadi/npcs/Grounds_Tome.lua
30
1091
----------------------------------- -- Area: Dangruf Wadi -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,tra...
gpl-3.0
Turttle/darkstar
scripts/zones/Nashmau/npcs/Leleroon.lua
17
3000
----------------------------------- -- Area: Nashmau -- NPC: Leleroon -- Standard Info NPC -- Corsair SideQuests -- @pos -14.687 0.000 25.114 53 ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Nashmau/TextIDs...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c14733538.lua
2
2141
--竜呼相打つ function c14733538.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,14733538+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c14733538.target) e1:SetOperation(c14733538.activate) c:...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c83274244.lua
5
1597
--ドドドウォリアー function c83274244.initial_effect(c) --summon with no tribute local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(83274244,0)) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SUMMON_PROC) e1:SetCondition(c83274244.ntcon) e1...
gpl-2.0
Turttle/darkstar
scripts/zones/Norg/npcs/Muzaffar.lua
14
3298
----------------------------------- -- Area: Norg -- NPC: Muzaffar -- Standard Info NPC -- Quests: Black Market -- @zone 252 -- @pos 16.678, -2.044, -14.600 ----------------------------------- require("scripts/zones/Norg/TextIDs"); require("scripts/globals/titles"); require("scripts/globals/quests"); -----...
gpl-3.0
dickeyf/darkstar
scripts/zones/RuLude_Gardens/npcs/Magian_Moogle_Orange.lua
48
2326
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Magian Moogle (Orange Bobble) -- Type: Magian Trials NPC (Weapon/Empyrean Armor) -- @pos -11 2.453 118 64 ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; ----------------------------------- requi...
gpl-3.0
dickeyf/darkstar
scripts/globals/abilities/steal.lua
7
3218
----------------------------------- -- Ability: Steal -- Steal items from enemy. -- Obtained: Thief Level 5 -- Recast Time: 5:00 -- Duration: Instant ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); -- these are the quadavs that the thf af1 item can be stolen...
gpl-3.0
LuaDist/oil
lua/socket.lua
146
4061
----------------------------------------------------------------------------- -- LuaSocket helper module -- Author: Diego Nehab -- RCS ID: $Id: socket.lua,v 1.22 2005/11/22 08:33:29 diego Exp $ ----------------------------------------------------------------------------- -----------------------------------------------...
mit
Turttle/darkstar
scripts/globals/weaponskills/sniper_shot.lua
30
1451
----------------------------------- -- Sniper Shot -- Marksmanship weapon skill -- Skill Level: 80 -- Lowers enemy's INT. Chance of params.critical varies with TP. -- Aligned with the Flame Gorget & Light Gorget. -- Aligned with the Flame Belt & Light Belt. -- Element: None -- Modifiers: AGI:70% -- 100%TP 2...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c19302550.lua
2
2639
--DD魔導賢者ニュートン function c19302550.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetRange(LOCATION_PZONE) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFF...
gpl-2.0