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 |
|---|---|---|---|---|---|
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Famad.lua | 30 | 3494 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Famad
-- Type: Assault Mission Giver
-- @pos 134.098 0.161 -43.759 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyit... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Sacrarium/npcs/qm2.lua | 13 | 1803 | -----------------------------------
-- Area: Sacrarium
-- NPC: qm2 (???)
-- Notes: Used to spawn Old Prof. Mariselle
-- @pos 102.669 -3.111 127.279 28
-----------------------------------
package.loaded["scripts/zones/Sacrarium/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Sacrarium/Tex... | gpl-3.0 |
xenodium/dotsies | hammerspoon/Spoons/Lunette.spoon/init.lua | 1 | 2343 | local obj = {}
obj.__index = obj
-- Metadata
obj.name = "Lunette"
obj.version = "0.1-beta"
obj.author = "Scott Hudson <scott.w.hudson@gmail.com>"
obj.license = "MIT"
obj.homepage = "https://github.com/scottwhudson/Lunette"
-- disable animation
hs.window.animationDuration = 0
-- Internal function used to find our loc... | bsd-2-clause |
dpino/snabbswitch | lib/ljndpi/ndpi/c.lua | 4 | 4682 | #! /usr/bin/env luajit
--
-- c.lua
-- Copyright (C) 2016-2017 Adrian Perez <aperez@igalia.com>
--
-- Distributed under terms of the Apache License 2.0.
--
local ffi = require "ffi"
--
-- Common definitions for all supported nDPI versions.
--
ffi.cdef [[
void* malloc(size_t size);
void free(void *ptr);
typedef enum ... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/globals/items/rabbit_pie.lua | 35 | 1859 | -----------------------------------------
-- ID: 5685
-- Item: rabbit_pie
-- Food Effect: 30minutes, All Races
-----------------------------------------
-- Strength 5
-- Vitality 5
-- Attack 25% (caps @ 100)
-- Ranged Attack 25% (caps @ 100)
-- Defense 25% (caps @ 100)
-- Intelligence -2
--------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Kamihr_Drifts/npcs/LiseranDoorEntrance.lua | 16 | 1182 | -----------------------------------
-- Area: Kamihr Drifts
-- NPC: Liseran Door Entrance
-- Zones to Outer Ra'Kaznar (zone 274)
-- @zone 274
-- @pos -34.549 -181.334 -20.031
-----------------------------------
package.loaded["scripts/zones/Kamihr_Drifts/TextIDs"] = nil;
-----------------------------------
require("scr... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Chamber_of_Oracles/npcs/Pedestal_of_Water.lua | 12 | 2265 | -----------------------------------
-- Area: Chamber of Oracles
-- NPC: Pedestal of Water
-- Involved in Zilart Mission 7
-- @pos 199 -2 36 168
-------------------------------------
package.loaded["scripts/zones/Chamber_of_Oracles/TextIDs"] = nil;
-------------------------------------
require("scripts/global... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Ifrits_Cauldron/Zone.lua | 10 | 2582 | -----------------------------------
--
-- Zone: Ifrits_Cauldron (205)
--
-----------------------------------
package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/zone");
require("scripts/zones/Ifrits_C... | gpl-3.0 |
LordError/LordError1 | libs/JSON.lua | 3765 | 34843 | -- -*- coding: utf-8 -*-
--
-- Simple JSON encoding and decoding in pure Lua.
--
-- Copyright 2010-2014 Jeffrey Friedl
-- http://regex.info/blog/
--
-- Latest version: http://regex.info/blog/lua/json
--
-- This code is released under a Creative Commons CC-BY "Attribution" License:
-- http://creativecommons.org/licenses... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/QuBia_Arena/mobs/Death_Clan_Destroyer.lua | 10 | 3599 | -----------------------------------
-- 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");
function onMobInitialize(mob)
end;
-------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Xarcabard/npcs/Kaya_IM.lua | 13 | 3309 | -----------------------------------
-- Area: Xarcabard
-- NPC: Kaya, I.M.
-- Type: Outpost Conquest Guards
-- @pos 207.548 -24.795 -203.694 112
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");
require(... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Northern_San_dOria/npcs/Vavegallet.lua | 36 | 1425 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Vavegallet
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/ques... | gpl-3.0 |
Badboy30/badboy30 | plugins/stats.lua | 57 | 3698 | do
local NUM_MSG_MAX = 6
local TIME_CHECK = 4 -- seconds
local function user_print_name(user)
if user.print_name then
return user.print_name
end
local text = ''
if user.first_name then
text = user.last_name..' '
end
if user.lastname then
text = text..user.last_name
end
return text
end
-- Returns a table with `... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/The_Eldieme_Necropolis/npcs/_5fp.lua | 34 | 2568 | -----------------------------------
-- Area: The Eldieme Necropolis
-- NPC: West Plate
-- @pos 128 -34 20 195
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
--------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/pot_of_white_honey.lua | 35 | 1149 | -----------------------------------------
-- ID: 5562
-- Item: pot_of_white_honey
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Magic Regen While Healing 1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/mokusa.lua | 41 | 1064 | -----------------------------------------
-- ID: 18451
-- Item: Mokusa
-- Additional Effect: Wind Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
... | gpl-3.0 |
mhmspm/z | plugins/msg-checks.lua | 15 | 11975 | --Begin msg_checks.lua By @SoLiD
local TIME_CHECK = 2
local function pre_process(msg)
local data = load_data(_config.moderation.data)
local chat = msg.to.id
local user = msg.from.id
local is_channel = msg.to.type == "channel"
local is_chat = msg.to.type == "chat"
local auto_leave = 'auto_leave_bot'
local hash = "gp_lan... | gpl-3.0 |
olark/kubernetes-contrib | ingress/controllers/nginx/lua/error_page.lua | 45 | 1661 | http = require "resty.http"
def_backend = "upstream-default-backend"
local concat = table.concat
local upstream = require "ngx.upstream"
local get_servers = upstream.get_servers
local get_upstreams = upstream.get_upstreams
local random = math.random
local us = get_upstreams()
function openURL(status)
local httpc ... | apache-2.0 |
nesstea/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/_0rp.lua | 13 | 1640 | -----------------------------------
-- Area: Phomiuna_Aqueducts
-- NPC: Oil lamp
-- @pos -60 -23 60 27
-----------------------------------
package.loaded["scripts/zones/Phomiuna_Aqueducts/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Phomiuna_Aqueduct... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Garlaige_Citadel/npcs/qm18.lua | 57 | 2138 | -----------------------------------
-- Area: Garlaige Citadel
-- NPC: qm18 (??? - Bomb Coal Fragments)
-- Involved in Quest: In Defiant Challenge
-- @pos -13.425,-1.176,191.669 200
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil;
-----------------------------------
r... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/sleep_bolt.lua | 26 | 1183 | -----------------------------------------
-- ID: 18149
-- Item: Sleep Bolt
-- Additional Effect: Sleep
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
func... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Dynamis-Bastok/bcnms/dynamis_bastok.lua | 22 | 1313 | -----------------------------------
-- Area: Dynamis Bastok
-- Name: Dynamis Bastok
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[DynaBastok]UniqueID",player:getDynamisUniqueID(1280));
SetServerVariab... | gpl-3.0 |
vonflynee/opencomputersserver | world/opencomputers/a3abb948-eba5-4c6b-9388-1bb1f150ed2b/lib/term.lua | 15 | 12816 | local component = require("component")
local computer = require("computer")
local event = require("event")
local keyboard = require("keyboard")
local text = require("text")
local unicode = require("unicode")
local term = {}
local cursorX, cursorY = 1, 1
local cursorBlink = nil
local function toggleBlink()
if term.i... | mit |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria/npcs/Simmie.lua | 36 | 1432 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Simmie
-- General Info NPC
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests"... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria/npcs/Amutiyaal.lua | 17 | 4461 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Amutiyaal
-- Warp NPC (Aht Urhgan)
-- @pos 116 0.1 84 230
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/abilities/healing_waltz.lua | 10 | 1626 | -----------------------------------
-- Ability: Healing Waltz
-- Removes one detrimental status effect from target party member.
-- Obtained: Dancer Level 35
-- TP Required: 20%
-- Recast Time: 00:15
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Jugner_Forest_[S]/mobs/Lobison.lua | 13 | 1678 | -----------------------------------
-- Area: Jugner Forest (S)
-- NPC: Lobison
-----------------------------------
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn(mob)
mob:setLocalVar("transformTime", os.time())
end;
-------------------------------... | gpl-3.0 |
VurtualRuler98/kswep2-NWI | lua/ins_sounds/sounds_fal.lua | 1 | 1868 | if (SERVER) then
AddCSLuaFile()
end
--FnFAL
sound.Add({
name="Weapon_FnFAL.Single",
volume = 1.0,
pitch = {100,105},
sound = "weapons/FnFal/FnFAL_fp.wav",
level = 156,
channel = CHAN_STATIC
})
sound.Add({
name="Weapon_FnFAL.SingleSilenced",
volume = 1.0,
pitch = {100,105},
sound = "weapons/FnFal/FnFAL_suppre... | apache-2.0 |
jj918160/cocos2d-x-samples | samples/FantasyWarrior3D/src/cocos/cocos2d/DeprecatedCocos2dFunc.lua | 94 | 39158 |
--tip
local function deprecatedTip(old_name,new_name)
print("\n********** \n"..old_name.." was deprecated please use ".. new_name .. " instead.\n**********")
end
--functions of CCDirector will be deprecated,begin
local CCDirectorDeprecated = { }
function CCDirectorDeprecated.sharedDirector()
deprecatedTip("CC... | mit |
dpino/snabbswitch | lib/ljsyscall/syscall/methods.lua | 18 | 7907 | -- this creates types with methods
-- cannot do this in types as the functions have not been defined yet (as they depend on types)
-- well we could, by passing in the empty table for S, but this is more modular
local require, error, assert, tonumber, tostring,
setmetatable, pairs, ipairs, unpack, rawget, rawset,
pcall... | apache-2.0 |
nesstea/darkstar | scripts/zones/Metalworks/npcs/Lexun-Marixun_WW.lua | 13 | 5592 | -----------------------------------
-- Area: Metalworks
-- NPC: Lexun-Maxirun, W.W.
-- @pos 28 -16 28 237
-- 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 Su... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Stellar_Fulcrum/npcs/_4z3.lua | 36 | 1313 | -----------------------------------
-- Area: Stellar Fulcrum
-- NPC: Qe'Lov Gate
-------------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
-----------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Northern_San_dOria/npcs/Mulaujeant.lua | 24 | 2325 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Mulaujeant
-- Involved in Quests: Missionary Man
-- @zone 231
-- @pos -175 0 181
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/s... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Pulonono.lua | 38 | 1045 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Pulonono
-- Type: VCS Chocobo Trainer
-- @zone: 241
-- @pos 130.124 -6.35 -119.341
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
----... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Apollyon/bcnms/NW_Apollyon.lua | 13 | 1064 | -----------------------------------
-- Area: Appolyon
-- Name:
-----------------------------------
require("scripts/globals/limbus");
require("scripts/globals/keyitems");
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[NW_Apollyon]UniqueID",Genera... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_UnitFrames/libs/oUF/elements/maintank.lua | 4 | 1503 | --GLOBAL NAMESPACE
local _G = _G;
--LUA
local unpack = _G.unpack;
local select = _G.select;
local assert = _G.assert;
--BLIZZARD API
local UnitInRaid = _G.UnitInRaid;
local GetRaidRosterInfo = _G.GetRaidRosterInfo;
local UnitHasVehicleUI = _G.UnitHasVehicleUI;
local parent, ns = ...
... | mit |
dpino/snabbswitch | lib/luajit/dynasm/dynasm.lua | 36 | 30989 | ------------------------------------------------------------------------------
-- DynASM. A dynamic assembler for code generation engines.
-- Originally designed and implemented for LuaJIT.
--
-- Copyright (C) 2005-2017 Mike Pall. All rights reserved.
-- See below for full copyright notice.
----------------------------... | apache-2.0 |
nesstea/darkstar | scripts/zones/Kazham/npcs/Bhi_Telifahgo.lua | 15 | 1053 | -----------------------------------
-- Area: Kazham
-- NPC: Bhi Telifahgo
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
-----------------------------------
f... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/West_Sarutabaruta/npcs/Harvesting_Point.lua | 29 | 1125 | -----------------------------------
-- Area: West Sarutabaruta
-- NPC: Harvesting Point
-----------------------------------
package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/harvesting");
require("scripts/zones/West_Sarutabaruta/T... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/plate_of_bream_risotto.lua | 18 | 1639 | -----------------------------------------
-- ID: 4550
-- Item: plate_of_bream_risotto
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 40
-- Dexterity 6
-- Agility 3
-- Mind -4
-- Health Regen While Healing 1
-- Accuracy % 6
-- Accuracy Cap 15
---------------------------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_Jeuno/npcs/Challoux.lua | 13 | 1114 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Challoux
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
require("scripts/zones/Port_Jeuno/TextIDs");
-----------------------------------
-- onTrade A... | gpl-3.0 |
alirezanile/LaSt-GaMfg | plugins/join.lua | 26 | 1488 | --[[
Bot can join into a group by replying a message contain an invite link or by
typing !join [invite link].
URL.parse cannot parsing complicated message. So, this plugin only works for
single [invite link] in a post.
[invite link] may be preceeded but must not followed by another characters.
--]]
do
local fun... | gpl-2.0 |
nesstea/darkstar | scripts/zones/Lower_Jeuno/npcs/Bki_Tbujhja.lua | 11 | 4299 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Bki Tbujhja
-- Involved in Quest: The Old Monument
-- Starts and Finishes Quests: Path of the Bard (just start), The Requiem (BARD AF2)
-- @zone 245
-- @pos -22 0 -60
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"]... | gpl-3.0 |
dpino/snabbswitch | src/apps/lwaftr/loadgen.lua | 9 | 2163 | module(...,package.seeall)
local app = require("core.app")
local packet = require("core.packet")
local link = require("core.link")
local transmit, receive = link.transmit, link.receive
local clone = packet.clone
--- ### `RateLimitedRepeater` app: A repeater that can limit flow rate
RateLimitedRepeater = {
config... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Bastok_Markets_[S]/npcs/Porter_Moogle.lua | 41 | 1547 | -----------------------------------
-- Area: Bastok Markets [S]
-- NPC: Porter Moogle
-- Type: Storage Moogle
-- @zone 87
-- @pos TODO
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Bastok_Mark... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Behemoths_Dominion/Zone.lua | 12 | 1901 | -----------------------------------
--
-- Zone: Behemoths_Dominion (127)
--
-----------------------------------
package.loaded["scripts/zones/Behemoths_Dominion/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/zone");
require("scripts/zones/Behemoths_Do... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/bibiki_slug.lua | 18 | 1416 | -----------------------------------------
-- ID: 5122
-- Item: Bibiki Slug
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity -5
-- Vitality 4
-- defense % 16
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
--... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_UnitFrames/libs/oUF/oUF_core.lua | 4 | 31790 | local parent, ns = ...
local oUF = {}
local global = GetAddOnMetadata(parent, 'X-oUF')
local _VERSION = GetAddOnMetadata(parent, 'version')
local upper = string.upper
local split = string.split
local tinsert, tremove = table.insert, table.remove
local styles, style = {}
local callback, objects = {}, {}
local eleme... | mit |
UnfortunateFruit/darkstar | scripts/globals/abilities/warlocks_roll.lua | 11 | 2155 | -----------------------------------
-- Ability: Warlock's Roll
-- Enhances magic accuracy for party members within area of effect
-- Optimal Job: Red Mage
-- Lucky Number: 4
-- Unlucky Number: 8
-- Level: 46
--
-- Die Roll |No RDM |With RDM
-- -------- -------- -----------
-- 1 |+2 |+7
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Selbina/npcs/Humilitie.lua | 39 | 1459 | -----------------------------------
-- Area: Selbina
-- NPC: Humilitie
-- Reports the time remaining before boat arrival.
-- @pos 17.979 -2.39 -58.800 248
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextI... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Selbina/npcs/Humilitie.lua | 39 | 1459 | -----------------------------------
-- Area: Selbina
-- NPC: Humilitie
-- Reports the time remaining before boat arrival.
-- @pos 17.979 -2.39 -58.800 248
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextI... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/bird_egg.lua | 35 | 1192 | -----------------------------------------
-- ID: 4570
-- Item: Bird Egg
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Health 6
-- Magic 6
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
--... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/la_theine_cabbage.lua | 35 | 1201 | -----------------------------------------
-- ID: 4366
-- Item: la_theine_cabbage
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality -3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- ... | gpl-3.0 |
akdor1154/awesome | lib/wibox/layout/margin.lua | 1 | 5330 | ---------------------------------------------------------------------------
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox.layout.margin
---------------------------------------------------------------------------
local pairs = pairs
local type = type
local ... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Abyssea-Grauberg/npcs/Dominion_Sergeant.lua | 65 | 1056 | -----------------------------------
-- Area: Abyssea - Grauberg
-- NPC: Dominion Sergeant
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Grauberg/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/abyssea");
require("scripts/... | gpl-3.0 |
johnmccabe/dockercraft | world/Plugins/APIDump/Hooks/OnCraftingNoRecipe.lua | 36 | 1325 | return
{
HOOK_CRAFTING_NO_RECIPE =
{
CalledWhen = " No built-in crafting recipe is found. Plugin may provide a recipe.",
DefaultFnName = "OnCraftingNoRecipe", -- also used as pagename
Desc = [[
This callback is called when a player places items in their {{cCraftingGrid|crafting grid}} and
Cuberite canno... | apache-2.0 |
FailcoderAddons/supervillain-ui | SVUI_UnitFrames/libs/oUF_1.6.9/elements/portraits.lua | 7 | 3228 | --[[ Element: Portraits
Handles updating of the unit's portrait.
Widget
Portrait - A PlayerModel or Texture used to represent the unit's portrait.
Notes
The quest delivery question mark will be used instead of the unit's model when
the client doesn't have the model information for the unit.
Examples
--... | mit |
nesstea/darkstar | scripts/zones/Alzadaal_Undersea_Ruins/npcs/_20m.lua | 18 | 3593 | -----------------------------------
-- Area: Alzadaal Undersea Ruins
-- Door: Runic Seal
-- @pos 125 -2 20 72
-----------------------------------
package.loaded["scripts/zones/Alzadaal_Undersea_Ruins/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/mis... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/abilities/stutter_step.lua | 28 | 8023 | -----------------------------------
-- Ability: Stutter Step
-- Applies Weakened Daze. Lowers the targets magic resistance. If successful, you will earn two Finishing Moves.
-- Obtained: Dancer Level 40
-- TP Required: 10%
-- Recast Time: 00:05
-- Duration: First Step lasts 1 minute, each following Step extends i... | gpl-3.0 |
gabri94/packages-2 | lang/luaexpat/files/compat-5.1r5/compat-5.1.lua | 251 | 6391 | --
-- Compat-5.1
-- Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/compat)
-- According to Lua 5.1
-- $Id: compat-5.1.lua,v 1.22 2006/02/20 21:12:47 carregal Exp $
--
_COMPAT51 = "Compat-5.1 R5"
local LUA_DIRSEP = '/'
local LUA_OFSEP = '_'
local OLD_LUA_OFSEP = ''
local POF = 'luaopen_'
local LUA_PA... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/mercy_stroke.lua | 10 | 1999 | -----------------------------------
-- Mercy Stroke
-- Dagger weapon skill
-- Skill level: N/A
-- Batardeau/Mandau: Temporarily improves params.critical hit rate.
-- Aftermath gives +5% params.critical hit rate.
-- Must have Batardeau, Mandau, or Clement Skean equipped.
-- Aligned with the Shadow Gorget & Soil G... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Sacrificial_Chamber/npcs/_4j3.lua | 12 | 1337 | -----------------------------------
-- Area: Sacrificial Chamber
-- NPC: Mahogany Door
-- @pos 19 -1 -4 163
-------------------------------------
package.loaded["scripts/zones/Sacrificial_Chamber/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/missions"... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Open_sea_route_to_Mhaura/npcs/Sheadon.lua | 13 | 1128 | -----------------------------------
-- Area: Open_sea_route_to_Mhaura
-- NPC: Sheadon
-- Notes: Tells ship ETA time
-- @pos 0.340 -12.232 -4.120 47
-----------------------------------
package.loaded["scripts/zones/Open_sea_route_to_Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/O... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/RuLude_Gardens/npcs/Pakh_Jatalfih.lua | 19 | 2721 | -----------------------------------
-- Area: Ru'Lud Gardens
-- NPC: Pakh Jatalfih
-- @pos 34 8 -35 243
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
package.loaded["scripts/globals/missions"] = nil;
-----------------------------------
require("scripts/globa... | gpl-3.0 |
nesstea/darkstar | scripts/globals/mobskills/Serpentine_Tail.lua | 37 | 1218 | ---------------------------------------------
-- Serpentine Tail
--
-- Description: Deals heavy damage to a target behind the user.
-- Type: Physical
-- 2-3 Shadows
-- Range: Back
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/... | gpl-3.0 |
ndbeals/Luabox | lua/luabox/ui/folderview.lua | 2 | 12831 | local PANEL = {}
PANEL.ClassName = "Luabox_Folder_View_Row"
PANEL.Base = "DLabel"
local spacing = 4
function PANEL:SetBackgroundColor( col )
self.m_bgColor = col
end
function PANEL:Init()
self.Name = ""
self.Size = 0
self.Date = 0
self.DateLabel = vgui.Create( "DLabel" , self )
self.DateLabel... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Chateau_dOraguille/npcs/Chaloutte.lua | 38 | 1053 | -----------------------------------
-- Area: Chateau d'Oraguille
-- NPC: Chaloutte
-- Type: Event Scene Replayer
-- @zone: 233
-- @pos 10.450 -1 -11.985
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = n... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/buttered_nebimonite.lua | 18 | 1386 | -----------------------------------------
-- ID: 4267
-- Item: Buttered Nebimonite
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Dexterity 1
-- Vitality 2
-- defense % 25
-- defense Cap 75
-----------------------------------------
require("scripts/globals/status");
--------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Northern_San_dOria/npcs/Antonian.lua | 13 | 2156 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Antonian
-- Regional Marchant NPC
-- Only sells when San d'Oria controlls Aragoneu.
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("script... | gpl-3.0 |
GabrielNicolasAvellaneda/boundary-plugin-ping-check | modules/framework.lua | 3 | 48474 | -- Copyright 2015 Boundary, Inc.
--
-- 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 agreed to i... | apache-2.0 |
nesstea/darkstar | scripts/zones/Gusgen_Mines/npcs/_5gb.lua | 13 | 1344 | -----------------------------------
-- Area: Gusgen Mines
-- NPC: _5gb (Lever B)
-- @pos 19.999 -40.561 -54.198 196
-----------------------------------
package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Gusgen_Mines/TextIDs");
----------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Cloister_of_Storms/bcnms/trial-size_trial_by_lightning.lua | 29 | 2592 | -----------------------------------
-- Area: Cloister of Storms
-- BCNM: Trial by Lightning
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Storms/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
require("scripts... | gpl-3.0 |
focusworld/aabb | plugins/service_entergroup.lua | 355 | 3585 | 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 = string.gsub(chat_name, '_', ' ') or ''
c... | gpl-2.0 |
hamed9898/maxbot | plugins/service_entergroup.lua | 355 | 3585 | 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 = string.gsub(chat_name, '_', ' ') or ''
c... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Inner_Horutoto_Ruins/npcs/_5c8.lua | 17 | 2162 | -----------------------------------
-- 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 for t... | gpl-3.0 |
plajjan/snabbswitch | src/lib/pcap/pcap.lua | 6 | 2808 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
module(...,package.seeall)
local ffi = require("ffi")
-- PCAP file format: http://wiki.wireshark.org/Development/LibpcapFileFormat/
local pcap_file_t = ffi.typeof[[
struct {
/* file header */
uint32_t magic_number; /* magic numb... | apache-2.0 |
nesstea/darkstar | scripts/globals/abilities/maguss_roll.lua | 2 | 2640 | -----------------------------------
-- Ability: Magus's Roll
-- Enhances magic defense for party members within area of effect
-- Optimal Job: Blue Mage
-- Lucky Number: 2
-- Unlucky Number: 6
-- Level: 17
--
-- Die Roll |No BLU |With BLU
----------- ------- -----------
-- 1 |+5 |+13
-- 2 ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Sorrowful_Sage.lua | 29 | 2456 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Sorrowful Sage
-- Type: Assault Mission Giver
-- @pos 134.096 0.161 -30.401 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/glob... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_San_dOria/npcs/Antreneau.lua | 13 | 2158 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Antreneau
-- Type: Standard NPC
-- @zone: 232
-- @pos -71 -5 -39
--
-- Involved in Quest: A Taste For Meat
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
req... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/East_Ronfaure/npcs/Cheval_River.lua | 34 | 1647 | -----------------------------------
-- Area: East Ronfaure
-- NPC: Cheval_River
-- @pos 223 -58 426 101
-- Involved in Quest: Waters of Cheval
-----------------------------------
package.loaded["scripts/zones/East_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/sett... | gpl-3.0 |
dpino/snabbswitch | lib/ljsyscall/test/linux-structures.lua | 18 | 6451 | -- test Linux structures against standard headers
-- Need to cross compile on correct 32/64 bits
--[[
luajit test/linux-structures.lua x64 > ./obj/s.c && cc -U__i386__ -DBITS_PER_LONG=64 -I./include/linux-kernel-headers/x86_64/include -o ./obj/s ./obj/s.c && ./obj/s
luajit32 test/linux-structures.lua x86 > ./obj/s.c ... | apache-2.0 |
Cycloneteam/CycloneTg | plugins/invite.lua | 10 | 1194 | do
local function callbackres(extra, success, result) -- Callback for res_user in line 27
local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- I... | gpl-2.0 |
nesstea/darkstar | scripts/globals/weaponskills.lua | 5 | 35789 | -- Contains all common weaponskill calculations including but not limited to:
-- fSTR
-- Alpha
-- Ratio -> cRatio
-- min/max cRatio
-- applications of fTP
-- applications of critical hits ('Critical hit rate varies with TP.')
-- applications of accuracy mods ('Accuracy varies with TP.')
-- applications of damage mods (... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Shih_Tayuun.lua | 19 | 1163 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Shih Tayuun
-- Guild Merchant NPC: Bonecrafting Guild
-- @pos -3.064 -6.25 -131.374 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/set... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Halvung/npcs/qm1.lua | 8 | 1199 | -----------------------------------
-- Area: Halvung
-- NPC: ??? (Spawn Big Bomb)
-- @pos -233.830 13.613 286.714 62
-----------------------------------
package.loaded["scripts/zones/Halvung/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Halvung/TextIDs");
-------------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Metalworks/npcs/Aishah.lua | 34 | 1044 | -----------------------------------
-- Area: Metalworks
-- NPC: Aishah
-- Type: Standard Info NPC
-- @pos -83.038 2.390 -26.209 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Metalworks/TextIDs");
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_Bastok/npcs/Panana.lua | 13 | 1098 | -----------------------------------
-- Area: Port Bastok
-- NPC: Panana
-- Involved in Quest: Out of One's Shell
-----------------------------------
require("scripts/globals/quests");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Bastok_Markets/npcs/Yafafa.lua | 16 | 1557 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Yafafa
-- Only sells when Bastok controls Kolshushu
--
-- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Northern_San_dOria/npcs/Abioleget.lua | 19 | 2185 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Abioleget
-- Type: Quest Giver (Her Memories: The Faux Pas and The Vicasque's Sermon) / Merchant
-- @zone: 231
-- @pos 128.771 0.000 118.538
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = ... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Lufaise_Meadows/npcs/Cotete_WW.lua | 13 | 3325 | -----------------------------------
-- Area: Lufaise Meadows
-- NPC: Cotete, W.W.
-- Border Conquest Guards
-- @pos 414.659 0.905 -52.417 24
-----------------------------------
package.loaded["scripts/zones/Lufaise_Meadows/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");
requi... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_QuestTracker/components/achievements.lua | 2 | 13493 | --[[
##########################################################
S V U I By: Failcoder
##########################################################
LOCALIZED LUA FUNCTIONS
##########################################################
]]--
--[[ GLOBALS ]]--
local _G = _G;
local unpack = _G.unpack;
local select = _G.se... | mit |
UnfortunateFruit/darkstar | scripts/globals/items/serving_of_goblin_stir-fry.lua | 35 | 1286 | -----------------------------------------
-- ID: 5143
-- Item: serving_of_goblin_stir-fry
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Agility 5
-- Vitality 2
-- Charisma -5
-----------------------------------------
require("scripts/globals/status");
---------------------... | gpl-3.0 |
danielmandlez/LuaClasses | Electric/TRU.lua | 1 | 3005 | ---------------------------------------------------------------------------------
-- Project: Useful Lua-Classes for X-Plane GIZMO
-- Developer: Daniel Mandlez
-- Date: 2014
-- FileBlock: Class Electric Transformer Rectifier Unit (TRU) AC/DC
----------------------------------------------------------------------------... | unlicense |
nesstea/darkstar | scripts/globals/spells/knights_minne_ii.lua | 27 | 1501 | -----------------------------------------
-- Spell: Knight's Minne II
-- Grants Defense bonus to all allies.
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(cas... | gpl-3.0 |
dpino/snabbswitch | src/program/snabbnfv/fuzz/fuzz.lua | 9 | 5129 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
module(...,package.seeall)
local lib = require("core.lib")
local usage = require("program.snabbnfv.fuzz.README_inc")
function run (args)
if #args ~= 2 then print(usage) main.exit(1) end
local spec_path, output_path = unpack(args)
... | apache-2.0 |
nesstea/darkstar | scripts/zones/QuBia_Arena/bcnms/heir_to_the_light.lua | 30 | 1916 | -----------------------------------
-- Name: Mission 9-2 SANDO
-----------------------------------
package.loaded["scripts/zones/Qubia_arena/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
require("scripts/zones/QuBia_Arena/TextIDs");
--... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Jugner_Forest/npcs/Signpost.lua | 24 | 2848 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Signpost
-- Involved in Quest: Grimy Signposts
-------------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
-----------------------------------
-- onTrade Action
------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Crawlers_Nest/npcs/_5h1.lua | 12 | 2609 | -----------------------------------
-- Area: Crawlers' Nest
-- NPC: Strange Apparatus
-- @pos: 214 0 -339 197
-----------------------------------
package.loaded["scripts/zones/Crawlers_Nest/TextIDs"] = nil;
require("scripts/zones/Crawlers_Nest/TextIDs");
require("scripts/globals/strangeapparatus");
-----------------... | gpl-3.0 |
Jacklli/redis-leveldb | deps/lua/dynasm/dasm_arm.lua | 15 | 34483 | ------------------------------------------------------------------------------
-- DynASM ARM module.
--
-- Copyright (C) 2005-2012 Mike Pall. All rights reserved.
-- See dynasm.lua for full copyright notice.
------------------------------------------------------------------------------
-- Module information:
local _in... | bsd-3-clause |
NezzKryptic/Wire-Extras | lua/weapons/gmod_tool/stools/wire_touchplate.lua | 4 | 3489 | TOOL.Category = "Wire Extras/Detection"
TOOL.Name = "Touchplate"
TOOL.Command = nil
TOOL.ConfigName = ""
TOOL.Tab = "Wire"
TOOL.ClientConVar["model"] = "models/props_phx/construct/metal_plate1.mdl"
TOOL.ClientConVar["only_players"] = "1"
if CLIENT then
language.Add("Tool.wire_touchplate.name", "Wired Tou... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.