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
KingRaptor/Zero-K
LuaUI/Widgets/gui_chili_minimap.lua
2
31551
function widget:GetInfo() return { name = "Chili Minimap", desc = "v0.895 Chili Minimap", author = "Licho, CarRepairer", date = "@2010", license = "GNU GPL, v2 or later", layer = -100000, enabled = true, } end VFS.Include("LuaRules/Configs/customcmds.h.lua") in...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/hair/zabrak/hair_zabrak_female_s04.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
DailyShana/ygopro-scripts
c66451379.lua
5
2854
--グレイドル・アリゲーター function c66451379.initial_effect(c) --equip local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCode(EVENT_TO_GRAVE) e1:SetCondition(c66451379.eq...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/particle/particle_test_1.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
Van-Hu/gamecode4
Assets/Scripts/LevelInit.lua
44
3469
--======================================================================== -- LevelInit.lua : A script that's executed when the level is initializing -- -- Part of the GameCode4 Application -- -- GameCode4 is the sample application that encapsulates much of the source code -- discussed in "Game Coding Complete - ...
lgpl-3.0
AliKhodadad/Test
bot/utils.lua
24
23030
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/...
gpl-2.0
tynaut/EquipmentLocker
scripts/delegate.lua
2
4832
-------------------------------------------------------------------------------- --SAFETY CHECK if delegate == nil then -------------------------------------------------------------------------------- delegate = { v = 4, delegates = {}, callbacks = {} } ------------------------------------------------------...
apache-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s9.lua
1
6207
--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/Ifrits_Cauldron/npcs/relic.lua
5
1546
----------------------------------- -- Area: Ifrit's Cauldron -- NPC: <this space intentionally left blank> -- !pos -18 40 20 205 ----------------------------------- package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Ifrits_Cauldron/TextIDs"); ----...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/creature/tatooine_bantha_nosaddle.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
DailyShana/ygopro-scripts
c15013468.lua
3
2597
--アンドロ・スフィンクス function c15013468.initial_effect(c) --cannot special summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_GRAVE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) c:RegisterEffect(e...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/lair/kittle/objects.lua
3
7236
--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
meric/l2l
l2l/compiler.lua
1
23144
local utils = require("leftry").utils local list = require("l2l.list") local lua = require("l2l.lua") local reader = require("l2l.reader") local vector = require("l2l.vector") local exception = require("l2l.exception") local symbol = reader.symbol local len = require("l2l.len") local loadstring = _G["loadstring"] or _G...
bsd-2-clause
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/poi/corellia_smashball_large3.lua
2
2262
--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
pjm0616/meowbot-pub
modules/lua/automode.lua
1
13973
--[[ meowbot Copyright (C) 2008-2009 Park Jeong Min <pjm0616_at_gmail_d0t_com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later ver...
gpl-3.0
alexzatsepin/omim
3party/osrm/osrm-backend/profiles/testbot.lua
69
3444
-- Testbot profile -- Moves at fixed, well-known speeds, practical for testing speed and travel times: -- Primary road: 36km/h = 36000m/3600s = 100m/10s -- Secondary road: 18km/h = 18000m/3600s = 100m/20s -- Tertiary road: 12km/h = 12000m/3600s = 100m/30s -- modes: -- 1: normal -- 2: route -- 3: river downstream ...
apache-2.0
Zefiros-Software/premake-core
src/base/json.lua
23
55197
-- -*- coding: utf-8 -*- -- -- Simple JSON encoding and decoding in pure Lua. -- -- Copyright 2010-2016 Jeffrey Friedl -- http://regex.info/blog/ -- Latest version: http://regex.info/blog/lua/json -- -- This code is released under a Creative Commons CC-BY "Attribution" License: -- http://creativecommons.org/licenses/by...
bsd-3-clause
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/commands/planet.lua
4
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. ...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/creature/dathomir_baz_nitch.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/hair/human/hair_human_female_s22.lua
3
2252
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
BlubBlab/Micromacro-2-Bot-Framework
classes/abstract.pawn.class.lua
1
20724
dyinclude("meta-settings/pawns.settings.lua"); include("objectqueue.class.lua"); -- used in function.lua for openGiftbag() armorMap = pawns.settings["armor_map"]; local classEnergyMap = pawns.settings["classEnergyMap"]; CAbstractPawn = class(CObject, function (self, ptr) self.Address = ptr; self.Name = "<UNKNO...
mit
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/scout/camokit/camokit_endor.lua
3
2715
--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/tatooine/antenna_tatt_style_2.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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/weapon/wpn_hk_scorcher_2.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/object/tangible/mission/quest_item/fixer_q1_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...
agpl-3.0
KingRaptor/Zero-K
LuaUI/Widgets/cmd_mex_placement.lua
2
24197
function widget:GetInfo() return { name = "Mex Placement Handler", desc = "Places mexes in the correct position DO NOT DISABLE", author = "Google Frog with some from Niobium and Evil4Zerggin.", version = "v1", date = "22 April, 2012", --2 April 2013 license = "GNU GPL, v2 or later", ...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/loot/collectible/collectible_rewards/objects.lua
3
12774
--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
paucarre/tiefvision
src/torch/11-similarity-searcher-cnn-file/search.lua
1
2939
-- Copyright (C) 2016 Pau Carré Cardona - All Rights Reserved -- You may use, distribute and modify this code under the -- terms of the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt). local torchFolder = require('paths').thisfile('..') package.path = string.format("%s;%s/?.lua", os.getenv("LUA_PA...
apache-2.0
njligames/NJLIGameEngine
projects/YappyBirds/gameplay_scripts/yappybirds_game/scripts/YAPPYBIRDS/_birdSpawnMachine.lua
4
6196
--test local startStopWatch = function(self) self.stopWatchTimer:stop(); self.stopWatchTimer:start() end local getStopWatchMilliseconds = function(self) return self.stopWatchTimer:getMilliseconds() end local isTimerFinished = function(self) return self.countDownTimer:isFinished() end local startTimer = function(...
mit
DailyShana/ygopro-scripts
c74611888.lua
3
1215
--手のひら返し function c74611888.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_POSITION) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,0x1e0) e1:SetCondition(c74611888.condition) e1:SetTarget(c74611888.target) e1:SetOperation(c74611888.activa...
gpl-2.0
ollie27/openwrt_luci
build/luadoc/luadoc/taglet/standard/tags.lua
32
5542
------------------------------------------------------------------------------- -- Handlers for several tags -- @release $Id: tags.lua,v 1.8 2007/09/05 12:39:09 tomas Exp $ ------------------------------------------------------------------------------- local luadoc = require "luadoc" local util = require "luadoc.util"...
apache-2.0
DailyShana/ygopro-scripts
c20426907.lua
3
4258
--機殻の再星 function c20426907.initial_effect(c) Duel.EnableGlobalFlag(GLOBALFLAG_SELF_TOGRAVE) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_SUMMON+TIMING_SPSUMMON) e1:SetTarget(c20426907.distg1) e1:SetOperation(c20426907.disop) ...
gpl-2.0
DailyShana/ygopro-scripts
c75014062.lua
3
1390
--魔力掌握 function c75014062.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_COUNTER) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,75014062+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c75014062.target) e1:Set...
gpl-2.0
KingRaptor/Zero-K
LuaUI/i18nlib/i18n/interpolate.lua
27
1075
local unpack = unpack or table.unpack -- lua 5.2 compat local bracketDummy = "@@@@@@@@@{@@@@@@@@@" local ltDummy = "@@@@@@@@@<@@@@@@@@@" -- matches a string of type %{age} local function interpolateVariables(str, vars) return str:gsub("%%{%s*(.-)%s*}", function(key) return tostring(vars[key]) end) end -- mat...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/lair/qurvel/lair_qurvel_mountain.lua
2
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...
agpl-3.0
DailyShana/ygopro-scripts
c9861795.lua
3
1160
--モグモール function c9861795.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(9861795,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_TO_GRAVE) e1:SetCountLimit...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/deed/harvester_deed/harvester_ore_s1_deed.lua
1
2991
--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_skirt_formal_14.lua
2
3487
--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/graul.lua
3
2136
--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/Sauromugue_Champaign_[S]/Zone.lua
5
1124
----------------------------------- -- -- Zone: Sauromugue_Champaign_[S] (98) -- ----------------------------------- package.loaded["scripts/zones/Sauromugue_Champaign_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Sauromugue_Champaign_[S]/TextIDs");...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/deed/vehicle_deed/landspeeder_x31_deed.lua
3
2462
--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/rebel_scavenger_camp.lua
2
2242
--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/weapon_capacitor/cap_moncal_elite.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...
agpl-3.0
chexiongsheng/build_xlua_with_libs
build/lua-protobuf/protoc.lua
1
32027
local function meta(name, t) t = t or {} t.__name = name t.__index = t return t end local function default(t, k, def) local v = t[k] if not v then v = def or {} t[k] = v end return v end local Lexer = meta "Lexer" do local escape = { a = "\a", b = "\b", f = "\f", n = "\n", ...
mit
Zefiros-Software/premake-core
modules/vstudio/tests/vc2010/test_compile_settings.lua
5
30931
-- -- tests/actions/vstudio/vc2010/test_compile_settings.lua -- Validate compiler settings in Visual Studio 2010 C/C++ projects. -- Copyright (c) 2011-2013 Jason Perkins and the Premake project -- local p = premake local suite = test.declare("vstudio_vs2010_compile_settings") local vc2010 = p.vstudio.vc2010 local ...
bsd-3-clause
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/bio_component/bio_component_food_medium_filling.lua
2
3523
--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
c30860696.lua
5
1291
--ロケット戦士 function c30860696.initial_effect(c) --invincible local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE) e1:SetCondition(c30860696.ivcon) e1:SetValue(1) c:RegisterEffect(e1) local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e2:SetCode(EFFE...
gpl-2.0
Whitechaser/darkstar
scripts/globals/mobskills/pw_pinning_shot.lua
2
1146
--------------------------------------------- -- Pinning Shot -- -- Description: Delivers a threefold ranged attack to targets in an area of effect. Additional effect: Bind -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: Unknown -- Notes: Used only by Medusa. ------------------------------------------...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_rifleman_trainer_01.lua
2
2278
--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
c69243953.lua
7
2353
--蝶の短剣-エルマ function c69243953.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(c69243953.target) e1:SetOperation(c69243953.operation) c:RegisterEffect(e1...
gpl-2.0
panpakr/TronLauncher
dmc_corona/lib/dmc_lua/lua_patch.lua
44
7239
--====================================================================-- -- lua_patch.lua -- -- Documentation: http://docs.davidmccuskey.com/ --====================================================================-- --[[ The MIT License (MIT) Copyright (c) 2014-2015 David McCuskey Permission is hereby granted, free ...
mit
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/particle/particle_test_99.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/intangible/data_item/warren_encryption_key.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_bottle_fat.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
DailyShana/ygopro-scripts
c57238939.lua
5
1235
--A・ジェネクス・リモート function c57238939.initial_effect(c) --cos local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(57238939,0)) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetTarget(c57238939.costg) e1:SetOperation(c57238939....
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/skeleton/ito.lua
3
2164
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/rori/rorgungan_commoner.lua
1
1163
rorgungan_commoner = Creature:new { objectName = "@mob/creature_names:rorgungan_commoner", randomNameType = NAME_GENERIC_TAG, socialGroup = "rorgungan", faction = "rorgungan", level = 14, chanceHit = 0.3, damageMin = 150, damageMax = 160, baseXp = 714, baseHAM = 2000, baseHAMmax = 2400, armor = 0, resists ...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/component/vehicle/base/base_veh_weapon_hvy.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/thug/assassin_twilek_mate.lua
1
1118
assassin_twilek_mate = Creature:new { objectName = "@mob/creature_names:assassin", randomNameType = NAME_GENERIC_TAG, socialGroup = "thug", faction = "thug", level = 18, chanceHit = 0.32, damageMin = 170, damageMax = 180, baseXp = 1257, baseHAM = 4100, baseHAMmax = 5000, armor = 0, resists = {0,0,0,0,0,0,0...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/medicine/crafted/medpack_wound_action_e.lua
3
2973
--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_rebel_second_lieutenant_human_female_01.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...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/dantooine/abandoned_rebel_private.lua
2
1232
abandoned_rebel_private = Creature:new { objectName = "@mob/creature_names:abandoned_rebel_private", randomNameType = NAME_GENERIC_TAG, socialGroup = "rebel", faction = "rebel", level = 27, chanceHit = 0.36, damageMin = 240, damageMax = 250, baseXp = 2822, baseHAM = 7200, baseHAMmax = 8800, armor = 0, resi...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/loot/items/wearables/ithorian/ith_shirt_s09.lua
4
1279
ith_shirt_s09 = { -- Ithorian Fade Dyed Shirt minimumLevel = 0, maximumLevel = -1, customObjectName = "", directObjectTemplate = "object/tangible/wearables/ithorian/ith_shirt_s09.iff", craftingValues = {}, skillMods = {}, customizationStringNames = {"/private/index_color_1","/private/index_...
agpl-3.0
AndyClausen/PNRP_HazG
postnukerp/entities/entities/tool_radar/shared.lua
1
1189
ENT.Type = "anim" ENT.Base = "base_gmodentity" ENT.PrintName = "Wasteland Radar" ENT.Author = "Eldar Storm" ENT.Contact = "" --fill in these if you want it to be in the spawn menu ENT.Purpose = "Detects NPC's and Players." ENT.Instructions = "?" ENT.AutomaticFrameAdvance = true ENT.Spawna...
gpl-3.0
DailyShana/ygopro-scripts
c58820923.lua
3
3793
--No.95 ギャラクシーアイズ・ダークマター・ドラゴン function c58820923.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,9,3,c58820923.ovfilter,aux.Stringid(58820923,0)) c:EnableReviveLimit() --xyzlimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYAB...
gpl-2.0
DailyShana/ygopro-scripts
c50185950.lua
5
1601
--サクリボー function c50185950.initial_effect(c) --draw local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(50185950,0)) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_RELEASE) e1:SetTarget(c50185950.drtg) e1:...
gpl-2.0
DailyShana/ygopro-scripts
c10802915.lua
5
1832
--魔界発現世行きデスガイド function c10802915.initial_effect(c) --spsummon local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(10802915,0)) e2:SetCategory(CATEGORY_SPECIAL_SUMMON) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetCode(EVENT_SUMMON_SUCCESS) e2:SetTarget(c10802915.sptg) e2:SetOperation(c1...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/faction/rebel/rebel_gungan_priest.lua
2
1050
rebel_gungan_priest = Creature:new { objectName = "@mob/creature_names:gungan_priest", randomNameType = NAME_GENERIC_TAG, socialGroup = "rebel", faction = "rebel", level = 9, chanceHit = 0.27, damageMin = 80, damageMax = 90, baseXp = 235, baseHAM = 675, baseHAMmax = 825, armor = 0, resists = {0,0,0,0,0,0,0...
agpl-3.0
jeblad/Pickle
tests/phpunit/includes/LuaLibrary/lua/pure/picklelib/report/ReportCaseTest.lua
2
2914
--- Tests for the plan module. -- This is a preliminary solution. -- @license GPL-2.0-or-later -- @author John Erling Blad < jeblad@gmail.com > local testframework = require 'Module:TestFramework' local lib = require 'picklelib/report/ReportCase' assert( lib ) local name = 'case' local class = 'report-case' local f...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_1handsword_trainer_02.lua
2
2286
--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
Wilma456/Computercraft
Other/wsh.lua
1
16846
if wsh then print("wsh is already running") return end if term.isColour() == false then print("This programm run not on a normal computer") return end os.loadAPI("/usr/apis/wilmaapi") os.loadAPI("clipboard") if wilmaapi == nil then print("Can't found wilmaapi. If you have it unistalled, run \"packman insta...
bsd-2-clause
sjznxd/lc-20130116
libs/core/luasrc/model/uci.lua
86
10653
--[[ LuCI - UCI model Description: Generalized UCI model FileId: $Id$ License: Copyright 2008 Steven Barth <steven@midlink.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache...
apache-2.0
DailyShana/ygopro-scripts
c96938986.lua
5
2077
--共振虫 function c96938986.initial_effect(c) --tohand local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(96938986,0)) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCode(EVENT_TO_GRAVE) e1:SetConditio...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/herald/herald_selonian_diplomat.lua
2
1337
herald_selonian_diplomat = Creature:new { objectName = "", randomNameType = NAME_GENERIC_TAG, customName = "a Selonian Diplomat", socialGroup = "selonian", faction = "", level = 14, chanceHit = 0.3, damageMin = 150, damageMax = 160, baseXp = 831, baseHAM = 2000, baseHAMmax = 2400, armor = 0, resists = {15...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/structure/generic_house_player_large.lua
2
3722
--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/crafted/weapon/quick_shot_upgrade_mk1.lua
3
2767
--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/all/frn_all_light_lamp_free_s03.lua
3
2728
--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/hvergelmir.lua
2
3331
----------------------------------------- -- ID: 19467 -- Item: Hvergelmir ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/msg"); require("scripts/globals/weaponskills"); require("scripts/globals/weaponskillids"); ----------------------------------- local NAME_WEAP...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/poi/naboo_gungwar_medium.lua
2
2242
--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
units/armjamt.lua
1
2968
unitDef = { unitname = [[armjamt]], name = [[Sneaky Pete]], description = [[Area Cloaker/Jammer]], activateWhenBuilt = true, buildCostMetal = 420, builder = false, buildingGroundDecalDecaySpeed...
gpl-2.0
sjznxd/lc-20130116
modules/niu/luasrc/model/cbi/niu/wireless/ap.lua
51
1406
local cursor = require "luci.model.uci".cursor() if not cursor:get("wireless", "ap") then cursor:section("wireless", "wifi-iface", "ap", {device = "_", doth = "1", _niu = "1", mode = "ap"}) cursor:save("wireless") end local function deviceroute(self) cursor:unload("wireless") local d = cursor:get("wireless", "a...
apache-2.0
zr-tex8r/grassator
bushfire.lua
1
11971
-- -- bushfire.lua -- Module 'bushfire' : interpreter for the Grass language -- -- Author: Takayuki YATO (aka 'ZR') -- Last modified: 2012/05/06 local M = {} local sys, sys_proto local gio_std, mower local make_char, char_w, succ, out, in_, make_term ---------------------------------------- module main local functio...
mit
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/commands/counterAttack.lua
2
2397
--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/dungeon/death_watch_bunker/serverobjects.lua
3
2964
--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
TWEFF/Luci
protocols/ipv6/luasrc/model/network/proto_4x6.lua
63
1522
--[[ LuCI - Network model - 6to4, 6in4 & 6rd protocol extensions Copyright 2011 Jo-Philipp Wich <xm@subsignal.org> 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 ...
apache-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/hair/sullustan/sul_hair_s01_m.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
Whitechaser/darkstar
scripts/globals/weaponskills/howling_fist.lua
26
1490
----------------------------------- -- Howling Fist -- Hand-to-Hand weapon skill -- Skill Level: 200 -- Damage varies with TP. -- Will stack with Sneak Attack. -- Ignores some defense. -- Aligned with the Light Gorget & Thunder Gorget. -- Aligned with the Light Belt & Thunder Belt. -- Element: None -- Modifiers: STR:20...
gpl-3.0
KingRaptor/Zero-K
gamedata/sidedata.lua
25
1088
-- $Id: sidedata.lua 3708 2009-01-06 06:20:18Z carrepairer $ -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- -- file: sidedata.lua -- brief: sidedata definitions -- -------------------------------...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/resource_container/energy_liquid_lg.lua
3
2247
--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/dungeon/geonosian_bio_lab/mercenary_sentry.lua
2
1120
mercenary_sentry = Creature:new { objectName = "@mob/creature_names:geonosian_human_security_force", randomNameType = NAME_GENERIC_TAG, socialGroup = "geonosian", faction = "", level = 66, chanceHit = 0.65, damageMin = 470, damageMax = 650, baseXp = 6380, baseHAM = 12000, baseHAMmax = 14000, armor = 1, res...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/crafted/engine/engine_overdriver_mk1.lua
2
2805
--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_ranger_trainer_02.lua
2
2270
--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/Widgets/chili_new/controls/window.lua
9
1852
--- Window module --- Window fields. -- Inherits from Control. -- @see control.Control -- @table Window Window = Control:Inherit{ classname = 'window', resizable = true, draggable = true, minWidth = 50, minHeight = 50, defaultWidth = 400, defaultHeight = 300, } local this = Window local inherited = t...
gpl-2.0
DailyShana/ygopro-scripts
c90576781.lua
3
1457
--レプティレス・ポイズン function c90576781.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_POSITION) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c90576781.condition) e1:SetTarget(c90576781.target) e1:SetOperati...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/clothing/clothing_belt_field_05_quest.lua
2
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/encoded_disk/encoded_disk_base.lua
2
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
vsocrates/mhealth-grabapp
Lab3/read_dataset.lua
1
1254
require "torch" require "image" require "math" classes = {1,2,3,4,5,6,7,8,9,10,11,12} classes_names = {'0','1','2','3','4','5','6','7','8','9','10','11'} function loadtxt(datafile, labelfile) local datafile,dataerr=io.open(datafile,"r") local labelfile,labelerr=io.open(labelfile,"r") if dataerr then print("Open ...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/weapon/rifle_blaster_dlt20.lua
1
3724
--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/vehicle/component/armor_panel_acid.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
DailyShana/ygopro-scripts
c62340868.lua
3
1133
--風魔神-ヒューガ function c62340868.initial_effect(c) --atkdown local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(62340868,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_QUICK_O) e1:SetRange(LOCATION_MZONE) e1:SetCode(EVENT_PRE_DAMAGE_CALCULATE) e1:SetProperty(EFFECT_FLAG...
gpl-2.0