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
Turttle/darkstar
scripts/zones/Riverne-Site_B01/npcs/_0t3.lua
17
1341
----------------------------------- -- Area: Riverne Site #B01 -- NPC: Unstable Displacement ----------------------------------- package.loaded["scripts/zones/Riverne-Site_B01/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Riverne-Site_B01/Text...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_Jeuno/npcs/Shami.lua
3
20254
----------------------------------- -- Area: Port Jeuno -- NPC: Shami -- Orb Seller (BCNM) -- @pos -14 8 44 246 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests"); requi...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c42082363.lua
9
1348
--ガスタ・グリフ function c42082363.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(42082363,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_TO_GRAVE) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_S...
gpl-2.0
professorshatel/superbot
bot/seedbot.lua
24
10036
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua' ..';.luarocks/share/lua/5.2/?/init.lua' package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so' require("./bot/utils") VERSION = '1.0' -- This function is called when tg receive a msg function on_msg_receive (msg) if not started then retu...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c99348756.lua
7
2211
--バルキリー・ナイト function c99348756.initial_effect(c) --cannot be battle target local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_CANNOT_SELECT_BATTLE_TARGET) e1:SetRange(LOCATION_MZONE) e1:SetTargetRange(0,LOCATION_MZONE) e1:SetValue(c99348756.atktg) c:RegisterEffect(e1) --spsummon l...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/earth_wand.lua
41
1075
----------------------------------------- -- ID: 17076 -- Item: Earth Wand -- Additional Effect: Earth Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action --------------------------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Port_Windurst/npcs/Papo-Hopo.lua
36
2900
----------------------------------- -- Area: Port Windurst -- NPC: Papo-Hopo ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/settings"); require("scripts/zones/Port_...
gpl-3.0
Turttle/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Robino-Mobino.lua
17
1857
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Robino-Mobino -- @pos -244 0 -401 123 ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"...
gpl-3.0
Turttle/darkstar
scripts/zones/Davoi/npcs/_451.lua
31
1166
----------------------------------- -- Area: Davoi -- NPC: _451 (Elevator Lever) -- Notes: Used to operate Elevator @450 (actual npc script is _454) ----------------------------------- package.loaded["scripts/zones/Davoi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("s...
gpl-3.0
dickeyf/darkstar
scripts/globals/spells/bluemagic/occultation.lua
46
1612
----------------------------------------- -- Spell: Occultation -- Creates shadow images that each absorb a single attack directed at you -- Spell cost: 138 MP -- Monster Type: Seethers -- Spell Type: Magical (Wind) -- Blue Magic Points: 3 -- Stat Bonus: VIT+3 CHR-2 -- Level: 88 -- Casting Time: 2 seconds -- Recast Ti...
gpl-3.0
dickeyf/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Sabiliont.lua
13
1688
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Sabiliont -- @zone 80 -- @pos 9 2 -87 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); -------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c30127518.lua
4
1221
--落とし大穴 function c30127518.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DECKDES) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetTarget(c30127518.target) e1:SetOperation(c30127518.activate) c:RegisterEffect(e1) end function c3012...
gpl-2.0
eugeneia/snabb
lib/ljsyscall/syscall/linux/c.lua
4
40793
-- This sets up the table of C functions -- this should be generated ideally, as it is the ABI spec --[[ Note a fair number are being deprecated, see include/uapi/asm-generic/unistd.h under __ARCH_WANT_SYSCALL_NO_AT, __ARCH_WANT_SYSCALL_NO_FLAGS, and __ARCH_WANT_SYSCALL_DEPRECATED Some of these we already don't use, ...
apache-2.0
dickeyf/darkstar
scripts/zones/Port_San_dOria/npcs/HomePoint#3.lua
27
1266
----------------------------------- -- Area: Port San dOria -- NPC: HomePoint#3 -- @pos -6 -13 -150 232 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Port_San_dOria/TextIDs"); require("scripts/globals/home...
gpl-3.0
dickeyf/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Bonbavour_RK.lua
13
3337
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Bonbavour, R.K. -- Outpost Conquest Guards -- @pos -481.164 -32.858 49.188 118 ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conq...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/watermelon.lua
18
1176
----------------------------------------- -- ID: 4491 -- Item: watermelon -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility -6 -- Intelligence 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ----...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/collectiblemithalancostume.lua
6
1038
-- 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/pestle.lua
41
1123
----------------------------------------- -- ID: 18599 -- Item: Pestle -- Additional effect: MP Drain ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ----------------------------------- fun...
gpl-3.0
Turttle/darkstar
scripts/zones/Port_Windurst/npcs/Gold_Skull.lua
17
2228
----------------------------------- -- Area: Port Windurst -- NPC: Gold Skull -- Mission NPC ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require(...
gpl-3.0
Turttle/darkstar
scripts/globals/abilities/dark_shot.lua
12
2805
----------------------------------- -- Ability: Dark Shot -- Consumes a Dark Card to enhance dark-based debuffs. Additional effect: Dark-based Dispel -- Bio Effect: Attack Down Effect +5% and DoT + 3 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); req...
gpl-3.0
Turttle/darkstar
scripts/zones/Lower_Jeuno/npcs/Adelflete.lua
37
1376
----------------------------------- -- Area: Lower Jeuno -- NPC: Adelflete -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; require("scripts/zones/Lower_Jeuno/TextIDs"); ----------------------------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Castle_Oztroja/npcs/_m72.lua
13
2264
----------------------------------- -- Area: Castle Oztroja -- NPC: _m72 (Torch Stand) -- Notes: Opens door _477 when _m72 to _m75 are lit -- @pos -60 -72 -139 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/z...
gpl-3.0
Turttle/darkstar
scripts/zones/Phomiuna_Aqueducts/Zone.lua
17
1828
----------------------------------- -- -- Zone: Phomiuna_Aqueducts (27) -- ----------------------------------- package.loaded["scripts/zones/Phomiuna_Aqueducts/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/settings"); require("scripts/zones/P...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c25958491.lua
9
1726
--エンシェント・ホーリー・ワイバーン function c25958491.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_LIGHT),aux.NonTuner(nil),1) c:EnableReviveLimit() --Atk update local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_UPDATE_ATTACK) e1:...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c20292186.lua
9
1915
--アーティファクト-デスサイズ function c20292186.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(20292186,0)) e2:SetCategory(CATEGORY...
gpl-2.0
FFG-Blinkenn/tdm
gamemodes/tdm/entities/weapons/weapon_ttt_unarmed.lua
2
1233
AddCSLuaFile() SWEP.HoldType = "normal" if CLIENT then SWEP.PrintName = "unarmed_name" SWEP.Slot = 5 SWEP.ViewModelFOV = 10 end SWEP.Base = "weapon_tttbase" SWEP.ViewModel = "models/weapons/v_crowbar.mdl" SWEP.WorldModel = "models/weapons/w_crowbar.mdl" SWEP.Primary.ClipSize = -1 SWEP.Primary....
mit
Turttle/darkstar
scripts/zones/Castle_Oztroja/npcs/_47y.lua
17
1385
----------------------------------- -- Area: Castle Oztroja -- NPC: _47y (Torch Stand) -- Notes: Opens door _474 -- @pos -57.575 24.218 -67.651 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Ca...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c33541430.lua
2
4075
--花札衛-月花見- function c33541430.initial_effect(c) c:EnableReviveLimit() --synchro summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_IGNORE_IMMUNE) e1:SetRange(LOCATION_EXTRA) e1:SetCondition(aux.SynCondition(nil,...
gpl-2.0
takke/MZ3
doc/luadoc/bin/luadoc/taglet/standard.lua
2
14275
------------------------------------------------------------------------------- -- @release $Id: standard.lua,v 1.39 2007/12/21 17:50:48 tomas Exp $ ------------------------------------------------------------------------------- local assert, pairs, tostring, type = assert, pairs, tostring, type local io = require "io...
bsd-3-clause
mimetic/DIG-corona-library
scripts/patches/refPointConversions.lua
1
3164
local M = {} function M.convertToGraphics2() function setAnchors(obj, pos) if pos == display.TopLeftReferencePoint then obj.anchorX, obj.anchorY = 0, 0 elseif pos == display.TopCenterReferencePoint then obj.anchorX, obj.anchorY = 0.5, 0 elseif pos == display.TopRightReferencePoint then obj.anch...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c7200041.lua
6
1499
--メタル・シューター function c7200041.initial_effect(c) c:EnableCounterPermit(0x26) --summon success local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(7200041,0)) e1:SetCategory(CATEGORY_COUNTER) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c7200041.add...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c47060347.lua
2
1540
--女神の加護 function c47060347.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCategory(CATEGORY_RECOVER) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c47060347.rectg) e1:SetOperation(c47060347.recop) c:RegisterEffect(e1) -...
gpl-2.0
huwpascoe/OpenRA
mods/cnc/maps/gdi06/gdi06.lua
12
6352
IslandSamSites = { SAM01, SAM02 } NodBase = { PowerPlant1, PowerPlant2, PowerPlant3, PowerPlant4, PowerPlant5, Refinery, HandOfNod, Silo1, Silo2, Silo3, Silo4, ConYard, CommCenter } FlameSquad = { FlameGuy1, FlameGuy2, FlameGuy3 } FlameSquadRoute = { waypoint4.Location, waypoint12.Location, waypoint4.Location, waypoin...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_San_dOria/npcs/Coullave.lua
13
1938
----------------------------------- -- Area: Port San d'Oria -- NPC: Coullave -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/quests"); require("scrip...
gpl-3.0
Turttle/darkstar
scripts/globals/items/lizard_egg.lua
35
1182
----------------------------------------- -- ID: 4362 -- Item: lizard_egg -- Food Effect: 5Min, All Races ----------------------------------------- -- Health 5 -- Magic 5 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c37780349.lua
2
2689
--D-HERO ダイナマイトガイ function c37780349.initial_effect(c) --Damage to 0 local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(37780349,0)) e1:SetCategory(CATEGORY_DAMAGE) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_PRE_DAMAGE_CALCULATE) e1:SetRange(LOCATION_HAND) e1:SetCondition(c37780349.dmcon) e1:...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c72710085.lua
5
1543
--星邪の神喰 function c72710085.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) -- local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(72710085,0)) e2:SetCategory(CATEGORY_TOGRAVE) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYP...
gpl-2.0
takke/MZ3
src/MZ3/scripts/base64.lua
1
1185
-- Lua 5.1+ base64 v3.0 (c) 2009 by Alex Kloss <alexthkloss@web.de> -- licensed under the terms of the LGPL2 module('base64',package.seeall) -- character table string local b='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' -- encoding function enc(data) return ((data:gsub('.', function(x) ...
bsd-3-clause
huwpascoe/OpenRA
mods/ra/maps/soviet-05/soviet05.lua
33
8124
CheckForBase = function() baseBuildings = Map.ActorsInBox(Map.TopLeft, CFBPoint.CenterPosition, function(actor) return actor.Type == "fact" or actor.Type == "powr" end) return #baseBuildings >= 2 end CheckForCYard = function() ConYard = Map.ActorsInBox(mcvGGLoadPoint.CenterPosition, ReinfEastPoint.CenterPositio...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c71345905.lua
2
2916
--RDM-ヌメロン・フォール function c71345905.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:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c71345905.target) e1:SetOperation(c71345905.activate) c:Regi...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c65338781.lua
2
3281
--熟練の赤魔術士 function c65338781.initial_effect(c) c:EnableCounterPermit(0x1) c:SetCounterLimit(0x1,3) --add counter local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e1:SetCode(EVENT_CHAINING) e1:SetRange(LOCATION_MZONE) e1:SetOperation...
gpl-2.0
Riverlance/kingdom-age-game-windows
modules/game_questlog/questlog.lua
1
12789
_G.GameQuestLog = { } questLogButton = nil questLineWindow = nil local questLogTeleportLock = false function GameQuestLog.init() -- Alias GameQuestLog.m = modules.game_questlog g_ui.importStyle('questlogwindow') g_ui.importStyle('questlinewindow') questLogButton = ClientTopMenu.addLeftGameButton('quest...
mit
Turttle/darkstar
scripts/globals/mobskills/Antimatter.lua
18
1115
--------------------------------------------------- -- Antimatter -- -- Description: Single-target ranged Light damage (~700-1500), ignores Utsusemi. -- Type: Magical -- --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/g...
gpl-3.0
Acid-miuipolskapl/MIUI-extra-apps
defaults/MiBand.apk/assets/lua/localization.lua
1
2554
------------------------- -- Localization for Lua -- Huami Co, ltd. (2014) -- Herbert dai -- 20140731 ------------------------- -------------Globals---------------- TAG = "chenee" --zh_CN = 'zh_CN' --zh_TW = 'zh_TW' --zh_HK = 'zh_HK' --en_US = 'en_US' --en_GB = 'en_GB' --en = 'en' --indo = 'in' --indonesia g_CurLocal...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c83011277.lua
7
1305
--キラー・トマト function c83011277.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(83011277,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetCondition(c83011277.condition) e1:SetT...
gpl-2.0
Turttle/darkstar
scripts/zones/AlTaieu/npcs/_0x0.lua
17
2261
----------------------------------- -- Area: Al'Taieu -- NPC: Crystalline Field -- @pos .1 -10 -464 33 ----------------------------------- package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil; ----------------------------------- require("scripts/zones/AlTaieu/TextIDs"); require("scripts/globals/missions"...
gpl-3.0
dickeyf/darkstar
scripts/zones/Gusgen_Mines/npcs/_5g4.lua
13
1085
----------------------------------- -- Area: Gusgen Mines -- NPC: _5g4 (Door E) -- @pos 19.998 -22.4 174.506 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gusgen_Mines/TextIDs"); -------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c23377694.lua
2
2814
--EMオオヤヤドカリ function c23377694.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --atk local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCountLimit(1) e1:SetTarget(c23377694.atktg) e1:SetOperation(c233776...
gpl-2.0
dickeyf/darkstar
scripts/zones/Sacrificial_Chamber/npcs/_4j2.lua
13
1421
----------------------------------- -- Area: Sacrificial Chamber -- NPC: Mahogany Door -- @pos -260 -33 274 163 ------------------------------------- package.loaded["scripts/zones/Sacrificial_Chamber/TextIDs"] = nil; ------------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/missi...
gpl-3.0
amir18es/beyond
libs/lua-redis.lua
580
35599
local redis = { _VERSION = 'redis-lua 2.0.4', _DESCRIPTION = 'A Lua client library for the redis key value storage system.', _COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri', } -- The following line is used for backwards compatibility in order to keep the `Redis` -- global module name. Using...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c22842126.lua
5
2403
--汎神の帝王 function c22842126.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(22842126,0)) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCost(c22842126.cost) e1:SetTarget(c2284...
gpl-2.0
marqueza/idlecaster
map.lua
1
2063
class = require 'lib.middleclass' --local tileW, tileH, tileset, quads, background --local global variables Map = class('Map') function Map:initialize(tileWidth, tileHeight, tilesetPath, tileString, quadInfo) self.tileWidth = tileWidth self.tileHeight = tileHeight self.tileset = love.graphics.newImage(tilese...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c65303664.lua
4
1734
--森の狩人イエロー・バブーン function c65303664.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(65303664,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetRange(LOCATION_HAND) e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetCondition(c6...
gpl-2.0
dickeyf/darkstar
scripts/zones/PsoXja/npcs/_098.lua
13
2831
----------------------------------- -- Area: Pso'Xja -- NPC: _098 (Stone Gate) -- Notes: Spawns Gargoyle when triggered -- @pos 258.399 -1.925 -70.000 9 ----------------------------------- package.loaded["scripts/zones/PsoXja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/PsoXja/TextIDs...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c93671934.lua
6
1966
--士気高揚 function c93671934.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --recover local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_RECOVER) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e2:SetCode(EV...
gpl-2.0
mchaza/soka
src/libraries/LoveFrames/objects/internal/multichoice/multichoicelist.lua
8
10372
--[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- -- Copyright (c) 2013 Kenny Shields -- --]]------------------------------------------------ -- multichoicelist class local newobject = loveframes.NewObject("multichoicelist", "loveframes_object_multichoicelist", true) --...
gpl-2.0
iskygame/skynet
lualib/http/httpd.lua
101
3708
local internal = require "http.internal" local table = table local string = string local type = type local httpd = {} local http_status_msg = { [100] = "Continue", [101] = "Switching Protocols", [200] = "OK", [201] = "Created", [202] = "Accepted", [203] = "Non-Authoritative Information", [204] = "No Content",...
mit
TelegramDev/test
plugins/all.lua
1321
4661
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
patrikrm13/bostg
plugins/all.lua
1321
4661
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
dickeyf/darkstar
scripts/zones/Windurst_Woods/npcs/Tapoh_Lihzeh.lua
1
3557
----------------------------------- -- Area: Windurst Woods -- NPC: Tapoh Lihzeh -- Starts & Finishes Repeatable Quest: Paying Lip Service ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); re...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c25578802.lua
5
1490
--ツーマンセルバトル function c25578802.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --release local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(25578802,0)) e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetTyp...
gpl-2.0
eggBOY91/opencore
src/scripts/lua/LuaBridge/Stable Scripts/Outland/Hellfire Peninsula/BOSS_Hellfire_Lord_Kazzak.lua
30
1954
local Didthat = 0 function Kazzak_Enrage(Unit, event, miscunit, misc) if Unit:GetHealthPct() < 30 and Didthat == 0 then Unit:FullCastSpell(34670) Didthat = 1 else end end function Kazzak_Shadow_Bolt(Unit, event, miscunit, misc) print "Kazzak Shadow Bolt" Unit:FullCastSpellOnTarget(29924,Unit:GetClosestPlayer(...
agpl-3.0
Ablu/ValyriaTear
img/sprites/map/enemies/slime_walk.lua
2
1988
-- Sprite animation file descriptor -- This file will describe the frames used to load the sprite animations -- This files is following a special format compared to other animation scripts. local ANIM_SOUTH = hoa_map.MapMode.ANIM_SOUTH; local ANIM_NORTH = hoa_map.MapMode.ANIM_NORTH; local ANIM_WEST = hoa_map.MapMode....
gpl-2.0
Turttle/darkstar
scripts/globals/items/plate_of_ic_pilav.lua
35
1942
----------------------------------------- -- ID: 5584 -- Item: plate_of_ic_pilav -- Food Effect: 180Min, All Races ----------------------------------------- -- Health % 14 -- Health Cap 65 -- Strength 4 -- Vitality -1 -- Intelligence -1 -- Health Regen While Healing 1 -- Attack % 22 -- Attack Cap 65 -- Ran...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c20368763.lua
5
3619
--幻獣機ハリアード function c20368763.initial_effect(c) --level local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetCode(EFFECT_UPDATE_LEVEL) e1:SetValue(c20368763.lvval) c:RegisterEffect(e1) -- local e2=Effect.CreateEffect(c) e2:S...
gpl-2.0
dickeyf/darkstar
scripts/zones/Garlaige_Citadel/npcs/qm17.lua
13
1347
----------------------------------- -- Area: Garlaige Citadel -- NPC: qm17 (???) -- Notes: Used to obtain Pouch of Weighted Stones -- @pos -354 0 262 200 ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil; ----------------------------------- require("scripts/globals/se...
gpl-3.0
Turttle/darkstar
scripts/globals/items/serving_of_salmon_roe.lua
35
1341
----------------------------------------- -- ID: 5218 -- Item: serving_of_salmon_roe -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 8 -- Magic 8 -- Dexterity 2 -- Mind -1 ----------------------------------------- require("scripts/globals/status"); -------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c18960169.lua
2
1679
--ゴブリン陽動部隊 function c18960169.initial_effect(c) --draw local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(18960169,0)) e1:SetCategory(CATEGORY_DRAW) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_BATTLE_DAMAGE) e1:SetCondition(c1896016...
gpl-2.0
Turttle/darkstar
scripts/zones/West_Ronfaure/npcs/Vilatroire.lua
17
1586
----------------------------------- -- Area: West Ronfaure -- NPC: Vilatroire -- Involved in Quests: "Introduction To Teamwork", "Intermediate Teamwork", -- "Advanced Teamwork" -- @pos -260.361 -70.999 423.420 100 ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c40583194.lua
5
1799
--フォース・リゾネーター function c40583194.initial_effect(c) -- local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(40583194,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCost(c40583194.cost) e1:SetTarget(c40583194.target) e1:SetOperation(c40583...
gpl-2.0
Turttle/darkstar
scripts/zones/Konschtat_Highlands/npcs/Cavernous_Maw.lua
29
1963
----------------------------------- -- Area: Konschtat Highlands -- NPC: Cavernous Maw -- @pos 96.344, -69.080, -580.008 108 -- Teleports Players to Abyssea - Konschtat ----------------------------------- package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_Windurst/npcs/Hohbiba-Mubiba.lua
17
1689
----------------------------------- -- Area: Port Windurst -- NPC: Hohbiba-Mubiba -- 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/TextIDs"...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/_unused/node_zoomout.lua
6
1105
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
Turttle/darkstar
scripts/zones/Gusgen_Mines/npcs/qm4.lua
17
1436
----------------------------------- -- Area: Gusgen Mines -- NPC: qm4 (???) -- Involved In Quest: Ghosts of the Past -- @pos -174 0 369 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c39153655.lua
2
2920
--DDケルベロス function c39153655.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --atk/def local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(39153655,0)) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetRange(LOCATION_PZONE) e2:SetCountLimit(1) e2:SetT...
gpl-2.0
eggBOY91/opencore
src/scripts/lua/Lua/Stable Scripts/Outland/Arcatraz/BOSS_Arcatraz_Skyriss.lua
30
1246
function Skyriss_Red(Unit, event, miscunit, misc) print "Skyriss_Red" Unit:FullCastSpellOnTarget(14264,Unit:GetClosestPlayer()) Unit:SendChatMessage(11, 0, "Kill...") end function Skyriss_Blue(Unit, event, miscunit, misc) print "Skyriss Blue" Unit:FullCastSpellOnTarget(14261,Unit:GetClosestPlayer()) Unit:SendCha...
agpl-3.0
dickeyf/darkstar
scripts/zones/Windurst_Waters/npcs/Kipo-Opo.lua
53
1913
----------------------------------- -- Area: Windurst Waters -- NPC: Kipo-Opo -- Type: Cooking Adv. Image Support -- @pos -119.750 -5.239 64.500 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status");...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c75253697.lua
4
2046
--No.72 ラインモンスター チャリオッツ・飛車 function c75253697.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,6,2) c:EnableReviveLimit() --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(75253697,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CA...
gpl-2.0
monsterdeev/MONSTER
plugins/help.lua
2
1027
--[[ ▄▇▇▇▇▇▇▄▇▇▇▇▇▇▄ ❉❉❉ ฿ᵧ ➣ @PXPP3 ➥ CHANNEL ◐ @INSTAOFFICIAL ▄▇▇▇▇▇▇▄▇▇▇▇▇▇▄ ]] do local function run(msg,matches) local reply_id = msg['id'] if is_momod(msg) and matches[1]== 'help' then local alnaze = [[❍____↝◐helplist◐↜____❍ ___⭐💬___🚨___⭐💭___ جميع الاوامر تعمل بالاشارات [!/] ___⭐💬___🚨_...
gpl-2.0
dickeyf/darkstar
scripts/zones/Fort_Ghelsba/Zone.lua
19
1601
----------------------------------- -- -- Zone: Fort_Ghelsba (141) -- ----------------------------------- package.loaded["scripts/zones/Fort_Ghelsba/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Fort_Ghelsba/TextIDs"); --------------------------------...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/alchemists_belt.lua
18
1171
----------------------------------------- -- ID: 15450 -- Item: Alchemist's belt -- Enchantment: Synthesis image support -- 2Min, All Races ----------------------------------------- -- Enchantment: Synthesis image support -- Duration: 2Min -- Alchemy Skill +3 ----------------------------------------- require("scripts/...
gpl-3.0
rhgatti/openvibe
openvibe-plugins/stimulation/trunc/share/openvibe-plugins/stimulation/lua-stimulator-stim-codes.lua
3
11678
-- ___________________________________________________________________ -- -- -- -- OpenViBE toolkit stimulation identifiers -- -- ___________________________________________________________________ -- -- ...
lgpl-2.1
jrahlf/nodemcu-firmware
lua_modules/bh1750/bh1750.lua
89
1372
-- *************************************************************************** -- BH1750 module for ESP8266 with nodeMCU -- BH1750 compatible tested 2015-1-22 -- -- Written by xiaohu -- -- MIT license, http://opensource.org/licenses/MIT -- *************************************************************************** loca...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c59364406.lua
4
4211
--灼岩魔獣 function c59364406.initial_effect(c) --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(59364406,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetTarget(c59364406.eqtg) e1:SetOperation(c59364...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c62161698.lua
4
2015
--イリュージョン・バルーン function c62161698.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetCondition(c62161698.condition) e1:SetTarget(c62161698.target) e1:SetOpe...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c75190122.lua
3
1196
--黒・爆・裂・破・魔・導 function c75190122.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c75190122.condition) e1:SetTarget(c75190122.target) e1:SetOperation(c75190122.activate) c:RegisterEffect(e...
gpl-2.0
dickeyf/darkstar
scripts/zones/Wajaom_Woodlands/npcs/Harvesting_Point.lua
13
1138
----------------------------------- -- Area: Wajaom Woodlands -- NPC: Harvesting Point ----------------------------------- package.loaded["scripts/zones/Wajaom_Woodlands/TextIDs"] = nil; package.loaded["scripts/globals/harvesting"] = nil; ------------------------------------- require("scripts/globals/harvesting"); ...
gpl-3.0
mrjon1/irkeeper
plugins/owners.lua
68
12477
local function lock_group_namemod(msg, data, target) local group_name_set = data[tostring(target)]['settings']['set_name'] local group_name_lock = data[tostring(target)]['settings']['lock_name'] if group_name_lock == 'yes' then return 'Group name is already locked' else data[tostring(target)]['setting...
gpl-2.0
Turttle/darkstar
scripts/zones/Port_Windurst/npcs/Ten_of_Clubs.lua
38
1039
----------------------------------- -- Area: Port Windurst -- NPC: Ten of Clubs -- Type: Standard NPC -- @zone: 240 -- @pos -229.393 -9.2 182.696 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------...
gpl-3.0
dickeyf/darkstar
scripts/globals/weaponskills/hard_slash.lua
11
1603
----------------------------------- -- Hard Slash -- Great Sword weapon skill -- Skill level: 5 -- Delivers a single-hit attack. Damage varies with TP. -- Modifiers: STR:30% -- 100%TP 200%TP 300%TP -- 1.5 1.75 2.0 ----------------------------------- require("scripts/globals/settings"); require("s...
gpl-3.0
dickeyf/darkstar
scripts/zones/Bastok_Mines/npcs/Mariadok.lua
59
1037
----------------------------------- -- Area: Bastok Mines -- NPC: Mariadok -- Type: Weather Reporter ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Bastok_Mines/TextIDs"); -...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c48135190.lua
9
1289
--砂利ケーン function c48135190.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetTarget(c48135190.target) e1:SetOperation(c4813...
gpl-2.0
dickeyf/darkstar
scripts/zones/AlTaieu/mobs/Jailer_of_Prudence.lua
7
3140
----------------------------------- -- Area: Al'Taieu -- NM: Jailer of Prudence -- IDs: 16912846, 16912847 -- AnimationSubs: 0 - Normal, 3 - Mouth Open -- Wiki: http://ffxiclopedia.wikia.com/wiki/Jailer_of_Prudence ----------------------------------- require("scripts/globals/status"); require("scripts/zones/AlTaieu/m...
gpl-3.0
Andrew-Collins/nodemcu-firmware
lua_examples/send_text_message.lua
75
3151
--[[ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c70908596.lua
5
1747
--セイクリッド・カウスト 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
SalvationDevelopment/Salvation-Scripts-TCG
c41735184.lua
3
1538
--黒魔術の継承 function c41735184.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,41735184+EFFECT_COUNT_CODE_OATH) e1:SetCost(c41735184.cost) e1:SetTarget(c41735184.target) e1...
gpl-2.0
Turttle/darkstar
scripts/globals/weaponskills/iron_tempest.lua
30
1350
----------------------------------- -- Iron Tempest -- Great Axe weapon skill -- Skill Level: 40 -- Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Soil Gorget. -- Aligned with the Soil Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP 200%TP ...
gpl-3.0
dickeyf/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Achtelle1.lua
38
1029
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Achtelle -- @zone 80 -- @pos 108 2 -11 ----------------------------------- ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) end; ----------------------------------- -...
gpl-3.0
dickeyf/darkstar
scripts/zones/Bastok_Markets/npcs/Enu.lua
1
2625
----------------------------------- -- Area: Bastok Markets -- NPC: Enu -- Type: Quest NPC -- @zone: 235 -- @pos -253.673 -13 -92.326 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scripts/zones/Bastok_Markets/TextIDs"); require("scripts/globals/quests"...
gpl-3.0
FREEZX/CMYKEscape
levels/Keycode.lua
1
1411
content = {} function game.load() content.keycode = love.graphics.newImage("res/levels/keycode.png") content.beepSound = love.audio.newSource("res/sounds/switchOn.ogg", "static") content.codePos = 0 content.code = CircularBuffer.create(4) content.correctCode = table.Reverse({5, 3, 6, 2}); --The cod...
bsd-3-clause