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 |
|---|---|---|---|---|---|
bobsomers/flexrender | frlib/flexrender.lua | 1 | 1073 | -- Import base types.
local types = require "base.types"
require "base.common"
require "base.vec2"
require "base.vec3"
require "base.vec4"
require "base.mat4"
-- Parent base types to common type.
setmetatable(types.vec2, types.common)
setmetatable(types.vec3, types.common)
setmetatable(types.vec4, types.common)
setmet... | mit |
The-HalcyonDays/darkstar | scripts/zones/Mount_Zhayolm/npcs/qm4.lua | 8 | 1180 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: ??? (Spawn Khromasoul Bhurborlor(ZNM T3))
-- @pos 88 -22 70 61
-----------------------------------
package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mount_Zhayolm/TextIDs");
------... | gpl-3.0 |
The-HalcyonDays/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 |
hxw804781317/MT7620N | package/ralink/ui/luci-mtk/src/modules/admin-full/luasrc/model/cbi/admin_network/routes.lua | 86 | 2540 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id$
]]--
req... | gpl-2.0 |
APItools/monitor | lua/controllers/middleware_subscriptions_controller.lua | 2 | 1749 | local h = require 'controller_helpers'
local m = require 'model_helpers'
local mw_s = require 'models.mw_subscriptions'
local function create_middleware_spec(params)
local mw_specs = require 'controllers.middleware_specs_controller'
mw_specs.create(params)
end
local collection = 'mw_subscriptions'
local mw_subsc... | mit |
Therzok/WhatToDo | libs/GeminiConfig-1.0/GeminiConfigCmd-1.0/GeminiConfigCmd-1.0.lua | 2 | 28206 | -- -*- lua-indent-level: 4; -*-
--- GeminiConfigCmd-1.0 handles access to an options table through the "command line" interface via the ChatFrames.
--[[
GeminiConfigCmd-1.0
Handles commandline optionstable access
REQUIRES: AceConsole-3.0 for command registration (loaded on demand)
]]
-- TODO: plugin args
local MA... | mit |
The-HalcyonDays/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/qm6.lua | 34 | 1106 | -----------------------------------
-- Area: Phomiuna Aqueducts
-- NPC: qm6 (???)
-- Notes: Opens door @ J-8 from behind
-- @pos 105.502 -25.262 57.138 27
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/items/tavnazian_salad.lua | 35 | 1678 | -----------------------------------------
-- ID: 4279
-- Item: tavnazian_salad
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 20
-- Magic 20
-- Dexterity 4
-- Agility 4
-- Vitality 6
-- Charisma 4
-- Defense % 25
-- Defense Cap 150
------------------------------------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Northern_San_dOria/npcs/Porter_Moogle.lua | 41 | 1549 | -----------------------------------
-- 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_... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Castle_Oztroja/npcs/_47b.lua | 17 | 1929 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _47b (Handle)
-- Notes: Opens Trap Door (_47a) or Brass Door (_470)
-- @pos 22.310 -1.087 -14.320 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
req... | gpl-3.0 |
ldevl/DEVKEEPER | plugins/newgroup.lua | 2 | 35848 | --[[
-----admin @llX8Xll
---صنع مجموعه
—]]
-- data saved to moderation.json
-- check moderation plugin
do
local function create_group(msg)
-- superuser and admins only (because sudo are always has privilege)
if is_sudo(msg) or is_realm(msg) and is_admin1(msg) then
local group_creator = msg.from.print_name... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Nijaom.lua | 33 | 1031 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Nijaom
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
-----------... | gpl-3.0 |
FingasGaming/Game-Development | VRPE/sandbox/Debug/bin/scripts/bootscript.lua | 2 | 1346 | require("./bin/scripts/core/core")
package("window")
package("SDLEvent")
local bootState = {}
bootState.invalid = 0
bootState.running = 1
bootState.exit = 2
bootState.failure = 3
local engine = getEngine()
-- function call once in engine Init function
function onInit()
-- body
--print("oninit start")
--print("onin... | gpl-2.0 |
ldevl/DEVKEEPER | libs/serpent.lua | 656 | 7877 | local n, v = "serpent", 0.28 -- (C) 2012-15 Paul Kulchenko; MIT License
local c, d = "Paul Kulchenko", "Lua serializer and pretty printer"
local snum = {[tostring(1/0)]='1/0 --[[math.huge]]',[tostring(-1/0)]='-1/0 --[[-math.huge]]',[tostring(0/0)]='0/0'}
local badtype = {thread = true, userdata = true, cdata = true}
lo... | gpl-2.0 |
Stanzilla/prat-3-0 | addon/locales.lua | 1 | 1572 |
--[[ BEGIN STANDARD HEADER ]] --
-- Imports
local _G = _G
local setmetatable = setmetatable
local tostring = tostring
local type = type
local pairs = pairs
local GetLocale = GetLocale
local SVC_NAMESPACE = select(2, ...)
-- Isolate the environment
setfenv(1, select(2, ...))
--[[ END STANDARD HEADER ]] --
--======... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/commands/reloadglobal.lua | 26 | 1230 | ---------------------------------------------------------------------------------------------------
-- func: @reloadglobal
-- desc: Attempt to reload specified global lua without a restart.
--
-- Use with caution, some files ( like player.lua )
-- can cause you problems if you reload them using this.
-- This comm... | gpl-3.0 |
ldevl/DEVKEEPER | plugins/spam.lua | 3 | 6166 | --An empty table for solving multiple kicking problem(thanks to @topkecleon )
kicktable = {}
do
local TIME_CHECK = 2 -- seconds
-- Save stats, ban user
local function pre_process(msg)
-- Ignore service msg
if msg.service then
return msg
end
if msg.from.id == our_id then
return msg
end
... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Kazham/npcs/Majjih_Bakrhamab.lua | 12 | 1383 | -----------------------------------
-- Area: Kazham
-- NPC: Majjih Bakrhamab
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
----------------------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/effects/weakness.lua | 19 | 1566 | -----------------------------------
--
-- Weakness
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
--reduce HP and MP by the power amount. Add... | gpl-3.0 |
otservme/global1053 | data/actions/scripts/quests/desertdungeonquest.lua | 3 | 2375 | function onUse(cid, item, fromPosition, itemEx, toPosition)
local paladinbasin = Tile(Position({x = 32673, y = 32083, z = 8}))
local sorcererbasin = Tile(Position({x = 32679, y = 32089, z = 8}))
local knightbasin = Tile(Position({x = 32673, y = 32094, z = 8}))
local druidbasin = Tile(Position({x = 32667, y = 32089,... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Walk_of_Echoes/Zone.lua | 36 | 1119 | -----------------------------------
--
-- Zone: Walk_of_Echoes
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Walk_of_Echoes/TextIDs"] = nil;
require("scripts/zones/Walk_of_Echoes/TextIDs");
-----------------------------------
-- onInitialize
-... | gpl-3.0 |
hxw804781317/MT7620N | package/ralink/ui/luci-mtk/src/applications/luci-radvd/luasrc/model/cbi/radvd/dnssl.lua | 82 | 2276 | --[[
LuCI - Lua Configuration Interface
Copyright 2010 Jo-Philipp Wich <xm@subsignal.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id: rdnss.lu... | gpl-2.0 |
mcodegeeks/OpenKODE-Framework | 03_Tutorial/T02_XMCocos2D-v3-Lua/Resource/luaScript/RotateWorldTest/RotateWorldTest.lua | 4 | 3266 |
local size = cc.Director:getInstance():getWinSize()
local function CreateSpriteLayer()
local layer = cc.Layer:create()
local x, y
x = size.width
y = size.height
local sprite = cc.Sprite:create(s_pPathGrossini)
local spriteSister1 = cc.Sprite:create(s_pPathSister1)
local spriteSister2 = cc.Spri... | mit |
coltonj96/UsefulCombinators | UsefulCombinators_0.3.4/prototypes/technology/technology.lua | 7 | 2251 | data:extend({
{
type = "technology",
name = "useful-combinators",
icon = "__UsefulCombinators__/graphics/technology/clock.png",
icon_size = 64,
effects =
{
{
type = "unlock-recipe",
recipe = "timer-combinator"
},
{
type = "unlock-recipe",
... | mit |
The-HalcyonDays/darkstar | scripts/zones/Hall_of_the_Gods/npcs/Shimmering_Circle.lua | 17 | 1786 | -----------------------------------
-- Area: Hall of the Gods
-- NPC: Shimmering Circle
-- Lifts players up to the sky!
-- @pos 0 -20 147 251
-----------------------------------
package.loaded["scripts/zones/Hall_of_the_Gods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyite... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Bastok_Mines/npcs/Abd-al-Raziq.lua | 42 | 2636 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Abd-al-Raziq
-- Type: Alchemy Guild Master
-- @pos 126.768 1.017 -0.234 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Lower_Jeuno/npcs/Adelflete.lua | 37 | 1376 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Adelflete
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
require("scripts/zones/Lower_Jeuno/TextIDs");
----------------------------------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/armorstorage.lua | 29 | 8646 | -----------------------------------
--
-- Armor Storage
--
-----------------------------------
require("scripts/globals/keyitems");
-- Initialize StorageArray
-- {SetId,SetGroup,SetMask,SetCount,Head,Body,Hands,Legs,Feet,StorageCost,KeyItem}
StorageArray = {0x01,0x04,0x000001,0x05,0x30DF,0x315E,0x3689,0x3786... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/North_Gustaberg/npcs/Monument.lua | 34 | 1448 | -----------------------------------
-- Area: North Gustaberg
-- NPC: Monument
-- Involved in Quest "Hearts of Mythril"
-- @pos 300.000 -62.803 498.200 106
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/items/plate_of_flapanos_paella.lua | 36 | 1435 | -----------------------------------------
-- ID: 5975
-- Item: Plate of Flapano's Paella
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- HP 45
-- Vitality 6
-- Defense % 26 Cap 155
-- Undead Killer 6
-----------------------------------------
require("scripts/globals/status");
-----------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Bastok_Mines/npcs/_6i8.lua | 19 | 1285 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Door
-- Involved in Quest: A Thief in Norg!?
-- @pos 70 7 2 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("sc... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Labyrinth_of_Onzozo/mobs/Goblin_Mercenary.lua | 23 | 1060 | -----------------------------------
-- Area: Labyrinth of Onzozo
-- MOB: Goblin Mercenary
-- Note: Place holder Soulstealer Skullnix
-----------------------------------
require("scripts/zones/Labyrinth_of_Onzozo/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Meriphataud_Mountains_[S]/npcs/Cavernous_Maw.lua | 29 | 1505 | -----------------------------------
-- Area: Meriphataud Mountains [S]
-- NPC: Cavernous Maw
-- @pos 597 -32 279 97
-- Teleports Players to Meriphataud Mountains
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains_[S]/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Dynamis-Tavnazia/mobs/Nightmare_Leech.lua | 17 | 1502 | -----------------------------------
-- Area: Dynamis Tavnazia
-- NPC: Nightmare_Leech
-----------------------------------
package.loaded["scripts/zones/Dynamis-Tavnazia/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Tavnazia/TextIDs");... | gpl-3.0 |
rrpgfirecast/firecast | Macros/D20/bastao.lua | 1 | 3561 | -- Bastão das Maravilhas
local resultado = rolar("1d100", "Bastão das Maravilhas");
if resultado <= 5 then
enviar("Target affected by slow for 10 rounds (Will DC 15 negates).");
elseif resultado <= 10 then
enviar("Faerie fire surrounds the target.");
elseif resultado <= 15 then
enviar("Deludes the wielder for 1 ro... | apache-2.0 |
vasilenkomike/tarantool | test/big/hash_multipart.test.lua | 8 | 1566 | dofile('utils.lua')
hash = box.schema.space.create('tweedledum')
tmp = hash:create_index('primary', { type = 'hash', parts = {1, 'num', 2, 'str', 3, 'num'}, unique = true })
tmp = hash:create_index('unique', { type = 'hash', parts = {3, 'num', 5, 'num'}, unique = true })
-- insert rows
hash:insert{0, 'foo', 0, '', 1}... | bsd-2-clause |
The-HalcyonDays/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Tateeya.lua | 34 | 2468 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Tateeya
-- Automaton Attachment Unlocks
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Windurst_Woods/npcs/HomePoint#1.lua | 12 | 1262 | -----------------------------------
-- Area: Windurst Woods
-- NPC: HomePoint#1
-- @pos -98.588 0.001 -183.416 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Windurst_Woods/TextIDs");
require(... | gpl-3.0 |
SinisterRectus/JC2MP-AirTraffic | client/cAirTrafficNPC.lua | 1 | 3573 | class 'AirTrafficNPC'
function AirTrafficNPC:__init(args)
self.vehicle = args.entity
local angle = self:GetAngle()
local position = self:GetPosition()
local velocity = self:GetLinearVelocity()
self.actor = ClientActor.Create(AssetLocation.Game, {
model_id = 98,
position = position,
angle = angle
})
... | mit |
TheDarkArts/networked-iv | vendor/gwen/Projects/premake4.lua | 4 | 4245 | solution "GWEN"
language "C++"
location ( _ACTION )
flags { "Unicode", "Symbols", "NoMinimalRebuild", "NoEditAndContinue", "NoPCH", "No64BitChecks" }
targetdir ( "../lib/" .. _ACTION )
libdirs { "../lib/", "../lib/" .. _ACTION }
configurations
{
"Release",
"Debug"
}
-- Multithreaded compiling
if _ACT... | gpl-3.0 |
otservme/global1053 | data/npc/scripts/Zalamon.lua | 2 | 14160 | local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end
function onCreatureSay(cid, type, msg)... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Port_San_dOria/npcs/Sheridan.lua | 19 | 1770 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Sheridan
-- Involved in Quests: Riding on the Clouds
-- @zone 232
-- @pos -19 -8 -129
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/glo... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/items/kitron.lua | 36 | 1151 | -----------------------------------------
-- ID: 4273
-- Item: Kitron
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -6
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
--------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Mount_Zhayolm/npcs/_1p6.lua | 23 | 1050 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: Engraved Tablet
-- @pos 320 -15.35 -379 61
-----------------------------------
require("scripts/globals/keyitems");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
--... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Castle_Zvahl_Keep_[S]/Zone.lua | 28 | 1341 | -----------------------------------
--
-- Zone: Castle_Zvahl_Keep_[S] (155)
--
-----------------------------------
package.loaded["scripts/zones/Castle_Zvahl_Keep_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Castle_Zvahl_Keep_[S]/TextIDs"... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Ordelles_Caves/npcs/Treasure_Chest.lua | 12 | 3762 | -----------------------------------
-- Area: Ordelles Caves
-- NPC: Treasure Chest
-- Involved In Quest: Signed In Blood and The Goblin Tailor
-- @zone 193
-----------------------------------
package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
zhaozg/luvit | bench/http-cluster/app.lua | 14 | 1034 | --[[
Copyright 2014 The Luvit Authors. All Rights Reserved.
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
Unless required by applicable law or agr... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Al_Zahbi/TextIDs.lua | 4 | 2053 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6383; -- Obtained: <item>
GIL_OBTAINED = 6384; -- Obtained <number> gil
KEYITEM_OBTAINED = 6386; -- Obtain... | gpl-3.0 |
godly-devotion/Baka-MPlayer-old | Baka MPlayer/bin/Debug/libquvi-scripts/0.9/media/majestyc.lua | 3 | 1773 | -- libquvi-scripts
-- Copyright (C) 2013 Toni Gundogdu <legatvs@gmail.com>
--
-- This file is part of libquvi-scripts <http://quvi.sourceforge.net/>.
--
-- This program is free software: you can redistribute it and/or
-- modify it under the terms of the GNU Affero General Public
-- License as published by the Free Sof... | gpl-2.0 |
hxw804781317/MT7620N | package/ralink/ui/luci-mtk/src/applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua | 36 | 1043 | --[[
LuCI hd-idle
(c) 2008 Yanira <forum-2008@email.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
$Id$
]]--
require("nixio.fs")
m = Map... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Ordelles_Caves/npcs/qm2.lua | 17 | 1484 | -----------------------------------
-- Area: Ordelle's Caves
-- NPC: ??? (qm2)
-- Involved in Quest: A Squire's Test II
-- @pos -94 1 273 193
-------------------------------------
package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/sett... | gpl-3.0 |
rrpgfirecast/firecast | Plugins/Sheets/Ficha Starfinder/output/rdkObjs/FichaStarfinder/05.Magias.Seletor.lfm.lua | 4 | 3753 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_frmMagiasSeletor()
local obj = GUI.fromHandle(_obj_newObj... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Dynamis-Beaucedine/mobs/Avatar_Icon.lua | 16 | 3417 | -----------------------------------
-- Area: Dynamis Beaucedine
-- NPC: Avatar Icon
-- Map Position: http://images1.wikia.nocookie.net/__cb20090312005233/ffxi/images/thumb/b/b6/Bea.jpg/375px-Bea.jpg
-----------------------------------
package.loaded["scripts/zones/Dynamis-Beaucedine/TextIDs"] = nil;
------------... | gpl-3.0 |
ThatOdieGuy/vlc | share/lua/intf/modules/host.lua | 48 | 12262 | --[==========================================================================[
host.lua: VLC Lua interface command line host module
--[==========================================================================[
Copyright (C) 2007-2012 the VideoLAN team
$Id$
Authors: Antoine Cellerier <dionoea at videolan dot org>
... | gpl-2.0 |
hxw804781317/MT7620N | package/ralink/ui/luci-mtk/src/contrib/luadoc/lua/luadoc/init.lua | 172 | 1333 | -------------------------------------------------------------------------------
-- LuaDoc main function.
-- @release $Id: init.lua,v 1.4 2008/02/17 06:42:51 jasonsantos Exp $
-------------------------------------------------------------------------------
local require = require
local util = require "luadoc.util"
log... | gpl-2.0 |
rrpgfirecast/firecast | Plugins/Sheets/PokePTAOLD/output/rdkObjs/04.Golpes.lfm.lua | 1 | 132997 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_frmFichaRPGmeister2_svg()
local obj = GUI.fromHandle(_obj... | apache-2.0 |
GoblinInventor/Snail | vector.lua | 3 | 4565 | --[[
Copyright (c) 2010 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 |
The-HalcyonDays/darkstar | scripts/zones/West_Sarutabaruta/npcs/Ipupu.lua | 17 | 1414 | -----------------------------------
-- Area: West Sarutabaruta
-- NPC: Ipupu
-- Involved in Quest: Glyph Hanger
-- @pos 251.745 -5.5 35.539 115
-----------------------------------
package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/QuBia_Arena/mobs/Trion.lua | 25 | 1162 | -----------------------------------
-- Area: qubia arena
-- NPC: Trion
-- the heir to the light sando 9-2
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/zones/QuBia_Arena/TextIDs");
function onMobInitialize(mob)
mob:addMod(MOD_REGAIN, 30)... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Windurst_Waters/npcs/Honoi-Gomoi.lua | 19 | 4225 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Honoi-Gumoi
-- Involved In Quest: Crying Over Onions, Hat in Hand
-- @zone = 238
-- @pos = -195 -11 -120
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
... | gpl-3.0 |
luismidelgado/papercrop | nmake.lua | 15 | 2612 | require('mylib')
function detectVC()
local VC8_path="c:\\Program Files\\Microsoft Visual Studio 8"
local VC9_path="c:\\Program Files\\Microsoft Visual Studio 9.0"
if os.isFileExist(VC8_path.."\\readme.htm") then
print("VC8 detected")
devenvExe=VC8_path.."\\Common7\\IDE\\devenv.com"
setVa... | gpl-2.0 |
angeloc/sysdig | userspace/sysdig/chisels/v_spans_summary.lua | 4 | 3030 | --[[
Copyright (C) 2013-2018 Draios Inc dba Sysdig.
This file is part of sysdig.
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
Unless required by ... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/globals/weaponskills/ukkos_fury.lua | 30 | 1805 | -----------------------------------
-- Ukko's Fury
-- Great Axe Weapon Skill
-- Skill Level: N/A
-- Description: Delivers a twofold attack that slows target. Chance of params.critical hit varies with TP. Ukonvasara: Aftermath.
-- Available only when equipped with Ukonvasara (85), Ukonvasara (90), Ukonvasara (95), ... | gpl-3.0 |
FingasGaming/Game-Development | VRPE/sandbox/Debug/bin/scripts/core/kernel.lua | 2 | 2885 |
package("fsm")
package("window")
package("SDLEvent")
local eKey = keyCode()
Kernel = {}
Engine = {}
function Kernel:Create()
local fsm = kpFSM:Create(Kernel)
Kernel.fsm = fsm
Kernel.engine = Engine:Create()
function Kernel:onInit()
Kernel.engine:onInit()
end
function Kernel:onExecute(run)
while run == true a... | gpl-2.0 |
rrpgfirecast/firecast | Plugins/Sheets/Gerenciador SotDL/output/rdkObjs/GerenciadorSotDL/DockNPCs.lfm.lua | 1 | 18059 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_ListaDeNPCs()
local obj = GUI.fromHandle(_obj_newObject("... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Bastok_Mines/npcs/Vaghron.lua | 38 | 1396 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Vaghron
-- Type: Adventurer's Assistant
-- @pos -39.162 -1 -92.147 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("s... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Garlaige_Citadel/npcs/qm13.lua | 34 | 1386 | -----------------------------------
-- Area: Garlaige Citadel
-- NPC: qm13 (???)
-- Involved in Quest: Hitting the Marquisate (THF AF3)
-- @pos -194.166 -5.500 139.969 200
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil;
-----------------------------------
r... | gpl-3.0 |
rrpgfirecast/firecast | Plugins/Sheets/Ficha RPG meister/output/rdkObjs/Generator/GeneratorRPGmeister.lfm.lua | 1 | 214236 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_frmGeneratorRPGmeister()
local obj = GUI.fromHandle(_obj_... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Upper_Delkfutts_Tower/TextIDs.lua | 4 | 1183 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6414; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6418; -- Obtained: <item>.
GIL_OBTAINED = 6419; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6421; -- Obtained... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Buburimu_Peninsula/npcs/Signpost.lua | 13 | 1351 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Signpost
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Buburimu_Peninsula/TextIDs");
-----------------------------------
-- onTrad... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/abilities/scavenge.lua | 4 | 2405 | -----------------------------------
-- Ability: Scavenge
-- Searches the ground around user for items.
-- Obtained: Ranger Level 10
-- Recast Time: 3:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-------------------------... | gpl-3.0 |
miralireza/telegram_star | plugins/search_youtube.lua | 674 | 1270 | do
local google_config = load_from_file('data/google.lua')
local function httpsRequest(url)
print(url)
local res,code = https.request(url)
if code ~= 200 then return nil end
return json:decode(res)
end
local function searchYoutubeVideos(text)
local url = 'https://www.googleapis.com/youtube/v3/search?'
u... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Windurst_Walls/npcs/_6n8.lua | 19 | 1308 | -----------------------------------
-- Area: Windurst Walls
-- Door: Priming Gate
-- Involved in quest: Toraimarai Turmoil
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scripts/zones/Windurst_Walls/TextIDs");
-----------------------------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/items/bunch_of_gysahl_greens.lua | 18 | 1506 | -----------------------------------------
-- ID: 4545
-- Item: Bunch of Gysahl Greens
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility +3
-- Vitality -5
-- Additional Effect with Chocobo Shirt
-- Agility +10
-----------------------------------------
require("scripts/globals/status")... | gpl-3.0 |
rrpgfirecast/firecast | Plugins/Sheets/Ficha A Odisseia do Dragão/output/rdkObjs/FichaOdisseia2.0/7.lfm.lua | 1 | 11749 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_frmFichaOdisseia2_07_svg()
local obj = GUI.fromHandle(_ob... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Chateau_dOraguille/npcs/Perfaumand.lua | 19 | 1642 | -----------------------------------
-- Area: Chateau d'Oraguille
-- NPC: Perfaumand
-- Involved in Quest: Lure of the Wildcat (San d'Oria)
-- @pos -39 -3 69 233
-----------------------------------
package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Port_Windurst/npcs/_6o7.lua | 37 | 1091 | -----------------------------------
-- Area: Port Windurst
-- NPC: Door: Arrivals Entrance
-- @zone 240
-- @pos 212 -6 96
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("script... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/abilities/earth_shot.lua | 22 | 2949 | -----------------------------------
-- Ability: Earth Shot
-- Consumes a Earth Card to enhance earth-based debuffs. Deals earth-based magic damage
-- Rasp Effect: Enhanced DoT and DEX-, Slow Effect +10%
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
... | gpl-3.0 |
APItools/monitor | lua/resty/sha512.lua | 13 | 1369 | -- Copyright (C) by Yichun Zhang (agentzh)
local sha = require "resty.sha"
local ffi = require "ffi"
local ffi_new = ffi.new
local ffi_str = ffi.string
local C = ffi.C
local setmetatable = setmetatable
local error = error
local _M = { _VERSION = '0.09' }
local mt = { __index = _M }
ffi.cdef[[
enum {
SHA512_... | mit |
FluffyGods/IBG-Afghan-War-TDM-Content | IBG Afghan War TDM Content/lua/entities/wac_hc_ah1z_viper/shared.lua | 1 | 2582 |
ENT.Base = "wac_hc_base"
ENT.Type = "anim"
ENT.Author = wac.author
ENT.Category = wac.aircraft.spawnCategory
ENT.Spawnable = true
ENT.AdminSpawnable = true
ENT.PrintName = "Viper AH-1Z"
ENT.TopRotor = {
dir = -1,
pos = Vector(0,0,120),
model = "models/bf2/helicopters/ah-1 cobra/ah1z_r.mdl",
}
EN... | apache-2.0 |
The-HalcyonDays/darkstar | scripts/zones/Hall_of_Transference/npcs/_0e4.lua | 43 | 1699 | -----------------------------------
-- Area: Hall of Transference
-- NPC: Large Apparatus (Right) - Holla
-- @pos -242.301 -1.849 269.867 14
-----------------------------------
package.loaded["scripts/zones/Hall_of_Transference/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Hall_of_Transf... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Stellar_Fulcrum/mobs/Kam_lanaut.lua | 27 | 1401 | -----------------------------------
-- Area: Stellar Fulcrum
-- NPC: Kam'lanaut
-- Zilart Mission 8 BCNM Fight
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/status");
require("scripts/globals/magic");
local blades = {567, 570, 572, 569, 568, 571};
------... | gpl-3.0 |
irfn/hammerspoon-configs | init.lua | 1 | 2162 | local alert = require 'hs.alert'
local mash = {"cmd", "alt", "ctrl"}
local nudge = {"cmd", "ctrl"}
local fold = {"cmd", "alt"}
function frame ()
local win = hs.window.focusedWindow()
return win:screen():frame()
end
function setFrame (frameSpec)
local win = hs.window.focusedWindow()
local f = win:frame()
f... | mit |
The-HalcyonDays/darkstar | scripts/globals/items/pot_of_san_dorian_tea.lua | 35 | 1209 | -----------------------------------------
-- ID: 4494
-- Item: pot_of_san_dorian_tea
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Vitality -2
-- Charisma 2
-----------------------------------------
require("scripts/globals/status");
----------------------------------------... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/weaponskills/spirits_within.lua | 30 | 1518 | -----------------------------------
-- Spirits Within
-- Sword weapon skill
-- Spirits Within Sword Weapon Skill
-- TrolandAdded by Troland
-- Skill Level: 175
-- Delivers an unavoidable attack. Damage varies with HP and TP.
-- Not aligned with any "elemental gorgets" or "elemental belts" due to it's absence of ... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Oldton_Movalpolos/npcs/Treasure_Chest.lua | 12 | 3003 | -----------------------------------
-- Area: Oldton Movalpolos
-- NPC: Treasure Chest
-- @zone 11
-----------------------------------
package.loaded["scripts/zones/Oldton_Movalpolos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("... | gpl-3.0 |
hxw804781317/MT7620N | package/ralink/ui/luci-mtk/src/applications/luci-diag-devinfo/luasrc/controller/luci_diag/luci_diag_devinfo.lua | 76 | 2144 | --[[
Luci diag - Diagnostics controller module
(c) 2009 Daniel Dickinson
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
]]--
module("luci.cont... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/globals/spells/bluemagic/Yawn.lua | 7 | 1454 | -----------------------------------------
-- Spell: Yawn
-- Puts all enemies within range to sleep
-- Spell cost: 55 MP
-- Monster Type: Birds
-- Spell Type: Magical (Light)
-- Blue Magic Points: 3
-- Stat Bonus: CHR+1, HP+5
-- Level: 64
-- Casting Time: 3 seconds
-- Recast Time: 60 seconds
-- Duration: 90 s... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/globals/abilities/puppet_roll.lua | 11 | 2186 | -----------------------------------
-- Ability: Puppet Roll
-- Enhances pet magic attack and magic accuracy for party members within area of effect
-- Optimal Job: Puppetmaster
-- Lucky Number: 3
-- Unlucky Number: 7
-- Level: 52
--
-- Die Roll |No PUP |With PUP
-- -------- ------- ----------
-- 1 ... | gpl-3.0 |
rrpgfirecast/firecast | Plugins/Sheets/Gerenciador SotDL/output/rdkObjs/GerenciadorSotDL/05.Anotacoes.lfm.lua | 2 | 8510 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_frmFichaRPGmeister10_svg()
local obj = GUI.fromHandle(_ob... | apache-2.0 |
rrpgfirecast/firecast | Plugins/Sheets/MobsFFRPG/output/rdkObjs/FFRPG_Aux.lfm.lua | 2 | 3282 | require("firecast.lua");
local __o_rrpgObjs = require("rrpgObjs.lua");
require("rrpgGUI.lua");
require("rrpgDialogs.lua");
require("rrpgLFM.lua");
require("ndb.lua");
require("locale.lua");
local __o_Utils = require("utils.lua");
local function constructNew_frmItemDaLista()
local obj = GUI.fromHandle(_obj_newObjec... | apache-2.0 |
otservme/global1053 | data/movements/scripts/svargrond arena quest/arenaEnter.lua | 2 | 1196 | function onStepIn(cid, item, position, fromPosition)
local player = Player(cid)
if not player then
return true
end
local pitId = player:getStorageValue(Storage.SvargrondArena.Pit)
if pitId < 1 or pitId > 10 then
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You cannot enter without Halvar\'s permission.')
... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/zones/QuBia_Arena/mobs/Worgbut_of_Clan_Death.lua | 11 | 2523 | -----------------------------------
-- Area: QuBia_Arena
-- Mission 9-2 SANDO
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/status");
require("scripts/globals/missions");
require("scripts/zones/QuBia_Arena/TextIDs");
-----------------------------------
-- onMobSpawn A... | gpl-3.0 |
Kinathka/gmod_airbase_vehicles | avehicle_heli/lua/entities/avehicle_heli_ch46/shared.lua | 1 | 20646 | /**********************************************************************************************
//////##////////##//////////##//##########//##////////##////////##////////##########//##########
////##//##//////##//////////##//##//////////####//////##//////##//##//////////##//////##////////
////##//##//////##//////////##... | lgpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Mhaura/npcs/Graine.lua | 34 | 1595 | -----------------------------------
-- Area: Mhaura
-- NPC: Graine
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/globals/shop");
---------------... | gpl-3.0 |
hxw804781317/MT7620N | package/ralink/ui/luci-mtk/src/applications/luci-radvd/luasrc/model/cbi/radvd/prefix.lua | 74 | 3766 | --[[
LuCI - Lua Configuration Interface
Copyright 2010 Jo-Philipp Wich <xm@subsignal.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id$
]]--
lo... | gpl-2.0 |
The-HalcyonDays/darkstar | scripts/globals/weaponskills/raging_rush.lua | 30 | 1384 | -----------------------------------
-- Raging Rush
-- Great Axe weapon skill
-- Skill level: 200 (Warriors only.)
-- Delivers a three-hit attack. Chance of params.critical hit varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Snow Gorget & Aqua Gorget.
-- Aligned with the Snow Belt & Aqua Belt... | gpl-3.0 |
The-HalcyonDays/darkstar | scripts/zones/Metalworks/npcs/Ghemp.lua | 24 | 2139 | -----------------------------------
-- Area: Metalworks
-- NPC: Ghemp
-- Type: Smithing Guild Master
-- @pos -109 2 27 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/glo... | gpl-3.0 |
reza-sec/reza-sec | plugins/Email.lua | 1 | 1271 | local function run(msg, matches)
local base = "curl 'https://person.clearbit.com/v1/people/email/"..matches[1].."' -u 3986c574e76b9b21094c695606f8f76e:"
local data = io.popen(base):read('*all')
local jdat = JSON.decode(data)
if not jdat.name then
return "آدرس ایمیل وارد شده صحیح نیست. آدرس ایمیل را به صورت ز... | gpl-2.0 |
otservme/global1053 | data/actions/scripts/elemental spheres quest/switch.lua | 2 | 1570 | local positions = {
[5] = {pos = {old = {x = 33268, y = 31833, z = 10}, new = {x = 33272, y = 31831, z = 12}}, itemid = 8304}, -- Sorcerer
[6] = {pos = {old = {x = 33268, y = 31838, z = 10}, new = {x = 33263, y = 31840, z = 12}}, itemid = 8305}, -- Druid
[7] = {pos = {old = {x = 33270, y = 31835, z = 10}, new = {x =... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.