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
MonokuroInzanaito/ygopro-777DIY
expansions/script/c14140010.lua
1
3539
--祝祭初学 local m=14140010 local cm=_G["c"..m] function cm.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH) e1:SetTarget(cm.target) e1:S...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Southern_San_dOria/npcs/Benaige.lua
36
1982
----------------------------------- -- Area: Southern San d'Oria -- NPC: Benaige -- Standard Merchant NPC -- @zone 230 -- @pos-142,-6 47 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c37564017.lua
1
2392
--Blue Rose Ruin local m=37564017 local cm=_G["c"..m] xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) cm.Senya_name_with_rose=true function cm.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTI...
gpl-3.0
capn-damo/scripts
conky/Nvidia-gauges-narrow.lua
1
15114
--============================================================================== -- Nvidia-gauges.lua, based on sun_rings -- by damo, August 2018 <damo@bunsenlabs.org> --============================================================================== -- sun_rings.lua -- -- Date : 05 July 20...
gpl-2.0
iGhibli/FlyingGame
FlyingGame/src/framework/cc/ui/UIGroup.lua
10
3811
--[[ Copyright (c) 2011-2014 chukong-inc.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, di...
gpl-3.0
mobinantispam/antispam412
plugins/twitter_send.lua
627
1555
do local OAuth = require "OAuth" local consumer_key = "" local consumer_secret = "" local access_token = "" local access_token_secret = "" local client = OAuth.new(consumer_key, consumer_secret, { RequestToken = "https://api.twitter.com/oauth/request_token", AuthorizeUser = {"https://api.twitter.com/oauth/autho...
gpl-2.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c80060022.lua
1
5519
--终结的炽天使 柊深夜 function c80060022.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x92d7),aux.NonTuner(Card.IsSetCard,0x92d7),1) c:EnableReviveLimit() --pendulum summon aux.EnablePendulumAttribute(c,false) --pendulum set local e1=Effect.CreateEffect(c) e1:SetTyp...
gpl-3.0
will4wachter/Project1
scripts/zones/Norg/npcs/Colleraie.lua
38
1028
----------------------------------- -- Area: Norg -- NPC: Colleraie -- Type: Event Scene Replayer -- @zone: 252 -- @pos -24.684 0.097 -39.409 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ---------------------...
gpl-3.0
davidedmonds/darkstar
scripts/globals/abilities/desperate_flourish.lua
18
2939
----------------------------------- -- Ability: Desperate Flourish -- Weighs down a target with a low rate of success. Requires one Finishing Move. -- Obtained: Dancer Level 30 -- Finishing Moves Used: 1 -- Recast Time: 00:20 -- Duration: ?? ----------------------------------- require("scripts/globals/setting...
gpl-3.0
will4wachter/Project1
scripts/zones/Carpenters_Landing/npcs/Logging_Point.lua
6
1114
----------------------------------- -- Area: Carpenters Landing -- NPC: Logging Point ----------------------------------- package.loaded["scripts/zones/Carpenters_Landing/TextIDs"] = nil; ------------------------------------- require("scripts/globals/logging"); require("scripts/zones/Carpenters_Landing/Text...
gpl-3.0
will4wachter/Project1
scripts/globals/items/baked_popoto.lua
35
1283
----------------------------------------- -- ID: 4436 -- Item: Baked Popoto -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 20 -- Dexterity -1 -- Vitality 2 ----------------------------------------- require("scripts/globals/status"); -----------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/hellsteak.lua
2
1653
----------------------------------------- -- ID: 5609 -- Item: hellsteak -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 20 -- Strength 6 -- Intelligence -2 -- Health Regen While Healing 2 -- hMP +1 -- Attack % 18 (cap 145) -- Ranged ATT % 18 (cap 145) -- Dragon Killer 5 ----------...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Waters/npcs/Tosuka-Porika.lua
2
5301
----------------------------------- -- Area: Windurst Waters -- NPC: Tosuka-Porika -- Involved in Quests: Hat in Hand -- Involved in Mission 2-1 -- @pos -26 -6 103 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; package.loaded["scripts/globals/missions"]...
gpl-3.0
will4wachter/Project1
scripts/zones/The_Eldieme_Necropolis/npcs/Brazier.lua
6
3608
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Brazier -- Involved in Quests: Save my Sister -- @pos 101 -33 -59 195 (F-9) -- @pos 259 -33 99 195 (H-7) -- @pos 99 -33 98 195 (F-7) -- @pos 259 -33 -58 195 (H-9) ----------------------------------- package.loaded["scripts/zones/The_E...
gpl-3.0
will4wachter/Project1
scripts/zones/Labyrinth_of_Onzozo/npcs/Grounds_Tome.lua
34
1146
----------------------------------- -- Area: Labyrinth of Onzozo -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onT...
gpl-3.0
kidaa/darkstar
scripts/zones/Port_San_dOria/npcs/Brifalien.lua
19
1772
----------------------------------- -- Area: Port San d'Oria -- NPC: Brifalien -- Involved in Quests: Riding on the Clouds -- @zone 232 -- @pos -20 -4 -74 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c23308003.lua
1
5376
--义妹·爱匹莉娅 function c23308003.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c,false) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(23308003,3)) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --fusion effect -- local e2=Effect.Cre...
gpl-3.0
will4wachter/Project1
scripts/globals/items/watermelon.lua
35
1197
----------------------------------------- -- ID: 4491 -- Item: watermelon -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility -6 -- Intelligence 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIt...
gpl-3.0
iGhibli/FlyingGame
FlyingGame/src/framework/transition.lua
20
19757
--[[ Copyright (c) 2011-2014 chukong-inc.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dis...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c37564811.lua
1
2406
--Three Magic -3L Remix- local m=37564811 local cm=_G["c"..m] xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) cm.Senya_name_with_remix=true function cm.initial_effect(c) --Senya.CommonEffect_3L(c,m) local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringi...
gpl-3.0
drupalhunter-team/TrackMonitor
Bin/Scripts AM335x/resetPump.lua
1
2328
require "Scripts Common/tables" require "Scripts AM335x/functions" require "Scripts AM335x/commands" ScenarioBegin("Reset") TestCaseBegin("cmdResetPumpReq invalid mode") -- Need board answer sendResetPump(Address["PC"], 8) emulateRemoteRep(Address["RM48"], Cmd["reset"], Code["CODE_NONE"], fa...
mit
mammadfucklif/mammadassassin
plugins/id.lua
50
4275
local function user_print_name(user) if user.print_name then return user.print_name end local text = '' if user.first_name then text = user.last_name..' ' end if user.lastname then text = text..user.last_name end return text end local function returnids(cb_extra, success, result) local re...
gpl-2.0
will4wachter/Project1
scripts/zones/Labyrinth_of_Onzozo/npcs/Treasure_Chest.lua
1
3515
----------------------------------- -- Area: Labyrinth of Onzozo -- NPC: Treasure Chest -- @zone 213 ----------------------------------- package.loaded["scripts/zones/Labyrinth_of_Onzozo/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); requ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/The_Boyahda_Tree/TextIDs.lua
2
1511
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6381; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6387; -- Obtained: <item> GIL_OBTAINED = 6388; -- Obtained <number> gil KEYITEM_OBTAINED = 6390; -- Obtain...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c80060040.lua
1
6330
--终结的炽天使 吸血鬼女王·克鲁鲁 function c80060040.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x92d7),8,2,c80060040.ovfilter,aux.Stringid(80060040,0),5) c:EnableReviveLimit() --pendulum summon aux.EnablePendulumAttribute(c,false) --indes local e0=Effect.CreateEffect(c) e0:Set...
gpl-3.0
waterlgndx/darkstar
scripts/globals/conquest.lua
2
51473
----------------------------------- -- -- Functions for Conquest system -- ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/missions"); require("scripts/globals/common"); require("scripts/globals/zone"); ----------------------------------- --------------------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c80101009.lua
1
4476
--名刀-五虎退 function c80101009.initial_effect(c) c:SetUniqueOnField(1,0,80101009) --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) e1:SetTarget(c80101009.target) ...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Outer_Horutoto_Ruins/Zone.lua
28
1816
----------------------------------- -- -- Zone: Outer_Horutoto_Ruins (194) -- ----------------------------------- package.loaded["scripts/zones/Outer_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/zone"); require("scripts/zone...
gpl-3.0
champtar/packages
utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/ltq-dsl.lua
26
3991
local ubus = require "ubus" local function scrape() local dsl_line_attenuation = metric("dsl_line_attenuation_db", "gauge") local dsl_signal_attenuation = metric("dsl_signal_attenuation_db", "gauge") local dsl_snr = metric("dsl_signal_to_noise_margin_db", "gauge") local dsl_aggregated_transmit_power = metric("...
gpl-2.0
kidaa/darkstar
scripts/zones/Inner_Horutoto_Ruins/npcs/_5cb.lua
6
1300
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: _5cb (Gate of Darkness) -- @pos -228 0 99 192 ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Inner_Horutoto_Ruins/TextI...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Al_Zahbi/npcs/Zazarg.lua
38
1028
----------------------------------- -- Area: Al Zahbi -- NPC: Zazarg -- Type: Stoneserpent General -- @zone: 48 -- @pos -41.675 -8 104.452 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ---------------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c20329008.lua
1
1316
--穴居者 丝命缠盘 function c20329008.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:SetCost(c20329008.cost) e1:SetCondition(c20329008.condition) e1:SetOperation(c20329008.activate) c:RegisterEffect(e...
gpl-3.0
lhog/Zero-K
effects/unused_chloe.lua
25
1910
-- chloe return { ["chloe"] = { glow = { air = true, class = [[CSimpleParticleSystem]], count = 20, ground = true, water = true, properties = { airdrag = 1, colormap = [[1 0....
gpl-2.0
will4wachter/Project1
scripts/zones/Southern_San_dOria_[S]/npcs/Areuhat1.lua
36
1069
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Areuhat -- @zone 80 -- @pos 21 0 22 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); ----------------------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Northern_San_dOria/npcs/Heruze-Moruze.lua
23
1776
----------------------------------- -- Area: Northern San d'Oria -- NPC: Heruze-Moruze -- Involved in Mission: 2-3 Windurst -- @pos -56 -3 36 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"...
gpl-3.0
davidedmonds/darkstar
scripts/globals/abilities/pets/geocrush.lua
18
1404
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); --------------------------------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Waters/npcs/Upih_Khachla.lua
6
2219
----------------------------------- -- Area: Windurst Waters -- NPC: Upih Khachla -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/harvest_festivals") require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loade...
gpl-3.0
kidaa/darkstar
scripts/zones/AlTaieu/mobs/Jailer_of_Love.lua
23
5580
----------------------------------- -- Area: Al'Taieu -- NM: Jailer of Love ----------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) end; ----------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Port_Bastok/npcs/Ronan.lua
17
2570
----------------------------------- -- Area: Port Bastok -- NPC: Ronan -- Start & Finishes Quest: Out of One's Shell ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/...
gpl-3.0
iwonasado/keys
VSCOKeys.lrdevplugin/Utils.lua
11
7411
--[[---------------------------------------------------------------------------- VSCO Keys for Adobe Lightroom Copyright (C) 2015 Visual Supply Company Licensed under GNU GPLv2 (or any later version). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lic...
gpl-2.0
will4wachter/Project1
scripts/zones/Windurst_Woods/npcs/Kuoh_Rhel.lua
19
3722
----------------------------------- -- Area: Windurst Woods -- NPC: Kuoh Rhel -- Type: Standard NPC -- @zone: 241 -- @pos 131.437 -6 -102.723 -- Starts quests: Chocobilious, In a Stew -- Note: In a Stew should only repeat once per conquest tally. The tally is not implemented at time of -- writing this ques...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114000316.lua
1
2786
--ブルーソウルジェム -人魚姫の願い- function c114000316.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_RECOVER) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_DAMAGE) e1:SetCondition(c114000316.con...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Waters_[S]/npcs/Aystise.lua
38
1045
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Aystise -- Type: Standard NPC -- @zone: 94 -- @pos -69.805 -4.5 68.078 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----...
gpl-3.0
Thonik/FritoMod
fritomod/Metatables-StyleClient.lua
1
3375
if nil ~= require then require "fritomod/currying"; require "fritomod/Metatables"; require "fritomod/Lists"; end; if Metatables == nil then Metatables = {}; end; local function StyleName(s) assert(s ~= nil, "style must not be nil"); return tostring(s):lower(); end; local function FunctionTable(t, container) r...
mit
davidedmonds/darkstar
scripts/zones/Chocobo_Circuit/Zone.lua
36
1122
----------------------------------- -- -- Zone: Chocobo_Circuit -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Chocobo_Circuit/TextIDs"] = nil; require("scripts/zones/Chocobo_Circuit/TextIDs"); ----------------------------------- -- onInitialize...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c60159115.lua
1
4805
--八枢罪 绯色怒火 function c60159115.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,c60159115.mfilter,5,3,c60159115.ovfilter,aux.Stringid(60159115,0),3,c60159115.xyzop) c:EnableReviveLimit() --summon success local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetProperty(EFFEC...
gpl-3.0
davidedmonds/darkstar
scripts/globals/effects/sigil.lua
24
3085
----------------------------------- -- -- EFFECT_SIGIL -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) local power = effect:getPower(); -- Tracks which bonus effects are in use. ...
gpl-3.0
IonutStef/gamecode4
Extra/UtilityDemo/utility.lua
44
7963
-- Utility.lua -- A simple utility game -- A "better" random seed. This was taken from http://lua-users.org/wiki/MathLibraryTutorial math.randomseed(tonumber(tostring(os.time()):reverse():sub(1,6))) ----------------------------------------------------------------------------------------------------------------...
lgpl-3.0
kidaa/darkstar
scripts/zones/Beadeaux/Zone.lua
13
3470
----------------------------------- -- -- Zone: Beadeaux (147) -- ----------------------------------- package.loaded["scripts/zones/Beadeaux/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/missions"); require("scripts/globals/quests"); require...
gpl-3.0
davidedmonds/darkstar
scripts/zones/West_Ronfaure/npcs/Phairet.lua
17
2450
----------------------------------- -- Area: West Ronfaure -- NPC: Phairet -- Involved in Quest: The Trader in the Forest -- @pos -57 -1 -501 100 ----------------------------------- package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quest...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114000845.lua
1
2192
--★大地の魔女っ娘 Rising Earth function c114000845.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CHAIN_UNIQUE) e1:SetCode(EVENT_DESTROY) e1:SetR...
gpl-3.0
kidaa/darkstar
scripts/globals/spells/knights_minne_iv.lua
13
1518
----------------------------------------- -- Spell: Knight's Minne IV -- Grants Defense bonus to all allies. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCasti...
gpl-3.0
kidaa/darkstar
scripts/zones/Beaucedine_Glacier/mobs/Tundra_Tiger.lua
23
1425
----------------------------------- -- Area: Beaucedine Glacier -- MOB: Tundra Tiger -- Note: PH for Nue, Kirata ----------------------------------- require("scripts/globals/fieldsofvalor"); require("scripts/zones/Beaucedine_Glacier/MobIDs"); ----------------------------------- -- onMobDeath ----...
gpl-3.0
will4wachter/Project1
scripts/zones/Kuftal_Tunnel/npcs/qm1.lua
9
1116
----------------------------------- -- Area: Kuftal Tunnel -- NPC: ??? (qm1) -- Note: Used to spawn Phantom Worm -- @pos 75.943 29.916 118.854 174 ----------------------------------- package.loaded["scripts/zones/Kuftal_Tunnel/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Kuftal...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Port_Jeuno/npcs/Shami.lua
17
18330
----------------------------------- -- 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/quest...
gpl-3.0
idontalwaysnotlie/NeverEndingTD
game/dota_addons/NETD/scripts/vscripts/util.lua
2
13913
-- GREAT UTILITY FUNCTIONS -- The commented out functions are already integrated in buildinghelper.lua -- Returns a shallow copy of the passed table. --[[function shallowcopy(orig) local orig_type = type(orig) local copy if orig_type == 'table' then copy = {} for orig_key, orig_value in pai...
gpl-2.0
davidedmonds/darkstar
scripts/globals/mobskills/Laser_Shower.lua
14
1190
--------------------------------------------- -- Laser_Shower -- -- Description: Deals Darkness damage to enemies within a fan-shaped area. -- Type: Breath -- Utsusemi/Blink absorb: Ignores shadows -- Range: Unknown cone -- Notes: --------------------------------------------- require("scripts/globals/se...
gpl-3.0
kidaa/darkstar
scripts/zones/Apollyon/mobs/Water_Elemental.lua
119
2423
----------------------------------- -- Area: Apollyon SW -- NPC: elemental ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); --------------------------...
gpl-3.0
NewbProgrammer101/Lord-of-the-Test
mods/lottpotion/potionbrewing.lua
2
12894
-- Base Ingredients minetest.register_node("lottpotion:glass_bottle_mese", { description = "Glass Bottle (Mese Water)", drawtype = "plantlike", tiles = {"vessels_glass_bottle.png^lottpotion_water_mese.png"}, inventory_image = "vessels_glass_bottle_inv.png^lottpotion_water_mese.png", wield_image = "vessels_glass_bo...
lgpl-2.1
MonokuroInzanaito/ygopro-777DIY
expansions/script/c33700120.lua
1
3399
--霓火城市 function c33700120.initial_effect(c) c:EnableCounterPermit(0x5) --activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_COUNTER) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetOperation(c33700120.activate) c:RegisterEffect(e1) --counter local e2=Effect.CreateEffect(c...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Halvung/npcs/qm4.lua
19
1150
----------------------------------- -- Area: Halvung -- NPC: ??? (Spawn Achamoth(ZNM T3)) -- @pos -34 10 336 62 ----------------------------------- package.loaded["scripts/zones/Halvung/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Halvung/TextIDs"); ----------------------------------- ...
gpl-3.0
will4wachter/Project1
scripts/zones/Yorcia_Weald_U/Zone.lua
36
1119
----------------------------------- -- -- Zone: Yorcia Weald U -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Yorcia_Weald_U/TextIDs"] = nil; require("scripts/zones/Yorcia_Weald_U/TextIDs"); ----------------------------------- -- onInitialize -...
gpl-3.0
clark15b/xupnpd
src/plugins/xupnpd_generic.lua
2
1294
-- Copyright (C) 2011-2013 Anton Burdinuk -- clark15b@gmail.com -- https://tsdemuxer.googlecode.com/svn/trunk/xupnpd function generic_updatefeed(feed,friendly_name) local feed_name=string.match(feed,'.+/(.+).m3u$') if not feed_name then feed_name=string.gsub(friendly_name," ","_") end local feed_path=cf...
gpl-2.0
will4wachter/Project1
scripts/zones/Windurst_Waters_[S]/npcs/Sahnn_Dhansett.lua
38
1054
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Sahnn Dhansett -- Type: Standard NPC -- @zone: 94 -- @pos 112.820 -3.122 47.857 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = ...
gpl-3.0
failcoder/SVUI_-Core
_options/libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
1
56643
--- AceConfigDialog-3.0 generates AceGUI-3.0 based windows based on option tables. -- @class file -- @name AceConfigDialog-3.0 -- @release $Id: AceConfigDialog-3.0.lua 1089 2013-09-13 14:32:35Z nevcairiel $ local LibStub = LibStub local MAJOR, MINOR = "AceConfigDialog-3.0", 58 local AceConfigDialog, oldminor = LibStub...
mit
will4wachter/Project1
scripts/zones/Metalworks/npcs/Mih_Ketto.lua
38
1037
----------------------------------- -- Area: Metalworks -- NPC: Mih Ketto -- Type: Standard NPC -- @zone: 237 -- @pos 24.046 -17 32.751 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; require("scripts/zone...
gpl-3.0
davidedmonds/darkstar
scripts/globals/items/serving_of_patriarch_sautee.lua
36
1253
----------------------------------------- -- ID: 5677 -- Item: Serving of Patriarch Sautee -- Food Effect: 4Hrs, All Races ----------------------------------------- -- MP 60 -- Mind 7 -- MP Recovered While Healing 7 ----------------------------------------- require("scripts/globals/status"); -------------------------...
gpl-3.0
will4wachter/Project1
scripts/globals/items/serving_of_patriarch_sautee.lua
36
1253
----------------------------------------- -- ID: 5677 -- Item: Serving of Patriarch Sautee -- Food Effect: 4Hrs, All Races ----------------------------------------- -- MP 60 -- Mind 7 -- MP Recovered While Healing 7 ----------------------------------------- require("scripts/globals/status"); -------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/high_breath_mantle.lua
2
1204
----------------------------------------- -- ID: 15487 -- Item: High Breath Mantle -- Item Effect: HP+38 / Enmity+5 ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------------- function onItemCheck(target) local effect ...
gpl-3.0
lhog/Zero-K
units/energysolar.lua
2
2359
return { energysolar = { unitname = [[energysolar]], name = [[Solar Collector]], description = [[Small Powerplant (+2)]], acceleration = 0, activateWhenBuilt = true, brakeRate = 0, buildCostMet...
gpl-2.0
kidaa/darkstar
scripts/globals/abilities/pets/burning_strike.lua
25
1274
--------------------------------------------------- -- Burning Strike M = 6? --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/summon"); require("scripts/globals/magic"); require("scripts/globals/monstertpmoves")...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c11111047.lua
1
2736
--最后的封印 function c11111047.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY+CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c11111047.condition) e1:SetCost(c11111047.cost) e1:SetTarget(c11111047.target) e1:Se...
gpl-3.0
lhog/Zero-K
LuaRules/Gadgets/lups_shockwaves.lua
7
3259
-- $Id: lups_shockwaves.lua 3171 2008-11-06 09:06:29Z det $ function gadget:GetInfo() return { name = "Shockwaves", desc = "", author = "jK", date = "Jan. 2008", license = "GNU GPL, v2 or later", layer = 0, enabled = true } end --------------------------------...
gpl-2.0
solomid99/Sp_robot
plugins/anti-flood.lua
281
2422
local NUM_MSG_MAX = 5 -- Max number of messages per TIME_CHECK seconds local TIME_CHECK = 5 local function kick_user(user_id, chat_id) local chat = 'chat#id'..chat_id local user = 'user#id'..user_id chat_del_user(chat, user, function (data, success, result) if success ~= 1 then local text = 'I can\'t k...
gpl-2.0
kidaa/darkstar
scripts/zones/Xarcabard/npcs/qm3.lua
17
1641
----------------------------------- -- Area: Xarcabard -- NPC: qm3 (???) -- Involved in Quests: Atop the Highest Mountains (for Boreal Coeurl) -- @pos 580 -9 290 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Valley_of_Sorrows/npcs/qm1.lua
16
1925
----------------------------------- -- Area: Valley of Sorrows -- NPC: qm1 (???) -- Note: Used to spawn Adamantoise and Aspidochelone -- @pos 0 0 -37 59 ----------------------------------- package.loaded["scripts/zones/Valley_of_Sorrows/TextIDs"] = nil; ----------------------------------- require("scripts/zo...
gpl-3.0
stevedonovan/luabuild
modules/luasocket/test/testclnt.lua
3
20387
local socket = require"socket" host = host or "127.0.0.1" port = port or "8443" math.mod = math.mod or function(x,y) return x % y end local outf = io.stdout function pass(...) local s = string.format(...) outf:write(s, "\n") end function fail(...) local s = string.format(...) io.stderr:write("ERROR...
mit
waterlgndx/darkstar
scripts/zones/Windurst_Waters/npcs/Yung_Yaam.lua
2
1253
----------------------------------- -- Area: Windurst Waters -- NPC: Yung Yaam -- Involved In Quest: Wondering Minstrel -- !pos -63 -4 27 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Windurst_Waters/Tex...
gpl-3.0
davidedmonds/darkstar
scripts/globals/weaponskills/shijin_spiral.lua
18
1806
----------------------------------- -- Shijin Spiral -- Hand-to-Hand weapon skill -- Skill Level: N/A -- Delivers a fivefold attack that Plagues the target. Chance of inflicting Plague varies with TP. -- In order to obtain Shijin Spiral, the quest Martial Mastery must be completed. -- Aligned with the Flame Gorge...
gpl-3.0
kidaa/darkstar
scripts/globals/items/dish_of_spaghetti_boscaiola_+1.lua
35
1724
----------------------------------------- -- ID: 5201 -- Item: dish_of_spaghetti_boscaiola_+1 -- Food Effect: 30Min, All Races ----------------------------------------- -- Health % 18 -- Health Cap 125 -- Magic 40 -- Strength -5 -- Dexterity -2 -- Vitality 2 -- Mind 4 -- Magic Regen While Healing 1 -------...
gpl-3.0
badboyam/telebot
plugins/danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
Maxsteam/1bot
plugins/danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c60159119.lua
1
4551
--八枢罪之始 祈愿 function c60159119.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) local e3=Effect.CreateEffect(c) e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e3:SetType(EFFECT_TYPE_IGNITION) ...
gpl-3.0
will4wachter/Project1
scripts/globals/mobskills/Dominion_Slash.lua
10
1573
--------------------------------------------- -- Domionion Slash -- -- Description: Performs an area of effect slashing weaponskill. Additional effect: Silence -- Type: Physical -- 2-3 Shadows -- Range: Unknown radial -- One source also mentions that it "can dispel important buffs." ------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Metalworks/npcs/Pius.lua
2
1472
----------------------------------- -- Area: Metalworks -- NPC: Pius -- Involved In Mission: Journey Abroad -- !pos 99 -21 -12 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zone...
gpl-3.0
kidaa/darkstar
scripts/zones/Port_Bastok/npcs/Tete.lua
19
1293
----------------------------------- -- Area: Port Bastok -- NPC: Tete -- Continues Quest: The Wisdom Of Elders ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ------------------------------------ require("scripts/globals/settings"); require("scripts/globals/quest...
gpl-3.0
waterlgndx/darkstar
scripts/globals/spells/wind_carol.lua
2
1566
----------------------------------------- -- Spell: Wind Carol -- Increases wind resistance for party members within the area of effect. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------------...
gpl-3.0
davidedmonds/darkstar
scripts/globals/items/strip_of_bison_jerky.lua
35
1398
----------------------------------------- -- ID: 5207 -- Item: strip_of_bison_jerky -- Food Effect: 60Min, All Races ----------------------------------------- -- Strength 5 -- Mind -2 -- Attack % 18 -- Attack Cap 70 ----------------------------------------- require("scripts/globals/status"); ------------...
gpl-3.0
will4wachter/Project1
scripts/globals/items/strip_of_bison_jerky.lua
35
1398
----------------------------------------- -- ID: 5207 -- Item: strip_of_bison_jerky -- Food Effect: 60Min, All Races ----------------------------------------- -- Strength 5 -- Mind -2 -- Attack % 18 -- Attack Cap 70 ----------------------------------------- require("scripts/globals/status"); ------------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Gusgen_Mines/npcs/_5ga.lua
34
1361
----------------------------------- -- Area: Gusgen Mines -- NPC: _5ga (Lever C) -- @pos 44 -40.561 -54.199 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gusgen_Mines/TextIDs"); ----------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c23310023.lua
1
3186
--灵魂歌手 function c23310023.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,3,2) c:EnableReviveLimit() -- local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(23310023,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(c23310023.discon) ...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Pashhow_Marshlands/npcs/Cavernous_Maw.lua
29
1512
----------------------------------- -- Area: Pashhow Marshlands -- NPC: Cavernous Maw -- @pos 418 25 27 109 -- Teleports Players to Pashhow Marshlands [S] ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c29201061.lua
1
5688
--镜世录 黄泉归航 function c29201061.initial_effect(c) --send local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(29201061,0)) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCode(EVENT_DAMAGE) e1:SetRange(LOCATION_GRAV...
gpl-3.0
mynameiscraziu/baby
plugins/sicktir.lua
4
2145
local function run(msg) if msg.text == "hi" then return "سلام خوش اومدی " end if msg.text == "Hi" then return "سلام خوش اومدی " end if msg.text == "Hello" then return "Hi bb" end if msg.text == "hello" then return "Hi honey" end if msg.text == "Salam" then return "Salam aleykom" end if msg.text == "salam" then re...
gpl-2.0
waterlgndx/darkstar
scripts/zones/Temenos/npcs/Matter_Diffusion_Module.lua
2
5989
----------------------------------- -- Area: temenos -- NPC: Matter diffusion module -- !pos ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/globals/keyitems"); require("scripts/zones/Tem...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Northern_San_dOria/npcs/Gulmama.lua
2
5153
----------------------------------- -- Area: Northern San d'Oria -- NPC: Gulmama -- Starts and Finishes Quest: Trial by Ice -- Involved in Quest: Class Reunion -- !pos -186 0 107 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------...
gpl-3.0
drmingdrmer/lua-cjson
tests/bench.lua
145
3247
#!/usr/bin/env lua -- This benchmark script measures wall clock time and should be -- run on an unloaded system. -- -- Your Mileage May Vary. -- -- Mark Pulford <mark@kyne.com.au> local json_module = os.getenv("JSON_MODULE") or "cjson" require "socket" local json = require(json_module) local util = require "cjson.ut...
mit
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18755513.lua
1
1809
--缲狼的终章 function c18755513.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TODECK) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,18755513+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c18755513.target) e1:SetOperation(c18755513.activate) c:Register...
gpl-3.0
kidaa/darkstar
scripts/globals/items/mushroom_salad.lua
39
1426
----------------------------------------- -- ID: 5678 -- Item: Mushroom Salad -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- MP 14% Cap 85 -- Agility 6 -- Mind 6 -- Strength -5 -- Vitality -5 ----------------------------------------- require("scripts/globals/status"); ------------------...
gpl-3.0
lhog/Zero-K
scripts/vehcapture.lua
6
6750
include "constants.lua" local spGetUnitRulesParam = Spring.GetUnitRulesParam local base, front, bigwheel, rear = piece('base', 'front', 'bigwheel', 'rear') local turret, arm_1, arm_2, arm_3, dish, panel_a1, panel_b1, panel_a2, panel_b2, flare = piece('turret', 'arm_1', 'arm_2', 'arm_3', 'dish', 'panel_a1', 'panel_b1...
gpl-2.0