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
mcanthony/texlive.js
texlive/texmf-dist/tex/latex/latexconfig/lualatexquotejobname.lua
7
1031
-- $Id: lualatexquotejobname.tex 22957 2011-06-13 20:49:26Z mpg $ -- Manuel Pegourie-Gonnard, originally written 2010. WTFPL v2. -- -- Goal: see lualatexquotejobname.tex -- -- Cache the results of previous calls, not so much for the speed gain which -- probably doesn't matter, but to avoid repeated error messages. loca...
gpl-2.0
Zenny89/darkstar
scripts/zones/Bastok_Mines/npcs/Gregory.lua
38
1032
----------------------------------- -- Area: Bastok Mines -- NPC: Gregory -- Type: ENM -- @zone: 234 -- @pos 51.530 -1 -83.940 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; require("scripts/zones/Basto...
gpl-3.0
mercury233/ygopro-scripts
c30426226.lua
3
1162
--スウィッチヒーロー function c30426226.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_CONTROL) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE) e1:SetTarget(c30426226.target) e1:SetOperation(c30426226.activate)...
gpl-2.0
mercury233/ygopro-scripts
c65810489.lua
2
1140
--黄金の邪神像 function c65810489.initial_effect(c) --token local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(65810489,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_TO_GRAVE) e1:SetCondition(c65810489.spcon) e1:SetTarget(c65810489.sptg) ...
gpl-2.0
mercury233/ygopro-scripts
c8634636.lua
9
1181
--尾も白い黒猫 function c8634636.initial_effect(c) --flip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(8634636,0)) e1:SetCategory(CATEGORY_TOHAND) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP) e1:SetTarget(c8634636.target) e1:SetOperation(c8634636.operation)...
gpl-2.0
valhallaGaming/uno
src_trunk/resources/lvpd-system/c_policedeagle.lua
1
5296
cooldown = 0 cooldownTimer = nil localPlayer = getLocalPlayer() function isLSPD() return getTeamName(getPlayerTeam(getLocalPlayer())) == "Los Santos Police Department" end function switchMode() if (getPedWeapon(localPlayer)==24) and (getPedTotalAmmo(localPlayer)>0) then -- has an un-empty deagle local...
bsd-3-clause
mercury233/ygopro-scripts
c46083111.lua
2
2618
--クローラー・デンドライト function c46083111.initial_effect(c) --flip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(46083111,0)) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetCountLimit(1,46083111) e1:SetTarge...
gpl-2.0
Zenny89/darkstar
scripts/globals/items/loaf_of_pumpernickel.lua
35
1202
----------------------------------------- -- ID: 4591 -- Item: loaf_of_pumpernickel -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 10 -- Vitality 2 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -...
gpl-3.0
Zenny89/darkstar
scripts/globals/items/slice_of_lynx_meat.lua
18
1293
----------------------------------------- -- ID: 5667 -- Item: Slice of Lynx Meat -- Food Effect: 5 Min, Galka only ----------------------------------------- -- Strength 5 -- Intelligence -7 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIte...
gpl-3.0
mercury233/ygopro-scripts
c98431356.lua
2
3183
--幻影翼 function c98431356.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(aux.dscon) ...
gpl-2.0
mercury233/ygopro-scripts
c10667321.lua
9
1057
--古のルール function c10667321.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:SetTarget(c10667321.target) e1:SetOperation(c10667321.activate) c:RegisterEffect(e1) end function c10667321.filter(c,e,...
gpl-2.0
The-Three-Otakus/Joint-Animator
loveframes/skins/Orange/skin.lua
14
1445
--[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- -- Copyright (c) 2012-2014 Kenny Shields -- --]]------------------------------------------------ -- get the current require path local path = string.sub(..., 1, string.len(...) - string.len(".skins.Orange.skin")) local lo...
gpl-3.0
Zenny89/darkstar
scripts/globals/abilities/earth_shot.lua
22
2949
----------------------------------- -- Ability: Earth Shot -- Consumes a Earth Card to enhance earth-based debuffs. Deals earth-based magic damage -- Rasp Effect: Enhanced DoT and DEX-, Slow Effect +10% ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ...
gpl-3.0
mercury233/ygopro-scripts
c72677437.lua
9
2487
--毒蛇王ヴェノミノン function c72677437.initial_effect(c) --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(c72677437.splimit) c:RegisterEffect(e1) --atkup local e2=Effec...
gpl-2.0
mercury233/ygopro-scripts
c52807032.lua
2
2327
--ダイノルフィア・ソニック function c52807032.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCountLimit(1,52807032+EFFECT_COUNT_CODE_OATH) e1:SetCondition(c52807032.condition) e1:SetCost(c5280703...
gpl-2.0
alfred-bot/mer2phm
plugins/banhammer.lua
1
18880
do -- make sure to set with value that not higher than stats.lua local NUM_MSG_MAX = 5 -- Max number of messages per TIME_CHECK seconds local TIME_CHECK = 5 local function is_user_whitelisted(id) local hash = 'whitelist:user#id'..id local white = redis:get(hash) or false return white end local function i...
gpl-2.0
Zenny89/darkstar
scripts/zones/RuAun_Gardens/mobs/Groundskeeper.lua
25
1323
----------------------------------- -- Area: RuAun Gardens -- MOB: Groundskeeper -- Note: Place holder Despot ----------------------------------- require("scripts/zones/RuAun_Gardens/MobIDs"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onMobDeath --------------------------------...
gpl-3.0
mercury233/ygopro-scripts
c83199011.lua
2
3426
--スプリガンズ・コール! function c83199011.initial_effect(c) aux.AddCodeList(c,68468459) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(83199011,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:...
gpl-2.0
mercury233/ygopro-scripts
c52277807.lua
3
2899
--転生炎獣スピニー function c52277807.initial_effect(c) --atk up local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(52277807,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(1,52277807) e1:SetConditio...
gpl-2.0
mercury233/ygopro-scripts
c76930964.lua
4
3010
--黄昏の忍者将軍-ゲツガ function c76930964.initial_effect(c) --normal summon with 1 tribute local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(76930964,0)) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SUMMON_PROC) e1:SetCondition(c76930964.o...
gpl-2.0
valhallaGaming/uno
src_trunk/resources/killmessages/gui.lua
2
8329
local customKills = {} local config = { ["lines"] = 5, ["startY"] = 0.35, ["textHeight"] = 16, ["iconPosOffY"] = -10, ["iconHeight"] = 20, ["iconSpacing"] = 4, ["defaultWeapon"] = 255, ["fadeTime"] = 5000, ["startFade"] = 15000, ["align"] = "right", ["startX"] = -10 } local default = { ["lines"] = 5, ["...
bsd-3-clause
fusijie/cocos2d-x-samples
samples/FantasyWarrior3D/src/cocos/network/DeprecatedNetworkFunc.lua
39
1074
--tip local function deprecatedTip(old_name,new_name) print("\n********** \n"..old_name.." was deprecated please use ".. new_name .. " instead.\n**********") end --functions of WebSocket will be deprecated begin local targetPlatform = CCApplication:getInstance():getTargetPlatform() if (kTargetIphone == targetPlatf...
mit
mercury233/ygopro-scripts
c82257940.lua
2
2227
--プレゼント交換 function c82257940.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_REMOVE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c82257940.target) e1:SetOperation(c82257940.activate) c:RegisterEffect(e1) end function c82257940.target(e,tp,eg,ep...
gpl-2.0
Zenny89/darkstar
scripts/globals/items/cone_of_seraphs_kiss.lua
35
1399
----------------------------------------- -- ID: 5556 -- Item: cone_of_seraphs_kiss -- Food Effect: 1Hr, All Races ----------------------------------------- -- HP 15 -- MP % 16 (cap 85) -- MP Recovered While Healing 2 ----------------------------------------- require("scripts/globals/status"); -----------...
gpl-3.0
Zenny89/darkstar
scripts/globals/abilities/ebullience.lua
28
1132
----------------------------------- -- Ability: Ebullience -- Enhances the potency of your next black magic spell. -- Obtained: Scholar Level 55 -- Recast Time: Stratagem Charge -- Duration: 1 black magic spell or 60 seconds, whichever occurs first -- -- Level |Charges |Recharge Time per Charge -- ----- ---...
gpl-3.0
mercury233/ygopro-scripts
c42868711.lua
2
1347
--幻影のゴラ亀 function c42868711.initial_effect(c) --disable local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_DISABLE) e1:SetRange(LOCATION_MZONE) e1:SetTargetRange(LOCATION_SZONE,LOCATION_SZONE) e1:SetTarget(c42868711.distg) c:RegisterEffect(e1) --disable effect local e2=Effect.Crea...
gpl-2.0
mercury233/ygopro-scripts
c90384300.lua
2
1435
--極超辰醒 function c90384300.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,90384300+EFFECT_COUNT_CODE_OATH) e1:SetCost(c90384300.cost) e1:SetTarge...
gpl-2.0
mercury233/ygopro-scripts
c7631534.lua
2
4184
--双天脚 鎧吽 function c7631534.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0x14f),2,true) --effect monster material check local e0=Effect.CreateEffect(c) e0:SetType(EFFECT_TYPE_SINGLE) e0:SetCode(EFFECT_MATERIAL_CHECK) e0:SetValue(c...
gpl-2.0
guillaume144/jeu-rp
gamemode/modules/chat/cl_chatlisteners.lua
5
8702
-----------------------------------------------------------------------------[[ /*--------------------------------------------------------------------------- This module finds out for you who can see you talk or speak through the microphone ---------------------------------------------------------------------------*/ -...
mit
mercury233/ygopro-scripts
c92518817.lua
4
1791
--燃え盛るヒータ function c92518817.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetCost(c92518817.spcost) e1:SetTarget(c92518817.sptg) e1:SetOperation(c92518817.spop) c:Registe...
gpl-2.0
Zenny89/darkstar
scripts/zones/RuLude_Gardens/npcs/Maat.lua
17
9450
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Maat -- Starts and Finishes Quest: Limit Break Quest 1-5 -- Involved in Quests: Beat Around the Bushin -- @zone 243 -- @pos 8 3 118 ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; package.loa...
gpl-3.0
elihugarret/Diccionario
allen.lua
1
28106
-------------------------------------------------------------------------- -- @author Roland Yonaba -- @release $Id: Allen.lua,v? ??/??/???? Roland_Yonaba$ -------------------------------------------------------------------------- --Copyright (c) 2012-2013 Roland Yonaba --[[ Permission is hereby granted, free of charg...
gpl-2.0
Zenny89/darkstar
scripts/zones/Windurst_Woods/npcs/Sariale.lua
28
2050
----------------------------------- -- Area: Windurst Woods -- NPC: Sariale -- Type: Chocobo Renter ----------------------------------- require("scripts/globals/chocobo"); require("scripts/globals/keyitems"); require("scripts/globals/settings"); require("scripts/globals/status"); -------------------------...
gpl-3.0
Zenny89/darkstar
scripts/zones/Bastok_Markets_[S]/npcs/Adelbrecht.lua
53
4980
----------------------------------- -- Area: Bastok Markets (S) -- NPC: Adelbrecht -- Starts Quests: The Fighting Fourth -- Involved in Missions: Back to the Beginning -- CS IDs: -- 139 = 0x008B = Greetings, civilian. The Seventh Cohors of the Republican Legion's Fourth Division is currently recruiting new troops. -- ...
gpl-3.0
Zenny89/darkstar
scripts/commands/addeffect.lua
24
1711
--------------------------------------------------------------------------------------------------- -- func: addeffect -- desc: Adds the given effect to the given player. --------------------------------------------------------------------------------------------------- cmdprops = { permission = 1, par...
gpl-3.0
notcake/gcompute
lua/gcompute/services/remoteservicemanager.lua
1
4781
local self = {} GCompute.Services.RemoteServiceManager = GCompute.MakeConstructor (self) function self:ctor (remoteId, singleEndpointChannel) -- Identity self.RemoteId = remoteId -- Services self.ServiceHosts = {} self.ServiceClients = {} self.UnavailableServiceClients = {} -- Networking self.SingleEndpoin...
gpl-3.0
mercury233/ygopro-scripts
c91575236.lua
2
2960
--イモータル・ドラゴン local s,id,o=GetID() function c91575236.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1) c:EnableReviveLimit() --to grave local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(id,0)) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_IGNITION) e1:...
gpl-2.0
notcake/gcompute
lua/gcompute/ui/ide/views/profiler/profilersubview.lua
1
2557
local self = {} GCompute.IDE.Profiler.ProfilerSubView = GCompute.MakeConstructor (self, GCompute.IDE.SubView) function self:ctor (view, container) self.UpdateNeeded = false self.Profiler = nil self.ProfilingResultSet = nil end function self:dtor () self:SetProfiler (nil) self:SetProfilingResultSet ...
gpl-3.0
Zenny89/darkstar
scripts/globals/items/balik_sandvici.lua
35
1435
----------------------------------------- -- ID: 5590 -- Item: Balik Sandvici -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 3 -- Agility 1 -- Intelligence 3 -- Mind -2 -- Ranged ACC 5 ----------------------------------------- require("scripts/globals/status"); -...
gpl-3.0
mercury233/ygopro-scripts
c53025096.lua
2
1218
--オッドアイズ・ドラゴン function c53025096.initial_effect(c) --damage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(53025096,0)) e1:SetCategory(CATEGORY_DAMAGE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_BATTLE_DESTROYING) e1:SetConditi...
gpl-2.0
mercury233/ygopro-scripts
c99002135.lua
2
1604
--緊急合成 function c99002135.initial_effect(c) aux.AddCodeList(c,36623431) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c99002135.cost) e1:SetTarget(c99002135.target) e1:SetOperation(c99002135.activate) ...
gpl-2.0
FranciscoCanas/ActionMovie
TESound/TEsound.lua
1
8803
--- TEsound v1.3, a simplified sound system for Love 2D -- @author Ensayia (Ensayia@gmail.com) & Taehl (SelfMadeSpirit@gmail.com) -- Edited by chameleon to work with 11.2 TEsound = {} -- Namespace TEsound.channels = {} -- This holds the currently playing sound channels TEsound.volumeLevels = {} -- Volume ...
mit
Zenny89/darkstar
scripts/zones/Maze_of_Shakhrami/npcs/_5i0.lua
17
1738
----------------------------------- -- Area: Maze of Shakhrami -- Quest: Corsair Af1 "Equiped for All Occasions" -- NPC: Iron Door (Spawn Lost Soul) -- @pos 247.735 18.499 -142.267 198 ----------------------------------- package.loaded["scripts/zones/Maze_of_Shakhrami/TextIDs"] = nil; ---------------------------...
gpl-3.0
mercury233/ygopro-scripts
c60493189.lua
2
1854
--E・HERO プラズマヴァイスマン function c60493189.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCode2(c,20721928,59793705,true,true) --spsummon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(...
gpl-2.0
mercury233/ygopro-scripts
c72657739.lua
4
1418
--怨念のキラードール function c72657739.initial_effect(c) --register local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_TO_GRAVE) e1:SetOperation(c72657739.regop) c:RegisterEffect(e1) end function c72657739.regop(e,tp,eg,ep,ev,re,r,rp) local c=e:GetHandler() if c:IsPre...
gpl-2.0
mercury233/ygopro-scripts
c17616743.lua
3
1517
--喚忌の呪眼 function c17616743.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,17616743+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c17616743.sptg) e1:SetOperation(c17616743.spop) c:Regist...
gpl-2.0
Zenny89/darkstar
scripts/globals/weaponskills/keen_edge.lua
30
1342
----------------------------------- -- Keen Edge -- Great Axe weapon skill -- Skill level: 150 -- Delivers a single hit attack. Chance of params.critical varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Shadow Gorget. -- Aligned with the Shadow Belt. -- Element: None -- Modifiers: STR:35% ...
gpl-3.0
Zenny89/darkstar
scripts/zones/Southern_San_dOria/npcs/Phillone.lua
34
1434
----------------------------------- -- Area: Southern San d'Oria -- NPC: Phillone -- General Info NPC ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quest...
gpl-3.0
mercury233/ygopro-scripts
c51701885.lua
4
2641
--テレポンD.D. function c51701885.initial_effect(c) --remove local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(51701885,0)) e1:SetCategory(CATEGORY_REMOVE) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_REMOVE) e1:SetCondi...
gpl-2.0
mercury233/ygopro-scripts
c16958382.lua
2
4462
--Sin パラダイム・ドラゴン function c16958382.initial_effect(c) c:EnableReviveLimit() --spsummon condition local e0=Effect.CreateEffect(c) e0:SetType(EFFECT_TYPE_SINGLE) e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e0:SetCode(EFFECT_SPSUMMON_CONDITION) c:RegisterEffect(e0) --special summon local e1=...
gpl-2.0
Zenny89/darkstar
scripts/zones/Bastok_Mines/Zone.lua
17
2725
----------------------------------- -- -- Zone: Bastok_Mines (234) -- ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; require("scripts/globals/events/harvest_festivals"); require("scripts/globals/zone"); require("scripts/globals/settings"); require("scripts/zon...
gpl-3.0
mynameiscraziu/carlos
plugins/invite.lua
20
2324
--[[ Invite other user to the chat group. Use !invite ********* (where ********* is id_number) to invite a user by id_number. This is the most reliable method. Use !invite @username to invite a user by @username. Less reliable. Some users don't have @username. Use !invite Type print_name Here to invite a user by print_...
gpl-2.0
Zenny89/darkstar
scripts/zones/Norg/npcs/Parlemaille.lua
34
1924
----------------------------------- -- Area: Norg -- NPC: Parlemaille -- Standard Info NPC ----------------------------------- require("scripts/globals/pathfind"); local path = { -20.369047, 1.097733, -24.847025, -20.327482, 1.097733, -25.914215, -20.272402, 1.097733, -27.108938, -20.094927, 1.097733, -26...
gpl-3.0
mercury233/ygopro-scripts
c47819246.lua
2
4296
--超量機神剣-マグナスレイヤー function c47819246.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_DAMAGE_STEP) e1:SetCondition(aux.dscon) e1:SetCost(c47819246.cost) e1:...
gpl-2.0
RyanLucchese/dwm_status
bam.lua
1
1759
-- input paths sourcePath = "src/" -- output paths outputPath = "build/" objectPath = outputPath .. "obj/" outputBinPath = outputPath .. "usr/local/bin/" -- common settings function NewDwmStatusSettings() local dwm_status_settings = NewSettings() -- use clang (TODO: bootstrap this properly with compiler detection...
isc
Zenny89/darkstar
scripts/zones/Mhaura/npcs/Celestina.lua
17
2605
----------------------------------- -- Area: Mhaura -- NPC: Celestina -- Finish Quest: The Sand Charm -- Involved in Quest: Riding on the Clouds -- Guild Merchant NPC: Goldsmithing Guild -- @pos -37.624 -16.050 75.681 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil...
gpl-3.0
Zenny89/darkstar
scripts/zones/Uleguerand_Range/npcs/Fissure.lua
19
1692
----------------------------------- -- Area: Uleguerand Range -- NPC: Fissure -- Teleports players from underground to surface -- @pos 380.267 34.859 -179.655 5 -- @pos 460.339 -29.137 220.311 5 -- @pos 180.207 -77.147 500.276 5 ----------------------------------- package.loaded["scripts/zones/Uleguerand_Range/T...
gpl-3.0
Zenny89/darkstar
scripts/zones/Mhaura/npcs/Vera.lua
17
2861
----------------------------------- -- Area: Mhaura -- NPC: Vera -- Finishes Quest: The Old Lady -- @pos -49 -5 20 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/qu...
gpl-3.0
Zenny89/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Porter_Moogle.lua
41
1550
----------------------------------- -- Area: Windurst Waters [S] -- NPC: Porter Moogle -- Type: Storage Moogle -- @zone 94 -- @pos TODO ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Windurst_...
gpl-3.0
mercury233/ygopro-scripts
c40267580.lua
2
2454
--ブレイン・ジャッカー function c40267580.initial_effect(c) --flip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(40267580,0)) e1:SetCategory(CATEGORY_EQUIP) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP) e1:SetTarget(c40267580.eqtg) e1:SetOperation(c40267580.eqop)...
gpl-2.0
3245as/a123w
tg/tdcli.lua
102
88571
--[[ This program 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 version. This program is distributed in the hope that it will be use...
gpl-3.0
mercury233/ygopro-scripts
c26577155.lua
2
3086
--ドラグニティ-レムス function c26577155.initial_effect(c) --synchro limit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_CANNOT_BE_SYNCHRO_MATERIAL) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetValue(c26577155.synlimit) c:RegisterEffect(e1) --search local e2...
gpl-2.0
linushsao/marsu_game-linus-v0.2
mods/administration/maptools/craftitems.lua
3
1368
--[[ Map Tools: item definitions Copyright (c) 2012-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] local S = maptools.intllib maptools.creative = maptools.config["hide_from_creative_inventory"] minetest.register_craftitem("maptools:copper_coin", { de...
gpl-3.0
noname007/koreader
utils/trace_require.lua
8
1538
-- trace package loading flow with require call -- usage: ./luajit -lutils/trace_require reader.lua ../../test local math = require("math") local _require = require local loaded_modules = {} local highlight = "*" -- timing threshold for highlight annotation local threshold = 0.001 -- whether to trace loaded packages ...
agpl-3.0
Zenny89/darkstar
scripts/zones/Northern_San_dOria/npcs/Abioleget.lua
19
2190
----------------------------------- -- Area: Northern San d'Oria -- NPC: Abioleget -- Type: Quest Giver (Her Memories: The Faux Pas and The Vicasque's Sermon) / Merchant -- @zone: 231 -- @pos 128.771 0.000 118.538 -- ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = ...
gpl-3.0
linushsao/marsu_game-linus-v0.2
mods/plantlife/bushes_classic/init.lua
1
1263
-- Bushes classic mod originally by unknown -- now maintained by VanessaE -- -- License: WTFPL bushes_classic = {} bushes_classic.bushes = { "strawberry", "blackberry", "blueberry", "raspberry", "gooseberry", "mixed_berry" } bushes_classic.bushes_descriptions = { "Strawberry", "Blackberry", "Blueberr...
gpl-3.0
mercury233/ygopro-scripts
c88106656.lua
2
2263
--リブロマンサー・ファイアバースト local s,id,o=GetID() function s.initial_effect(c) c:EnableReviveLimit() --get effect local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_MATERIAL_CHECK) e1:SetValue(s.matcheck) c:RegisterEffect(e1) local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e...
gpl-2.0
satterman/sipml5
asterisk/etc/extensions.lua
317
5827
CONSOLE = "Console/dsp" -- Console interface for demo --CONSOLE = "DAHDI/1" --CONSOLE = "Phone/phone0" IAXINFO = "guest" -- IAXtel username/password --IAXINFO = "myuser:mypass" TRUNK = "DAHDI/G2" TRUNKMSD = 1 -- TRUNK = "IAX2/user:pass@provider" -- -- Extensions are expected to be defined in a global table ...
bsd-3-clause
mercury233/ygopro-scripts
c76202610.lua
4
1035
--ダークロン function c76202610.initial_effect(c) --level,attribute local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(76202610,0)) e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetOperation(c76202610.operation) c:RegisterEffect(e1) end function c76202610.operati...
gpl-2.0
rouing/FHLG-BW
entities/entities/sent_traceparticle/cl_init.lua
3
1548
include('shared.lua') function ENT:Initialize() self.Color = Color(255,255,255,255) end function ENT:Draw() --To draw, or not to draw? local dodraw = dodraw or self.Entity:GetNetworkedBool("dodraw") if not dodraw then return false end --We need to get all of our networked vars and store them as locals to...
unlicense
openwrt-stuff/openwrt-extra
luci/applications/luci-cpulimit/luasrc/model/cbi/cpulimit.lua
2
1146
m = Map("cpulimit", translate("cpulimit"),translate("cpulimit-ng ")) s = m:section(TypedSection, "list", translate("Settings")) s.template = "cbi/tblsection" s.anonymous = true s.addremove = true enable = s:option(Flag, "enabled", translate("enable", "enable")) enable.optional = false enable.rmempty = false exename...
gpl-2.0
Zenny89/darkstar
scripts/zones/Northern_San_dOria/npcs/Chaupire.lua
17
1260
----------------------------------- -- Area: Northern San d'Oria -- NPC: Chaupire -- Guild Merchant NPC: Woodworking Guild -- @pos -174.476 3.999 281.854 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scri...
gpl-3.0
guillaume144/jeu-rp
gamemode/modules/police/sv_init.lua
2
11073
local plyMeta = FindMetaTable("Player") local finishWarrantRequest local arrestedPlayers = {} /*--------------------------------------------------------------------------- Interface functions ---------------------------------------------------------------------------*/ function plyMeta:warrant(warranter, reason) i...
mit
mercury233/ygopro-scripts
c34419588.lua
2
3915
--クリベー function c34419588.initial_effect(c) aux.AddCodeList(c,40640057) --atkup local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(34419588,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_FREE_CHA...
gpl-2.0
mercury233/ygopro-scripts
c19307353.lua
3
1657
--魂の造形家 function c19307353.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(19307353,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1,19307353) e1:SetCost(c19307353.thcost) e1:SetTarget(c...
gpl-2.0
mercury233/ygopro-scripts
c40522482.lua
3
2218
--スカイスクレイパー・シュート function c40522482.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DAMAGE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c40522482.target) e1:SetOperation(c40522482.activat...
gpl-2.0
Firew0lf/ctruLua
sdcard/3ds/ctruLua/main.lua
2
1429
local ctr = require("ctr") local fs = require("ctr.fs") local gfx = require("ctr.gfx") -- Set up path local ldir = ctr.root.."libs/" package.path = package.path..";".. ldir.."?.lua;".. ldir.."?/init.lua" local filepicker = require("filepicker") -- Erroring local function displayError(err, trace) gfx.set3D(false) g...
gpl-3.0
Zenny89/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Shahau.lua
24
1794
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Shahau -- Type: Alchemy Image Support -- @pos -10.470 -6.25 -141.700 241 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globa...
gpl-3.0
Zenny89/darkstar
scripts/globals/items/prominence_axe.lua
16
1409
----------------------------------------- -- ID: 18220 -- Item: Prominence Axe -- Additional Effect: Fire Damage -- Enchantment: Enfire ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ------...
gpl-3.0
Zenny89/darkstar
scripts/globals/spells/archers_prelude.lua
18
1491
----------------------------------------- -- Spell: Archer's Prelude -- Gives party members ranged attack accuracy ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingChe...
gpl-3.0
mercury233/ygopro-scripts
c14088859.lua
2
4122
--ネオス・フュージョン function c14088859.initial_effect(c) aux.AddCodeList(c,89943723) aux.AddSetNameMonsterList(c,0x3008) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(14088859,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DECKDES) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE...
gpl-2.0
mercury233/ygopro-scripts
c73287067.lua
2
1390
--リンク・バースト function c73287067.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCountLimit(1,73287067+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c732870...
gpl-2.0
Zenny89/darkstar
scripts/zones/Dynamis-Buburimu/bcnms/dynamis_Buburimu.lua
16
1143
----------------------------------- -- Area: dynamis_Buburimu -- Name: dynamis_Buburimu ----------------------------------- -- After registering the BCNM via bcnmRegister(bcnmid) function onBcnmRegister(player,instance) SetServerVariable("[DynaBuburimu]UniqueID",player:getDynamisUniqueID(1287)); SetServerVariabl...
gpl-3.0
mercury233/ygopro-scripts
c41386308.lua
2
1815
--マスマティシャン function c41386308.initial_effect(c) --send to grave local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(41386308,0)) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c41386308.target) e1:SetOperation(c41386...
gpl-2.0
mercury233/ygopro-scripts
c14504454.lua
2
3583
--悪魔嬢アリス function c14504454.initial_effect(c) --self spsummon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetCountLimit(1,14504454) e1:SetCost(c14504454.sscost) e1:SetTarget(c14504454.sstg) e1:SetOperation(c14504454.ssop...
gpl-2.0
mercury233/ygopro-scripts
c29590752.lua
2
2264
--剣闘獣オクタビウス function c29590752.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(29590752,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(...
gpl-2.0
mercury233/ygopro-scripts
c82685480.lua
2
1846
--海竜神の怒り function c82685480.initial_effect(c) aux.AddCodeList(c,22702055) --activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCountLimit(1,82685480+EFFECT_COUNT_CODE_OATH) e1:SetH...
gpl-2.0
sina021/xyz
bot/utils.lua
473
24167
URL = require "socket.url" http = require "socket.http" https = require "ssl.https" ltn12 = require "ltn12" serpent = require "serpent" feedparser = require "feedparser" json = (loadfile "./libs/JSON.lua")() mimetype = (loadfile "./libs/mimetype.lua")() redis = (loadfile "./libs/redis.lua")() JSON = (loadfile "./libs/...
gpl-2.0
mercury233/ygopro-scripts
c39246582.lua
9
1331
--ファーニマル・ドッグ function c39246582.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(39246582,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:...
gpl-2.0
qq779089973/my_openwrt_mod
luci/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialzones.lua
91
3529
--[[ LuCI - Lua Configuration Interface Copyright 2008 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id: trunks.l...
mit
Zenny89/darkstar
scripts/globals/weaponskills/knights_of_round.lua
18
2076
----------------------------------- -- Knights Of Round -- Sword Weapon Skill -- Skill Level: N/A -- Caliburn/Excalibur: Additional Effect: Regen. -- Regen 10HP/Tick, duration varies with TP. -- Available only when equipped with the Relic Weapons Caliburn (Dynamis use only) or Excalibur. -- Also available withou...
gpl-3.0
Cavitt/vanilla-ot
data/spells/scripts/attack/curse.lua
27
1206
local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_SMALLCLOUDS) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_DEATH) local condition = createConditionObject(CONDITION_CURSED) setConditionParam(condition,...
agpl-3.0
mercury233/ygopro-scripts
c92353449.lua
6
1514
--レッドアイズ・インサイト function c92353449.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,92353449+EFFECT_COUNT_CODE_OATH) e1:SetCost(c92353449.cost) e1:SetTarget(c92353449.targe...
gpl-2.0
Zenny89/darkstar
scripts/globals/weaponskills/shattersoul.lua
30
2341
----------------------------------- -- Skill Level: 357 -- Description: Delivers a threefold attack. Decreases target's magic defense. Duration of effect varies with TP. -- To obtain Shattersoul, the quest Martial Mastery must be completed and it must be purchased from the Merit Points menu. -- Target's magic defen...
gpl-3.0
mercury233/ygopro-scripts
c44209392.lua
2
1239
--城壁 function c44209392.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DEFCHANGE) 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(aux.dscon) e...
gpl-2.0
Zenny89/darkstar
scripts/zones/Windurst_Waters/npcs/Piketo-Puketo.lua
37
2135
----------------------------------- -- Area: Windurst Waters -- NPC: Piketo-Puketo -- Type: Cooking Guild Master -- @pos -124.012 -2.999 59.998 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); ...
gpl-3.0
mercury233/ygopro-scripts
c25652655.lua
4
1274
--チェンジ・シンクロン function c25652655.initial_effect(c) --position local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(25652655,0)) e1:SetCategory(CATEGORY_POSITION) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_BE_MATERIAL) e1:SetCondition(c2...
gpl-2.0
Zenny89/darkstar
scripts/zones/La_Theine_Plateau/npcs/qm3.lua
28
2035
----------------------------------- -- Area: La Theine Plateau -- NPC:??? (qm3) -- Involved in Quest: I Can Hear A Rainbow ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/La_Theine_Plateau/TextIDs")...
gpl-3.0
mercury233/ygopro-scripts
c45236142.lua
2
3632
--A宝玉獣 コバルト・イーグル function c45236142.initial_effect(c) Duel.EnableGlobalFlag(GLOBALFLAG_SELF_TOGRAVE) --self to grave local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SELF_TOGRAVE) e1:SetRange(LOCATION_MZONE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetCondition(c45236142.tgcon...
gpl-2.0
mercury233/ygopro-scripts
c69164989.lua
2
3291
--六花絢爛 function c69164989.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(69164989,0)) e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,69164989+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c69164...
gpl-2.0