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
ffxijuggalo/darkstar
scripts/mixins/families/maat.lua
9
4425
require("scripts/globals/mixins") require("scripts/globals/status") g_mixins = g_mixins or {} g_mixins.maat = function(mob) mob:addListener("SPAWN", "JOB_SPECIAL_SPAWN", function(mob) if (mob:getMainJob() == dsp.job.NIN) then mob:setLocalVar("specialThreshold", 40) elseif (mob:getMai...
gpl-3.0
RwNigma/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Sabiliont.lua
17
1684
----------------------------------- -- 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
destdev/ygopro-scripts
c83764718.lua
7
1119
--死者蘇生 function c83764718.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c83764718.target) e1:SetOperation(c83764718.activate) c:RegisterEffec...
gpl-2.0
maikerumine/grieftest
mods/mobs_mc/api-mm-mcmods.lua
1
63892
--esmobs v1.3 --maikerumine --made for Extreme Survival game --License for code WTFPL -- Mobs Api (12th May 2016) --REVISED 20160516 maikerumine for esmobs mobs = {} mobs.mod = "redo" -- Load settings local damage_enabled = minetest.setting_getbool("enable_damage") local peaceful_only = minetest.setting_getbool("on...
lgpl-2.1
RwNigma/darkstar
scripts/zones/Temple_of_Uggalepih/npcs/_4fx.lua
19
1866
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Granite Door -- @pos 340 0.1 329 159 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/globals/keyitem...
gpl-3.0
destdev/ygopro-scripts
c21495657.lua
1
2398
--宝竜星-セフィラフウシ function c21495657.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetRange(LOCATION_PZONE) e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFF...
gpl-2.0
destdev/ygopro-scripts
c9765723.lua
1
3164
--戦乙女の契約書 function c9765723.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE+TIMING_DAMAGE_STEP) e1:SetCondition(c9765723.condition) c:Regis...
gpl-2.0
Deadwing888/darkstar
scripts/zones/Western_Altepa_Desert/npcs/Field_Manual.lua
29
1067
----------------------------------- -- Field Manual -- Area: Western Altepa Desert ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onTrigger Action ----------------------------...
gpl-3.0
RwNigma/darkstar
scripts/zones/Beaucedine_Glacier/npcs/Chopapa_WW.lua
30
3071
----------------------------------- -- Area: Beaucedine Glacier -- NPC: Chopapa, W.W. -- Type: Border Conquest Guards -- @pos -227.956 -81.475 260.442 111 ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
ffxijuggalo/darkstar
scripts/zones/RuLude_Gardens/npcs/Magian_Moogle_Blue.lua
12
1210
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Magian Moogle (Blue Bobble) -- Type: Magian Trials NPC (Relic Armor) -- !pos -6.843 2.459 121.9 64 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/magiantrials"); ...
gpl-3.0
yahoo/fili
sample-applications/luthier-sample-app/src/main/resources/wikiApp/tables.lua
1
9398
-- Copyright 2018 Yahoo Inc. -- Licensed under the terms of the Apache license. Please see LICENSE.md file distributed with this work for terms. --[[ This is where we define tables for Fili. Physical tables contains dataset in druid, with physical metrics and dimensions defined in druid's configuration file. Logical t...
apache-2.0
maikerumine/grieftest
mods/minetest-mod-mesecons/mesecons_extrawires/tjunction.lua
5
2319
local tjunction_nodebox = { type = "fixed", fixed = {{ -16/32-0.001, -17/32, -3/32, 16/32+0.001, -13/32, 3/32 }, { -3/32, -17/32, -16/32+0.001, 3/32, -13/32, -3/32},} } local tjunction_selectionbox = { type = "fixed", fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 }, } local tjunction_get_...
lgpl-2.1
ffxijuggalo/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Ratihb.lua
9
1796
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Ratihb -- Standard Info NPC -- !pos 75.225 -6.000 -137.203 50 ----------------------------------- require("scripts/globals/keyitems") require("scripts/globals/npc_util") require("scripts/globals/settings") require("scripts/globals/quests") -----...
gpl-3.0
destdev/ygopro-scripts
c38667773.lua
9
1366
--星因士 ベガ function c38667773.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(38667773,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DEL...
gpl-2.0
angt/overthebox
feeds/luci/applications/luci-app-bmx7/root/usr/lib/lua/luci/controller/bmx7.lua
9
2756
--[[ Copyright (C) 2011 Pau Escrich <pau@dabax.net> Contributors Jo-Philipp Wich <xm@subsignal.org> Roger Pueyo Centelles <roger.pueyo@guifi.net> 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 ...
gpl-3.0
RwNigma/darkstar
scripts/globals/magiantrials.lua
33
9671
------------------------------------------- -- Magian trial functions, vars, tables ------------------------------------------- ----------------------------------- -- getTrialInfo ----------------------------------- -- once fully filled out, these info tables might get large enough to need their own file, we'll...
gpl-3.0
ffxijuggalo/darkstar
scripts/zones/Castle_Oztroja/mobs/Yagudo_Avatar.lua
9
1370
----------------------------------- -- Area: Castle Oztroja (151) -- NM: Yagudo Avatar -- Note: PH for Tzee Xicu the Manifest -- TODO: messages should be zone-wide ----------------------------------- mixins = {require("scripts/mixins/job_special")} local ID = require("scripts/zones/Castle_Oztroja/IDs") require("scrip...
gpl-3.0
Deadwing888/darkstar
scripts/globals/items/forest_carp.lua
18
1332
----------------------------------------- -- ID: 4289 -- Item: forest_carp -- Food Effect: 30Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------...
gpl-3.0
Deadwing888/darkstar
scripts/globals/items/choco-scroll.lua
18
1180
----------------------------------------- -- ID: 5917 -- Item: Choco-scroll -- Food Effect: 3 Min, All Races ----------------------------------------- -- Mind 1 -- Speed 12.5% ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck --------...
gpl-3.0
destdev/ygopro-scripts
c92729410.lua
2
1894
--子狸ぽんぽこ function c92729410.initial_effect(c) --spsummon local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(92729410,0)) e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetCode(EVENT_SUMMON_SUCCESS) e2:SetCost(c92729410.spcost) e2:SetTarget(c92729410.s...
gpl-2.0
nikai3d/naev
dat/ai/include/attack_profiles.lua
11
2517
--[[This file contains the attack profiles by ship type. --commonly used range and condition-based attack patterns are found in another file --Think functions for determining who to attack are found in another file --]] --[[ -- Main control function for bomber behavior. -- Bombers are expected to have heavy weapons a...
gpl-3.0
destdev/ygopro-scripts
c70493141.lua
2
1546
--雷仙神 function c70493141.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetRange(LOCATION_HAND) e1:SetCondition(c70493141.hspcon) e1:SetOperation(c70493141.hspop) e1:SetValue(1) c:Regis...
gpl-2.0
destdev/ygopro-scripts
c11522979.lua
1
3065
--CNo.69 紋章死神カオス・オブ・アームズ function c11522979.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,5,4) c:EnableReviveLimit() --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(11522979,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetCode(E...
gpl-2.0
destdev/ygopro-scripts
c70875955.lua
2
2034
--空中補給 function c70875955.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --spsummon local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetDescription(aux.Stringid(70875955,0)) e2:SetType(EF...
gpl-2.0
ffxijuggalo/darkstar
scripts/zones/Lower_Jeuno/npcs/Darcia.lua
9
2639
----------------------------------- -- Area: Lower Jeuno (245) -- NPC: Darcia -- SoA: Mission NPC -- !pos 25 -38.617 -1.000 ----------------------------------- require("scripts/globals/keyitems") require("scripts/globals/missions") require("scripts/globals/npc_util") require("scripts/globals/settings") --------------...
gpl-3.0
destdev/ygopro-scripts
c76384284.lua
7
1259
--トロイの剣闘獣 function c76384284.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DRAW) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetTarget(c76384284.target) e1:SetOperation(c76384284.activate) c...
gpl-2.0
aboasola/the3tetoo
plugins/rebot.lua
2
1131
--[[ ▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ BY tetoo ▀▄ ▄▀ ▀▄ ▄▀ BY nmore (@l_l_lo) ▀▄ ▄▀ ▀▄ ▄▀ JUST WRITED BY l_l_ll ▀▄ ▄▀ ▀▄ ▄▀ broadcast : الرد تلقائـي ▀▄ ▄▀ ▀▄▀▀▄▄▀▀▄▄▀▄▄▀...
gpl-2.0
ffxijuggalo/darkstar
scripts/globals/spells/blindga.lua
12
1372
----------------------------------------- -- Spell: Blind ----------------------------------------- require("scripts/globals/status") require("scripts/globals/magic") require("scripts/globals/msg") ----------------------------------------- function onMagicCastingCheck(caster,target,spell) return 0 end function on...
gpl-3.0
destdev/ygopro-scripts
c77841719.lua
2
1660
--ヴェルズ・コッペリアル function c77841719.initial_effect(c) --cannot special summon local e1=Effect.CreateEffect(c) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) c:RegisterEffect(e1) --control local e2=Effect.CreateEffect(c) e2:Set...
gpl-2.0
maikerumine/grieftest
mods/handle_schematics/analyze_mc_schematic_file.lua
1
8825
-- This code is used to read Minecraft schematic files. -- -- The .schematic file format is described here: -- http://minecraft.gamepedia.com/Schematic_file_format?cookieSetup=true -- It is based on the NBT format, which is described here: -- http://minecraft.gamepedia.com/NBT_Format?cookieSetup=true -- position...
lgpl-2.1
Deadwing888/darkstar
scripts/zones/Caedarva_Mire/npcs/qm2.lua
30
1336
----------------------------------- -- Area: Caedarva Mire -- NPC: ??? (Spawn Experimental Lamia(ZNM T3)) -- @pos -773 -11 322 79 ----------------------------------- package.loaded["scripts/zones/Caedarva_Mire/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Caedarva_Mire/TextIDs"); require(...
gpl-3.0
Deadwing888/darkstar
scripts/globals/items/tiny_goldfish.lua
18
1320
----------------------------------------- -- ID: 4310 -- Item: tiny_goldfish -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -----...
gpl-3.0
RwNigma/darkstar
scripts/zones/Western_Altepa_Desert/TextIDs.lua
15
1562
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6383; -- You cannot obtain the <item>. Try trading again after sorting your inventory. ITEM_OBTAINED = 6384; ...
gpl-3.0
RwNigma/darkstar
scripts/zones/Dynamis-Buburimu/Zone.lua
17
2365
----------------------------------- -- -- Zone: Dynamis-Buburimu -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Dynamis-Buburimu/TextIDs"] = nil; require("scripts/zones/Dynamis-Buburimu/TextIDs"); ----------------------------------- -- onInitial...
gpl-3.0
Deadwing888/darkstar
scripts/globals/spells/bluemagic/dimensional_death.lua
33
1738
----------------------------------------- -- Spell: Dimensional Death -- Damage varies with TP -- Spell cost: 48 MP -- Monster Type: Undead -- Spell Type: Physical (Blunt) -- Blue Magic Points: 5 -- Stat Bonus: DEX+1, CHR+1, HP+5 -- Level: 60 -- Casting Time: 0.5 seconds -- Recast Time: 23.75 seconds -- Skillchain Prop...
gpl-3.0
simonfork/aquaria
game_scripts/_mods/jukebox/scripts/node_jukebox-previous.lua
6
1695
-- 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
RwNigma/darkstar
scripts/zones/Windurst_Walls/npcs/Esmeralda.lua
38
1038
----------------------------------- -- Area: Windurst Walls -- NPC: Esmeralda -- Type: Consul. Rep. -- @zone: 239 -- @pos 128.629 -12.5 139.387 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; -----------...
gpl-3.0
destdev/ygopro-scripts
c55742055.lua
3
5405
--円卓の聖騎士 function c55742055.initial_effect(c) --Activate 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(55742055,0)) e2:SetCategory(CATEGORY_TOGRAVE) e2:SetType(EFFECT_TYPE_TRI...
gpl-2.0
RwNigma/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Runic_Portal.lua
17
2990
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Runic Portal -- Aht Urhgan Teleporter to Other Areas ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/besieged"); requi...
gpl-3.0
Deadwing888/darkstar
scripts/zones/Xarcabard/npcs/Trail_Markings.lua
12
2589
----------------------------------- -- Area: Xarcabard -- NPC: Trail Markings -- Dynamis-Xarcabard Enter -- @pos 570 0 -272 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals...
gpl-3.0
Deadwing888/darkstar
scripts/globals/items/messhikimaru.lua
30
1058
----------------------------------------- -- ID: 17826 -- Item: Messhikimaru -- Enchantment: Arcana Killer -- Durration: 10 Mins ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------------------...
gpl-3.0
RwNigma/darkstar
scripts/zones/Grand_Palace_of_HuXzoi/mobs/Eo_zdei.lua
18
2695
----------------------------------- -- Area: Grand Palace of Hu'Xzoi -- MOB: Eo'Zdei -- Animation Sub 0 Pot Form -- Animation Sub 1 Pot Form (reverse eye position) -- Animation Sub 2 Bar Form -- Animation Sub 3 Ring Form ----------------------------------- require("scripts/zones/Grand_Palace_of_HuXzoi/MobIDs"); requi...
gpl-3.0
angt/overthebox
feeds/luci/modules/luci-mod-admin-mini/luasrc/controller/mini/system.lua
74
6456
-- Copyright 2008 Steven Barth <steven@midlink.org> -- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.controller.mini.system", package.seeall) function index() entry({"mini", "system"}, alias("mini", "system", "index"), _("System"), 40).index = t...
gpl-3.0
destdev/ygopro-scripts
c43586926.lua
1
1530
--ドル・ドラ function c43586926.initial_effect(c) --to grave local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e1:SetCode(EVENT_TO_GRAVE) e1:SetOperation(c43586926.regop) c:RegisterEffect(e1) end function c43586926.regop(e,tp,eg,ep,ev,re,r...
gpl-2.0
Deadwing888/darkstar
scripts/zones/Bastok_Mines/npcs/Gerbaum.lua
12
2283
----------------------------------- -- Area: Bastok Mines -- NPC: Gerbaum -- Starts & Finishes Repeatable Quest: Minesweeper (100%) ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/glob...
gpl-3.0
RwNigma/darkstar
scripts/globals/items/keen_zaghnal.lua
37
1120
----------------------------------------- -- ID: 18067 -- Equip: Keen Zaghnal -- Enchantment: Accuracy +3 -- Enchantment will wear off if weapon is unequipped. -- Effect lasts for 30 minutes ----------------------------------------- require("scripts/globals/status"); --------------------------------------...
gpl-3.0
Gethe/oUF
ouf.lua
3
26111
local parent, ns = ... local global = GetAddOnMetadata(parent, 'X-oUF') local _VERSION = '@project-version@' if(_VERSION:find('project%-version')) then _VERSION = 'devel' end local oUF = ns.oUF local Private = oUF.Private local argcheck = Private.argcheck local error = Private.error local print = Private.print local...
mit
Deadwing888/darkstar
scripts/globals/items/meat_mithkabob.lua
18
1448
----------------------------------------- -- ID: 4381 -- Item: meat_mithkabob -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength 5 -- Agility 1 -- Intelligence -2 -- Attack % 22 -- Attack Cap 60 ----------------------------------------- require("scripts/globals/status"); ----------...
gpl-3.0
Deadwing888/darkstar
scripts/zones/Windurst_Waters/npcs/Kopopo.lua
13
1162
----------------------------------- -- Area: Windurst Waters -- NPC: Kopopo -- Guild Merchant NPC: Cooking Guild -- @pos -103.935 -2.875 74.304 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"...
gpl-3.0
RwNigma/darkstar
scripts/zones/Bastok_Mines/npcs/Roh_Latteh.lua
34
2602
----------------------------------- -- Area: Bastok Markets -- NPC: Roh Latteh -- Involved in Quest: Mom, The Adventurer? -- Finishes Quest: The Signpost Marks the Spot ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require...
gpl-3.0
destdev/ygopro-scripts
c63014935.lua
2
3497
--ヴォルカニック・クイーン function c63014935.initial_effect(c) c:EnableReviveLimit() --special summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SPSUM_PARAM) e1:SetRange(LOCATION_HAND) e1:SetTargetRange(POS_FACEUP,1) e1:...
gpl-2.0
Deadwing888/darkstar
scripts/zones/Nashmau/npcs/Chichiroon.lua
13
1280
----------------------------------- -- Area: Nashmau -- NPC: Chichiroon -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Nashmau/TextIDs"); require("scripts/globals/shop"); -------------------...
gpl-3.0
Deadwing888/darkstar
scripts/zones/Port_Windurst/npcs/Dehn_Harzhapan.lua
13
1052
----------------------------------- -- Area: Port Windurst -- NPC: Dehn Harzhapan -- Type: Standard NPC -- @zone: 240 -- @pos -7.974 -7 152.633 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ------------...
gpl-3.0
rryan/vlc
share/lua/intf/http.lua
64
10445
--[==========================================================================[ http.lua: HTTP interface module for VLC --[==========================================================================[ Copyright (C) 2007-2009 the VideoLAN team $Id$ Authors: Antoine Cellerier <dionoea at videolan dot org> This progra...
gpl-2.0
sheldon/epgp
libs/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua
7
19797
--[[----------------------------------------------------------------------------- TreeGroup Container Container that uses a tree control to switch between groups. -------------------------------------------------------------------------------]] local Type, Version = "TreeGroup", 34 local AceGUI = LibStub and LibStub("A...
bsd-3-clause
destdev/ygopro-scripts
c69931927.lua
1
2515
--地縛神 Chacu Challhua function c69931927.initial_effect(c) c:SetUniqueOnField(1,1,aux.FilterBoolFunction(Card.IsSetCard,0x21),LOCATION_MZONE) -- local e4=Effect.CreateEffect(c) e4:SetType(EFFECT_TYPE_SINGLE) e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e4:SetRange(LOCATION_MZONE) e4:SetCode(EFFECT_SELF_DESTROY) e4:S...
gpl-2.0
ichramm/LuaNode
lib/luanode/datagram.lua
2
6360
local Class = require "luanode.class" --var util = require('util') --var fs = require('fs') local EventEmitter = require "luanode.event_emitter" local dns = require "luanode.dns" local Net = require "luanode.net" module(..., package.seeall) --var IOWatcher = process.binding('io_watcher').IOWatcher --var constants = pr...
mit
ffxijuggalo/darkstar
scripts/globals/spells/frost.lua
6
2383
----------------------------------------- -- Spell: Frost -- Deals ice damage that lowers an enemy's agility and gradually reduces its HP. ----------------------------------------- require("scripts/globals/settings") require("scripts/globals/status") require("scripts/globals/magic") require("scripts/globals/msg") -----...
gpl-3.0
RwNigma/darkstar
scripts/zones/Port_Windurst/npcs/Babubu.lua
17
1197
----------------------------------- -- Area: Port Windurst -- NPC: Babubu -- Guild Merchant NPC: Fishing Guild -- @pos -175.185 -3.324 70.445 240 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/setti...
gpl-3.0
mogaal/libquvi-scripts
share/media/collegehumor.lua
1
2483
-- libquvi-scripts v0.9.20131130 -- Copyright (C) 2012,2013 Toni Gundogdu <legatvs@gmail.com> -- Copyright (C) 2010-2011 Lionel Elie Mamane <lionel@mamane.lu> -- -- This file is part of libquvi-scripts <http://quvi.sourceforge.net/>. -- -- This program is free software: you can redistribute it and/or -- modify it und...
agpl-3.0
kennyledet/Algorithm-Implementations
Best_First_Search/Lua/Yonaba/handlers/linear_handler.lua
182
1721
-- A linear boundless 1D space map handler -- This handler is devised for 1-directional continuous space, where -- nodes are represented with consecutive integer values: 0, 1, 2, etc. -- Similar to a range (interval) with no bounds. -- i.e., the path from 5 to 0 would be 5, 4, 3, 2, 1, 0. local PATH = (...):gsub('han...
mit
progaudi/progaudi.tarantool
tarantool/compat.lua
3
1114
-- All credits goes to https://github.com/tarantool/queue/blob/master/queue/compat.lua local fun = require('fun') local iter, op = fun.iter, fun.operator local function split(self, sep) local sep, fields = sep or ":", {} local pattern = string.format("([^%s]+)", sep) self:gsub(pattern, function(c) tab...
mit
Deadwing888/darkstar
scripts/zones/North_Gustaberg/npcs/Heavy_Fog_IM.lua
13
3328
----------------------------------- -- Area: North Gustaberg -- NPC: Heavy Fog, I.M. -- Type: Border Conquest Guards -- @pos -520.704 38.75 560.258 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conque...
gpl-3.0
RwNigma/darkstar
scripts/globals/items/plate_of_bream_risotto.lua
35
1645
----------------------------------------- -- ID: 4550 -- Item: plate_of_bream_risotto -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 40 -- Dexterity 6 -- Agility 3 -- Mind -4 -- Health Regen While Healing 1 -- Accuracy % 6 -- Accuracy Cap 15 ---------------------------...
gpl-3.0
RwNigma/darkstar
scripts/globals/spells/suiton_ni.lua
17
1257
----------------------------------------- -- Spell: Suiton: Ni -- Deals water damage to an enemy and lowers its resistance against lightning. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast...
gpl-3.0
destdev/ygopro-scripts
c45349196.lua
1
2411
--悪魔竜ブラック・デーモンズ・ドラゴン function c45349196.initial_effect(c) c:SetSPSummonOnce(45349196) --fusion material aux.AddFusionProcFun2(c,c45349196.mfilter1,c45349196.mfilter2,true) c:EnableReviveLimit() --aclimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_CANNOT_ACTIVATE) e1:SetRang...
gpl-2.0
riking/marvin
vendor/github.com/yuin/gopher-lua/_lua5.1-tests/errors.lua
18
6229
print("testing errors") function doit (s) local f, msg = loadstring(s) if f == nil then return msg end local cond, msg = pcall(f) return (not cond) and msg end function checkmessage (prog, msg) assert(string.find(doit(prog), msg, 1, true)) end function checksyntax (prog, extra, token, line) local msg = ...
gpl-3.0
RwNigma/darkstar
scripts/globals/items/blackened_toad.lua
35
1373
----------------------------------------- -- ID: 4599 -- Item: Blackened Toad -- Food Effect: 180Min, All Races ----------------------------------------- -- Dexterity 2 -- Agility 2 -- Mind -1 -- Poison Resist 5 ----------------------------------------- require("scripts/globals/status"); ----------------...
gpl-3.0
nimaghorbani/telenima
plugins/stats.lua
2
3967
do -- Returns a table with `name` and `msgs` 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_prin...
gpl-2.0
chocochaos/GMGenie
Hud.lua
1
5938
--This file is part of Game Master Genie. --Copyright 2011-2014 Chocochaos --Game Master Genie 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, version 3 of the License. --Game Master Genie is distributed in the h...
gpl-3.0
RwNigma/darkstar
scripts/zones/Yhoator_Jungle/npcs/Harvesting_Point.lua
29
1116
----------------------------------- -- Area: Yhoator Jungle -- NPC: Harvesting Point ----------------------------------- package.loaded["scripts/zones/Yhoator_Jungle/TextIDs"] = nil; ------------------------------------- require("scripts/globals/harvesting"); require("scripts/zones/Yhoator_Jungle/TextIDs");...
gpl-3.0
ffxijuggalo/darkstar
scripts/zones/Qufim_Island/npcs/Trodden_Snow.lua
9
4099
----------------------------------- -- Area: Qufim Island -- NPC: Trodden Snow -- Mission: ASA - THAT_WHICH_CURDLES_BLOOD -- Mission: ASA - SUGAR_COATED_DIRECTIVE -- !pos -19 -17 104 126 ----------------------------------- local ID = require("scripts/zones/Qufim_Island/IDs") require("scripts/globals/settings") require...
gpl-3.0
RwNigma/darkstar
scripts/globals/items/apkallu_egg.lua
35
1195
----------------------------------------- -- ID: 5568 -- Item: Apkallu Egg -- Food Effect: 5Min, All Races ----------------------------------------- -- Health 6 -- Magic 6 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ...
gpl-3.0
destdev/ygopro-scripts
c40736921.lua
2
1389
--心鎮壷のレプリカ function c40736921.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c40736921.target) e1:SetOperation(c40736921.operation) c:RegisterEffect(e1) end function c40736921.target(...
gpl-2.0
RwNigma/darkstar
scripts/globals/spells/bluemagic/claw_cyclone.lua
27
1801
----------------------------------------- -- Spell: Claw Cyclone -- Damages enemies within area of effect with a twofold attack. Damage varies with TP -- Spell cost: 24 MP -- Monster Type: Beasts -- Spell Type: Physical (Slashing) -- Blue Magic Points: 2 -- Stat Bonus: VIT+1 -- Level: 20 -- Casting Time: 1 sec...
gpl-3.0
ffxijuggalo/darkstar
scripts/zones/Ranguemont_Pass/mobs/Taisai.lua
9
1084
----------------------------------- -- Area: Ranguemont Pass -- Mob: Taisai ----------------------------------- local ID = require("scripts/zones/Ranguemont_Pass/IDs"); function disturbMob(mob) local phIndex = mob:getLocalVar("phIndex"); if (phIndex > 0) then mob:setLocalVar("timeToGrow", os.time() + ...
gpl-3.0
Deadwing888/darkstar
scripts/globals/items/crepe_caprice.lua
17
1363
----------------------------------------- -- ID: 5776 -- Item: Crepe Caprice -- Food Effect: 60 Min, All Races ----------------------------------------- -- HP +20 -- MP Healing 3 -- Magic Accuracy +5 -- Magic Defense +2 ----------------------------------------- require("scripts/globals/status"); ---------------------...
gpl-3.0
Deadwing888/darkstar
scripts/zones/The_Celestial_Nexus/npcs/_513.lua
13
1468
----------------------------------- -- Area: Celestial Nexus -- NPC: _515 ----------------------------------- package.loaded["scripts/zones/The_Celestial_Nexus"] = nil; package.loaded["scripts/globals/bcnm"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/quests")...
gpl-3.0
fodinabor/Polycode
bindings/lua/Polycode/Config.lua
1
1577
class "Config" function Config:Config(...) local arg = {...} for k,v in pairs(arg) do if type(v) == "table" then if v.__ptr ~= nil then arg[k] = v.__ptr end end end if self.__ptr == nil and arg[1] ~= "__skip_ptr__" then self.__ptr = Polycode.Config(unpack(arg)) end end function Config:loadConfig...
mit
ffxijuggalo/darkstar
scripts/globals/mobskills/drain_whip.lua
11
1111
--------------------------------------------- -- Drain Whip -- -- Description: Drains HP, MP, or TP from the target. -- Type: Magical -- Utsusemi/Blink absorb: ignores shadows -- Range: Melee -- --------------------------------------------- require("scripts/globals/monstertpmoves") require("scripts/globals/settings") ...
gpl-3.0
Deadwing888/darkstar
scripts/zones/RuAun_Gardens/mobs/Groundskeeper.lua
5
1348
----------------------------------- -- Area: RuAun Gardens -- MOB: Groundskeeper -- Note: Place holder Despot ----------------------------------- require("scripts/zones/RuAun_Gardens/MobIDs"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onMobDeath --------------------------------...
gpl-3.0
Jokler/JC2MP-Scripts
speedometer/client/speedometer.lua
1
7022
class 'Speedometer' function Speedometer:__init() self.enabled = true self.center_aligned = false self.unit = 1 -- 0: m/s 1: km/h 2: mph self.position = LocalPlayer:GetPosition() self:CreateSettings() self.speed_text_size = TextSize.Gigantic self.unit_text_size = TextSize.Huge self.zer...
mit
destdev/ygopro-scripts
c48370501.lua
9
1439
--ヴァイロン・シグマ function c48370501.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_LIGHT),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),1) c:EnableReviveLimit() --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(48370501,0)) e1:SetCa...
gpl-2.0
destdev/ygopro-scripts
c69448290.lua
4
1244
--霞の谷の雷鳥 function c69448290.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(69448290,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_TO_HAND) e1:SetCondition(c69448290.spcon) e1:SetTarget(c69448290.sptg...
gpl-2.0
vlcchina/vlc-player-dev
share/lua/sd/freebox.lua
13
3453
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Fabio Ritrovato <sephiroth87 at videolan dot org> 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 ...
gpl-2.0
Deadwing888/darkstar
scripts/globals/items/hellsteak_+1.lua
18
1725
----------------------------------------- -- ID: 5610 -- Item: hellsteak_+1 -- Food Effect: 240Min, All Races ----------------------------------------- -- Health 20 -- Strength 6 -- Intelligence -2 -- Health Regen While Healing 2 -- Attack % 19 -- Ranged ATT % 19 -- Dragon Killer 5 -- Demon Killer 5 -------------------...
gpl-3.0
RwNigma/darkstar
scripts/globals/abilities/pets/glittering_ruby.lua
6
1102
--------------------------------------------------- -- Glittering Ruby --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); --------------------------------------------------- function onAbilit...
gpl-3.0
destdev/ygopro-scripts
c87910978.lua
6
1246
--洗脳-ブレインコントロール function c87910978.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_CONTROL) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c87910978.cost) e1:SetTarget(c87910978.target) e1:SetOperation(c87910...
gpl-2.0
rryan/vlc
share/lua/sd/librivox.lua
108
3015
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Rémi Duraffort <ivoire at videolan dot org> 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 ...
gpl-2.0
ffxijuggalo/darkstar
scripts/zones/Mount_Zhayolm/mobs/Brass_Borer.lua
9
2171
----------------------------------- -- Area: Mount Zhayolm -- ZNM: Brass Borer -- TODO: Halting movement during stance change. ----------------------------------- mixins = {require("scripts/mixins/rage")} require("scripts/globals/mobs") ----------------------------------- function onMobInitialize(mob) mob:setMobM...
gpl-3.0
destdev/ygopro-scripts
c54088068.lua
4
3170
--剛鬼ヘッドバット function c54088068.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(54088068,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCountLimit(1,54088068) e1:SetRange(LOCA...
gpl-2.0
destdev/ygopro-scripts
c9418534.lua
2
1923
--人造人間-サイコ・リターナー function c9418534.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(9418534,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_TO_GRAVE) e1:SetTarget(...
gpl-2.0
RwNigma/darkstar
scripts/globals/items/trumpet_shell.lua
18
1266
----------------------------------------- -- ID: 5466 -- Item: Trumpet Shell -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -...
gpl-3.0
ffxijuggalo/darkstar
scripts/zones/PsoXja/IDs.lua
11
2100
----------------------------------- -- Area: PsoXja ----------------------------------- require("scripts/globals/zone") ----------------------------------- zones = zones or {} zones[dsp.zone.PSOXJA] = { text = { ITEM_CANNOT_BE_OBTAINED = 6382, -- You cannot obtain the <item>. Come back after sorting y...
gpl-3.0
Deadwing888/darkstar
scripts/globals/items/slab_of_ruszor_meat.lua
18
1340
----------------------------------------- -- ID: 5755 -- Item: Slab of Ruszor Meat -- Food Effect: 30Min, Galka only ----------------------------------------- -- Strength 5 -- Intelligence -7 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIt...
gpl-3.0
ikostrikov/dataload
SequenceLoader.lua
2
2225
local dl = require 'dataload._env' local SequenceLoader, parent = torch.class('dl.SequenceLoader', 'dl.DataLoader', dl) function SequenceLoader:__init(sequence, batchsize, bidirectional) assert(torch.isTensor(sequence)) assert(torch.type(batchsize) == 'number') -- sequence is a tensor where the first dimensio...
bsd-3-clause
RwNigma/darkstar
scripts/zones/Heavens_Tower/Zone.lua
17
2859
----------------------------------- -- -- Zone: Heavens_Tower -- ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/missions"); require("scripts/zones/Heavens_Towe...
gpl-3.0
RwNigma/darkstar
scripts/zones/Beaucedine_Glacier_[S]/npcs/Watchful_Pixie.lua
38
1058
----------------------------------- -- Area: Beaucedine Glacier (S) -- NPC: Watchful Pixie -- Type: Quest NPC -- @zone: 136 -- @pos -56.000 -1.3 -392.000 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier_[S]/TextIDs"...
gpl-3.0
destdev/ygopro-scripts
c28754338.lua
4
1873
--真海皇 トライドン function c28754338.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(28754338,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCost(c28754338.spcost) e1:SetTarget(c28754338.sptg) e1:SetOper...
gpl-2.0
ffxijuggalo/darkstar
scripts/globals/items/blackened_newt.lua
11
1266
----------------------------------------- -- ID: 4581 -- Item: Blackened Newt -- Food Effect: 180Min, All Races ----------------------------------------- -- Dexterity 4 -- Mind -3 -- Attack % 18 -- Attack Cap 60 -- Virus Resist 4 -- Curse Resist 4 ----------------------------------------- require("scripts/globals/statu...
gpl-3.0