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 |
|---|---|---|---|---|---|
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/space/repair/armor_repair_kit.lua | 2 | 3149 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program 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 of the License,
--or (at your option) any later versio... | agpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/bowl_of_oceanfin_soup.lua | 36 | 1822 | -----------------------------------------
-- ID: 6070
-- Item: Bowl of Oceanfin Soup
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- Accuracy % 15 Cap 95
-- Ranged Accuracy % 15 Cap 95
-- Attack % 19 Cap 85
-- Ranged Attack % 19 Cap 85
-- Amorph Killer 6
-----------------------------------... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_UnitFrames/libs/oUF/elements/portraits.lua | 3 | 4150 | --[[ Element: Portraits
THIS FILE HEAVILY MODIFIED FOR USE WITH SUPERVILLAIN UI
]]
--GLOBAL NAMESPACE
local _G = _G;
--LUA
local unpack = _G.unpack;
local select = _G.select;
local assert = _G.assert;
--BLIZZARD API
local UnitClass = _G.UnitClass;
local UnitReaction = _G.UnitReacti... | mit |
cmassiot/vlc-broadcast | share/lua/playlist/koreus.lua | 4 | 1894 | --[[
Copyright © 2009 the VideoLAN team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in ... | gpl-2.0 |
FailcoderAddons/supervillain-ui | SVUI_NamePlates/components/healers.lua | 2 | 4463 | --[[
##########################################################
S V U I By: Failcoder
##########################################################
LOCALIZED LUA FUNCTIONS
##########################################################
]]--
--[[ GLOBALS ]]--
local _G = _G;
local unpack = _G.unpack;
local select = _G.se... | mit |
nesstea/darkstar | scripts/globals/items/heat_rod.lua | 41 | 1097 | -----------------------------------------
-- ID: 17071
-- Item: Heat Rod
-- Additional Effect: Lightning Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
------------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Temenos/mobs/Enhanced_Tiger.lua | 12 | 1044 | -----------------------------------
-- Area: Temenos W T
-- NPC: Enhanced_Tiger
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
-----------------------... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/entities/gmod_wire_rfid_reader_act/init.lua | 4 | 4118 |
AddCSLuaFile( "cl_init.lua" )
AddCSLuaFile( "shared.lua" )
include('shared.lua')
ENT.WireDebugName = "RFID User Reader"
local MODEL = Model("models/jaanus/wiretool/wiretool_siren.mdl")
function ENT:Initialize()
self:SetModel( MODEL )
self:PhysicsInit( SOLID_VPHYSICS )
self:SetMoveType( MOVETYPE_VPH... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/silken_sash.lua | 36 | 1212 | -----------------------------------------
-- ID: 5632
-- Item: Silken Sash
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP Recovered while healing +3
-- MP Recovered while healing +5
-----------------------------------------
require("scripts/globals/status");
---... | gpl-3.0 |
Mashape/kong | spec/01-unit/01-db/06-postgres_spec.lua | 1 | 6463 | local config = {
pg_database = "kong"
}
local connector = require "kong.db.strategies.postgres.connector".new(config)
describe("kong.db [#postgres] connector", function()
describe(":infos()", function()
it("returns infos db_ver always with two digit groups divided with dot (.)", function()
local infos... | apache-2.0 |
PUMpITapp/instantpizza | src/KeyboardExamples/testKeyboardState1.lua | 1 | 2911 | local gfx = require "gfx"
local text = require "write_text"
-- local keyboardClass = require "keyboard"
local screenWidth = gfx.screen:get_width()
local screenHeight = gfx.screen:get_height()
local xUnit = screenWidth / 16
local yUnit = screenHeight / 9
local highlightPos = 1
gfx.screen:fill({0,0,0,0})
gfx.update()
-- ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Tsih_Kolgimih.lua | 38 | 1045 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Tsih Kolgimih
-- Type: Event Scene Replayer
-- @pos -143.000 0.999 11.000 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/... | gpl-3.0 |
johnmccabe/dockercraft | world/Plugins/ProtectionAreas/Info.lua | 5 | 4815 |
-- Info.lua
-- Implements the g_PluginInfo standard plugin description
g_PluginInfo =
{
Name = "ProtectionAreas",
Date = "2013-12-29",
Description =
[[
This plugin lets VIP users define areas of the world where only specified users are allowed to build and
dig.
An area is defined by the VIP by using ... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/East_Ronfaure/TextIDs.lua | 5 | 1413 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6393; -- You cannot obtain the item <item> come back again after sorting your inventory.
ITEM_OBTAINED = 6396; -- Obtained: <item>.
GIL_OBTAINED = 6397; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6399; -- Obt... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/PsoXja/npcs/_093.lua | 8 | 1608 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _093 (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos -330.000 14.074 -261.600 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Pso... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/effects/chr_down.lua | 19 | 1084 | -----------------------------------
--
-- EFFECT_CHR_DOWN
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
if((target:getStat(MOD_CHR) - effect... | gpl-3.0 |
plajjan/snabbswitch | lib/ljsyscall/syscall/rump/ffirump.lua | 24 | 1893 | -- ffi type and function definitions for rump kernel functions
local require, error, assert, tonumber, tostring,
setmetatable, pairs, ipairs, unpack, rawget, rawset,
pcall, type, table, string =
require, error, assert, tonumber, tostring,
setmetatable, pairs, ipairs, unpack, rawget, rawset,
pcall, type, table, string... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Al_Zahbi/npcs/Eumoa-Tajimoa.lua | 38 | 1026 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Eumoa-Tajimoa
-- Type: Standard NPC
-- @zone: 48
-- @pos 19.275 -1 55.182
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Labyrinth_of_Onzozo/mobs/Flying_Manta.lua | 6 | 1435 | -----------------------------------
-- Area: Labyrinth of Onzozo
-- MOB: Flying Manta
-- Note: Place holder Lord of Onzozo
-----------------------------------
require("scripts/globals/groundsofvalor");
require("scripts/zones/Labyrinth_of_Onzozo/MobIDs");
-----------------------------------
-- onMobDeath
------------... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/autorun/widgets/sliderV.lua | 3 | 3322 | ------------------------------------------------- Vertical Slider ----------------------------------------------------------
panelWidget["sliderV"] = {
name = "sliderV",
realName = "Vertical Slider",
wireType = 2,
paramTable = {},
modInit = function (widget)
widget.value = 1
end,
modDraw = func... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_Skins/components/blizzard/tradeskill.lua | 2 | 6724 | --[[
##############################################################################
S V U I By: Failcoder
##############################################################################
--]]
--[[ GLOBALS ]]--
local _G = _G;
local unpack = _G.unpack;
local select = _G.select;
--[[ ADDON ]]--
local SV = _G['SVUI'];
lo... | mit |
hadi9090/celassicalteam | ofn.lua | 1 | 1899 | --Start By edit by @mohammadrezajiii
local function is_channel_disabled( receiver )
if not _config.disabled_channels then
return false
end
if _config.disabled_channels[receiver] == nil then
return false
end
return _config.disabled_channels[receiver]
end
local function enable_channel(receiver)
if not _conf... | unlicense |
nesstea/darkstar | scripts/zones/Port_Windurst/npcs/Machu-Kuchu.lua | 13 | 1090 | -----------------------------------
-- Area: Port Windurst
-- Machu-Kuchu
-- Warps players to Windurst Walls
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Port_Windurst/TextIDs");
----------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/mug_of_honeyed_egg.lua | 35 | 1294 | -----------------------------------------
-- ID: 5739
-- Item: mug_of_honeyed_egg
-- Food Effect: 30Min, All Races
-----------------------------------------
-- MP 8
-- Intelligence 1
-- MP recovered while healing 1
-----------------------------------------
require("scripts/globals/status");
--------------... | gpl-3.0 |
nesstea/darkstar | scripts/globals/abilities/pets/flaming_crush.lua | 29 | 1356 | ---------------------------------------------------
-- Flaming Crush M=10, 2, 2? (STILL don't know)
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/summon");
require("scripts/globals/magic");
require("scripts/globals/m... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Mhaura/npcs/Hagain.lua | 17 | 2190 | -----------------------------------
-- Area: Mhaura
-- NPC: Hagain
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/globals/keyitems");
require("scripts/... | gpl-3.0 |
bowlofstew/Macaroni | Next/Tests/Bugs/6/manifest.lua | 2 | 1723 | upper = getUpperLibrary();
id =
{
group=upper.Group,
name= upper.Name .. ".4",
version="0.1.0.20",
author="Tim Simpson"
}
dependency {group="Macaroni", name="Boost-smart_ptr", version="1.46.1"}
dependency {group="Macaroni", name="CppStd", version="2003"}
description= [[
Its not possible to use two... | apache-2.0 |
ennis/autograph-pipelines | resources/scripts/pl/xml.lua | 14 | 25405 | --- XML LOM Utilities.
--
-- This implements some useful things on [LOM](http://matthewwild.co.uk/projects/luaexpat/lom.html) documents, such as returned by `lxp.lom.parse`.
-- In particular, it can convert LOM back into XML text, with optional pretty-printing control.
-- It is s based on stanza.lua from [Prosody](http... | mit |
inmation/library | examples/object-tree-crawler.lua | 1 | 2384 | local Crawler = require("inmation.object-tree-crawler")
local crawler = Crawler.new()
local totalcount = 0
local statistics = {
actionitems = 0,
connectors = 0,
cores = 0,
datasources = 0,
genfolders = 0,
genitems = 0,
holderitems = 0,
ioitems = 0,
ionodes = 0,
reset = function(self)
self.actionitems = 0... | mit |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria_[S]/npcs/Wyatt.lua | 17 | 1981 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Wyatt
-- @zone 80
-- @pos 124 0 84
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Southern_San_dOria_[S]/TextIDs");
... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Newton_Movalpolos/npcs/Treasure_Coffer.lua | 12 | 3317 | -----------------------------------
-- Area: Newton Movalpolos
-- NPC: Treasure Coffer
-- @zone 12
-----------------------------------
package.loaded["scripts/zones/Newton_Movalpolos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/fum-long_salmon_sub.lua | 36 | 1452 | -----------------------------------------
-- ID: 4266
-- Item: Fum-Long Salmon Sub
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality 1
-- Dexterity 2
-- Intelligence 2
-- Mind -2
-- Ranged Accuracy 3
-----------------------------------------
require("scripts/globals/st... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Ozzmo-Mazmo.lua | 38 | 1053 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Ozzmo-Mazmo
-- Type: Standard NPC
-- @zone: 94
-- @pos -61.677 -13.311 106.400
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = n... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/rudras_storm.lua | 30 | 1690 | -----------------------------------
-- Rudra's Storm
-- Dagger weapon skill
-- Skill level: N/A
-- Deals triple damage and weighs target down (duration: 60s). Damage varies with TP.
-- Aligned with the Aqua Gorget, Snow Gorget & Shadow Gorget.
-- Aligned with the Aqua Belt, Snow Belt & Shadow Belt.
-- Element: N... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/entities/gmod_wire_rtcam/cl_init.lua | 4 | 2003 | /*******************************
Wired RT Camera
for Wiremod
(C) Sebastian J.
********************************/
local cl_drawcameras = CreateConVar( "cl_drawcameras", "1" )
ENT.Spawnable = false
ENT.AdminSpawnable = false
local E_PLAYER = 0
local E_TRACK = 1
local V_TRACK = 0
/*--... | gpl-3.0 |
Disslove-bot/Max3-BOT | bot/bot.lua | 4 | 7107 | package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
require("./bot/utils")
VERSION = '0.14.6'
-- This function is called when tg receive a msg
function on_msg_receive (msg)
if not started then
r... | gpl-2.0 |
jj918160/cocos2d-x-samples | samples/KillBug/src/cocos/framework/extends/UIPageView.lua | 57 | 1384 |
--[[
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... | mit |
nesstea/darkstar | scripts/zones/North_Gustaberg_[S]/npcs/Roderich.lua | 13 | 1351 | -----------------------------------
-- Area: North Gustaberg (S) (I-6)
-- NPC: Gebhardt
-- Involved in Quests: The Fighting Fourth
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg_[S]/TextIDs"] = nil;
package.loaded["scripts/globals/quests"] = nil;
-----------------------------------
r... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Port_Windurst/npcs/Dehn_Harzhapan.lua | 38 | 1037 | -----------------------------------
-- 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 |
nesstea/darkstar | scripts/zones/Bastok_Markets_[S]/npcs/Silke.lua | 13 | 1217 | -----------------------------------
-- Area: Bastok Markets (S)
-- NPC: Silke
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Bastok_Markets_[S]/TextIDs");
require("scripts/globals/... | gpl-3.0 |
Olipro/Payday-2-BLT_Club-Sandwich-Edition | mods/base/lua/MenuComponentManager.lua | 3 | 1383 |
CloneClass( MenuComponentManager )
Hooks:RegisterHook("MenuComponentManagerInitialize")
function MenuComponentManager.init( self )
self.orig.init( self )
Hooks:Call( "MenuComponentManagerInitialize", self )
end
Hooks:RegisterHook("MenuComponentManagerUpdate")
function MenuComponentManager.update( self, t, dt )
se... | mit |
Spartan322/finalfrontier | gamemode/weapons/missilebase.lua | 3 | 1324 | -- Copyright (c) 2014 James King [metapyziks@gmail.com]
--
-- This file is part of Final Frontier.
--
-- Final Frontier 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 3 of
-- the Lic... | lgpl-3.0 |
Mashape/kong | spec/02-integration/04-admin_api/06-certificates_routes_spec.lua | 1 | 30814 | local ssl_fixtures = require "spec.fixtures.ssl"
local helpers = require "spec.helpers"
local cjson = require "cjson"
local utils = require "kong.tools.utils"
local Errors = require "kong.db.errors"
local function it_content_types(title, fn)
local test_form_encoded = fn("application/x-www-form-urlencoded")
local... | apache-2.0 |
nesstea/darkstar | scripts/globals/common.lua | 35 | 2855 | -----------------------------------
--
--
-----------------------------------
-----------------------------------
-- switch
-----------------------------------
function switch(c)
local swtbl = {
casevar = c,
caseof = function (self,code)
local f
if (self.casevar) then
f = cod... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_Windurst/npcs/Yaman-Hachuman.lua | 13 | 1796 | -----------------------------------
-- Area: Port Windurst
-- NPC: Yaman-Hachuman
-- Type: Standard NPC
-- Involved in Quests: Wonder Wands
-- @pos -101.209 -4.25 110.886 240
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
requi... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Garlaige_Citadel/npcs/Treasure_Chest.lua | 13 | 2950 | -----------------------------------
-- Area: Garlaige Citadel
-- NPC: Treasure Chest
-- @zone 200
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/treasure");
require("s... | gpl-3.0 |
xTVaser/ramwatches | games/jak1.lua | 1 | 1390 | local utils = require 'utils'
local subclass = utils.subclass
package.loaded.game = nil
local gameModule = require 'game'
package.loaded.valuetypes = nil
local valuetypes = require 'valuetypes'
local Jak1 = subclass(gameModule.Game)
Jak1.layoutModuleNames = {'jak1_layout'}
Jak1.framerate = 60
functio... | mit |
UnfortunateFruit/darkstar | scripts/globals/spells/hunters_prelude.lua | 13 | 1489 | -----------------------------------------
-- Spell: Hunter's Prelude
-- Gives party members ranged attack accuracy
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingChe... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Port_San_dOria/npcs/Deguerendars.lua | 36 | 2054 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Deguerendars
-- Only sells when San d'Oria contrls Tavnazian Archipelago
-- Only available to those with CoP Ch. 4.1 or higher
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Windurst_Walls/npcs/Jack_of_Diamonds.lua | 13 | 1230 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Jack of Diamonds
-- Adventurer's Assistant
-- Working 100%
-------------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
require("scripts/zones/Windurst_Walls/TextI... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/weapons/gmod_tool/stools/wire_data_wireless_recv.lua | 4 | 3971 | TOOL.Category = "Wire Extras/Wireless"
TOOL.Name = "Wireless Receiver"
TOOL.Command = nil
TOOL.ConfigName = ""
TOOL.Tab = "Wire"
if ( CLIENT ) then
language.Add( "Tool.wire_data_Wireless_recv.name", "Wireless Receiver Tool (Wire)" )
language.Add( "Tool.wire_data_Wireless_recv.desc", "Spawns a Wi... | gpl-3.0 |
nesstea/darkstar | scripts/globals/spells/bluemagic/metallic_body.lua | 45 | 1520 | -----------------------------------------
-- Spell: Metallic Body
-- Absorbs an certain amount of damage from physical and magical attacks
-- Spell cost: 19 MP
-- Monster Type: Aquans
-- Spell Type: Magical (Earth)
-- Blue Magic Points: 1
-- Stat Bonus: None
-- Level: 8
-- Casting Time: 7 seconds
-- Recast Time: 60 sec... | gpl-3.0 |
dpino/snabbswitch | src/lib/yang/binary.lua | 3 | 20959 | -- Use of this source code is governed by the Apache 2.0 license; see
-- COPYING.
module(..., package.seeall)
local ffi = require("ffi")
local lib = require("core.lib")
local shm = require("core.shm")
local schema = require("lib.yang.schema")
local util = require("lib.yang.util")
local value = require("lib.yang.value"... | apache-2.0 |
nesstea/darkstar | scripts/globals/items/cluster_of_paprika.lua | 18 | 1272 | -----------------------------------------
-- ID: 5740
-- Item: Cluster of Paprika
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality -3
-- Defense -1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Grand_Palace_of_HuXzoi/npcs/_iya.lua | 12 | 1611 | -----------------------------------
-- Area: Grand Palace of Hu'Xzoi
-- NPC: Gate of the Gods
-- @pos -20 0.1 -283 34
-----------------------------------
package.loaded["scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Grand_Palace_of_HuXzoi/TextIDs")... | gpl-3.0 |
MetSystem/skynet | examples/watchdog.lua | 12 | 1173 | local skynet = require "skynet"
local netpack = require "netpack"
local CMD = {}
local SOCKET = {}
local gate
local agent = {}
function SOCKET.open(fd, addr)
skynet.error("New client from : " .. addr)
agent[fd] = skynet.newservice("agent")
skynet.call(agent[fd], "lua", "start", { gate = gate, client = fd, watchdog... | mit |
nesstea/darkstar | scripts/globals/items/moon_carrot.lua | 18 | 1173 | -----------------------------------------
-- ID: 4567
-- Item: moon_carrot
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality -1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-------... | gpl-3.0 |
MetSystem/skynet | examples/client.lua | 67 | 2101 | package.cpath = "luaclib/?.so"
package.path = "lualib/?.lua;examples/?.lua"
if _VERSION ~= "Lua 5.3" then
error "Use lua 5.3"
end
local socket = require "clientsocket"
local proto = require "proto"
local sproto = require "sproto"
local host = sproto.new(proto.s2c):host "package"
local request = host:attach(sproto.n... | mit |
nesstea/darkstar | scripts/globals/weaponskills/sunburst.lua | 11 | 1292 | -----------------------------------
-- Sunburst
-- Staff weapon skill
-- Skill Level: 150
-- Deals light or darkness elemental damage. Damage varies with TP.
-- Aligned with the Shadow Gorget & Aqua Gorget.
-- Aligned with the Shadow Belt & Aqua Belt.
-- Element: Light/Dark
-- Modifiers: : STR:40% MND:40%
-- 100%TP ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/spells/bluemagic/sheep_song.lua | 8 | 1421 | -----------------------------------------
-- Spell: Sheep Song
-- Puts all enemies within range to sleep
-- Spell cost: 22 MP
-- Monster Type: Beasts
-- Spell Type: Magical (Light)
-- Blue Magic Points: 2
-- Stat Bonus: CHR+1, HP+5
-- Level: 16
-- Casting Time: Casting Time: 3 seconds
-- Recast Time: Recast T... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Norg/npcs/Oruga.lua | 34 | 3022 | -----------------------------------
-- Area: Norg
-- NPC: Oruga
-- Standard Info NPC
-----------------------------------
require("scripts/globals/pathfind");
local path = {
-0.016294, -1.251156, -30.703135,
1.135162, -1.295192, -30.737705,
2.267773, -1.620833, -30.756174,
3.344393, -1.879029, -30.778761,
... | gpl-3.0 |
niessner/Matterport | tasks/surface_normal/utils.lua | 1 | 1624 | function loadData(file_name, config)
print(string.format("Loading data from %s", file_name))
local output = {}
local file = io.open(file_name, "r")
for line in file:lines() do
-- print(line)
local data = {}
-- define data here, will be used in BatchIterator
-- data.input_file = line .. '_mlt.png'... | mit |
ymauray/Skym_PetCodex | Lib/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua | 1 | 12662 | -- Copyright (c) 2014 Yannick Mauray.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2 of the License, or
-- (at your option) any later version.
--
-- This program is distr... | gpl-2.0 |
nesstea/darkstar | scripts/zones/Lower_Jeuno/Zone.lua | 14 | 3722 | -----------------------------------
--
-- Zone: Lower_Jeuno (245)
--
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Lower_Jeuno/TextIDs");
require("scripts/globals/settings");
require("scripts/globals/missions");... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Metalworks/npcs/Elayne.lua | 33 | 1375 | -----------------------------------
-- Area: Metalworks
-- NPC: Elayne
-- Involved in Quest: Stamp Hunt
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/zones/Metalworks/TextIDs");
---... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria/npcs/Arpetion.lua | 36 | 1469 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Arpetion
-- General Info NPC
-- @zone 230
-- @pos -11 1 -30
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Davoi/npcs/_45j.lua | 19 | 2044 | -----------------------------------
-- Area: Davoi
-- NPC: Screaming Pond
-- Used In Quest: Whence Blows the Wind
-- @pos -219 0.1 -101 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/AlTaieu/npcs/Auroral_Updraft.lua | 9 | 1769 | -----------------------------------
-- Area: Al'Taieu
-- NPC: Auroral Updraft
-- Type: Standard NPC
-----------------------------------
package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/AlTaieu/TextIDs");
-----------------------------------... | gpl-3.0 |
DaemonSnake/vlc | share/lua/meta/art/01_googleimage.lua | 74 | 1764 | --[[
Gets an artwork from images.google.com
$Id$
Copyright © 2007 the VideoLAN team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any la... | gpl-2.0 |
nesstea/darkstar | scripts/zones/Ifrits_Cauldron/npcs/HomePoint#1.lua | 27 | 1269 | -----------------------------------
-- Area: Ifrit's Cauldron
-- NPC: HomePoint#1
-- @pos -63 50 81 205
-----------------------------------
package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Ifrits_Cauldron/TextIDs");
require("scripts/globals/ho... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Newton_Movalpolos/TextIDs.lua | 2 | 1479 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6382; -- Obtained: <item>.
GIL_OBTAINED = 6383; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6385; -- Obtained... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria/npcs/Raminel.lua | 18 | 4705 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Raminel
-- Involved in Quests: Riding on the Clouds
-- @zone 230
-- @pos -56 2 -21
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Bibiki_Bay/npcs/Clamming_Point.lua | 11 | 5745 | -----------------------------------
-- Area: Bibiki Bay
-- NPC: Clamming Point
-----------------------------------
package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil;
require("scripts/zones/Bibiki_Bay/TextIDs");
require("scripts/globals/keyitems");
-----------------------------------
-- Local Variables
------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Lower_Jeuno/npcs/Rhimonne.lua | 37 | 1153 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Rhimonne
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
require("scripts/zones/Lower_Jeuno/TextIDs");
-----------------------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Inner_Horutoto_Ruins/npcs/_5c8.lua | 13 | 2190 | -----------------------------------
-- Area: Inner Horutoto Ruins
-- NPC: Sealed Portal
-- Involved in Quest: Making the Grade
-- Working 50%
-- Notes: Door will open if player has Making the Grade quest active, or if the have the KI portal charm. Door should open when 3 mages stand on circles, but no API f... | gpl-3.0 |
DaemonSnake/vlc | share/lua/playlist/katsomo.lua | 97 | 2906 | --[[
Translate www.katsomo.fi video webpages URLs to the corresponding
movie URL
$Id$
Copyright © 2009 the VideoLAN team
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 o... | gpl-2.0 |
plajjan/snabbswitch | lib/ljsyscall/syscall/linux/ppc/nr.lua | 18 | 10962 | -- ppc syscall numbers
local nr = {
zeropad = true,
SYS = {
restart_syscall = 0,
exit = 1,
fork = 2,
read = 3,
write = 4,
open = 5,
close = 6,
waitpid = 7,
creat... | apache-2.0 |
Jacklli/redis-leveldb | deps/lua/dynasm/dasm_ppc.lua | 15 | 37064 | ------------------------------------------------------------------------------
-- DynASM PPC module.
--
-- Copyright (C) 2005-2012 Mike Pall. All rights reserved.
-- See dynasm.lua for full copyright notice.
------------------------------------------------------------------------------
-- Module information:
local _in... | bsd-3-clause |
bowlofstew/Macaroni | Main/Generators/Cpp/NamespaceHFileGenerator.lua | 2 | 8211 | require "Cpp/Common";
require "Cpp/FileGenerator";
require "Cpp/DependencySection";
require "Cpp/LibraryConfigGenerator";
local Access = require "Macaroni.Model.Cpp.Access";
local Context = require "Macaroni.Model.Context";
local Node = require "Macaroni.Model.Node";
local TypeNames = Macaroni.Model.TypeNames;... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Port_San_dOria/npcs/Diraulate.lua | 36 | 1375 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Diraulate
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/zones/Port_San_dOria/Tex... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_San_dOria/npcs/Maunadolace.lua | 13 | 1058 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Maunadolace
-- Type: Standard NPC
-- @zone: 232
-- @pos -22.800 -9.3 -148.645
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/spells/absorb-mnd.lua | 11 | 1191 | --------------------------------------
-- Spell: Absorb-MND
-- Steals an enemy's mind.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
---------------... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/entities/gmod_wire_rfid_reader_beam/init.lua | 4 | 3181 |
AddCSLuaFile( "cl_init.lua" )
AddCSLuaFile( "shared.lua" )
include('shared.lua')
ENT.WireDebugName = "RFID Beam Reader"
local MODEL = Model("models/jaanus/wiretool/wiretool_range.mdl")
function ENT:Initialize()
self:SetModel( MODEL )
self:PhysicsInit( SOLID_VPHYSICS )
self:SetMoveType( MOVETYPE_VPH... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/The_Sanctuary_of_ZiTah/npcs/relic.lua | 38 | 2786 | -----------------------------------
-- Area: The Sanctuary of Zi'Tah
-- NPC: <this space intentionally left blank>
-- @pos 646 -2 -165 121
-- @pos -18 0 55 121
-----------------------------------
package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil;
-----------------------------------
require("scripts/... | gpl-3.0 |
nesstea/darkstar | scripts/globals/mobskills/Sickle_Slash.lua | 34 | 1178 | ---------------------------------------------------
-- Sickle Slash
-- Deals critical damage. Chance of critical hit varies with TP.
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_Windurst/npcs/Puo_Rhen.lua | 13 | 1052 | -----------------------------------
-- Area: Port Windurst
-- NPC: Puo Rhen
-- Type: Mission Starter
-- @zone: 240
-- @pos -227.964 -9 187.087
--
-- Auto-Script: Requires Verification (Verfied By Brawndo)
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
------------... | gpl-3.0 |
nesstea/darkstar | scripts/globals/spells/absorb-int.lua | 17 | 1359 | --------------------------------------
-- Spell: Absorb-INT
-- Steals an enemy's intelligence.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/combo.lua | 30 | 1420 | -----------------------------------
-- Combo
-- Hand-to-Hand weapon skill
-- Skill level: 5
-- Delivers a threefold attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Thunder Gorget.
-- Aligned with the Thunder Belt.
-- Element: None
-- Modifiers: STR:20% ; DEX:20%
-- 100%TP ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Port_Bastok/npcs/Dulsie.lua | 17 | 1326 | -----------------------------------
-- Area: Port Bastok
-- NPC: Dulsie
-- Adventurer's Assistant
-- Working 100%
-------------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/settings");
require("scripts/zones/... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Palborough_Mines/TextIDs.lua | 15 | 1671 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6384; -- Obtained: <item>.
GIL_OBTAINED = 6385; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6387; -- Obtained... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Kazham-Jeuno_Airship/Zone.lua | 28 | 1458 | -----------------------------------
--
-- Zone: Kazham-Jeuno_Airship
--
-----------------------------------
-----------------------------------
-- onInitialize
-----------------------------------
function onInitialize(zone)
end;
-----------------------------------
-- onZoneIn
------------------------... | gpl-3.0 |
padrinoo1/vagir3 | plugins/Info.lua | 1 | 1439 | --[[
Print user identification/informations by replying their post or by providing
their username or print_name.
!id <text> is the least reliable because it will scan trough all of members
and print all member with <text> in their print_name.
chat_info can be displayed on group, send it into PM, or save as file then se... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Promyvion-Dem/mobs/Memory_Receptacle.lua | 12 | 6792 | -----------------------------------
-- Area: Promyvion-Dem
-- MOB: Memory Receptacle
-----------------------------------
package.loaded["scripts/zones/Promyvion-Dem/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require( "scripts/zones/Promyvion-Dem/TextIDs" );
-... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Al_Zahbi/npcs/Iphaaf.lua | 13 | 1040 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Iphaaf
-- Type: Mihli's Attendant
-- @zone: 48
-- @pos -28.014 -7 64.371
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
------------------------... | gpl-3.0 |
VurtualRuler98/kswep2-NWI | lua/ins_sounds/sounds_pm.lua | 1 | 1656 | if (SERVER) then
AddCSLuaFile()
end
--PM
sound.Add({
name="Weapon_makarov.Single",
volume = 1.0,
pitch = {100,105},
sound = "weapons/makarov/makarov_fp.wav",
level = 150, --ROUNDED DOWN
channel = CHAN_STATIC
})
sound.Add({
name="Weapon_makarov.SingleSilenced",
volume = 1.0,
pitch = {100,105},
sound = "weapon... | apache-2.0 |
nesstea/darkstar | scripts/zones/Eastern_Altepa_Desert/npcs/Eulaclaire.lua | 27 | 1698 | -----------------------------------
-- Area: Eastern Altepa Desert
-- NPC: Eulaclaire
-- Type: Chocobo Renter
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/globals/keyitems");
require("scripts/globals/settings");
require("scripts/globals/status");
--------------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Southern_San_dOria/npcs/Diary.lua | 13 | 2150 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Diary
-- Involved in Quest: To Cure a Cough
-- @zone 230
-- @pos -75 -12 65
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settin... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/omniscience.lua | 12 | 4694 | -----------------------------------
-- Omniscience
-- Staff weapon skill
-- Skill Level: N/A
-- Lowers target's magic attack. Duration of effect varies with TP. Tupsimati: Aftermath effect varies with TP.
-- Reduces enemy's magic attack by -10.
-- Available only after completing the Unlocking a Myth (Scholar) que... | gpl-3.0 |
nesstea/darkstar | scripts/zones/West_Sarutabaruta/npcs/Twinkle_Tree.lua | 13 | 2325 | -----------------------------------
-- Area: West Sarutabaruta
-- NPC: Twinkle Tree
-- Involved in Quest: To Catch a Falling Star
-- Note: EventID for Twinkle Tree is unknown. Quest funtions but the full event is not played.
-- @pos 156.003 -40.753 333.742 115
-----------------------------------
package.loa... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Animated_Tabar.lua | 17 | 1476 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NPC: Animated Tabar
-----------------------------------
require("scripts/globals/status");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------------------
functio... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.