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
AndyClausen/PNRP_HazG
postnukerp/entities/entities/tool_radar/init.lua
1
10443
AddCSLuaFile( "cl_init.lua" ) AddCSLuaFile( "shared.lua" ) include('shared.lua') util.PrecacheModel ("models/props_mining/antlion_detector.mdl") function ENT:Initialize() self.Entity:SetModel("models/props_combine/combine_mortar01b.mdl") self.Entity:PhysicsInit( SOLID_VPHYSICS ) -- Make us work wit...
gpl-3.0
Rdamonster/devmonster
plugins/stats.lua
22
4011
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/draft_schematic/item/item_repairkit_clothing.lua
2
3148
--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/mission_terminal.lua
3
2220
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
DailyShana/ygopro-scripts
c24096228.lua
7
3355
--二重魔法 function c24096228.initial_effect(c) --copy spell local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCost(c24096228.cost) e1:SetTarget(c24096228.target) e1:SetOperation(c24096228.operation) c:RegisterEffect(e1) end ...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/space/asteroid/asteroid_medium_01.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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/space/serverobjects.lua
2
1747
includeFile("space/akal_colzet.lua") includeFile("space/alozen.lua") includeFile("space/aqzow.lua") includeFile("space/arnecio_ulvaw_op.lua") includeFile("space/barlow.lua") includeFile("space/barn_sinkko.lua") includeFile("space/corsec_pilot.lua") includeFile("space/denner.lua") includeFile("space/diness_imler.lua") i...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/ship/hutt_light_s02.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/object/static/structure/general/cave_stalactite_ice_style_04.lua
3
2300
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/weapon/lightsaber/lightsaber_two_hand_gen1.lua
2
5175
--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
c48229808.lua
3
1635
--ホルスの黒炎竜 LV8 function c48229808.initial_effect(c) c:EnableReviveLimit() --cannot special summon local e1=Effect.CreateEffect(c) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) e1:SetValue(aux.FALSE) c:RegisterEffect(e1) --N...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/vehicle/speederbike_flash.lua
2
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/loot/dungeon/geonosian_mad_bunker/engineering_key.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
MHPG/MegaBreakerTG
plugins/urbandictionary.lua
11
1055
local doc = [[ /urbandictionary <query> Returns a definition from Urban Dictionary. ]] local triggers = { '^/u[rban]*d[ictionary]*[@'..bot.username..']*', '^/urban[@'..bot.username..']*' } local action = function(msg) local input = msg.text:input() if not input then if msg.reply_to_message and msg.reply_to_m...
gpl-2.0
njligames/NJLIGameEngine
projects/YappyBirds/_archive/scripts_9.16.2016/Params.lua
2
2793
local ParamInfo = {} ParamInfo = { World = { Gravity = bullet.btVector3(0,-60.81,0), LayerDistance = 15.24, LayerMax = 60.96, WorldOffset = bullet.btVector2(1.0, 19.7), WorldScale = 91.0, MinBrightnessForDistance = 0.8, }, Projectile = { WaterBalloon = { Azimuth = 10, Magnitude = 45, Di...
mit
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/component/dna/dna_template_veermok.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
Whitechaser/darkstar
scripts/zones/Navukgo_Execution_Chamber/Zone.lua
5
1145
----------------------------------- -- -- Zone: Navukgo_Execution_Chamber (64) -- ----------------------------------- package.loaded["scripts/zones/Navukgo_Execution_Chamber/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/globals/settings"); require("scripts/zo...
gpl-3.0
BlubBlab/Micromacro-2-Bot-Framework
libraries/threadframework/64bit/lanes-keeper.lua
2
7247
-- -- KEEPER.LUA -- -- Keeper state logic -- DEPRECATED BY THE EQUIVALENT C IMPLEMENTATION, KEPT FOR REFERENCE ONLY -- SHOULD NOT BE PART OF THE INSTALLATION ANYMORE -- -- This code is read in for each "keeper state", which are the hidden, inter- -- mediate data stores used by Lanes inter-state communication objects. -...
mit
Zefiros-Software/premake-core
binmodules/luasocket/test/urltest.lua
12
19140
local socket = require("socket") socket.url = require("socket.url") dofile("testsupport.lua") local check_build_url = function(parsed) local built = socket.url.build(parsed) if built ~= parsed.url then print("built is different from expected") print(built) print(expected) os.exi...
bsd-3-clause
KingRaptor/Zero-K
units/spherepole.lua
1
4476
unitDef = { unitname = [[spherepole]], name = [[Scythe]], description = [[Cloaked Raider Bot]], acceleration = 0.5, brakeRate = 0.3, buildCostMetal = 250, buildPic = [[spherepole.png]], canAttack = true,...
gpl-2.0
DailyShana/ygopro-scripts
c97342942.lua
7
1338
--エクトプラズマー function c97342942.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --release local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(97342942,0)) e2:SetCategory(CATEGORY_RELEASE+CATEGORY_DAMAGE) e...
gpl-2.0
Whitechaser/darkstar
scripts/zones/Windurst_Woods/npcs/Rakoh_Buuma.lua
5
2615
----------------------------------- -- Area: Windurst Woods -- NPC: Rakoh Buuma -- Starts Windurst Missions -- !pos 106 -5 -23 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; package.loaded["scripts/globals/missions"] = nil; ----------------------------------- requ...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/naboo/mauler.lua
1
1062
mauler = Creature:new { objectName = "@mob/creature_names:mauler", socialGroup = "mauler", faction = "", level = 16, chanceHit = 0.310000, damageMin = 160, damageMax = 170, baseXp = 1102, baseHAM = 3500, baseHAMmax = 4300, armor = 0, resists = {10,0,15,-1,-1,-1,-1,-1,-1}, meatType = "", meatAmount = 0, h...
agpl-3.0
Zefiros-Software/premake-core
tests/api/test_boolean_kind.lua
16
1312
-- -- tests/api/test_boolean_kind.lua -- Tests the boolean API value type. -- Copyright (c) 2014 Jason Perkins and the Premake project -- local p = premake local suite = test.declare("api_boolean_kind") local api = p.api -- -- Setup and teardown -- function suite.setup() api.register { name = "testapi", ...
bsd-3-clause
KingRaptor/Zero-K
gamedata/explosions_post.lua
17
1247
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- -- Load CA's effects from ./effects and not ./gamedata/explosions -- local luaFiles = VFS.DirList('effects', '*.lua', '*.tdf') --couldn't be arsed to con...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/loot/tool/impulse_detector_broken_s3.lua
3
2268
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
DailyShana/ygopro-scripts
c26834022.lua
3
1317
--ディザーム function c26834022.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY+CATEGORY_TODECK) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c26834022.condition) e1:SetTarget(c26834022.target) e1:SetOperation(c26834022.activ...
gpl-2.0
Whitechaser/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Vanguard_Eye.lua
5
2494
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Vanguard_Eye -- Map Position: http://images.wikia.com/ffxi/images/c/cc/Xar.jpg ----------------------------------- require("scripts/globals/status"); require("scripts/globals/dynamis"); ----------------------------------- function onMobInitialize(...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/lair/npc_theater/dantooine_abandoned_rebel_camp_rebel_small_theater.lua
3
1242
dantooine_abandoned_rebel_camp_rebel_small_theater = Lair:new { mobiles = {{"abandoned_rebel_private",1},{"stranded_rebel_scout",1}}, spawnLimit = 15, buildingsVeryEasy = {"object/building/poi/anywhere_rebel_camp_small_1.iff","object/building/poi/anywhere_rebel_camp_small_2.iff","object/building/poi/anywhere_rebel_c...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/wearables/backpack/backpack_s04.lua
3
3598
--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
pars69/source-en-fa
plugins/plugins.lua
5
6499
do -- Returns the key (index) in the config.enabled_plugins table local function plugin_enabled( name ) for k,v in pairs(_config.enabled_plugins) do if name == v then return k end end -- If not found return false end -- Returns true if file exists in plugins folder local function plugin_exists( ...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_hooligan_rodian_male_01.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/static/terrain/objects.lua
165
2016
--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/container/objects.lua
165
2016
--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/destructible/objects.lua
165
2016
--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/building/faction_perk/objects.lua
165
2016
--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/objects.lua
165
2016
--Copyright (C) 2009 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. ...
agpl-3.0
DailyShana/ygopro-scripts
c52198054.lua
5
4026
--ブレイズ・キャノン・マガジン function c52198054.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c52198054.target1) e1:SetOperation(c52198054.operation) e1:SetHintTiming(0,TIMING_MAIN_END) c:RegisterEffect(e1) --tograve local e2=Effect...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/bio_component/bio_component_clothing_field_cover.lua
2
3421
--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/booster/serverobjects.lua
3
12736
--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_kitchen_pot_style_01.lua
3
2236
--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/Misareaux_Coast/Zone.lua
5
1066
----------------------------------- -- -- Zone: Misareaux_Coast (25) -- ----------------------------------- package.loaded["scripts/zones/Misareaux_Coast/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Misareaux_Coast/TextIDs"); --------------------------...
gpl-3.0
Whitechaser/darkstar
scripts/zones/Port_Jeuno/npcs/Narsha.lua
1
1394
----------------------------------- -- Area: Port Jeuno -- NPC: Narsha -- Type: Chocobo Renter ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/chocobo"); require("scripts/globals/status"); ----------------------------------- functi...
gpl-3.0
Whitechaser/darkstar
scripts/zones/Mog_Garden/npcs/GreenThumbMo.lua
5
2025
package.loaded["scripts/zones/Mog_Garden/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Mog_Garden/TextIDs"); require("scripts/globals/moghouse") require("scripts/globals/shop"); ----------------------------------- local BRONZE_PIECE_ITEMID = 2184; function onTrade(player, npc, trade) ...
gpl-3.0
DanielSchiavini/cortez-client
DataCortez/lua files/_sources/seekparty/party_booking.lua
1
13402
map_list = { {name = "All Maps", list = {{name = "All Maps"}}, ignore_recruit_window = true }, {name = "Prontera", list = {{name = "Fields"}, {name = "Prontera Culvert F1"}, {name = "Prontera Culvert F2"}, {name = "Prontera Culvert F3"}, {name = "Prontera Culvert F4", colorR = 255, colorG = 0...
gpl-3.0
DailyShana/ygopro-scripts
c11159464.lua
5
1350
--ワーム・ホープ function c11159464.initial_effect(c) --flip local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FLIP+EFFECT_TYPE_SINGLE) e1:SetCategory(CATEGORY_DRAW) e1:SetTarget(c11159464.drtg) e1:SetOperation(c11159464.drop) c:RegisterEffect(e1) --discard local e2=Effect.CreateEffect(c) e2:SetDescription(aux....
gpl-2.0
Whitechaser/darkstar
scripts/globals/monstertpmoves.lua
1
23153
require("scripts/globals/magicburst") require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/utils") require("scripts/globals/msg"); -- Foreword: A lot of this is good estimating since the FFXI playerbase has not found all of info for individual moves. -- What is known...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/general/all_banner_generic_s01.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...
agpl-3.0
Whitechaser/darkstar
scripts/zones/Northern_San_dOria/npcs/Jeanvirgaud.lua
5
1288
----------------------------------- -- Area: Northern San d'Oria -- NPC: Jeanvirgaud -- Outpost Teleporter NPC -- !pos 111 -0.199 -6 231 ----------------------------------- require("scripts/globals/conquest"); function onTrigger(player,npc) local regionsControlled = 1073741823 - getTeleAvailable(NATION_SANDORIA);...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/crafted/weapon/missile/wpn_spacebomb_missile_mk1.lua
3
3089
--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/droid/component/data_storage_module_4.lua
2
3495
--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/Empyreal_Paradox/npcs/Transcendental.lua
5
1686
----------------------------------- -- Area: Empyreal_Paradox -- NPC: Transcendental ----------------------------------- package.loaded["scripts/zones/Empyreal_Paradox/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Empyreal_Paradox/TextIDs"); require("...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/ship/tiefighter_tier5.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...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/tatooine/filler_building_tatt_style01_06.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/mobile/dressed_sith_shadow_zab_f_02.lua
3
2228
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/bio_component/bio_component_clothing_casual_charisma.lua
3
2412
--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/tiefighter_body.lua
3
2268
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
KingRaptor/Zero-K
gamedata/modularcomms/dyncomms_predefined.lua
3
5127
return { dyntrainer_strike = { name = "Strike Trainer", chassis = "strike", modules = { {"commweapon_heavymachinegun", "module_radarnet"}, {"module_ablative_armor", "module_autorepair"}, {"commweapon_lightninggun", "module_personal_cloak", "module_ablative_armor"}, {"module_high_power_servos", "modul...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/corellia/grecks_smuggler.lua
2
1318
grecks_smuggler = Creature:new { objectName = "@mob/creature_names:greck_smuggler", randomNameType = NAME_GENERIC_TAG, socialGroup = "olag_greck", faction = "olag_greck", level = 7, chanceHit = 0.26, damageMin = 55, damageMax = 65, baseXp = 187, baseHAM = 270, baseHAMmax = 330, armor = 0, resists = {5,5,5,...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/booster/bst_sorosuub_prized_liberator_mk1.lua
3
2352
--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/droid/droid_wound_repair_kit_b.lua
2
3585
--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/weapon/pistol_scatter.lua
2
3553
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/furniture/furniture_lamp_free_s02_on.lua
2
3341
--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/cll8_binary_load_lifter.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/object/tangible/component/weapon/blaster_barrel_wp_muzzle_m_s04_lg.lua
3
2324
--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/gate_of_tartarus.lua
2
1942
----------------------------------- -- Gate Of Tartarus -- Staff weapon skill -- Skill Level: N/A -- Lowers target's attack. Additional effect: Refresh -- Refresh effect is 8mp/tick for 20 sec per 100 TP. -- Available only when equipped with the Relic Weapons Thyrus (Dynamis use only) and Claustrum, or the Chthonic Sta...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/item/item_bottle_tall.lua
3
2200
--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_durgur_pyne.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...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/crafting/station/weapon_station.lua
3
3837
--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/hq/rebel_sm.lua
3
2184
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_commoner_naboo_human_female_05.lua
3
2268
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_noble_fat_human_female_02.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
c50277973.lua
3
1661
--鏡像のスワンプマン function c50277973.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c50277973.target) e1:SetOperation(c50277973.activate) c:RegisterEffect(e1) end function c50277973.target(...
gpl-2.0
DailyShana/ygopro-scripts
c20127343.lua
3
1259
--A・ジェネクス・チェンジャー function c20127343.initial_effect(c) --att change local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(20127343,0)) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetTarget(c20127343.costg) e1:SetOperation(c...
gpl-2.0
Whitechaser/darkstar
scripts/globals/items/serving_of_karni_yarik_+1.lua
2
1304
----------------------------------------- -- ID: 5589 -- Item: serving_of_karni_yarik_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Agility 4 -- Vitality -2 -- Attack % 22 (cap 70) -- Ranged Attack % 22 (cap 70) -- Evasion +7 ----------------------------------------- require("scripts/...
gpl-3.0
Whitechaser/darkstar
scripts/zones/Northern_San_dOria/npcs/Taulenne.lua
4
4766
----------------------------------- -- Area: Northern San d'Oria -- NPC: Taulenne -- Armor Storage NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; package.loaded["scripts/globals/armorstorage"] = nil; ----------------------------------- require("scripts/zones/N...
gpl-3.0
Zefiros-Software/premake-core
src/base/global.lua
21
2163
--- -- global.lua -- The global container holds workspaces and rules. -- Copyright (c) 2014-2015 Jason Perkins and the Premake project --- local p = premake p.global = p.api.container("global") local global = p.global --- -- Create a new global container instance. --- function global.new(name) return p.contai...
bsd-3-clause
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/player/construction/construction_player_house_generic_large_style_02.lua
3
2418
--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_trooper_twk_female_01.lua
3
2256
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/space/asteroid/planetoid_ice_01.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
TelebotTG/telebot
plugins/chat.lua
1
1386
local function run(msg)if msg.text == if msg.text == "Pesaram" then return "من پسر تو نیستم مرتیکه" end if msg.text == "pesaram" then return "من پسر تو نیستم مرتیکه" end if msg.text == "ALI" then return "با بابای من چیکار داری" end if msg.text == "ali" then return "با بابای من چیکار داری" end if msg.text == "Ali" ...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/bug_jar/serverobjects.lua
3
2455
--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/misc/nikto.lua
1
1201
nikto = Creature:new { objectName = "@mob/creature_names:patron_nikto", socialGroup = "townsperson", faction = "townsperson", level = 100, chanceHit = 1, damageMin = 645, damageMax = 1000, baseXp = 9429, baseHAM = 24000, baseHAMmax = 30000, armor = 0, resists = {0,0,0,0,0,0,0,0,-1}, meatType = "", meatAmo...
agpl-3.0
DailyShana/ygopro-scripts
c13108445.lua
3
2178
--ジェムナイト・アクアマリナ function c13108445.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCodeFun(c,27126980,aux.FilterBoolFunction(Card.IsSetCard,0x1047),1,false,false) --spsummon condition local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e2:SetProperty(EFFECT_FLAG_CANNOT_DISAB...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/crafted/repair/repair_kit_armor.lua
3
2673
--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/component/chemistry/release_mechanism_duration_advanced.lua
3
2830
--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
jacobdufault/OpenRA
lua/stacktraceplus.lua
59
12006
-- tables local _G = _G local string, io, debug, coroutine = string, io, debug, coroutine -- functions local tostring, print, require = tostring, print, require local next, assert = next, assert local pcall, type, pairs, ipairs = pcall, type, pairs, ipairs local error = error assert(debug, "debug table must be availa...
gpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/component/armor/armor_layer_blast.lua
1
3273
--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_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...
agpl-3.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/lair/ronto/lair_ronto.lua
2
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
Whitechaser/darkstar
scripts/globals/effects/light_arts.lua
2
2077
----------------------------------- -- -- -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) target:recalculateAbilitiesTable(); local bonus = effect:getPower(); local regen = effect:get...
gpl-3.0
epitech-labfree/vlc-1.1-encre
share/lua/playlist/jamendo.lua
6
3030
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Fabio Ritrovato <sephiroth87 at videolan dot org> 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 2 of the License, or ...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/space/reactor/objects.lua
3
26254
--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
Whitechaser/darkstar
scripts/zones/VeLugannon_Palace/TextIDs.lua
5
1118
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6380; -- You cannot obtain the item <item> come back again after sorting your inventory ITEM_OBTAINED = 6386; -- Obtained: <item> GIL_OBTAINED = 6387; -- Obtained <number> gil KEYITEM_OBTAINED = 6389; -- Obtain...
gpl-3.0
alireza1998/power-full
plugins/face.lua
641
3073
local https = require("ssl.https") local ltn12 = require "ltn12" -- Edit data/mashape.lua with your Mashape API key -- http://docs.mashape.com/api-keys local mashape = load_from_file('data/mashape.lua', { api_key = '' }) local function request(imageUrl) local api_key = mashape.api_key if api_key:isempt...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/reactor/rct_sorosuub_turbine_3.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/weapon/rifle_light_blaster_imperial_scout_carbine.lua
1
3837
--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
lups/ParticleClasses/UnitJitter.lua
3
8500
-- $Id: UnitJitter.lua 4454 2009-04-20 11:45:38Z jk $ ----------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------- local UnitJitter = {} UnitJitter.__in...
gpl-2.0
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/hair/zabrak/hair_zabrak_male_s15.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
lasko2112/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/military/military_imperial_strategic_base.lua
3
2288
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
agpl-3.0