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 |
|---|---|---|---|---|---|
Zero-K-Experiments/Zero-K-Experiments | LuaRules/Configs/lups_thruster_fxs.lua | 4 | 1409 | local tbl = {
corbtrans = {
{class='AirJet', options={color={0.2,0.4,0.8}, width=8, length=35, baseLength = 9, piece="engineEmit", onActive=true}},
},
gunshipsupport = {
{class='AirJet', options={color={0.6,0.1,0.0}, width=3.5, length=22, baseLength = 6, piece="thrust1", onActive=true}},
{class='AirJe... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Port_Bastok/npcs/Denvihr.lua | 17 | 1530 | -----------------------------------
-- Area: Port Bastok
-- NPC: Denvihr
-- Standard Merchant NPC
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
require("scripts/zones/Port_Bastok/TextIDs");
---------... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/mobskills/PW_Pinning_Shot.lua | 33 | 1141 | ---------------------------------------------
-- Pinning Shot
--
-- Description: Delivers a threefold ranged attack to targets in an area of effect. Additional effect: Bind
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: Unknown
-- Notes: Used only by Medusa.
------------------------------------------... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Mhaura/npcs/Koh_Lenbalalako.lua | 14 | 2382 | -----------------------------------
-- Area: Mhaura
-- NPC: Koh Lenbalalako
-- Type: Standard NPC
-- @pos -64.412 -17 29.213 249
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/gl... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/items/nexus_cape.lua | 26 | 1515 | -----------------------------------------
-- ID: 11538
-- Item: Nexus Cape
-- Enchantment: "Teleport" (Party Leader)
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/teleports");
-----------------------------------------
-- OnItemCheck
-----------------------------... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/items/prime_angler_stewpot.lua | 12 | 2107 | -----------------------------------------
-- ID: 5612
-- Item: Prime Angler Stewpot
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +10% (cap 200)
-- MP +15
-- Dexterity 2
-- Agility 1
-- Mind 1
-- HP Recovered while healing 7
-- MP Recovered while healing 2
-- Acc... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Bastok_Markets/npcs/Enu.lua | 14 | 2613 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Enu
-- Type: Quest NPC
-- @zone 235
-- @pos -253.673 -13 -92.326
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
require("scripts/zones/Bastok_Markets/TextIDs");
require("scripts/globals/quests");
... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Bastok_Mines/npcs/Roh_Latteh.lua | 28 | 2511 | -----------------------------------
-- 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("scripts/... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Port_Windurst/npcs/HomePoint#3.lua | 27 | 1264 | -----------------------------------
-- Area: Port Windurst
-- NPC: HomePoint#3
-- @pos 180 -12 226 240
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Port_Windurst/TextIDs");
require("scripts/globals/homepoi... | gpl-3.0 |
ghoghnousteam/ghoghnous | plugins/linkpv.lua | 1 | 12421 | ๐ ะผ.ั.g ๐ report, [22.02.16 05:02]
o
local function check_member(cb_extra, success, result)
local receiver = cb_extra.receiver
local data = cb_extra.data
local msg = cb_extra.msg
for k,v in pairs(result.members) do
local member_id = v.id
if member_id ~= our_id then
-- Group configuration
... | gpl-2.0 |
ihcfan/NautiPlot | hmi-cocos2d-x/cocos/scripting/lua/script/Opengl.lua | 49 | 6870 | require "OpenglConstants"
gl = gl or {}
--Create functions
function gl.createTexture()
local retTable = {}
retTable.texture_id = gl._createTexture()
return retTable
end
function gl.createBuffer()
local retTable = {}
retTable.buffer_id = gl._createBuffer()
return retTable
end
function gl.cre... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Yurim.lua | 17 | 20091 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Yurim
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
require("scripts/globals/keyitems");
require("scripts/globals/quests");
require("scripts/zones/Tavnazian_Safehold/TextI... | gpl-3.0 |
cohadar/tanks-of-harmony-and-love | libs/Quickie/style-default.lua | 14 | 6123 | --[[
Copyright (c) 2012 Matthias Richter
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, distribu... | mit |
Grade-A-Software/Comcast-DASH-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 |
Scavenge/darkstar | scripts/zones/Abyssea-Misareaux/npcs/qm18.lua | 14 | 1716 | -----------------------------------
-- Zone: Abyssea-Misareaux
-- NPC: qm18 (???)
-- Spawns Amhuluk
-- @pos ? ? ? 216
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-----------------------------------
... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/mobskills/PW_Acheron_Flame.lua | 33 | 1565 | ---------------------------------------------
-- Acheron Flame
--
-- Description: Deals severe Fire damage to enemies within an area of effect. Additional effect: Burn
-- Type: Magical
--
--
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: 20' radial
-- Notes: Only used when a cerberus's health is 25% or lower (may n... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Northern_San_dOria/npcs/Explorer_Moogle.lua | 17 | 2312 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Explorer Moogle
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Northern_San_dOria/TextIDs");
require("scripts/globals/settings")... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Windurst_Woods/npcs/Zahsa_Syalmhaia.lua | 14 | 1065 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Zahsa Syalmhaia
-- Type: Great War Veteran NPC
-- @zone 241
-- @pos 13.710 1.422 -83.198
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;... | gpl-3.0 |
mamaddeveloper/jjhw | plugins/trivia.lua | 647 | 6784 | do
-- Trivia plugin developed by Guy Spronck
-- Returns the chat hash for storing information
local function get_hash(msg)
local hash = nil
if msg.to.type == 'chat' then
hash = 'chat:'..msg.to.id..':trivia'
end
if msg.to.type == 'user' then
hash = 'user:'..msg.from.id..':trivia'
end
return hash
en... | gpl-2.0 |
omidtarh/wezard | plugins/trivia.lua | 647 | 6784 | do
-- Trivia plugin developed by Guy Spronck
-- Returns the chat hash for storing information
local function get_hash(msg)
local hash = nil
if msg.to.type == 'chat' then
hash = 'chat:'..msg.to.id..':trivia'
end
if msg.to.type == 'user' then
hash = 'user:'..msg.from.id..':trivia'
end
return hash
en... | gpl-2.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaUI/Widgets/chili_new/controls/trackbar.lua | 9 | 4046 | --//=============================================================================
--- Trackbar module
--- Trackbar fields.
-- Inherits from Control.
-- @see control.Control
-- @table Trackbar
-- @int[opt=0] min minimum value of the Trackbar
-- @int[opt=100] max maximum value of the Trackbar
-- @int[opt=50] value valu... | gpl-2.0 |
haiderqwwq2/-haiderqwwq | plugins/setwelcome.lua | 10 | 1735 |
local function run(msg, matches, callback, extra)
local data = load_data(_config.moderation.data)
local group_welcome = data[tostring(msg.to.id)]['group_welcome']
-------------------------- Data Will be save on Moderetion.json
if matches[1] == 'ุญุฐู ุงูุชุฑุญูุจ' and not matches[2] and is_owner(msg) then
dat... | gpl-2.0 |
omidtarh/botnew | plugins/service_entergroup.lua | 279 | 2147 | local add_user_cfg = load_from_file('data/add_user_cfg.lua')
local function template_add_user(base, to_username, from_username, chat_name, chat_id)
base = base or ''
to_username = '@' .. (to_username or '')
from_username = '@' .. (from_username or '')
chat_name = chat_name or ''
chat_id = "chat#id" .. (... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Windurst_Walls/npcs/Five_of_Diamonds.lua | 14 | 1061 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Five of Diamonds
-- Type: Standard NPC
-- @zone 239
-- @pos -220.954 -0.001 -122.708
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
---... | gpl-3.0 |
smanolache/kong | spec/plugins/oauth2/access_spec.lua | 1 | 50307 | local spec_helper = require "spec.spec_helpers"
local utils = require "kong.tools.utils"
local http_client = require "kong.tools.http_client"
local cjson = require "cjson"
local rex = require "rex_pcre"
-- Load everything we need from the spec_helper
local env = spec_helper.get_env() -- test environment
local dao_fact... | apache-2.0 |
Scavenge/darkstar | scripts/zones/The_Ashu_Talif/IDs.lua | 8 | 1819 | TheAshuTalif = {
text = {
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6384; -- Obtained: <item>
GIL_OBTAINED = 6385; -- Obtained <number> gil
KEYITEM_OBTAINED = 6387; -- Ob... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaRules/Gadgets/unit_spherical_los.lua | 7 | 2930 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
if not gadgetHandler:IsSyncedCode() then
return
end
--------------------------------------------------------------------------------
------------------------... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Beaucedine_Glacier/mobs/Tundra_Tiger.lua | 14 | 1521 | -----------------------------------
-- 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 |
Scavenge/darkstar | scripts/globals/items/trilobite.lua | 12 | 1410 | -----------------------------------------
-- ID: 4317
-- Item: Trilobite
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity -5
-- Vitality 3
-- Defense +16%
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- O... | gpl-3.0 |
gmorishere/i | plugins/anti_spam.lua | 923 | 3750 |
--An empty table for solving multiple kicking problem(thanks to @topkecleon )
kicktable = {}
do
local TIME_CHECK = 2 -- seconds
local data = load_data(_config.moderation.data)
-- Save stats, ban user
local function pre_process(msg)
-- Ignore service msg
if msg.service then
return msg
end
if msg.from.id =... | gpl-2.0 |
Scavenge/darkstar | scripts/globals/items/dish_of_hydra_kofte.lua | 12 | 1881 | -----------------------------------------
-- ID: 5602
-- Item: dish_of_hydra_kofte
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Strength 7
-- Intelligence -3
-- Attack % 20
-- Attack Cap 150
-- Defense % 25
-- Defense Cap 70
-- Ranged ATT % 20
-- Ranged ATT Cap 150
-- Poison Resist 5
-... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/LaLoff_Amphitheater/mobs/Ark_Angel_EV.lua | 23 | 1661 | -----------------------------------
-- Area: LaLoff Amphitheater
-- MOB: Ark Angel EV
-----------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/LaLoff_Amphitheater/TextIDs");
require("scripts/globals/status");
----... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Temple_of_Uggalepih/npcs/_4fv.lua | 14 | 1708 | -----------------------------------
-- Area: Temple of Uggalepih
-- NPC: Granite Door
-- Involved in Missions: San dOria Mission 8-2
-- @pos -50 -17 -154
-----------------------------------
package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/T... | gpl-3.0 |
kasicass/gearx | bin/lua/mouse.lua | 1 | 2705 | -- emacs: -*- mode: lua; coding: utf-8; -*-
--[[
Copyright (C) 2007 GearX Team
This source code is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the Licen... | lgpl-2.1 |
Dyaxler/SpartanUI | Modules/Artwork/Options.lua | 1 | 5285 | local SUI = SUI
local L = SUI.L
local Artwork_Core = SUI:GetModule('Artwork_Core')
function Artwork_Core:SetupOptions()
if SUI.DBMod.Artwork.Style == '' then
return
end
local Style = SUI:GetModule('Style_' .. SUI.DBMod.Artwork.Style)
SUI.opt.args['Artwork'].args['scale'] = {
name = L['ConfScale'],... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Grauberg_[S]/Zone.lua | 12 | 1749 | -----------------------------------
--
-- Zone: Grauberg_[S] (89)
--
-----------------------------------
package.loaded["scripts/zones/Grauberg_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Grauberg_[S]/TextIDs");
require("scripts/globals/settings");
require("scripts/globals/weather")... | gpl-3.0 |
smanolache/kong | spec/plugins/request-size-limiting/access_spec.lua | 5 | 2772 | local spec_helper = require "spec.spec_helpers"
local http_client = require "kong.tools.http_client"
local STUB_POST_URL = spec_helper.STUB_POST_URL
describe("RequestSizeLimiting Plugin", function()
setup(function()
spec_helper.prepare_db()
spec_helper.insert_fixtures {
api = {
{ name = "test... | apache-2.0 |
Scavenge/darkstar | scripts/zones/Promyvion-Vahzl/npcs/_0md.lua | 17 | 1396 | -----------------------------------
-- Area: Promyvion vahzl
-- NPC: Memory flux (2)
-----------------------------------
package.loaded["scripts/zones/Promyvion-Vahzl/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Promyvion-Vahzl/TextIDs");
require("sc... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/items/tiger_cod.lua | 12 | 1324 | -----------------------------------------
-- ID: 4483
-- Item: tiger_cod
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 2
-- Mind -4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
---------... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaRules/Gadgets/api_widget_events.lua | 15 | 1961 | if gadgetHandler:IsSyncedCode() then return end
function gadget:GetInfo() return {
name = "Widget Events",
desc = "Tells widgets about events they can know about",
author = "Sprung, Klon",
date = "2015-05-27",
license = "PD",
layer = 0,
enabled = true,
} end
local spAreTeamsAllied ... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Lower_Jeuno/npcs/Hasim.lua | 17 | 1798 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Hasim
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
require("scripts/zones/Lower_Jeuno/TextIDs");
-----------------------------------
-- onTrade A... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Southern_San_dOria/npcs/Victoire.lua | 17 | 1510 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Victoire
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Southern_San_dOria/TextIDs");
require("scripts/glob... | gpl-3.0 |
smanolache/kong | kong/cli/cmds/config.lua | 1 | 3610 | #!/usr/bin/env luajit
local constants = require "kong.constants"
local logger = require "kong.cli.utils.logger"
local IO = require "kong.tools.io"
local yaml = require "yaml"
local config_loader = require "kong.tools.config_loader"
local args = require("lapp")(string.format([[
For development purposes only.
Duplicate... | apache-2.0 |
Scavenge/darkstar | scripts/globals/mobskills/Pleiades_Ray.lua | 33 | 1751 | ---------------------------------------------
-- Pleiades Ray
--
-- Description: Fires a magical ray at nearby targets. Additional effects: Paralysis + Blind + Poison + Plague + Bind + Silence + Slow
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: Unknown
-- Notes: Only used by Gurfurlur the Me... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/items/senroh_skewer.lua | 12 | 1457 | -----------------------------------------
-- ID: 5982
-- Item: Senroh Skewer
-- Food Effect: 30 Mins, All Races
-----------------------------------------
-- Dexterity 2
-- Vitality 3
-- Mind -1
-- Defense % 25 Cap 150
-----------------------------------------
require("scripts/globals/status");
-----------------------... | gpl-3.0 |
kankaristo/premake-core | tests/actions/vstudio/vc200x/test_configuration.lua | 9 | 2292 | --
-- tests/actions/vstudio/vc200x/test_configuration.lua
-- Test the Visual Studio 2002-2008 project's Configuration block
-- Copyright (c) 2009-2013 Jason Perkins and the Premake project
--
local suite = test.declare("vstudio_vc200x_configuration")
local vstudio = premake.vstudio
local vc200x = premake.vs... | bsd-3-clause |
Zero-K-Experiments/Zero-K-Experiments | units/missiletower.lua | 3 | 4665 | unitDef = {
unitname = [[missiletower]],
name = [[Hacksaw]],
description = [[Burst Anti-Air Turret]],
buildCostEnergy = 220,
buildCostMetal = 220,
builder = false,
buildingGroundDecalDecaySpe... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Grauberg_[S]/npcs/Harvesting_Point.lua | 17 | 1094 | -----------------------------------
-- Area: Grauberg [S]
-- NPC: Harvesting Point
-----------------------------------
package.loaded["scripts/zones/Grauberg_[S]/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/harvesting");
require("scripts/zones/Grauberg_[S]/TextIDs");
------------... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Eastern_Altepa_Desert/npcs/qm.lua | 14 | 1640 | -----------------------------------
-- Area: Eastern Altepa Desert
-- NPC: ???
-- Involved In Quest: A Craftsman's Work
-- @pos 113 -7.972 -72 114
-----------------------------------
package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/setti... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Temenos/mobs/Moblin_Dustman.lua | 23 | 1108 | -----------------------------------
-- Area: Temenos N T
-- NPC: Moblin_Dustman
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
-----------------------------... | gpl-3.0 |
flux-framework/flux-core | src/bindings/lua/Test/Builder/Tester.lua | 8 | 3207 |
--
-- lua-TestMore : <http://fperrad.github.com/lua-TestMore/>
--
local error = error
local pairs = pairs
local tostring = tostring
local type = type
local _G = _G
local debug = require 'debug'
local tb = require 'Test.Builder'.new()
local out = require 'Test.Builder.Tester.File'.new 'out'
local err = require 'Test... | lgpl-3.0 |
Scavenge/darkstar | scripts/zones/Port_Bastok/npcs/_6k9.lua | 14 | 1050 | -----------------------------------
-- Area: Port Bastok
-- NPC: Door: Arrivals Entrance
-- @pos -80 1 -26 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Port_Bastok/Text... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Western_Adoulin/npcs/Clemmar.lua | 14 | 1586 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Clemmar
-- Type: Standard NPC and Quest NPC
-- Involved with Quest: 'A Certain Substitute Patrolman'
-- @zone 256
-- @pos -12 0 12
-----------------------------------
require("scripts/globals/missions");
require("scripts/globals/quests");
------... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Monastic_Cavern/npcs/qm1.lua | 14 | 1423 | -----------------------------------
-- Area: Monastic Cavern
-- NPC: ???
-- Used In Quest: Whence Blows the Wind
-- @pos 168 -1 -22 150
-----------------------------------
package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | effects/resurrect.lua | 25 | 3032 | -- resurrect
return {
["resurrect"] = {
sparks = {
air = true,
class = [[CSimpleParticleSystem]],
ground = true,
water = true,
underwater = true,
properties = {
airdrag = 1,
colormap ... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Upper_Jeuno/npcs/Emitt.lua | 13 | 3629 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Emitt
-- @pos -95 0 160 244
-------------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/glo... | gpl-3.0 |
Kyklas/luci-proto-hso | applications/luci-statistics/luasrc/model/cbi/luci_statistics/processes.lua | 78 | 1093 | --[[
Luci configuration model for statistics - collectd processes plugin configuration
(c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
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 Lic... | apache-2.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaRules/Gadgets/unit_prevent_lab_hax.lua | 2 | 13287 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
if not gadgetHandler:IsSyncedCode() then
return
end
--------------------------------------------------------------------------------
------------------------... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Northern_San_dOria/npcs/Andreas.lua | 11 | 2744 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Andreas
-- Type: Guildworker's Union Representative
-- @zone 231
-- @pos -189.282 10.999 262.626
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
require("scripts/globals/keyitems");
requir... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Spire_of_Dem/npcs/Radiant_Aureole.lua | 14 | 1044 | -----------------------------------
-- Area: Spire of Dem
-- NPC: Radiant Aureole
-- @pos 0.044 -119.249 -360.028 19
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
---------------------------------... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/groundsofvalor.lua | 6 | 26447 | -------------------------------------------------
-- Largely based on the existing fieldsofvalor.lua
--
-- Info from:
-- http://www.bg-wiki.com/bg/Grounds_Tome
-- http://wiki.ffxiclopedia.org/wiki/Grounds_Tome
--
-------------------------------------------------
require("scripts/globals/utils")
require("scripts/glo... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Abyssea-Konschtat/npcs/qm8.lua | 4 | 1347 | -----------------------------------
-- Zone: Abyssea-Konschtat
-- NPC: qm8 (???)
-- Spawns Clingy Clare
-- @pos ? ? ? 15
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
... | gpl-3.0 |
Kyklas/luci-proto-hso | applications/luci-statistics/luasrc/statistics/rrdtool/definitions/nut.lua | 76 | 2595 | --[[
Luci statistics - ups plugin diagram definition
Copyright ยฉ 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
Copyright ยฉ 2012 David Woodhouse <dwmw2@infradead.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You... | apache-2.0 |
Scavenge/darkstar | scripts/zones/Northern_San_dOria/npcs/Synergy_Engineer.lua | 14 | 1069 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Synergy Engineer
-- Type: Standard NPC
-- @zone 231
-- @pos -123.000 10.5 244.000
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = ... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Port_Bastok/npcs/Yazan.lua | 17 | 2098 | -----------------------------------
-- Area: Port Bastok
-- NPC: Yazan
-- Starts Quests: Bite the Dust (100%)
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
------------------------------------
require("scripts/globals/settings");
require("scripts/globals/titles");
requi... | gpl-3.0 |
tarikgwa/nfd | lua/newfies.lua | 1 | 2803 | --
-- Newfies-Dialer License
-- http://www.newfies-dialer.org
--
-- This Source Code Form is subject to the terms of the Mozilla Public
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (C) 2011-2014 Star2Billing S.L.
--
--... | mpl-2.0 |
viluon/cccitygen | Classes/Room.lua | 1 | 3900 |
dofile "Classes/Structure.lua"
dofile "Classes/Wall.lua"
dofile "Classes/Point3D.lua"
dofile "Classes/Block.lua"
dofile "Classes/Window.lua"
dofile "Classes/Facing.lua"
dofile "Interfaces/IHasChildren.lua"
class "Room" implements "IHasChildren"
{
a = {};
b = {};
size = {};
side = false;
walls = {};
floor = {};... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/bluemagic.lua | 8 | 14722 | require("scripts/globals/status")
require("scripts/globals/magic")
BLUE_SKILL = 43;
-- The type of spell.
SPELLTYPE_PHYSICAL = 0;
SPELLTYPE_MAGICAL = 1;
SPELLTYPE_RANGED = 2;
SPELLTYPE_BREATH = 3;
SPELLTYPE_DRAIN = 4;
SPELLTYPE_SPECIAL = 5;
-- The TP modifier
TPMOD_NONE = 0;
TPMOD_CRITICAL = 1;
TPMOD_DAMAGE = 2;
TPM... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Northern_San_dOria/npcs/Porter_Moogle.lua | 14 | 1548 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Porter Moogle
-- Type: Storage Moogle
-- @zone 231
-- @pos TODO
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Northern_S... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Port_San_dOria/npcs/Gallijaux.lua | 9 | 3426 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Gallijaux
-- Starts The Rivalry
-- @pos -14 -2 -45 232
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Port_San_dOria/TextIDs");
require("sc... | gpl-3.0 |
Dyaxler/SpartanUI | Modules/Artwork/SpartanUI_Artwork.lua | 1 | 16227 | local SUI = SUI
local L = SUI.L
local Artwork_Core = SUI:NewModule('Artwork_Core')
local BartenderMin = '4.8.5'
function Artwork_Core:updateScale()
--Set default scale based on if the user is using a widescreen.
if (not SUI.DB.scale) then
local Resolution = ''
if select(4, GetBuildInfo()) >= 70000 then
Resolu... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaRules/Gadgets/CAI/UnitClusterHandler.lua | 9 | 5503 | --[[ Determines the cluster structure of a list of units.
== CreateUnitList(losCheckAllyTeamID, clusterRadius)
losCheckAllyTeamID is for the underlying UnitList.
clusterRadius is how close two units need to be to be within the
same cluster. Close units may be in different clusters depending
on how the boundari... | gpl-2.0 |
Kyklas/luci-proto-hso | applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua | 117 | 18881 | --[[
Copyright 2011 Iordan Iordanov <iiordanov (AT) gmail.com>
This file is part of luci-pbx.
luci-pbx 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 3 of the License, or
... | apache-2.0 |
Scavenge/darkstar | scripts/zones/Windurst_Walls/npcs/Pakke-Pokke.lua | 14 | 1053 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Pakke-Pokke
-- Type: Standard NPC
-- @zone 239
-- @pos -3.464 -17.25 125.635
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------... | gpl-3.0 |
Arashbrsh/lifemaic | plugins/anti-spam7.lua | 13 | 2433 | local NUM_MSG_MAX = 7 -- Max number of messages per TIME_CHECK seconds
local TIME_CHECK = 7
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 |
mahdib9/mahdi4 | libs/dkjson.lua | 3282 | 26558 | -- Module options:
local always_try_using_lpeg = true
local register_global_module_table = false
local global_module_name = 'json'
--[==[
David Kolf's JSON module for Lua 5.1/5.2
========================================
*Version 2.4*
In the default configuration this module writes no global values... | gpl-2.0 |
Dyaxler/SpartanUI | Modules/Style_Transparent/Global-Framework.lua | 1 | 12594 | local _G, SUI = _G, SUI
local Artwork_Core = SUI:GetModule('Artwork_Core')
local module = SUI:GetModule('Style_Transparent')
----------------------------------------------------------------------------------------------------
local anchor, frame = Transparent_AnchorFrame, Transparent_SpartanUI
local FramesList = {... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | lups/headers/vectors.lua | 14 | 2819 | -- $Id: vectors.lua 3171 2008-11-06 09:06:29Z det $
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
--
-- file: vectors.h.lua
-- brief: collection of some usefull vector fun... | gpl-2.0 |
Zero-K-Experiments/Zero-K-Experiments | effects/gundam_explosions2.lua | 25 | 9785 | -- purpleimpact1
-- bigbomb_explosion
-- burnpurple
-- purpleimpact2
-- red_explosion
return {
["purpleimpact1"] = {
dirt = {
count = 2,
ground = true,
water = true,
properties = {
alphafalloff = 2,
alwaysvisible = true,
... | gpl-2.0 |
Kyklas/luci-proto-hso | applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua | 70 | 1672 | --[[
LuCI - Lua Configuration Interface
Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
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
]]--
m... | apache-2.0 |
A-N-bot/anonymous | libs/dkjson.lua | 3282 | 26558 | -- Module options:
local always_try_using_lpeg = true
local register_global_module_table = false
local global_module_name = 'json'
--[==[
David Kolf's JSON module for Lua 5.1/5.2
========================================
*Version 2.4*
In the default configuration this module writes no global values... | gpl-2.0 |
ramindel0761/tele_ir | libs/dkjson.lua | 3282 | 26558 | -- Module options:
local always_try_using_lpeg = true
local register_global_module_table = false
local global_module_name = 'json'
--[==[
David Kolf's JSON module for Lua 5.1/5.2
========================================
*Version 2.4*
In the default configuration this module writes no global values... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/items/bowl_of_shark_fin_soup.lua | 12 | 1846 | -----------------------------------------
-- ID: 4452
-- Item: bowl_of_shark_fin_soup
-- Food Effect: 3Hrs, All Races
-----------------------------------------
-- HP % 5 (cap 150)
-- MP 5
-- Dexterity 4
-- HP Recovered While Healing 9
-- Attack % 14 (cap 85)
-- Ranged Attack % 14 (cap 85)
------------------------------... | gpl-3.0 |
PredatorMF/Urho3D | bin/Data/LuaScripts/43_HttpRequestDemo.lua | 26 | 2601 | -- Http request example.
-- This example demonstrates:
-- - How to use Http request API
require "LuaScripts/Utilities/Sample"
local message = ""
local text = nil
local httpRequest = nil
function Start()
-- Execute the common startup for samples
SampleStart()
-- Create the user interface
CreateUI... | mit |
Scavenge/darkstar | scripts/zones/Western_Adoulin/npcs/Clautaire.lua | 14 | 2312 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Clautaire
-- Type: Standard NPC and Quest Giver
-- Starts, Involved with, and Finishes Quest: 'F.A.I.L.ure Is Not an Option'
-- @zone 256
-- @pos 44 4 -159 256
-----------------------------------
package.loaded["scripts/zones/Western_Adoulin/Tex... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Sauromugue_Champaign/mobs/Tabar_Beak.lua | 14 | 1031 | -----------------------------------
-- Area: Sauromugue Champaign
-- MOB: Tabar Beak
-----------------------------------
require("scripts/globals/fieldsofvalor");
require("scripts/zones/Sauromugue_Champaign/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
function onMo... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Ghelsba_Outpost/npcs/Logging_Point.lua | 17 | 1091 | -----------------------------------
-- Area: Ghelsba Outpost
-- NPC: Logging Point
-----------------------------------
package.loaded["scripts/zones/Ghelsba_Outpost/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/logging");
require("scripts/zones/Ghelsba_Outpost/TextIDs");
---------... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaUI/Widgets/cmd_keep_target.lua | 4 | 3111 | --[[
remaining issues:
- some things that should keep or remove target don't: building things, cloaking?, ... setting target when attacking would fix part of this
- doesn't work with queues, needs synched
- empty area commands trigger can trigger set/remove, but shouldnt. (because this runs in CommandNotify(), where th... | gpl-2.0 |
jchuang1977/openwrt | package/diy/luci-app-diskman/luasrc/model/cbi/diskman/partition.lua | 1 | 15009 | --[[
LuCI - Lua Configuration Interface
Copyright 2019 lisaac <https://github.com/lisaac/luci-app-diskman>
]]--
require "luci.util"
require("luci.tools.webadmin")
local dm = require "luci.model.diskman"
local dev = arg[1]
if not dev then
luci.http.redirect(luci.dispatcher.build_url("admin/system/diskman"))
elseif n... | gpl-2.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaUI/Widgets/gui_chili_spectator_panels.lua | 2 | 30207 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
function widget:GetInfo()
return {
name = "Chili Spectator Panels",
desc = "Manages UI panels for displaying team information while spect... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Southern_San_dOria/npcs/qm4.lua | 17 | 1236 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: The ??? on the stack of papers in 2nd Flr of Vemalpeau's house.
-- General Info NPC
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
Zero-K-Experiments/Zero-K-Experiments | LuaUI/Widgets/chili_new/skins/Twilight/skin.lua | 17 | 1515 | --//=============================================================================
--// GlassSkin
local skin = {
info = {
name = "Twilight",
version = "0.1",
author = "KingRaptor",
depend = {
"DarkGlass",
},
}
}
--//====================================================================... | gpl-2.0 |
Scavenge/darkstar | scripts/zones/Metalworks/npcs/Riault.lua | 14 | 1051 | -----------------------------------
-- Area: Metalworks
-- NPC: Riault
-- Type: Standard NPC
-- @zone 237
-- @pos 26.988 -17.39 -41.931
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
require("scripts/zones... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Southern_San_dOria/npcs/Arpevion_TK.lua | 13 | 5478 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Arpevion, T.K.
-- X Grant Signet
-- X Recharge Emperor Band, Empress Band, or Chariot Band
-- X Accepts traded Crystals to fill up the Rank bar to open new Missions.
-- X Sells items in exchange for Conquest Points
-- X Start Supply Run Missio... | gpl-3.0 |
seblindfors/ConsolePort | ConsolePort_Config/Splash/Overview.lua | 1 | 7150 | local _, env = ...; local db, L = env.db, env.L;
local Overview = CreateFromMixins(CPFocusPoolMixin); env.Overview = Overview;
---------------------------------------------------------------
-- Consts
---------------------------------------------------------------
local BUTTON_SIZE = 48;
local WHITE_FONT_COLOR = WHITE_... | artistic-2.0 |
Scavenge/darkstar | scripts/zones/Beaucedine_Glacier/npcs/Field_Manual.lua | 29 | 1062 | -----------------------------------
-- Area: Beaucedine Glacier
-- NPC: Field Manual
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/fieldsofvalor");
-----------------------------------
-- onTrigger Action
---------------------... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Bostaunieux_Oubliette/npcs/Grounds_Tome.lua | 30 | 1118 | -----------------------------------
-- Area: Bostaunieux Oubliette
-- NPC: Grounds Tome
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/groundsofvalor");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(playe... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Southern_San_dOria/npcs/Legata.lua | 24 | 2064 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Legata
-- Starts and Finishes Quest: Starting a Flame (R)
-- @zone 230
-- @pos 82 0 116
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
Scavenge/darkstar | scripts/globals/weaponskills/flat_blade.lua | 18 | 1540 | -----------------------------------
-- Flat Blade
-- Sword weapon skill
-- Skill Level: 75
-- Stuns enemy. Chance of stunning varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Thunder Gorget.
-- Aligned with the Thunder Belt.
-- Element: None
-- Modifiers: STR:30%
-- 100%TP 200%TP 300%TP
-- 1.0... | gpl-3.0 |
Scavenge/darkstar | scripts/zones/Windurst_Waters/npcs/Cochal-Monchal.lua | 14 | 1617 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Cochal-Monchal
-- Involved in Quest: Dark Legacy
-- @zone 238
-- @pos -52 -6 110
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.