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
aminkinghakerlifee/wolf-team
plugins/translate.lua
6
1615
--[[ -- Translate text using Google Translate. -- http://translate.google.com/translate_a/single?client=t&ie=UTF-8&oe=UTF-8&hl=en&dt=t&tl=en&sl=auto&text=hello --]] do function translate(source_lang, target_lang, text) local path = "http://translate.google.com/translate_a/single" -- URL query parameters local pa...
gpl-3.0
aminkinghakerlifee/wolf-team
plugins/tr.lua
6
1615
--[[ -- Translate text using Google Translate. -- http://translate.google.com/translate_a/single?client=t&ie=UTF-8&oe=UTF-8&hl=en&dt=t&tl=en&sl=auto&text=hello --]] do function translate(source_lang, target_lang, text) local path = "http://translate.google.com/translate_a/single" -- URL query parameters local pa...
gpl-3.0
kitala1/darkstar
scripts/globals/items/slice_of_lynx_meat.lua
18
1292
----------------------------------------- -- ID: 5667 -- Item: Slice of Lynx Meat -- Food Effect: 5 Min, Galka only ----------------------------------------- -- Strength 5 -- Intelligence -7 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIte...
gpl-3.0
kitala1/darkstar
scripts/globals/items/elshimo_frog.lua
17
1477
----------------------------------------- -- ID: 4290 -- Item: elshimo_frog -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Agility 2 -- Mind -4 -- Evasion 5 ----------------------------------------- require("scripts/globals/status"); ------------------------...
gpl-3.0
kitala1/darkstar
scripts/zones/Port_San_dOria/npcs/Bonarpant.lua
36
1375
----------------------------------- -- Area: Port San d'Oria -- NPC: Bonarpant -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Port_San_dOria/Tex...
gpl-3.0
kitala1/darkstar
scripts/globals/items/cup_of_date_tea.lua
36
1352
----------------------------------------- -- ID: 5926 -- Item: Cup of Date Tea -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- HP 20 -- MP 30 -- Vitality -1 -- Charisma 5 -- Intelligence 3 ----------------------------------------- require("scripts/globals/status"); ----------------------...
gpl-3.0
kitala1/darkstar
scripts/zones/The_Shrouded_Maw/npcs/MementoCircle.lua
12
1419
----------------------------------- -- Area: The_Shrouded_Maw -- NPC: MementoCircle ----------------------------------- package.loaded["scripts/zones/The_Shrouded_Maw/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/quests"); require("scripts/glob...
gpl-3.0
Taracque/epgp
LibGearPoints-1.2.lua
1
24603
-- A library to compute Gear Points for items as described in -- http://code.google.com/p/epgp/wiki/GearPoints local MAJOR_VERSION = "LibGearPoints-1.2" local MINOR_VERSION = 10200 local lib, oldMinor = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION) if not lib then return end local Debug = LibStub("LibDeb...
bsd-3-clause
m13790115/AVENGERRS
plugins/ingroup.lua
87
48801
do -- Check Member local function check_member_autorealm(cb_extra, success, result) local receiver = cb_extra.receiver local data = cb_extra.data local msg = cb_extra.msg for k,v in pairs(result.members) do local member_id = v.id if member_id ~= our_id then -- Group configuration data[tostr...
gpl-2.0
kitala1/darkstar
scripts/globals/items/plate_of_squid_sushi.lua
35
1598
----------------------------------------- -- ID: 5148 -- Item: plate_of_squid_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 30 -- Dexterity 6 -- Agility 5 -- Mind -1 -- Accuracy % 15 -- Ranged ACC % 15 -- Sleep Resist 5 ----------------------------------------- ...
gpl-3.0
d-o/LUA-LIB
tests/unit/stream.lua
2
6110
------------------------------------------------------------------------------- -- Streaming unit test. -- @author Pauli -- @copyright 2014 Rinstrum Pty Ltd ------------------------------------------------------------------------------- describe("Streaming #stream", function () local start, stop = 1, 0 local m...
gpl-3.0
MrUnknownGamer/pointshop
lua/pointshop/sh_config.lua
2
2081
PS.Config = {} -- Edit below PS.Config.CommunityName = "My Community" PS.Config.DataProvider = 'pdata' PS.Config.Branch = 'https://raw.github.com/adamdburton/pointshop/master/' -- Master is most stable, used for version checking. PS.Config.CheckVersion = true -- Do you want to be notified when a new version of Poin...
mit
ithoq/afrimesh
villagebus/lua/urlcode.lua
5
3561
-- http://keplerproject.github.com/cgilua/index.html#download ---------------------------------------------------------------------------- -- Utility functions for encoding/decoding of URLs. -- -- @release $Id: urlcode.lua,v 1.10 2008/01/21 16:11:32 carregal Exp $ ------------------------------------------------------...
bsd-3-clause
Elv2/imageGeneration
generate.lua
1
1948
require 'mobdebug'.start() require 'nn' require 'inn' --require 'cudnn' require 'nngraph' require 'optim' require 'image' require 'loadcaffe' require 'cifar.torch/provider' local c = require 'trepl.colorize' nngraph.setDebug(true) -- setting opt = lapp[[ --model (default "logs/debug/model.net") ...
mit
kitala1/darkstar
scripts/zones/AlTaieu/npcs/qm3.lua
8
1610
----------------------------------- -- Area: Al'Taieu -- NPC: ??? (Jailer of Prudence Spawn) -- Allows players to spawn the Jailer of Prudence by trading the Third Virtue, Deed of Sensibility, and High-Quality Hpemde Organ to a ???. -- @pos , 706 -1 22 ----------------------------------- package.loaded["scripts/zones...
gpl-3.0
chucksellick/factorio-portal-research
src/modules/scanners.lua
1
3677
local Scanners = {} function Scanners.setupWorkerEntity(scanner) -- The only scanner that needs a worker entity currently is the orbital space telescope -- TODO: Setting the force makes debug easier otherwise we can't access the GUI. The consequence is this will show up under production. -- Need to decide what i...
mit
Roblox/Core-Scripts
CoreScriptsRoot/CoreScripts/NotificationScript2.lua
1
36868
--[[ Filename: NotificationScript2.lua Version 1.1 Written by: jmargh Description: Handles notification gui for the following in game ROBLOX events Badge Awarded Player Points Awarded Friend Request Recieved/New Friend Graphics Quality Changed Teleports CreatePlaceInPlayerInventoryAsync --]] ...
apache-2.0
theonlywild/erfaaan
plugins/all.lua
46
4833
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
DangerCove/libquvi-scripts
share/lua/website/ard.lua
1
5236
-- libquvi-scripts -- Copyright (C) 2013 Thomas Weißschuh -- -- This file is part of libquvi-scripts <http://quvi.sourceforge.net/>. -- -- This library 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;...
lgpl-2.1
juhans/ardupilot
Tools/CHDK-Scripts/Cannon S100/3DR_EAI_S100.lua
178
29694
--[[ KAP UAV Exposure Control Script v3.2 -- Released under GPL by waterwingz and wayback/peabody http://chdk.wikia.com/wiki/KAP_%26_UAV_Exposure_Control_Script 3DR EAI 1.0 is a fork of KAP 3.1 with settings specific to Canon cameras triggered off the Pixhawk autopilot. Changelog: -Modified Tv, Av, and...
gpl-3.0
kitala1/darkstar
scripts/zones/Labyrinth_of_Onzozo/mobs/Flying_Manta.lua
23
1422
----------------------------------- -- Area: Labyrinth of Onzozo -- MOB: Flying Manta -- Note: Place holder Lord of Onzozo ----------------------------------- require("scripts/zones/Labyrinth_of_Onzozo/MobIDs"); ----------------------------------- -- onMobDeath ----------------------------------- functi...
gpl-3.0
kitala1/darkstar
scripts/zones/Windurst_Woods/npcs/Anillah.lua
53
1829
----------------------------------- -- Area: Windurst Woods -- NPC: Anillah -- Type: Clothcraft Image Support -- @pos -34.800 -2.25 -119.950 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); requ...
gpl-3.0
hanxi/cocos2d-x-v3.1
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/ProgressTimer.lua
3
3148
-------------------------------- -- @module ProgressTimer -- @extend Node -------------------------------- -- @function [parent=#ProgressTimer] isReverseDirection -- @param self -- @return bool#bool ret (return value: bool) -------------------------------- -- @function [parent=#ProgressTimer] setBarChangeRa...
mit
Roblox/Core-Scripts
CoreScriptsRoot/Modules/Server/ClientChat/MessageLabelCreator.lua
2
4172
-- // FileName: MessageLabelCreator.lua -- // Written by: Xsitsu -- // Description: Module to handle taking text and creating stylized GUI objects for display in ChatWindow. local OBJECT_POOL_SIZE = 50 local module = {} --////////////////////////////// Include --////////////////////////////////////// local Chat = gam...
apache-2.0
kitala1/darkstar
scripts/globals/items/melon_snowcone.lua
39
1207
----------------------------------------- -- ID: 5712 -- Item: Melon Snowcone -- Food Effect: 5 Min, All Races ----------------------------------------- -- MP % 10 Cap 200 -- HP Healing 3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCh...
gpl-3.0
kitala1/darkstar
scripts/zones/Bhaflau_Thickets/npcs/Hamta-Iramta.lua
19
1811
----------------------------------- -- Area: Bhaflau Thickets -- NPC: Hamta-Iramta -- Type: Alzadaal Undersea Ruins -- @zone: 52 -- @pos -459.942 -20.048 -4.999 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Bhaflau_Thickets/TextIDs...
gpl-3.0
kitala1/darkstar
scripts/zones/Abyssea-Uleguerand/npcs/Cavernous_Maw.lua
12
1246
----------------------------------- -- Area: Abyssea - Uleguerand -- NPC: Cavernous Maw -- @pos -246.000, -40.600, -520.000 253 -- Notes: Teleports Players to Xarcabard ----------------------------------- package.loaded["scripts/zones/Abyssea-Uleguerand/TextIDs"] = nil; ----------------------------------- re...
gpl-3.0
apletnev/koreader
frontend/apps/reader/modules/readerwikipedia.lua
1
21433
local ConfirmBox = require("ui/widget/confirmbox") local DataStorage = require("datastorage") local InfoMessage = require("ui/widget/infomessage") local InputDialog = require("ui/widget/inputdialog") local KeyValuePage = require("ui/widget/keyvaluepage") local LuaData = require("luadata") local NetworkMgr = require("ui...
agpl-3.0
kitala1/darkstar
scripts/zones/Castle_Zvahl_Keep/Zone.lua
28
4006
----------------------------------- -- -- Zone: Castle_Zvahl_Keep (162) -- ----------------------------------- package.loaded["scripts/zones/Castle_Zvahl_Keep/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Castle_Zvahl_Keep/TextIDs"); ------...
gpl-3.0
fastmailops/prosody
util/helpers.lua
4
2289
-- Prosody IM -- Copyright (C) 2008-2010 Matthew Wild -- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- local debug = require "util.debug"; module("helpers", package.seeall); -- Helper functions for debuggin...
mit
kitala1/darkstar
scripts/globals/items/hellfire_axe.lua
16
1030
----------------------------------------- -- ID: 16713 -- Item: Hellfire Axe -- Additional Effect: Fire Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action -------------------------------...
gpl-3.0
d-o/LUA-LIB
tests/unit/date.lua
2
7278
------------------------------------------------------------------------------- -- Date unit tests. -- @author Pauli -- @copyright 2015 Rinstrum Pty Ltd ------------------------------------------------------------------------------- describe('Date tests #date', function() local dbg = require "rinLibrary.rinDebug" ...
gpl-3.0
Teaonly/easyLearning.js
simple_lstm/verify.lua
2
1808
require 'torch' require 'nn' require 'nngraph' local BOX_SIZE = 4 local RNN_SIZE = 196 local LAYER_NUMBER = 2 local box = {} for i = 1, BOX_SIZE do box[i] = {}; for j = 1, BOX_SIZE do box[i][j] = (i-1)*BOX_SIZE + j end end box[BOX_SIZE][BOX_SIZE] = 0 local show_box = function() print("===================...
mit
kitala1/darkstar
scripts/globals/weaponskills/red_lotus_blade.lua
30
1295
----------------------------------- -- Red Lotus Blade -- Sword weapon skill -- Skill Level: 50 -- Deals fire elemental damage to enemy. Damage varies with TP. -- Aligned with the Flame Gorget & Breeze Gorget. -- Aligned with the Flame Belt & Breeze Belt. -- Element: Fire -- Modifiers: STR:40% ; INT:40% -- 100...
gpl-3.0
kitala1/darkstar
scripts/zones/Valkurm_Dunes/npcs/Fighting_Ant_IM.lua
30
3046
----------------------------------- -- Area: Valkurm Dunes -- NPC: Fighting Ant, I.M. -- Border Conquest Guards -- @pos 908.245 -1.171 -411.504 103 ----------------------------------- package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); ...
gpl-3.0
ketan-ghumatkar/Canvas-LMS
vendor/plugins/delayed_job/lib/delayed/backend/redis/include.lua
28
6582
-- Keys holds the various functions to map to redis keys -- These are duplicated from job.rb local Keys = {} Keys.job = function(id) return "job/" .. id end Keys.running_jobs = function() return "running_jobs" end Keys.failed_jobs = function() return "failed_jobs" end Keys.queue = function(queue) return "qu...
agpl-3.0
lvdmaaten/nn
Replicate.lua
43
1690
local Replicate, parent = torch.class('nn.Replicate','nn.Module') function Replicate:__init(nf, dim, ndim) parent.__init(self) self.nfeatures = nf self.dim = dim or 1 self.ndim = ndim assert(self.dim > 0, "Can only replicate across positive integer dimensions.") end function Replicate:updateOutput(inpu...
bsd-3-clause
selaselah/thrift
test/lua/test_basic_server.lua
57
5557
-- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file ...
apache-2.0
Sean-Der/thrift
test/lua/test_basic_server.lua
57
5557
-- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file ...
apache-2.0
kitala1/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/HomePoint#1.lua
12
1260
----------------------------------- -- Area: Southern_San_dOria_[S] -- NPC: HomePoint#1 -- @pos ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("s...
gpl-3.0
kitala1/darkstar
scripts/globals/items/bowl_of_witch_stew.lua
35
1461
----------------------------------------- -- ID: 4344 -- Item: witch_stew -- Food Effect: 4hours, All Races ----------------------------------------- -- Magic Points 45 -- Strength -1 -- Mind 4 -- MP Recovered While Healing 4 -- Enmity -4 ----------------------------------------- require("scripts/globals/s...
gpl-3.0
kitala1/darkstar
scripts/zones/Lower_Delkfutts_Tower/Zone.lua
13
3674
----------------------------------- -- -- Zone: Lower_Delkfutts_Tower (184) -- ----------------------------------- package.loaded["scripts/zones/Lower_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/zone"); require("scripts/gl...
gpl-3.0
kitala1/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Pebul-Tabul.lua
38
1048
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Pebul-Tabul -- Type: Standard NPC -- @zone: 94 -- @pos -68.500 -4.5 3.694 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; -...
gpl-3.0
apletnev/koreader
frontend/apps/filemanager/filemanager.lua
1
29391
local Blitbuffer = require("ffi/blitbuffer") local Button = require("ui/widget/button") local ButtonDialogTitle = require("ui/widget/buttondialogtitle") local CenterContainer = require("ui/widget/container/centercontainer") local ConfirmBox = require("ui/widget/confirmbox") local Device = require("device") local DocSet...
agpl-3.0
kitala1/darkstar
scripts/zones/North_Gustaberg_[S]/npcs/Barricade.lua
10
1107
----------------------------------- -- Area: North Gustaberg (S) (I-6) -- NPC: Barricade -- Involved in Quests: The Fighting Fourth ----------------------------------- package.loaded["scripts/zones/North_Gustaberg_[S]/TextIDs"] = nil; package.loaded["scripts/globals/quests"] = nil; ----------------------------------- ...
gpl-3.0
ioiasff/erq
plugins/invite.lua
1111
1195
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
kitala1/darkstar
scripts/zones/Heavens_Tower/npcs/Kupipi.lua
6
6505
----------------------------------- -- Area: Heaven's Tower -- NPC: Kupipi -- Involved in Mission 2-3 -- Involved in Quest: Riding on the Clouds -- @pos 2 0.1 30 242 ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; ----------------------------------- require("...
gpl-3.0
kitala1/darkstar
scripts/zones/Batallia_Downs/npcs/Cavernous_Maw.lua
13
2359
----------------------------------- -- Area: Batallia Downs -- NPC: Cavernous Maw -- @pos -48 0.1 435 105 -- Teleports Players to Batallia Downs [S] ----------------------------------- package.loaded["scripts/zones/Batallia_Downs/TextIDs"] = nil; ----------------------------------- require("scripts/globals/s...
gpl-3.0
JavidTeam/TeleJavid
plugins/plugins.lua
1
7843
do -- #Begin plugins.lua by @Javid_Team -- Returns the key (index) in the config.enabled_plugins table local function plugin_enabled( name ) for k,v in pairs(_config.enabled_plugins) do if name == v then return k end end -- If not found return false end -- Returns true if file exists in plugins f...
gpl-3.0
Aeprox/ESPLogger
src/init.lua
1
1740
print("Aeprox ESP8266 datalogger V1.1 (Compatible with NodeMCU 0.9.6 build 20150627) ") -- variables sensorValues = {} dofile("usersettings.lua") local thingspeak = require("thingspeak") local wifiattempts = 0 local function dologger() if wifiattempts >= 5 then print("Wifi connection failed. Retrying nex...
mit
kitala1/darkstar
scripts/zones/San_dOria-Jeuno_Airship/npcs/Ricaldo.lua
12
2056
----------------------------------- -- Area: San d'Oria-Jeuno Airship -- NPC: Ricaldo -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/San_dOria-Jeuno_Airship/TextIDs"] = nil; require("scripts/zones/San_dOria-Jeuno_Airship/TextIDs"); ----------------------------------- -- onTra...
gpl-3.0
kitala1/darkstar
scripts/zones/Eastern_Altepa_Desert/mobs/Cactrot_Rapido.lua
12
12211
----------------------------------- -- Area: Eastern Altepa Desert -- NM: Cactrot Rapido ----------------------------------- require("scripts/globals/titles"); local path = { -45.214237, 0.059482, -204.244873, -46.114422, 0.104212, -203.765884, -47.013275, 0.149004, -203.285812, -47.911877, 0.193759, -2...
gpl-3.0
kitala1/darkstar
scripts/zones/Dynamis-Xarcabard/npcs/qm1.lua
19
1356
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: ??? (Spawn when mega is defeated) ----------------------------------- package.loaded["scripts/zones/Dynamis-Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/keyitems...
gpl-3.0
kitala1/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5fk.lua
34
1105
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Titan's Gate -- @pos 100 -34 88 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs");...
gpl-3.0
kitala1/darkstar
scripts/zones/Selbina/npcs/Aleria.lua
34
1076
----------------------------------- -- Area: Selbina -- NPC: Aleria -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); ----------------------------------- -- onTrade Ac...
gpl-3.0
fqrouter/luci
applications/luci-ahcp/luasrc/controller/ahcp.lua
76
1533
--[[ LuCI - Lua Configuration Interface Copyright 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 http://www.apache.org/licenses/LICENSE-2.0 $Id: init.lua...
apache-2.0
kitala1/darkstar
scripts/zones/PsoXja/npcs/_09b.lua
8
1608
----------------------------------- -- Area: Pso'Xja -- NPC: _09b (Stone Gate) -- Notes: Spawns Gargoyle when triggered -- @pos -330.000 14.074 -261.600 9 ----------------------------------- package.loaded["scripts/zones/PsoXja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Pso...
gpl-3.0
kitala1/darkstar
scripts/zones/Sauromugue_Champaign_[S]/Zone.lua
12
1346
----------------------------------- -- -- Zone: Sauromugue_Champaign_[S] (98) -- ----------------------------------- package.loaded["scripts/zones/Sauromugue_Champaign_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Sauromugue_Champaign_[S]/...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_commoner_old_twilek_male_01.lua
3
2256
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/item/item_container_organic_hide.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
gamelost/glc-client
util/clock.lua
2
1634
-- clock.lua -- -- For timers, tweening, scheduling, etc. local timers = {} local nextTimer = love.timer.getTime() + 1000000.0 local function runTimers(now) nextTimer = now + 100000.0 for k, v in pairs(timers) do if v.time <= now then v.cb() if v.freq == 1 then timers[k] = nil else ...
apache-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/item/item_binoculars.lua
3
2196
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/furniture/furniture_couch_modern.lua
2
3174
--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
larrybotha/dotfiles
.config/nvim/lua/modules/telescope.lua
1
1780
local M = {} local actions = require("telescope.actions") local action_state = require("telescope.actions.state") local custom_actions = {} function custom_actions.fzf_multi_select(prompt_bufnr) local picker = action_state.get_current_picker(prompt_bufnr) local num_selections = table.getn(picker:get_multi_se...
mit
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/commands/findObject.lua
4
2123
--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
DailyShana/ygopro-scripts
c50263751.lua
3
1401
--グリード・クエーサー function c50263751.initial_effect(c) --base attack local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SET_BASE_ATTACK) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetValue(c50263751.atkval) c:RegisterEffect(e1) local e2=e1:Clone() e2:SetCo...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/dungeon/geonosian_bio_lab/imperial_observer.lua
2
1458
imperial_observer = Creature:new { objectName = "@mob/creature_names:geonosian_imperial_observer", randomNameType = NAME_GENERIC_TAG, socialGroup = "imperial", faction = "imperial", level = 53, chanceHit = 0.54, damageMin = 415, damageMax = 540, baseXp = 5190, baseHAM = 11000, baseHAMmax = 13000, armor = 1,...
agpl-3.0
Whitechaser/darkstar
scripts/zones/Port_San_dOria/npcs/Meuxtajean.lua
5
1073
----------------------------------- -- Area: Port San d'Oria -- NPC: Meuxtajean -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Port_San_dOria/TextIDs"); require("scripts/globals/quests"); ...
gpl-3.0
DailyShana/ygopro-scripts
c59463312.lua
3
2760
--冥帝従騎エイドス function c59463312.initial_effect(c) --summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(59463312,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetOperation(c59463312.sumop) c:RegisterEffect(e1) local e2=e1:Clone() e2:SetCode(EVENT_S...
gpl-2.0
Whitechaser/darkstar
scripts/globals/items/fuscina.lua
7
1060
----------------------------------------- -- ID: 18104 -- Item: Fuscina -- Additional Effect: Lightning Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------- function onAdditionalEffect(p...
gpl-3.0
DailyShana/ygopro-scripts
c57902193.lua
5
1313
--苦渋の転生 function c57902193.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1) e1:SetTarget(c57902193.target) e1:SetOperation(c57902193.activate) c:RegisterEffect(e1) end function c5790219...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/general/poi_nboo_corral_half_64x64_s04.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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/commands/confusionShot.lua
2
2703
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/component/droid/merchant_barker.lua
2
2827
--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
KingRaptor/Zero-K
gamedata/modularcomms/weapons/lparticlebeam.lua
2
1066
local name = "commweapon_lparticlebeam" local weaponDef = { name = [[Light Particle Beam]], beamDecay = 0.85, beamTime = 1/30, beamttl = 45, coreThickness = 0.5, craterBoost = 0, craterMult = 0, customParams ...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/faction_perk/base/factional_building_base.lua
3
2288
--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
njligames/NJLIGameEngine
projects/YappyBirds/_archive/scripts_9.16.2016/worlds/states/YappyBirdWorldEntityState.lua
2
2342
local WorldEntityState = require "njli.ui.worldentitystate" local YappyBirdWorldEntityState = {} YappyBirdWorldEntityState.__index = YappyBirdWorldEntityState local json = require('json') setmetatable(YappyBirdWorldEntityState, { __index = WorldEntityState, __call = function (cls, ...) local self = setmet...
mit
Whitechaser/darkstar
scripts/zones/Norg/TextIDs.lua
5
2427
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6402; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6408; -- Obtained: <item>. GIL_OBTAINED = 6409; -- Obtained <number> gil. KEYITEM_OBTAI...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/speaker/speaker.lua
3
2184
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/creature/npc/theme_park/objects.lua
3
19186
--Copyright (C) 2009 <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
DailyShana/ygopro-scripts
c68319538.lua
3
2750
--宇宙砦ゴルガー function c68319538.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsCode,652362),aux.NonTuner(Card.IsSetCard,0xc),1) c:EnableReviveLimit() --to hand local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(68319538,0)) e1:SetCategory(CATEGORY_TOHAND+CATEG...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/furniture/bestine/painting_bestine_ronka.lua
1
3220
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/commands/headShot1.lua
1
2435
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/corellia/selonian_healer.lua
2
1638
selonian_healer = Creature:new { objectName = "@mob/creature_names:selonian_healer", randomNameType = NAME_GENERIC_TAG, socialGroup = "selonian", faction = "", level = 7, chanceHit = 0.26, damageMin = 55, damageMax = 65, baseXp = 187, baseHAM = 405, baseHAMmax = 495, armor = 0, resists = {0,0,0,0,0,0,0,-1,...
agpl-3.0
Whitechaser/darkstar
scripts/globals/weaponskills/garland_of_bliss.lua
2
1805
----------------------------------- -- Garland Of Bliss -- Staff weapon skill -- Skill level: N/A -- Lowers target's defense. Duration of effect varies with TP. Nirvana: Aftermath effect varies with TP. -- Reduces enemy's defense by 12.5%. -- Available only after completing the Unlocking a Myth (Summoner) quest. -- Ali...
gpl-3.0
TWEFF/Luci
applications/luci-radvd/luasrc/model/cbi/radvd/interface.lua
78
7996
--[[ 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...
apache-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/reactor/rct_slayn_vortex_mk1.lua
3
2300
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_nym_brawler_nikto_m.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
Whitechaser/darkstar
scripts/globals/mobskills/trample.lua
2
1064
--------------------------------------------------- -- Trample -- Family: Bahamut -- Description: Deals physical damage to enemies in an area of effect. Additional effect: Knockback + Bind -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: -- Notes: ----------------------------------------------...
gpl-3.0
sjznxd/lc-20130116
modules/niu/luasrc/model/cbi/niu/network/ddns1.lua
37
1993
--[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at h...
apache-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/space_comm_station_rori.lua
3
2208
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/commands/legShot2.lua
2
2571
--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
KingRaptor/Zero-K
LuaUI/Widgets/unit_auto_reclaim_heal_assist.lua
7
2977
----------------------------------- -- Author: Johan Hanssen Seferidis -- -- Comments: Sets all idle units that are not selected to fight. That has as effect to reclaim if there is low metal -- , repair nearby units and assist in building if they have the possibility. -- If you select the unit while it is bei...
gpl-2.0
Whitechaser/darkstar
scripts/zones/Konschtat_Highlands/Zone.lua
4
2668
----------------------------------- -- -- Zone: Konschtat_Highlands (108) -- ----------------------------------- package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Konschtat_Highlands/TextIDs"); require("scripts/globals/icanheararainbow"); requi...
gpl-3.0
major/lxc
src/lua-lxc/lxc.lua
26
10159
-- -- lua lxc module -- -- Copyright © 2012 Oracle. -- -- Authors: -- Dwight Engen <dwight.engen@oracle.com> -- -- This library 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....
lgpl-2.1
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/ship/hutt_transport_tier1.lua
3
2188
--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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/general/campfire_fresh.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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/rori/rorgungan_warrior.lua
1
1117
rorgungan_warrior = Creature:new { objectName = "@mob/creature_names:rorgungan_warrior", randomNameType = NAME_GENERIC_TAG, socialGroup = "rorgungan", faction = "rorgungan", level = 17, chanceHit = 0.31, damageMin = 170, damageMax = 180, baseXp = 1102, baseHAM = 2900, baseHAMmax = 3500, armor = 0, resists ...
agpl-3.0
DailyShana/ygopro-scripts
c64160836.lua
3
1361
--エーリアン・キッズ function c64160836.initial_effect(c) --counter local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetRange(LOCATION_MZONE) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetOperation(c64160836.ctop) c:RegisterEffect(e1) --atk def local e2=Effect.CreateEffect(c) e2:SetTy...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/intangible/vehicle/vehicle_pcd_base.lua
3
2228
--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