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 |
|---|---|---|---|---|---|
sprunk/Zero-K | LuaRules/Configs/StartBoxes/Gods Of War 2 Remake V2.lua | 17 | 1126 | return {
[0] = {
nameLong = "South-West",
nameShort = "W",
startpoints = {
{824,6344},
},
boxes = {
{
{0,5519},
{1649,5519},
{1649,7168},
{0,7168},
},
},
},
[1] = {
nameLong = "North-East",
nameShort = "NE",
startpoints = {
{6344,824},
},
boxes = {
{
{5519,0},... | gpl-2.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/hair/zabrak/hair_zabrak_male_s10.lua | 3 | 2252 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/naboo/waterfall_naboo_keren.lua | 3 | 2224 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/component/bio/bio_component_food_medium_quantity.lua | 3 | 2772 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/crafted/capacitor/capacitor_mk5.lua | 2 | 3218 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/spices/serverobjects.lua | 3 | 2937 | --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 |
mretegan/crispy | crispy/quanty/templates/3d_Oh_XAS_3s.lua | 1 | 33055 | --------------------------------------------------------------------------------
-- Quanty input file generated using Crispy. If you use this file please cite
-- the following reference: http://dx.doi.org/10.5281/zenodo.1008184.
--
-- elements: 3d
-- symmetry: Oh
-- experiment: XAS
-- edge: M1 (3s)
--------------------... | mit |
Sajaki/MizusRaidTracker | libs/LibBabble-Boss-3.0/LibBabble-3.0.lua | 5 | 8233 | -- LibBabble-3.0 is hereby placed in the Public Domain
-- Credits: ckknight
local LIBBABBLE_MAJOR, LIBBABBLE_MINOR = "LibBabble-3.0", 2
local LibBabble = LibStub:NewLibrary(LIBBABBLE_MAJOR, LIBBABBLE_MINOR)
if not LibBabble then
return
end
local data = LibBabble.data or {}
for k,v in pairs(LibBabble) do
... | gpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/dressed_blood_razor_pirate_berzerker_rod_m.lua | 3 | 2284 | --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 |
timpalpant/KaggleBillionWordImputation | scripts/fblstm/data.lua | 1 | 2325 | --
---- Copyright (c) 2014, Facebook, Inc.
---- All rights reserved.
----
---- This source code is licensed under the Apache 2 license found in the
---- LICENSE file in the root directory of this source tree.
----
local stringx = require('pl.stringx')
-- local file = require('pl.file')
local ptb_path = "../../da... | gpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/vehicle/component/starship_module.lua | 3 | 2284 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/kitonak_male.lua | 3 | 2164 | --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 |
hassonyb/brimez | plugins/anti_spam.lua | 191 | 5291 | --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
-- Save... | gpl-2.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/spawning/remote_theater_spawner.lua | 3 | 2248 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/droid/droid_interplanetary_survey.lua | 1 | 3989 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/space_imperial_tier2_naboo.lua | 3 | 2220 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/ship/player/player_prototype_tiefighter.lua | 3 | 2244 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/building/faction_perk/hq/hq_s05_imp_pvp.lua | 3 | 2244 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/screenplays/tasks/talus/champhra_biahin.lua | 1 | 1722 | champhra_biahin_missions =
{
{
missionType = "retrieve",
primarySpawns =
{
{ npcTemplate = "champhra_agriculturalist", npcName = "Agriculturalist" }
},
secondarySpawns =
{
{ npcTemplate = "champhra_thug", npcName = "a Thug" },
},
itemSpawns =
{
{ itemTemplate = "object/tangibl... | agpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/medicine/crafted/medpack_disease_focus_c.lua | 2 | 3293 | --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 |
telecerner/fuker-bot | plugins/admin.lua | 95 | 10643 | local function set_bot_photo(msg, success, result)
local receiver = get_receiver(msg)
if success then
local file = 'data/photos/bot.jpg'
print('File downloaded to:', result)
os.rename(result, file)
print('File moved to:', file)
set_profile_photo(file, ok_cb, false)
send_large_msg(rec... | gpl-2.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/mission/quest_item/gilad_pellaeon_q1_needed.lua | 3 | 2296 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/screenplays/tasks/tatooine/stella.lua | 1 | 1773 | stella_missions =
{
{
missionType = "retrieve",
primarySpawns =
{
{ npcTemplate = "bent_spur", npcName = "Bent Spur" }
},
secondarySpawns = {
{ npcTemplate = "thug", npcName = "" }
},
itemSpawns =
{
{ itemTemplate = "object/tangible/mission/quest_item/stella_q1_needed.iff", itemNa... | agpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/item/item_kitchen_portable_stove_sm_s1.lua | 3 | 2268 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/bodysuit/bodysuit_sarlacc_coverall.lua | 3 | 4259 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/commands/medicalForage.lua | 4 | 2132 | --Copyright (C) 2007 <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 version.
... | agpl-3.0 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/gorr_ebelt.lua | 3 | 2156 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/hair/twilek/base/hair_twilek_female_base.lua | 3 | 2284 | --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 |
Tatwi/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/clothing/clothing_ith_backpack_field_01.lua | 3 | 2308 | --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 |
kidaa/FFXIOrgins | scripts/globals/items/prime_angler_stewpot.lua | 36 | 1919 | -----------------------------------------
-- ID: 5612
-- Item: Prime Angler Stewpot
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +10%
-- MP +15
-- Dexterity 2
-- Agility 1
-- Mind 1
-- HP Recovered while healing 7
-- MP Recovered while healing 2
-- Accuracy 15% ... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/globals/items/serving_of_karni_yarik.lua | 1 | 1337 | -----------------------------------------
-- ID: 5588
-- Item: serving_of_karni_yarik
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Agility 3
-- Vitality -1
-- Attack % 20
-- Attack Cap 65
-----------------------------------------
require("scripts/globals/status");
--------------------... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Pashhow_Marshlands/npcs/Stone_Monument.lua | 2 | 1261 | -----------------------------------
-- Area: Pashhow Marshlands
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-----------------------------------
package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Pashhow_Marsh... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/globals/items/bloody_bolt.lua | 2 | 1365 | -----------------------------------------
-- ID: 18151
-- Item: Bloody Bolt
-- Additional Effect: Drains HP
-----------------------------------------
require("scripts/globals/status");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
function onAdditionalEffect(playe... | gpl-3.0 |
actionless/awesome | lib/wibox/layout/stack.lua | 1 | 6306 | ---------------------------------------------------------------------------
-- A stacked layout.
--
-- This layout display widgets on top of each other. It can be used to overlay
-- a `wibox.widget.textbox` on top of a `awful.widget.progressbar` or manage
-- "pages" where only one is visible at any given moment.
--
-- ... | gpl-2.0 |
Fatalerror66/ffxi-a | scripts/globals/weaponskills/vidohunir.lua | 2 | 1694 | -----------------------------------
-- Vidohunir
-- Staff weapon skill
-- Skill Level: N/A
-- Lowers target's magic defense. Duration of effect varies with TP. Laevateinn: Aftermath effect varies with TP.
-- Reduces enemy's magic defense by 10%.
-- Available only after completing the Unlocking a Myth (Black... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Bastok-Jeuno_Airship/Zone.lua | 4 | 1267 | -----------------------------------
--
-- Zone: Bastok-Jeuno_Airship
--
-----------------------------------
-----------------------------------
-- onInitialize
-----------------------------------
function onInitialize(zone)
end;
-----------------------------------
-- onZoneIn
-----------------------------------
... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Bastok_Markets/npcs/Olwyn.lua | 6 | 1454 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Olwyn
-- Standard Merchant NPC
--
-- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape
-----------------------------------
require("scripts/globals/harvest_festivals");
require("scripts/globals/shop");
package.loaded["scripts/zo... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Southern_San_dOria/npcs/Chanpau.lua | 19 | 2054 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Chanpau
-- Optional Involvement in Quest: A Squire's Test II
-- @zone 230
-- @pos -152 -2 55
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
UB12/mr690 | plugins/time.lua | 38 | 2898 | -- Implement a command !time [area] which uses
-- 2 Google APIs to get the desired result:
-- 1. Geocoding to get from area to a lat/long pair
-- 2. Timezone to get the local time in that lat/long location
-- Globals
-- If you have a google api key for the geocoding/timezone api
api_key = nil
base_api = "https://m... | gpl-2.0 |
meshr-net/meshr_win32 | usr/lib/lua/luci/sys.lua | 2 | 29907 | --[[
LuCI - System library
Description:
Utilities for interaction with the Linux system
FileId:
$Id: sys.lua 9975 2014-04-24 21:42:48Z jow $
License:
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 t... | apache-2.0 |
Fatalerror66/ffxi-a | scripts/globals/items/roast_trout.lua | 2 | 1217 | -----------------------------------------
-- ID: 4404
-- Item: roast_trout
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Dexterity 3
-- Mind -1
-- Ranged ATT % 14
-----------------------------------------
require("scripts/globals/status");
----------------------------------... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/globals/items/phial_of_terror_screen.lua | 2 | 1113 | -----------------------------------------
-- ID: 5877
-- Item: Phial of Terror Screen
-- Item Effect: Temporarily provides immunity to Terror
-- Duration: 2 Mins
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
----------------------... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Upper_Jeuno/npcs/Hinda.lua | 4 | 1319 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Hinda
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Upper_Jeuno/TextIDs");
require("scripts/globals/quests");
--------------... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/globals/spells/banishga_iv.lua | 2 | 1749 | -----------------------------------------
-- Spell: Banishga IV
-- Deals light damage to an enemy.
-----------------------------------------
require("scripts/globals/magic");
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Southern_San_dOria/npcs/Daggao.lua | 2 | 1900 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Daggao
-- Involved in Quest: Peace for the Spirit, Lure of the Wildcat (San d'Oria)
-- @pos 89 0 119 230
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Castle_Zvahl_Baileys/Zone.lua | 4 | 2603 | -----------------------------------
--
-- Zone: Castle_Zvahl_Baileys (161)
--
-----------------------------------
package.loaded["scripts/zones/Castle_Zvahl_Baileys/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Castle_Zvahl_Baileys/TextIDs");
----------------------------------... | gpl-3.0 |
MarcoQin/AyrLand | scripts/systems/logic/PlayerControlSystem.lua | 1 | 3869 | local PlayerControlSystem = class("PlayerControlSystem", System)
function PlayerControlSystem:init()
System.init(self)
self.bufferedEvents = {}
self.keyReleased = {}
-- self.keyLastPressTime = {up=0, down=0, right=0, left=0}
self.keyLastPressTime = {w=0, s=0, d=0, a=0}
self.isMoving = false
... | mit |
Fatalerror66/ffxi-a | scripts/zones/Pashhow_Marshlands/npcs/Sharp_Tooth_IM.lua | 4 | 2907 | -----------------------------------
-- Area: Pashhow Marshlands
-- NPC: Sharp Tooth, I.M.
-- Border Conquest Guards
-- @pos 536.291 23.517 694.063 109
-----------------------------------
package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conq... | gpl-3.0 |
bawww/baw | plugins/banhammer.lua | 1 | 11688 |
local function pre_process(msg)
-- SERVICE MESSAGE
if msg.action and msg.action.type then
local action = msg.action.type
-- Check if banned user joins chat by link
if action == 'chat_add_user_link' then
local user_id = msg.from.id
print('Checking invited user '..user_id)
local banned ... | gpl-2.0 |
Fatalerror66/ffxi-a | scripts/zones/Western_Adoulin/npcs/Home_Point.lua | 2 | 1209 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Home Point
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria/TextIDs");
---------------------------------... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Windurst_Woods/npcs/Valeriano.lua | 17 | 1692 | -----------------------------------
-- Area: Windurst_Woods
-- NPC: Valeriano
-- Standard Merchant NPC
-- Working 100%
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/zones/Windurst... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Al_Zahbi/npcs/Eumoa-Tajimoa.lua | 4 | 1027 | -----------------------------------
-- 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 |
aliafshar250/b | lang/italian_lang.lua | 32 | 20741 | --------------------------------------------------
-- ____ ____ _____ --
-- | \| _ )_ _|___ ____ __ __ --
-- | |_ ) _ \ | |/ ·__| _ \_| \/ | --
-- |____/|____/ |_|\____/\_____|_/\/\_| --
-- --
--------------... | gpl-2.0 |
keeyip/mjolnir | init.lua | 1 | 1845 | local application = require "mjolnir.application"
local hotkey = require "mjolnir.hotkey"
local window = require "mjolnir.window"
local fnutils = require "mjolnir.fnutils"
hotkey.bind({"alt"}, "1", function()
local win = window.focusedwindow()
local f = win:frame()
local max = win:screen():frame()
f.x ... | mit |
kidaa/FFXIOrgins | 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 |
kidaa/FFXIOrgins | scripts/zones/QuBia_Arena/Zone.lua | 1 | 1572 | -----------------------------------
--
-- Zone: QuBia_Arena (206)
--
-----------------------------------
package.loaded["scripts/zones/QuBia_Arena/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/QuBia_Arena/TextIDs");
-----------------------------------... | gpl-3.0 |
kidaa/FFXIOrgins | 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 |
nenau/naev | dat/missions/sirius/heretic/heretic2.lua | 1 | 7892 | --[[misn title - the patrol]]
--[[in this mission, the player will be guarding the "high command" of the
nasin, the wringer/suna. house sirius is sending in recon parties.
the players job is to take out any and all sirius in the system.]]
include "dat/scripts/numstring.lua"
bmsg = {}
--beginning messages
bmsg[1... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Quicksand_Caves/npcs/Treasure_Coffer.lua | 2 | 3928 | -----------------------------------
-- Area: Quicksand Caves
-- NPC: Treasure Coffer
-- @zone 208
-- @pos 615 -6 -681
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/g... | gpl-3.0 |
njligames/Engine | src/njli/platform/cmake.in/ldoc.in/ButtonHUDBuilder.lua | 4 | 2045 |
----
-- @file ButtonHUDBuilder
---- Brief description.
-- <#Description#>
-- @return <#return value description#>
function ButtonHUDBuilder:calculateSerializeBufferSize()
end
---- Brief description.
-- @author James Folk, 16-02-11 15:02:06
-- <#Description#>
-- @param dataBuffer <#dataBuffer description#>
-- @param... | mit |
flyzjhz/openwrt-bb | feeds/luci/applications/luci-polipo/luasrc/model/cbi/polipo.lua | 79 | 5961 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Aleksandar Krsteski <alekrsteski@gmail.com>
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$... | gpl-2.0 |
gunzino/forgottenserver | data/spells/scripts/monster/undead dragon curse.lua | 20 | 1111 | local combat = {}
for i = 30, 50 do
combat[i] = Combat()
combat[i]:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)
combat[i]:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_SMALLCLOUDS)
combat[i]:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_DEATH)
local condition = Condition(CONDITION_CURSED)
condition:se... | gpl-2.0 |
wounds1/zaza.bot | plugins/lock_username.lua | 20 | 1116 | --[[
#
#ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
#:((
# For More Information ....!
# Developer : Aziz < @TH3_GHOST >
# our channel: @DevPointTeam
# Version: 1.1
#:))
#ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
#
]]
lo... | gpl-2.0 |
meshr-net/meshr_win32 | usr/lib/lua/luci/controller/admin/system.lua | 2 | 12068 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008-2011 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
h... | apache-2.0 |
kidaa/FFXIOrgins | scripts/globals/spells/poison.lua | 1 | 1439 | -----------------------------------------
-- Spell: Poison
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function OnMagicCastingCheck(caster,target,spell... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/globals/excavation.lua | 1 | 4664 | -------------------------------------------------
-- Author: Ezekyel
-- Excavation functions
-- Info from:
-- http://wiki.ffxiclopedia.org/wiki/Excavation
-------------------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/quests");
require("scripts/globals/settings");... | gpl-3.0 |
newenclave/ferro-remote | console-client/lua-examples/gpio-encoder.lua | 1 | 2052 | --[[
%ferro_remote_client -s xx.xx.xx.xx:xxxx -clua -e script.lua -p"gpio=id"
--]]
gpio = fr.client.gpio
old_print = print
open( "base" )
print = old_print
if not gpio.available then
die( "GPIO is not available on the "..fr.client.server.." machine :(" )
end
states = { [true] = 0, [false] = 0 }
directions... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/zones/Southern_San_dOria_[S]/npcs/AshmeaBGreinner1.lua | 36 | 1124 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Ashmea B Greinner
-- @zone 80
-- @pos 2 2 -81
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria_[S]/TextIDs");
------------------------... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/globals/items/lionhead.lua | 1 | 1263 | -----------------------------------------
-- ID: 4312
-- Item: lionhead
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 2
-- Mind -4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
----------... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/globals/effects/mnd_down.lua | 19 | 1087 | -----------------------------------
--
-- EFFECT_MND_DOWN
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
if((target:getStat(MOD_MND) - effect... | gpl-3.0 |
flyzjhz/openwrt-bb | feeds/luci/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua | 55 | 8246 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2010-2011 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
htt... | gpl-2.0 |
gunzino/forgottenserver | data/talkactions/scripts/create_item.lua | 24 | 1147 | function onSay(player, words, param)
if not player:getGroup():getAccess() then
return true
end
if player:getAccountType() < ACCOUNT_TYPE_GOD then
return false
end
local split = param:split(",")
local itemType = ItemType(split[1])
if itemType:getId() == 0 then
itemType = ItemType(tonumber(split[1]))
if... | gpl-2.0 |
aurelien-defossez/ecusson | game/runtimedata/sprites/mainSheet.lua | 1 | 2185 | --
-- created with TexturePacker (http://www.codeandweb.com/texturepacker)
--
-- $TexturePacker:SmartUpdate:30f00e25fc5eeba089ce67623db20b9d:d8b5538e419b87797318bc45dcf29b3a:16905a3207bcd6e6261566d9ecdaf4c0$
--
-- local sheetInfo = require("mysheet")
-- local myImageSheet = graphics.newImageSheet( "mysheet.png", sheetI... | lgpl-3.0 |
GeorgeButler/Casadis-Nutscript-Plugins | pda/sh_commands.lua | 1 | 2440 | nut.chat.register("gpda", {
format = "[G-PDA] %s: \"%s\"",
color = Color(144, 238, 144),
filter = "pda",
onCanHear = function(speaker, listener)
if (nut.config.get("pdaNetwork")) then
local inv = (listener:getChar() and listener:getChar():getInv() or nil);
if (inv) then
pdaItem = inv:hasItem("pda");
... | mit |
phelipe26/conky | colour-change.lua | 1 | 12012 | --[[
Conky Colour Change by mrmrwat
A fork of Ring Meters v1.2.1 by londonali1010
Inspired by PolarClock by pixelbreaker
Features:
-- Support for colour changing background and foreground indicators
-- Support for transparency changing background and foreground indicators
-- Colour prof... | gpl-2.0 |
AIE-Guild/GreenWall | tests/TestAPI.lua | 1 | 1636 | --[[--------------------------------------------------------------------------
The MIT License (MIT)
Copyright (c) 2010-2017 Mark Rogaski
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 res... | mit |
Fatalerror66/ffxi-a | scripts/globals/mobskills/TP_Drainkiss.lua | 10 | 1167 | ---------------------------------------------------
-- Drainkiss
-- Deals dark damage to a single target. Additional effect: TP Drain
-- Type: Magical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/s... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/globals/mobskills/TP_Drainkiss.lua | 10 | 1167 | ---------------------------------------------------
-- Drainkiss
-- Deals dark damage to a single target. Additional effect: TP Drain
-- Type: Magical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/s... | gpl-3.0 |
evil-morfar/RCLootCouncil2 | Libs/AceGUI-3.0-SharedMediaWidgets/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua | 8 | 6581 | -- Widget is based on the AceGUIWidget-DropDown.lua supplied with AceGUI-3.0
-- Widget created by Yssaril
local AceGUI = LibStub("AceGUI-3.0")
local Media = LibStub("LibSharedMedia-3.0")
local AGSMW = LibStub("AceGUISharedMediaWidgets-1.0")
do
local widgetType = "LSM30_Background"
local widgetVersion = 13
local ... | lgpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Al_Zahbi/npcs/Gidappa.lua | 12 | 2267 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Gidappa
-- Type: Clothcraft Normal/Adv. Image Support
-- @pos 70.228 -7 -54.089 48
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Al_Zahbi/TextIDs")... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Phomiuna_Aqueducts/npcs/_0rp.lua | 2 | 1560 | -----------------------------------
-- 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 |
nenau/naev | dat/missions/flf/empa/flf_empa01.lua | 1 | 8725 | --[[
FLF-Empire Negotiations
Copyright (C) 2014, 2015 Julie Marchant <onpon4@riseup.net>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at you... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/globals/mobskills/Sable_Breath.lua | 2 | 1169 | ---------------------------------------------
-- Sable Breath
--
-- Description: Deals darkness damage to enemies within a fan-shaped area.
-- Type: Breath
-- Utsusemi/Blink absorb: Ignores shadows
-- Range: Unknown cone
-- Notes: Used only by Vrtra and Azdaja
---------------------------------------------
require... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Port_Bastok/npcs/Valeriano.lua | 17 | 1664 | -----------------------------------
-- Area: Port Bastok
-- NPC: Valeriano
-- Standard Merchant NPC
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
require("scripts/zones/Port_Bastok/TextIDs");
-------... | gpl-3.0 |
Fatalerror66/ffxi-a | scripts/globals/mobskills/Hydro_Canon.lua | 8 | 1274 | ---------------------------------------------------
-- Hydro_Canon
-- Description:
-- Type: Magical
-- additional effect : 40hp/tick Poison
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/scripts/globals/monstertpmoves");
--... | gpl-3.0 |
Yhgenomics/premake-core | tests/actions/vstudio/sln2005/test_projects.lua | 9 | 5472 | --
-- tests/actions/vstudio/sln2005/test_projects.lua
-- Validate generation of Visual Studio 2005+ solution project entries.
-- Copyright (c) 2009-2013 Jason Perkins and the Premake project
--
local suite = test.declare("vstudio_sln2005_projects")
local sln2005 = premake.vstudio.sln2005
--
-- Setup
--
local wks... | bsd-3-clause |
kidaa/FFXIOrgins | scripts/zones/Port_San_dOria/npcs/Deguerendars.lua | 6 | 1975 | -----------------------------------
-- 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 |
Fatalerror66/ffxi-a | scripts/zones/Periqia/Zone.lua | 6 | 1098 | -----------------------------------
--
-- Zone: Periqia
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Periqia/TextIDs"] = nil;
require("scripts/zones/Periqia/TextIDs");
-----------------------------------
-- onInitialize
----------------------... | gpl-3.0 |
Clavus/LD32 | engine/lib/mlib/mlib.lua | 2 | 42751 |
-- https://github.com/davisdude/mlib
-- Functions are renamed as:
--[[
mlib.line.getLength( x1, y1, x2, y2 )
mlib.line.getMidpoint( x1, y1, x2, y2 )
mlib.line.getSlope( x1, y1, x2, y2 )
mlib.line.getPerpendicularSlope( ... )
mlib.line.getPerpendicularBisector( x1, y1, x2, y2 )
mlib.line.getIntercept( x, y, ... )
mlib.... | mit |
kidaa/FFXIOrgins | scripts/globals/items/bowl_of_sprightly_soup.lua | 36 | 1326 | -----------------------------------------
-- ID: 5930
-- Item: Bowl of Sprightly Soup
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- MP 30
-- Mind 4
-- HP Recovered While Healing 4
-- Enmity -4
-----------------------------------------
require("scripts/globals/status");
----------------... | gpl-3.0 |
Clavus/LD32 | engine/lib/loveframes/objects/internal/menuoption.lua | 2 | 6145 | --[[------------------------------------------------
-- Love Frames - A GUI library for LOVE --
-- Copyright (c) 2012-2014 Kenny Shields --
--]]------------------------------------------------
-- get the current require path
local path = string.sub(..., 1, string.len(...) - string.len(".objects.internal.menuoption")... | mit |
Fatalerror66/ffxi-a | scripts/globals/items/dhalmel_pie_+1.lua | 2 | 1821 | -----------------------------------------
-- ID: 4322
-- Item: dhalmel_pie_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 25
-- Strength 4
-- Agility 2
-- Vitality 1
-- Intelligence -2
-- Mind 1
-- Attack % 25
-- Attack Cap 50
-- Ranged ATT % 25
-- Ranged ATT Cap 5... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Dynamis-Tavnazia/mobs/Nightmare_Hornet.lua | 2 | 1444 | -----------------------------------
-- Area: Dynamis Tavnazia
-- NPC: Nightmare_Hornet
-----------------------------------
package.loaded["scripts/zones/Dynamis-Tavnazia/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Tavnazia/TextIDs");
------... | gpl-3.0 |
kidaa/FFXIOrgins | 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 |
simon-wh/PAYDAY-2-BeardLib-Editor | mods/BeardLib-Editor/Classes/Map/EditMeshVariation.lua | 1 | 1247 | EditMeshVariation = EditMeshVariation or class(EditUnit)
function EditMeshVariation:editable(unit)
local mesh_variations = table.merge(managers.sequence:get_editable_state_sequence_list(unit:name()) or {}, managers.sequence:get_triggable_sequence_list(unit:name()))
return #mesh_variations > 0
end
function Edit... | mit |
kidaa/FFXIOrgins | scripts/globals/items/serving_of_marbled_steak.lua | 1 | 1700 | -----------------------------------------
-- ID: 5157
-- Item: serving_of_marbled_steak
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Strength 6
-- Agility 1
-- Intelligence -3
-- Attack % 18
-- Attack Cap 95
-- Ranged ATT % 32
-- Ranged ATT Cap 95
-- Lizard Killer 5
-------------------... | gpl-3.0 |
kidaa/FFXIOrgins | scripts/zones/Monastic_Cavern/npcs/Treasure_Coffer.lua | 2 | 3830 | -----------------------------------
-- Area: Monastic Cavern
-- NPC: Treasure Coffer
-- @zone 150
-----------------------------------
package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("sc... | gpl-3.0 |
AntonioModer/shine | sketch.lua | 8 | 2789 | --[[
The MIT License (MIT)
Copyright (c) 2015 Martin Felis
Copyright (c) 2015 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 th... | mit |
wizardbottttt/Speed_Bot | plugins/quotes.lua | 651 | 1630 | local quotes_file = './data/quotes.lua'
local quotes_table
function read_quotes_file()
local f = io.open(quotes_file, "r+")
if f == nil then
print ('Created a new quotes file on '..quotes_file)
serialize_to_file({}, quotes_file)
else
print ('Quotes loaded: '..quotes_file)
f... | gpl-2.0 |
emadni/emadoso | plugins/quotes.lua | 651 | 1630 | local quotes_file = './data/quotes.lua'
local quotes_table
function read_quotes_file()
local f = io.open(quotes_file, "r+")
if f == nil then
print ('Created a new quotes file on '..quotes_file)
serialize_to_file({}, quotes_file)
else
print ('Quotes loaded: '..quotes_file)
f... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.