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
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/clothing_belt_formal_20.lua
2
3419
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/crafted/shields/shield_overcharger_mk2.lua
1
2876
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/weapon/wpn_seinar_heatseeker_missile_s01.lua
3
2348
--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...
lgpl-3.0
widelands/widelands
data/campaigns/emp04.wmf/scripting/tribes/well1/init.lua
1
1377
dirname = "campaigns/emp04.wmf/" .. path.dirname (__file__) push_textdomain("scenario_emp04.wmf") wl.Descriptions():new_productionsite_type { name = "empire_well1", descname = pgettext("empire_building", "Well"), icon = dirname .. "menu.png", size = "small", buildcost = { log = 2, granite ...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/giant_horned_krevol.lua
3
2192
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/stintaril.lua
3
2152
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/droid/component/performer_effects_a.lua
2
3266
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/grantPadawanTrialsEligibility.lua
4
2180
--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. ...
lgpl-3.0
devlopers1/th3-stun
plugins/stats.lua
79
4014
do -- Returns a table with `name` and `msgs` 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_prin...
gpl-2.0
isdom/kong
kong/vendor/classic.lua
7
1141
--- -- classic, object model. -- -- Copyright (c) 2014, rxi -- -- This module is free software; you can redistribute it and/or modify it under -- the terms of the MIT license. See LICENSE for details. -- -- Base object model used with Kong, see [classic github repo](https://github.com/rxi/classic) for usage information...
apache-2.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/engine/eng_sorosuub_tuned_l_337_ion_engine.lua
3
2356
--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...
lgpl-3.0
CC10MAGIC/emeralds
init.lua
1
7971
local settings = Settings(minetest.get_modpath("emeralds").."/settings.txt") -- -- Item Registration -- -- Emerald Crystal minetest.register_craftitem("emeralds:emerald_crystal", { description = "Emerald Crystal", inventory_image = "emerald_crystal_full.png", }) minetest.register_craftitem("emeralds:emerald_cryst...
mit
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/pet_deed/deed_power_advanced_basic.lua
1
4065
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/component/bio/objects.lua
3
84245
--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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/rori/rorgungan_warchief.lua
1
1167
rorgungan_warchief = Creature:new { objectName = "@mob/creature_names:rorgungan_warchief", socialGroup = "rorgungan", pvpFaction = "rorgungan", faction = "rorgungan", level = 19, chanceHit = 0.320000, damageMin = 170, damageMax = 180, baseXp = 1609, baseHAM = 4100, baseHAMmax = 5000, armor = 0, resists = {...
lgpl-3.0
meshr-net/meshr_tomato-RT-N
usr/lib/lua/luci/controller/niu/traffic.lua
49
1218
--[[ LuCI - Lua Development Framework Copyright 2009 Steven Barth <steven@midlink.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id$ ]]-- local...
apache-2.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/lair/brackaset/lair_brackaset_desert.lua
2
2320
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/weapon/wpn_kessel_imperial_rendili_prototype_x.lua
3
2372
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/component/munition/warhead_fusing_mechanism.lua
3
3308
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/rori/rorgungan_warrior.lua
1
1152
rorgungan_warrior = Creature:new { objectName = "@mob/creature_names:rorgungan_warrior", socialGroup = "rorgungan", pvpFaction = "rorgungan", faction = "rorgungan", level = 17, chanceHit = 0.310000, damageMin = 170, damageMax = 180, baseXp = 1102, baseHAM = 2900, baseHAMmax = 3500, armor = 0, resists = {15...
lgpl-3.0
eraffxi/darkstar
scripts/globals/weaponskills/gale_axe.lua
25
1339
----------------------------------- -- Gale Axe -- Axe weapon skill -- Skill level: 70 -- Chokes enemy. Duration of effect varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Breeze Gorget. -- Aligned with the Breeze Belt. -- Element: Wind -- Modifiers: STR:30% -- 100%TP 200%TP 300%TP -- 1.00 ...
gpl-3.0
AaMegaTeam/Security-Tg
bot/utils.lua
473
24167
URL = require "socket.url" http = require "socket.http" https = require "ssl.https" ltn12 = require "ltn12" serpent = require "serpent" feedparser = require "feedparser" json = (loadfile "./libs/JSON.lua")() mimetype = (loadfile "./libs/mimetype.lua")() redis = (loadfile "./libs/redis.lua")() JSON = (loadfile "./libs/...
agpl-3.0
eraffxi/darkstar
scripts/globals/spells/bluemagic/mp_drainkiss.lua
2
2510
----------------------------------------- -- Spell: MP Drainkiss -- Steals an enemy's MP. Ineffective against undead -- Spell cost: 20 MP -- Monster Type: Amorphs -- Spell Type: Magical (Dark) -- Blue Magic Points: 4 -- Stat Bonus: MP+5 -- Level: 42 -- Casting Time: 4 seconds -- Recast Time: 90 seconds -- Magic Bursts ...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/armor/marine/armor_marine_chest_plate.lua
1
4706
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/component/clothing_component_base.lua
3
2320
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/event_perk/imperial_3x10_honorguard_deed.lua
1
2304
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/droid_interface/ddi_sfs_elite.lua
3
2304
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/mission/quest_item/wuher_q3_needed.lua
3
2260
--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...
lgpl-3.0
widelands/widelands
data/tribes/initialization/amazons/init.lua
1
1081
-- This file contains the basic information for the Amazonian tribe that is -- needed before a game is loaded or the editor has been started. -- It is documented in units.lua dirname = path.dirname(__file__) push_textdomain("tribes") local r = { -- Basic information for the Amazon tribe name = "amazons", aut...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/crafted/armor/armor_reinforcement_panel_mk5.lua
1
2844
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/armor/component/armor_layer_cold.lua
2
3282
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/group/base/base_group.lua
3
2172
--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...
lgpl-3.0
boulzordev/android_external_skia
tools/lua/paths_agg.lua
92
1207
clips = 0 draws = 0 clipPaths = 0 drawPaths = 0 swClipPaths = 0 swDrawPaths = 0 skpsTotal = 0 skpsWithPath = 0 skpsWithSWPath = 0 dofile("/tmp/lua-output") io.write("Number of clips: ", clips, "\n"); io.write("Number of draws: ", draws, "\n"); io.write("Number of clipped paths: ", clipPaths, "\n"); io.write("Number...
bsd-3-clause
AwfulRanger/TF2Weapons
lua/weapons/tf_weapon_scattergun.lua
1
1724
AddCSLuaFile() game.AddParticles( "particles/muzzle_flash.pcf" ) SWEP.Slot = 0 SWEP.SlotPos = 0 SWEP.CrosshairType = TF2Weapons.Crosshair.DEFAULT SWEP.KillIconX = 96 SWEP.KillIconY = 192 SWEP.IconOverride = "backpack/weapons/c_models/c_scattergun_large" if CLIENT then SWEP.WepSelectIcon = surface.GetTextureID( SWEP...
mit
kidaa/Awakening-Core3
bin/scripts/object/mobile/kwi.lua
3
2128
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/crafted/medpack_wound_quickness_a.lua
3
2974
--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...
lgpl-3.0
nashory/gans-collection.torch
__0_dcgan/script/opts.lua
1
2046
-- Training parameter settings. require 'nn' require 'torch' require 'optim' local M = { } function M.parse(arg) local cmd = torch.CmdLine() cmd:text() cmd:text('Training code.') cmd:text() cmd:text('Input arguments') -------------- Frequently Changed options ----------- cmd:option('-gpuid', 0, 'which gpu to...
mit
kidaa/Awakening-Core3
bin/scripts/object/static/particle/particle_test_91.lua
3
2216
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_hutt_expedition_force_member.lua
3
2260
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/mission/quest_item/gilker_budz_q1_needed.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/clothing_wke_shirt_s03.lua
2
3555
--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...
lgpl-3.0
NezzKryptic/Wire
lua/entities/gmod_wire_gimbal.lua
6
2515
AddCSLuaFile() DEFINE_BASECLASS( "base_wire_entity" ) ENT.PrintName = "Wire Gimbal" ENT.WireDebugName = "Gimbal" if CLIENT then return end -- No more client function ENT:Initialize() self:PhysicsInit( SOLID_VPHYSICS ) self:SetMoveType( MOVETYPE_VPHYSICS ) self:SetSolid( SOLID_VPHYSICS ) self:GetPhysicsObject():...
apache-2.0
istayping/IrAnBoT
plugins/ingroup.lua
202
31524
do local function check_member(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[tostring(msg.to.id)] = { ...
gpl-2.0
AliKhodadad/Telewild-bot
plugins/ingroup.lua
202
31524
do local function check_member(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[tostring(msg.to.id)] = { ...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/commands/assist.lua
3
2111
--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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/component/vehicle/armor_panel_blast.lua
3
2264
--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...
lgpl-3.0
eraffxi/darkstar
scripts/globals/items/serving_of_bavarois.lua
2
1050
----------------------------------------- -- ID: 5729 -- Item: serving_of_bavarois -- Food Effect: 3Hrs, All Races ----------------------------------------- -- HP 20 -- Intelligence 3 -- hHP +3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- functi...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/mission/quest_item/daclif_gallamby_q3_needed.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...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Kuftal_Tunnel/mobs/Guivre.lua
3
14443
---------------------------------- -- Area: Gustav Tunnel -- NM: Guivre ----------------------------------- local path = { 106.836830, 0.753614, -3.944333, 106.991020, 0.588184, -4.941793, 107.207207, 0.424275, -5.923915, 107.583046, 0.424275, -6.866960, 108.040382, 0.424275, -7.778655, 108.4...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/crafted/medpack_damage_d.lua
2
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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/furniture/decorative/shisa.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/clothing_ith_shirt_field_11.lua
2
3319
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/space_comm_station_dantooine.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...
lgpl-3.0
hartmark/OpenRA
mods/cnc/maps/nod09/nod09-AI.lua
4
5772
--[[ Copyright 2007-2020 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_fed_dub_investigator_twk_male_01.lua
3
2276
--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...
lgpl-3.0
eraffxi/darkstar
scripts/globals/weaponskills/cyclone.lua
2
1449
----------------------------------- -- Cyclone -- Dagger weapon skill -- Skill level: 125 -- Delivers an area attack that deals wind elemental damage. Damage varies with TP. -- This weapon skill is ranged and can be used from a distance (Up to 15'). -- Directly affected by Magic Attack Bonus. -- Aligned with the Breeze...
gpl-3.0
Richard857/BadRotations
System/UI/Elements/RotationDropdown.lua
4
2142
local DiesalGUI = LibStub("DiesalGUI-1.0") function br.ui:createRotationDropdown(parent, itemlist, tooltip) local newDropdown = DiesalGUI:Create('DropdownBR') local parent = parent local text = "Rotation" newDropdown:SetParent(parent.titleBar) newDropdown:SetPoint("TOPRIGHT", parent.closeButton, "...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/armor/marine/armor_marine_backpack.lua
2
5060
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_blood_razor_pirate_cutthroat_wee_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...
lgpl-3.0
Akuukis/RobotColorWars-Minecraft
depreciated (ComputerCraft stuff)/Main.lua
1
20453
local function StartDownloaderGitHub() local tArgs, gUser, gRepo, gPath, gBranch = nil, nil, nil, "", "master" local usage = [[ github [path] [remote path] [branch] user is hardcoded to "Akuukis" repo is hardcoded to "TurtleColorWars" Remote path defaults to the root of the repo. Path defaults to the down...
gpl-3.0
tpn/wrk
deps/luajit/src/jit/dis_ppc.lua
88
20319
---------------------------------------------------------------------------- -- LuaJIT PPC disassembler module. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- Released under the MIT/X license. See Copyright Notice in luajit.h ----------------------------------------------------------------------------...
apache-2.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/player_house_deed/naboo_house_small_deed.lua
3
2870
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/intangible/pet/eg6_power_droid_crafted.lua
3
2240
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/healMindWoundSelf2.lua
3
2147
--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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/crafted/weapon/wpn_medium_blaster.lua
3
3444
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/squill.lua
3
2140
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/warren_scientist_s02.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/vehicle/component/fuel_cell_a.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_imperial_colonel_m.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/component/weapon/lightsaber/serverobjects.lua
3
2992
--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...
lgpl-3.0
Richard857/BadRotations
System/engines/HealingEngineFunctions.lua
1
10472
-- here we want to define functions to use with the healing profiles -- find best tank to put our lb/beacon/earth shield on function getFocusedTank() local tanks = getTanksTable() -- if we are targetting a mob and its targetting a tank we want to define which tank it is. if #tanks > 0 and GetUnitExists("target") and...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/melee2hSpinAttack1.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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/tatooine_hutt_assassin_camp_small1.lua
1
2276
--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...
lgpl-3.0
eraffxi/darkstar
scripts/commands/hastitle.lua
14
1382
--------------------------------------------------------------------------------------------------- -- func: hastitle -- desc: Check if player already has a title. --------------------------------------------------------------------------------------------------- require("scripts/globals/titles"); cmdprops = { pe...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/pet/droid_vitapack_c.lua
3
2240
--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...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Northern_San_dOria/npcs/Porter_Moogle.lua
7
1185
----------------------------------- -- Area: Northern San d'Oria -- NPC: Porter Moogle -- Type: Storage Moogle -- @zone 231 -- !pos TODO ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dO...
gpl-3.0
Death15/SuperSwatchTG
plugins/webshot.lua
919
1473
local helpers = require "OAuth.helpers" local base = 'https://screenshotmachine.com/' local url = base .. 'processor.php' local function get_webshot_url(param) local response_body = {} local request_constructor = { url = url, method = "GET", sink = ltn12.sink.table(response_body), header...
gpl-2.0
mohammad1212/robot12240
plugins/webshot.lua
919
1473
local helpers = require "OAuth.helpers" local base = 'https://screenshotmachine.com/' local url = base .. 'processor.php' local function get_webshot_url(param) local response_body = {} local request_constructor = { url = url, method = "GET", sink = ltn12.sink.table(response_body), header...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/naboo/nboo_imprv_pillar_pillar_s03.lua
3
2292
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/particle/particle_test_64.lua
3
2216
--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...
lgpl-3.0
assassinbo/assassinboy
plugins/time.lua
771
2865
-- 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
kidaa/Awakening-Core3
bin/scripts/mobile/conversations/tasks/dolac_legasi_escaped_prisoner_conv.lua
1
2200
dolac_legasi_escaped_prisoner_convotemplate = ConvoTemplate:new { initialScreen = "otherescort_1", templateType = "Normal", luaClassHandler = "", screens = {} } ---------- --These are the messages displayed by the prisoner ---------- otherescort_1 = ConvoScreen:new { id = "otherescort_1", leftDialog = "@static_n...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mission/objects.lua
3
6045
--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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/maskscent.lua
4
2120
--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. ...
lgpl-3.0
FerdinandoLM/telegram-bot
plugins/boobs.lua
2
1603
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
zj831007/some-mmorpg
server/service/world.lua
6
1444
local skynet = require "skynet" local sharedata = require "sharedata" local syslog = require "syslog" local mapdata = require "gddata.map" local CMD = {} local map_instance = {} local online_character = {} function CMD.kick (character) local a = online_character[character] if a then skynet.call (a, "lua", "kick")...
mit
CoffeeFlux/Red-Vice
Gunsystem/Server.lua
1
3529
---CONFIGURATON--- local TeamDamageEnabled = false local AutoCleanHats = true ---VARIABLE DECLARATION--- local Players = game:GetService('Players') local Workspace = game:GetService('Workspace') local ReplicatedStorage = game:GetService('ReplicatedStorage') local RbxUtility = assert(LoadLibrary('RbxUtility')) local...
mit
kidaa/Awakening-Core3
bin/scripts/object/tangible/dungeon/corellian_corvette/corvette_search_imperial_assassination_01.lua
3
2396
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/armor/armor_baktoid_shock_armor.lua
3
2312
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/loot/items/armor/kashyyykian_hunting_armor_bracer_r.lua
4
1937
kashyyykian_hunting_armor_bracer_r = { minimumLevel = 0, maximumLevel = -1, customObjectName = "", directObjectTemplate = "object/tangible/wearables/armor/kashyyykian_hunting/armor_kashyyykian_hunting_bracer_r.iff", craftingValues = { {"armor_rating",1,1,0}, {"armor_effectiveness",8,39,10}, {"armor_integrity...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/naboo_ruins_small_4.lua
1
2216
--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...
lgpl-3.0
eraffxi/darkstar
scripts/zones/The_Garden_of_RuHmet/npcs/_0zt.lua
7
1025
----------------------------------- -- Area: The_Garden_of_RuHmet -- NPC: Luminus convergence ----------------------------------- package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/The_Garden_of_RuHmet/Text...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/quest/quest_start/ep3_clone_relics_jedi_starfighter_container.lua
3
2368
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/component/clothing_padding_segment.lua
2
3269
--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...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Jugner_Forest/npcs/Cavernous_Maw_2.lua
2
1422
----------------------------------- -- Area: Jugner Forest -- NPC: Cavernous Maw -- !pos 246.318, -0.709, 5.706 104 -- Teleports Players to Abyssea - Vunkerl ----------------------------------- package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/set...
gpl-3.0
widelands/widelands
test/maps/lua_testsuite.wmf/scripting/path.lua
1
1436
-- ============================= -- Test path module -- ============================= path_test = lunit.TestCase("path tests") function path_test:test_basename() assert_equal("blub", path.basename("/hello/world/blub")) assert_equal("blub", path.basename("blub")) end function path_test:test_dirname() assert_eq...
gpl-2.0
russakkyo/GitHub
src/scripts/lua/LuaBridge/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Curator.lua
30
1319
function Curator_Evocation(Unit, event, miscunit, misc) if Unit:GetManaPct() < 1 and Didthat == 0 then print "Curator Evocation" Unit:FullCastSpell(30254) Didthat = 1 else end end function Curator_Enrage(Unit, event, miscunit, misc) if Unit:GetHealthPct() < 15 and Didthat == 1 then print "Curator_Enrage" ...
agpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_cobral_hitman_human_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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/scout/item_trap_flash_bomb.lua
2
3108
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/naboo/filler_building_naboo_style_11.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...
lgpl-3.0