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 |
|---|---|---|---|---|---|
Whitechaser/darkstar | scripts/globals/abyssea.lua | 5 | 14475 | -----------------------------------
-- Abyssea functions, vars, tables
-- DO NOT mess with the order
-- or change things to "elseif"!
-----------------------------------
require("scripts/globals/keyitems");
-- weaponskills for red weakness
local red_weakness = {
--light
37, 161, 149, 180,
--dark
22, 1... | gpl-3.0 |
DailyShana/ygopro-scripts | c96427353.lua | 5 | 1245 | --機甲忍者アクア
function c96427353.initial_effect(c)
--disable attack
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(96427353,0))
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(LOCATION_GRAVE)
e1:SetCondition(c9... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/screenplays/poi/tatooine_fort_tusken.lua | 3 | 8891 | FortTuskenScreenPlay = ScreenPlay:new {
numberOfActs = 1,
screenplayName = "FortTuskenScreenPlay",
lootContainers = {
7875788,
7875790,
7875792,
7875791,
7875789
},
lootLevel = 26,
lootGroups = {
{
groups = {
{group = "color_crystals", chance = 3500000},
{group = "junk", chance = ... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/medicine/pet/serverobjects.lua | 3 | 3322 | --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/conversations/themepark/epic_quests/goru_conv.lua | 3 | 10680 | goruConvoTemplate = ConvoTemplate:new {
initialScreen = "",
templateType = "Lua",
luaClassHandler = "epic_quest_zicx_bug_bomb_goru",
screens = {}
}
omg_dont_kill_me = ConvoScreen:new {
id = "omg_dont_kill_me",
leftDialog = "@epic_quest/zicx_bug_bomb/rori_goru_rainstealer:omg_dont_kill_me", -- Oh no! They sent yo... | agpl-3.0 |
sjznxd/lc-20130116 | applications/luci-radvd/luasrc/model/cbi/radvd/dnssl.lua | 82 | 2276 | --[[
LuCI - Lua Configuration Interface
Copyright 2010 Jo-Philipp Wich <xm@subsignal.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id: rdnss.lu... | apache-2.0 |
hilarryxu/eelua | ezip/eelua/eelua/EventBus.lua | 1 | 2028 | local ffi = require "ffi"
local string = require "string"
local table = require "table"
local C = ffi.C
local str_fmt = string.format
local unpack = unpack or table.unpack
local tinsert = table.insert
local _M = {}
local function tbl_remove_value(tbl, obj)
local idx = nil
for k, v in ipairs(tbl) do
... | mit |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/naboo/naboo_dread_pirate.lua | 1 | 1123 | naboo_dread_pirate = Creature:new {
objectName = "@mob/creature_names:naboo_dread_pirate",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "naboo_pirate",
faction = "naboo_pirate",
level = 22,
chanceHit = 0.350000,
damageMin = 240,
damageMax = 250,
baseXp = 2006,
baseHAM = 5900,
baseHAMmax = 7200,
armor = ... | agpl-3.0 |
KingRaptor/Zero-K | LuaRules/Configs/StartBoxes/Akilon Wastelands ZK v1.lua | 11 | 19588 | return {
[0] = {
boxes = {
{
{6950, 6435},
{6804, 6292},
{6794, 6284},
{6783, 6283},
{6781, 6294},
{6782, 6304},
{6779, 6315},
{6770, 6326},
{6761, 6336},
{6754, 6347},
{6743, 6354},
{6733, 6357},
{6722, 6359},
{6712, 6360},
{6702, 6360},
{6691, 635... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/weapon_capacitor/cap_subpro_gallant_a1.lua | 3 | 2340 | --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/chemistry/medpack_wound_action_b.lua | 2 | 3622 | --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/weaponskills/vorpal_blade.lua | 25 | 1470 | -----------------------------------
-- Vorpal Blade
-- Sword weapon skill
-- Skill Level: 200
-- Delivers a four-hit attack. Chance of params.critical varies with TP.
-- Stacks with Sneak Attack.
-- Aligned with the Soil Gorget & Thunder Gorget.
-- Aligned with the Soil Belt & Thunder Belt.
-- Element: None
-- Modifier... | gpl-3.0 |
MHPG/MegaBreakerTG | plugins/Google.lua | 4 | 1047 | local function googlethat(query)
local api = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&"
local parameters = "q=".. (URL.escape(query) or "")
-- Do the request
local res, code = https.request(api..parameters)
if code ~=200 then return nil end
local data = json:decode(res)
local r... | gpl-2.0 |
Whitechaser/darkstar | scripts/zones/Temenos/mobs/Light_Elemental.lua | 28 | 1715 | -----------------------------------
-- Area: Temenos E T
-- NPC: Light_Elemental
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
-----------------------------... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/droid_interface/ddi_hk_mk4.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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/quest/naboo/leb_merchant.lua | 1 | 2972 | leb_merchant = Creature:new {
objectName = "",
socialGroup = "townsperson",
faction = "townsperson",
level = 4,
chanceHit = 0.24,
damageMin = 40,
damageMax = 45,
baseXp = 62,
baseHAM = 113,
baseHAMmax = 138,
armor = 0,
resists = {15,15,15,15,15,15,15,-1,-1},
meatType = "",
meatAmount = 0,
... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/particle/particle_test_10.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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/ship/lambdashuttle.lua | 3 | 2160 | --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/items/plate_of_beef_paella_+1.lua | 2 | 1233 | -----------------------------------------
-- ID: 5973
-- Item: Plate of Beef Paella +1
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- HP 45
-- Strength 6
-- Attack % 19 Cap 95
-- Undead Killer 6
-----------------------------------------
require("scripts/globals/status");
-----------------... | gpl-3.0 |
mswf/MeepMeep | jit/dis_x86.lua | 7 | 32546 | ----------------------------------------------------------------------------
-- LuaJIT x86/x64 disassembler module.
--
-- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
--------------------------------------------------------------------------... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/structure/general/debris_deathstar_large_tube.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 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/space/chassis/xwing.lua | 2 | 3670 | --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 |
DailyShana/ygopro-scripts | c50078509.lua | 3 | 2154 | --デモンズ・チェーン
function c50078509.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1c0)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c50078509.target)
e1:SetOperation(c50078509.o... | gpl-2.0 |
DailyShana/ygopro-scripts | c95714077.lua | 5 | 1530 | --ゼンマイマニュファクチャ
function c95714077.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(95714077,0))
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_... | gpl-2.0 |
alireza1998/power-full | plugins/rss.lua | 700 | 5434 | local function get_base_redis(id, option, extra)
local ex = ''
if option ~= nil then
ex = ex .. ':' .. option
if extra ~= nil then
ex = ex .. ':' .. extra
end
end
return 'rss:' .. id .. ex
end
local function prot_url(url)
local url, h = string.gsub(url, "http://", "")
local... | gpl-2.0 |
DailyShana/ygopro-scripts | c31924889.lua | 3 | 2346 | --アーカナイト・マジシャン
function c31924889.initial_effect(c)
c:EnableCounterPermit(0x3001)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsRace,RACE_SPELLCASTER),1)
c:EnableReviveLimit()
--attackup
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetV... | gpl-2.0 |
Whitechaser/darkstar | scripts/globals/items/sweet_baked_apple.lua | 2 | 1059 | -----------------------------------------
-- ID: 4336
-- Item: sweet_baked_apple
-- Food Effect: 1hour, All Races
-----------------------------------------
-- Magic Points 25
-- Intelligence 4
-- MP Recovered While Healing 2
-----------------------------------------
require("scripts/globals/status");
------------------... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/loot/groups/npc/meatlump_common.lua | 4 | 1379 | meatlump_common = {
description = "",
minimumLevel = 0,
maximumLevel = 0,
lootItems = {
{itemTemplate = "cheap_copper_battery", weight = 1000000},
{groupTemplate = "wearables_common", weight = 1000000},
{itemTemplate = "droid_body_schematic", weight = 800000},
{itemTemplate = "radio_schematic", weight = 800... | agpl-3.0 |
DailyShana/ygopro-scripts | c54936498.lua | 5 | 1175 | --インフルーエンス・ドラゴン
function c54936498.initial_effect(c)
--lv up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(54936498,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE)
e1:SetTarget(c54936498.tg)
e1:SetOperation(c54936498.... | gpl-2.0 |
DailyShana/ygopro-scripts | c21105106.lua | 3 | 4998 | --sophiaの影霊衣
function c21105106.initial_effect(c)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c21105106.splimit)
c:RegisterEffect(e... | gpl-2.0 |
mswf/MeepMeep | lua/Carbon/Operators.lua | 1 | 7283 | --[[
Carbon for Lua
#class Operators
#description {
Provides functional forms of operators. Useful for having a common base.
**DEPRECATED** in 1.1: Use fat-arrow lambdas or your own functions instead.
}
]]
local Carbon, self = ...
local Operators = {}
local Graphene = Carbon:GetGraphene()
local lua52 = Grap... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/weapon/rifle_light_blaster_e11_carbine.lua | 1 | 3781 | --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/tangible/lair/opee_sea_killer/objects.lua | 3 | 5660 | --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 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/encoded_disk/dead_eye_decoder.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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/spices/spice_muon_gold.lua | 2 | 3164 | --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/conversations/events/bestine_museum/bestine_artist04_conv.lua | 3 | 3862 | bestineArtist04ConvoTemplate = ConvoTemplate:new {
initialScreen = "",
templateType = "Lua",
luaClassHandler = "bestine_museum_artist_conv_handler",
screens = {}
}
init_curvote = ConvoScreen:new {
id = "init_curvote",
leftDialog = "@conversation/bestine_artist04:s_71aaaca6", -- Why do you bother Kahfr? Kahfr is ... | agpl-3.0 |
KingRaptor/Zero-K | effects/gundam_bigbulletimpact.lua | 25 | 6249 | -- bigbulletimpact
return {
["bigbulletimpact"] = {
dirta = {
air = true,
class = [[CSimpleParticleSystem]],
count = 1,
properties = {
airdrag = 0.7,
alwaysvisible = true,
colormap = [[0.1 0.1 0.1 1... | gpl-2.0 |
Whitechaser/darkstar | scripts/globals/mobskills/polar_blast.lua | 2 | 1417 | ---------------------------------------------
-- Polar Blast
--
-- Description: Deals Ice damage to enemies within a fan-shaped area. Additional effect: Paralyze
-- Type: Breath
-- Ignores Shadows
-- Range: Unknown Cone
---------------------------------------------
require("scripts/globals/settings");
require("sc... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/dressed_naboo_sayama_edosun.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 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ui/ui_planet_corellia.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/mobile/corellia/afarathu_hellion.lua | 2 | 2120 | afarathu_hellion = Creature:new {
objectName = "@mob/creature_names:afarathu_cult_hellion",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "afarathu",
faction = "afarathu",
level = 15,
chanceHit = 0.31,
damageMin = 160,
damageMax = 170,
baseXp = 960,
baseHAM = 2400,
baseHAMmax = 3000,
armor = 0,
resists ... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/dressed_rebel_staff_corporal_bith_female_01.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 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/lair/npc_theater/global_imperial_large_base_imperial_large_theater.lua | 2 | 1079 | global_imperial_large_base_imperial_large_theater = Lair:new {
mobiles = {
{"imperial_colonel",1},
{"imperial_major",1},
{"imperial_first_lieutenant",2},
{"imperial_sergeant",3}
},
spawnLimit = 15,
buildingsVeryEasy = {"object/building/poi/lok_imperial_large2.iff","object/building/poi/anywhere_imperial_base... | agpl-3.0 |
rvirding/luerl | examples/benchmark/suites/sort-simple.lua | 5 | 1718 | local table_sort = table.sort
local math_random, math_randomseed = math.random, math.randomseed
--------------------------------------------------------------------------------
math_randomseed(12345)
--------------------------------------------------------------------------------
-- TODO: Benchmark some pure-lua qs... | apache-2.0 |
KingRaptor/Zero-K | LuaRules/Gadgets/unit_missilesilo.lua | 11 | 4596 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
if not gadgetHandler:IsSyncedCode() then
return
end
--------------------------------------------------------------------------------
------------------------... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/particle/particle_test_61.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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/mission/quest_item/bren_kingal_q2_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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/conversations/record_keepers/record_keeper_imperial_conv.lua | 3 | 7874 | --Generated by SWGEmu Conversation Editor
rk_record_keeper_imperialConversationTemplate = ConvoTemplate:new {
initialScreen = "init",
templateType = "Lua",
luaClassHandler = "imperial_park_record_keeper_convo_handler",
screens = {}
}
record_keeper_init = ConvoScreen:new {
id = "init",
leftDialog = "",
stopConver... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/lair/kliknik/lair_kliknik.lua | 2 | 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... | agpl-3.0 |
DailyShana/ygopro-scripts | c74530899.lua | 5 | 3305 | --時械神メタイオン
function c74530899.initial_effect(c)
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SINGLE_RANGE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetRange(LOCATION_DECK)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:RegisterEffect(e1)
... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/attachment/weapon/imperial_gunboat_turret_ball.lua | 3 | 2328 | --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/tangible/ship/components/shield_generator/shd_incom_mark5.lua | 3 | 2316 | --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 |
DanielSchiavini/cortez-client | DataCortez/lua files/_sources/optioninfo/optioninfo_f.lua | 1 | 1269 | SetCmdOnOffList = function()
if CmdOnOffList == nil then
return
end
for k, v in pairs(CmdOnOffOderList) do
local cmdInfo = CmdOnOffList[v]
if cmdInfo ~= nil and cmdInfo ~= nil then
c_SetCmdOnOffList(v, cmdInfo)
end
end
end
l_GetOptionValue = function(keyName)
... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/quest/endor/theme_park_marauder_dengo.lua | 1 | 1050 | theme_park_marauder_dengo = Creature:new {
objectName = "@mob/creature_names:marooned_pirate_captain",
customName = "Dengo Haribonn",
socialGroup = "pirate",
faction = "pirate",
level = 12,
chanceHit = 0.35,
damageMin = 210,
damageMax = 220,
baseXp = 2543,
baseHAM = 1200,
baseHAMmax = 1500,
armor = 0,
resi... | agpl-3.0 |
DailyShana/ygopro-scripts | c799183.lua | 3 | 2250 | --超戦士の盾
function c799183.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c799183.condition)
e1:SetTarget(c799183.target)
e1:SetOperation(c799183.activate)
c:RegisterEffect(e... | gpl-2.0 |
DailyShana/ygopro-scripts | c80033124.lua | 3 | 2825 | --サイバーダーク・インパクト!
function c80033124.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c80033124.target)
e1:SetOperation(c80033124.activate)
c:RegisterEffect(e1)
end
funct... | gpl-2.0 |
DailyShana/ygopro-scripts | c29947751.lua | 3 | 1263 | --D・マグネンU
function c29947751.initial_effect(c)
--atk
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_SELECT_BATTLE_TARGET)
e1:SetCondition(c29947751.cona)
e1:SetValue(c29947751.vala)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/ship/prototype_hutt_light.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 |
Whitechaser/darkstar | scripts/zones/Southern_San_dOria/npcs/Ambrotien.lua | 5 | 5969 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Ambrotien
-- !pos 93.419 -0.001 -57.347 230
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/ke... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/conversations/dungeon/geonosian_lab/biogenic_engineer_tech_convo.lua | 3 | 10718 | biogenicEngineerTechConvoTemplate = ConvoTemplate:new {
initialScreen = "",
templateType = "Lua",
luaClassHandler = "BiogenicEngineerTechConvoHandler",
screens = {}
}
knocked_out_power = ConvoScreen:new {
id = "knocked_out_power",
leftDialog = "@conversation/biogenic_engineertech:s_235c610d", -- That earthquake ... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/ithorian/ith_jacket_s09.lua | 3 | 3455 | --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 |
DailyShana/ygopro-scripts | c20277376.lua | 7 | 1384 | --神竜 アポカリプス
function c20277376.initial_effect(c)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(20277376,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(c20277376.th... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/droid_interface/ddi_moncal_custom_dk2.lua | 3 | 2336 | --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 |
UBERMALLOW/external_skia | tools/lua/skia.lua | 207 | 1863 | -- Experimental helpers for skia --
function string.startsWith(String,Start)
return string.sub(String,1,string.len(Start))==Start
end
function string.endsWith(String,End)
return End=='' or string.sub(String,-string.len(End))==End
end
Sk = {}
function Sk.isFinite(x)
return x * 0 == 0
end
----------------... | bsd-3-clause |
Whitechaser/darkstar | scripts/globals/items/slice_of_dragon_meat.lua | 2 | 1205 | -----------------------------------------
-- ID: 4272
-- Item: slice_of_dragon_meat
-- Food Effect: 5Min, Galka only
-----------------------------------------
-- Strength 6
-- Intelligence -8
-- Demon Killer +2 (?)
-----------------------------------------
require("scripts/globals/status");
----------------------------... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/installation/faction_perk/covert_detector/objects.lua | 3 | 4026 | --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 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/dathomir/ancient_bull_rancor.lua | 2 | 1153 | ancient_bull_rancor = Creature:new {
objectName = "@mob/creature_names:ancient_bull_rancor",
socialGroup = "rancor",
faction = "",
level = 98,
chanceHit = 0.95,
damageMin = 620,
damageMax = 950,
baseXp = 9336,
baseHAM = 20000,
baseHAMmax = 25000,
armor = 2,
resists = {150,165,0,200,200,200,0,0,-1},
meatTyp... | agpl-3.0 |
KingRaptor/Zero-K | LuaUI/Widgets/cmd_customformations2.lua | 6 | 40293 | function widget:GetInfo()
return {
name = "CustomFormations2",
desc = "Allows you to draw a formation line:"..
"\n mouse drag draw various command on ground."..
"\n ALT+Attack draw attack command on the ground.",
author = "Niobium, modified by Skasi", -- Based on 'Custom Formations' by j... | gpl-2.0 |
TWEFF/Luci | protocols/ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua | 1 | 1354 | --[[
LuCI - Lua Configuration Interface
Copyright 2013 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
]]--
local map... | apache-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/fishing/fish/base/fish_base.lua | 3 | 2232 | --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/tatooine/slaver.lua | 1 | 1055 | slaver = Creature:new {
objectName = "@mob/creature_names:slaver",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "slaver",
faction = "",
level = 4,
chanceHit = 0.240000,
damageMin = 40,
damageMax = 45,
baseXp = 85,
baseHAM = 113,
baseHAMmax = 138,
armor = 0,
resists = {0,0,0,0,0,0,0,-1,-1},
meatType = ... | agpl-3.0 |
DailyShana/ygopro-scripts | c39823987.lua | 3 | 3037 | --太陽龍インティ
function c39823987.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsCode,78275321),aux.NonTuner(nil),1)
c:EnableReviveLimit()
--destroy&damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(39823987,0))
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_D... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/armor/ithorian_sentinel/ith_armor_s03_bicep_r.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... | agpl-3.0 |
DailyShana/ygopro-scripts | c4466015.lua | 3 | 1134 | --ヴェノム・スプラッシュ
function c4466015.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_DRAW_PHASE)
e1:SetTarget(c4466015.target)
e1:SetOperation(... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/loot/dungeon/corellian_corvette/neutral_destroy_intel.lua | 2 | 2349 | --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/bark_mite_burrower_queen.lua | 3 | 2212 | --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/cave_stalagmite_tato_s02_large.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/object/draft_schematic/clothing/clothing_jewelry_necklace_09.lua | 2 | 3366 | --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/building/poi/tatooine_dim_u_large1.lua | 2 | 2246 | --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/zones/Nyzul_Isle/mobs/Imperial_Gear.lua | 7 | 1520 | -----------------------------------
-- Area: Nyzul Isle (Path of Darkness)
-- MOB: Imperial Gear
-----------------------------------
require("scripts/globals/status");
require("scripts/zones/Nyzul_Isle/IDs");
-----------------------------------
function onMobSpawn(mob)
local instance = mob:getInstance();
loca... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/component/dna/dna_template_falumpaset.lua | 3 | 2272 | --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 |
DailyShana/ygopro-scripts | c83584898.lua | 3 | 2544 | --魔界の足枷
function c83584898.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c83584898.target)
e1:SetOperation(c83584898.operation)
c:RegisterEffect(e1)
... | gpl-2.0 |
Whitechaser/darkstar | scripts/zones/North_Gustaberg_[S]/npcs/Cavernous_Maw.lua | 5 | 1074 | -----------------------------------
-- Area: North Gustaberg [S]
-- NPC: Cavernous Maw
-- !pos 466 0 479 88
-- Teleports Players to North Gustaberg
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitem... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/creature/npc/droid/crafted/r5_droid_advanced.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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/faction/imperial/assault_trooper.lua | 2 | 1506 | assault_trooper = Creature:new {
objectName = "@mob/creature_names:assault_trooper",
randomNameType = NAME_STORMTROOPER_TAG,
socialGroup = "imperial",
faction = "imperial",
level = 26,
chanceHit = 0.36,
damageMin = 250,
damageMax = 260,
baseXp = 2730,
baseHAM = 7700,
baseHAMmax = 9400,
armor = 0,
resists =... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/reelo_baruk.lua | 3 | 2160 | --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_vinya_maysor.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 |
AndyClausen/PNRP_HazG | postnukerp/Gamemode/items/ammunition.lua | 1 | 17474 | //////////////////////////////////////////////
// H.A.Z.G //
// Items remake for PNRP //
// //
// This will include ammunition //
// from the items folder from our server. //
// //
// Use with Andy's permission only! //
// //
// By Andy and Wiktor //
... | gpl-3.0 |
DailyShana/ygopro-scripts | c54813225.lua | 3 | 1467 | --ダックファイター
function c54813225.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(54813225,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND+LOCATION_GRAVE)
e1:SetCost(c54813225.spcost)
e1:SetTarget(c54813225.sptg... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/dress/dress_s27.lua | 3 | 4087 | --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 |
TelebotTG/telebot | plugins/stats.lua | 1 | 3977 | 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 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/building/naboo/cloning_facility_naboo.lua | 3 | 3712 | --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/tangible/hair/sullustan/sul_hair_s11_f.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... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/furniture/decorative/cafe_chair.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 |
KingRaptor/Zero-K | LuaUI/Configs/nubtron_config.lua | 12 | 8942 | --[[
INSTRUCTIONS
Choose names for the unitClass table and use those names in conditions.
For example if you use "Con" then you must use "ConSelected" not "conSelected":
local unitClasses = {
Con = { 'armrectr' },
}
local steps = {
selectCon = {
image = unitClasses.Con[1] ..'.png',
passIfAny = { 'ConSelecte... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/weapon/lightsaber/lightsaber_polearm_gen3.lua | 2 | 4039 | --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/space/reactor/fusion_reactor_mk4.lua | 1 | 3595 | --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/zones/Western_Adoulin/npcs/Vaulois.lua | 7 | 1575 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Vaulois
-- Type: Standard NPC and Quest Giver
-- Starts, Involved with, and Finishes Quest: 'Transporting'
-- @zone 256
-- !pos 20 0 85 256
-----------------------------------
package.loaded["scripts/zones/Western_Adoulin/TextIDs"] = nil;
--------... | gpl-3.0 |
KingRaptor/Zero-K | LuaRules/Gadgets/unit_disable_buildoptions.lua | 12 | 4027 | -- $Id: unit_disable_buildoptions.lua 4456 2009-04-20 13:23:49Z google frog $
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
function gadget:GetInfo()
return {
name = "Disable Buildoptions"... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/hair/rodian/hair_rodian_female_s07.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... | agpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.