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
thegrb93/wire
lua/entities/gmod_wire_egp/cl_init.lua
2
1739
include('shared.lua') ENT.gmod_wire_egp = true function ENT:Initialize() self.GPU = GPULib.WireGPU( self ) self.GPU.texture_filtering = TEXFILTER.ANISOTROPIC self.RenderTable = {} self:EGP_Update( EGP.HomeScreen ) end function ENT:EGP_Update( Table ) self.NeedsUpdate = true self.NextUpdate = Table end functi...
apache-2.0
dr01d3r/darkstar
scripts/zones/Port_Bastok/npcs/Tete.lua
17
1303
----------------------------------- -- Area: Port Bastok -- NPC: Tete -- Continues Quest: The Wisdom Of Elders ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ------------------------------------ require("scripts/globals/settings"); require("scripts/globals/quests"); requ...
gpl-3.0
thegrb93/wire
lua/entities/gmod_wire_consolescreen/cl_init.lua
2
14117
include("shared.lua") function ENT:Initialize() self.Memory1 = {} self.Memory2 = {} for i = 0, 2047 do self.Memory1[i] = 0 end -- Caching control: -- [2020] - Force cache refresh -- [2021] - Cached blocks size (up to 28, 0 if disabled) -- -- Hardware image control: -- [2019] - Clear viewport d...
apache-2.0
dr01d3r/darkstar
scripts/zones/Gustav_Tunnel/Zone.lua
11
1655
----------------------------------- -- -- Zone: Gustav Tunnel (212) -- ----------------------------------- package.loaded["scripts/zones/Gustav_Tunnel/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gustav_Tunnel/TextIDs"); require("scripts/globals/settings"); require("scripts/globals/zone")...
gpl-3.0
dr01d3r/darkstar
scripts/zones/RuAun_Gardens/npcs/HomePoint#3.lua
27
1266
----------------------------------- -- Area: RuAun_Gardens -- NPC: HomePoint#3 -- @pos -312 -42 -422 130 ----------------------------------- package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/RuAun_Gardens/TextIDs"); require("scripts/globals/homep...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Windurst_Woods/npcs/Gioh_Ajihri.lua
28
2994
----------------------------------- -- Area: Windurst Woods -- NPC: Gioh Ajihri -- Starts & Finishes Repeatable Quest: Twinstone Bonding ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scr...
gpl-3.0
SOCLE15/mMediaWiki
extensions/Scribunto/engines/LuaCommon/lualib/mw.site.lua
6
2264
local site = {} function site.setupInterface( info ) -- Boilerplate site.setupInterface = nil local php = mw_interface mw_interface = nil site.siteName = info.siteName site.server = info.server site.scriptPath = info.scriptPath site.stylePath = info.stylePath site.currentVersion = info.currentVersion site.s...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c27873305.lua
2
2876
--DDD怒濤壊薙王カエサル・ラグナロク function c27873305.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0x10af),2,true) --tohand local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Signpost.lua
13
1438
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Signpost ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/TextIDs"); ----------------------------------- -- onTrad...
gpl-3.0
dr01d3r/darkstar
scripts/globals/mobskills/Sweeping_Flail.lua
39
1067
--------------------------------------------------- -- Sweeping Flail -- Family: Bahamut -- Description: Spins around to deal physical damage to enemies behind user. Additional effect: Knockback -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: 20' cone -- Notes: Used when someone pulls hate from...
gpl-3.0
dr01d3r/darkstar
scripts/globals/items/chunk_of_orobon_meat.lua
12
1600
----------------------------------------- -- ID: 5563 -- Item: Chunk of Orobon Meat -- Effect: 5 Minutes, food effect, Galka Only ----------------------------------------- -- HP 10 -- MP -10 -- Strength +6 -- Intelligence -8 -- Demon Killer 10 ----------------------------------------- require("scripts/globals/status")...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c96875080.lua
6
1531
--大気圏外射撃 function c96875080.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetCost(c96875080.cost) e1:SetTarget(c96875080....
gpl-2.0
joev/SVUI-Temp
SVUI_UnitFrames/libs/oUF/elements/castbar.lua
3
14537
--[[ Element: Cast Bar THIS FILE HEAVILY MODIFIED FOR USE WITH SUPERVILLAIN UI ]] --GLOBAL NAMESPACE local _G = _G; --LUA local unpack = _G.unpack; local select = _G.select; local assert = _G.assert; local error = _G.error; local print = _G.print; local pairs = _G.pairs;...
mit
dr01d3r/darkstar
scripts/globals/items/cheval_salmon.lua
12
1344
----------------------------------------- -- ID: 4379 -- Item: cheval_salmon -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Charisma -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Chateau_dOraguille/npcs/Chaloutte.lua
14
1066
----------------------------------- -- Area: Chateau d'Oraguille -- NPC: Chaloutte -- Type: Event Scene Replayer -- @zone 233 -- @pos 10.450 -1 -11.985 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = nil...
gpl-3.0
dr01d3r/darkstar
scripts/zones/La_Theine_Plateau/mobs/Battering_Ram.lua
13
1502
----------------------------------- -- Area: La Theine Plateau -- MOB: Battering Ram ----------------------------------- require("scripts/zones/La_Theine_Plateau/MobIDs"); ----------------------------------- -- onMobDeath ----------------------------------- function onMobDeath(mob, player, isKiller) end; ---------...
gpl-3.0
grbd/premake-core
tests/actions/vstudio/vc2010/test_build_events.lua
5
2318
-- -- tests/actions/vstudio/vc2010/test_build_events.lua -- Check generation of pre- and post-build commands for C++ projects. -- Copyright (c) 2012-2013 Jason Perkins and the Premake project -- local suite = test.declare("vstudio_vc2010_build_events") local vc2010 = premake.vstudio.vc2010 -- -- Setup -- local s...
bsd-3-clause
SalvationDevelopment/Salvation-Scripts-Production
c52158283.lua
2
1581
--先史遺産コロッサル・ヘッド function c52158283.initial_effect(c) --adchange local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(52158283,0)) e1:SetCategory(CATEGORY_POSITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_GRAVE) e1:SetCountLimit(1,52158283) e1:SetC...
gpl-2.0
retep998/Vana
scripts/instances/kerningToCbdBoarding.lua
2
1170
--[[ Copyright (C) 2008-2016 Vana Development Team 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; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHO...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Tahrongi_Canyon/npcs/Signpost.lua
17
1390
----------------------------------- -- Area: Tahrongi Canyon -- NPC: Signpost ----------------------------------- package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Tahrongi_Canyon/TextIDs"); ----------------------------------- -- onTrade Action ...
gpl-3.0
jamesbates/vlc
share/lua/sd/freebox.lua
4
3728
--[[ $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
erfan70/erfan100
libs/plugins/groupmanager.lua
1
112094
local function modadd(msg) local function modadd(msg) local hash = "gp_lang:"..msg.chat_id_ local lang = redis:get(hash) if not is_admin(msg) then if not lang then return '_You are not bot admin_' else return 'شما مدیر ربات نمیباشید' end end local data = load_data(_config.moderation.data) ...
gpl-3.0
Herve-M/OpenRA
mods/ra/maps/fort-lonestar/fort-lonestar.lua
7
7731
--[[ Copyright 2007-2022 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Abyssea-Misareaux/npcs/qm7.lua
14
1345
----------------------------------- -- Zone: Abyssea-Misareaux -- NPC: qm7 (???) -- Spawns Nehebkau -- @pos ? ? ? 216 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --[...
gpl-3.0
dr01d3r/darkstar
scripts/globals/spells/bluemagic/spiral_spin.lua
31
2001
----------------------------------------- -- Spell: Spiral Spin -- Chance of effect varies with TP. Additional Effect: Accuracy Down -- Spell cost: 39 MP -- Monster Type: Vermin -- Spell Type: Physical (Slashing) -- Blue Magic Points: 3 -- Stat Bonus: STR+1 HP+5 -- Level: 60 -- Casting Time: 4 seconds -- Recast Time: 4...
gpl-3.0
waruqi/xmake
xmake/modules/core/tools/sdar.lua
1
2715
--!A cross-platform build utility based on Lua -- -- 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 -- -- Unless required by applicable law...
apache-2.0
BlurryRoots/intergalactic-golf
src/EventManager.lua
1
1075
require ("lib.lclass") class "EventManager" function EventManager:EventManager () self.events = {} self.subscriber = {} end function EventManager:push (event) table.insert (self.events, event) end function EventManager:subscribe (typeName, handler) self.subscriber[typeName] = self.subscriber[typeName] or {} ta...
mit
SalvationDevelopment/Salvation-Scripts-Production
c22530212.lua
9
1298
--マジック・ハンド function c22530212.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DAMAGE) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_NO_TURN_RESET) e1:SetRange(LOCATION_MZONE) e1:SetCode(EVENT_TO_HAND) e1:SetCountLimit(1) e1:...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c87292536.lua
6
1233
--XX-セイバー レイジグラ function c87292536.initial_effect(c) --salvage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(87292536,0)) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAG...
gpl-2.0
joev/SVUI-Temp
SVUI_UnitFrames/elements/castbar.lua
1
26037
--[[ ############################################################################## S V U I By: Munglunch # ############################################################################## ########################################################## LOCALIZED LUA FUNCTIONS ##################################...
mit
dr01d3r/darkstar
scripts/zones/Yhoator_Jungle/npcs/qm3.lua
14
1845
----------------------------------- -- Area: Davoi -- NPC: ??? (qm3) -- Involved in Quest: True will -- @pos 203 0.1 82 124 ----------------------------------- package.loaded["scripts/zones/Yhoator_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/global...
gpl-3.0
dr01d3r/darkstar
scripts/globals/weaponskills/cataclysm.lua
23
1521
----------------------------------- -- Cataclysm -- Skill level: 290 -- Delivers light elemental damage. Additional effect: Flash. Chance of effect varies with TP. -- Generates a significant amount of Enmity. -- Does not stack with Sneak Attack -- Aligned with Aqua Gorget. -- Aligned with Aqua Belt. -- Properties: -- E...
gpl-3.0
dr01d3r/darkstar
scripts/globals/weaponskills/rock_crusher.lua
23
1258
----------------------------------- -- Rock Crusher -- Staff weapon skill -- Skill Level: 40 -- Delivers an earth elemental attack. Damage varies with TP. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: Earth -- Modifiers: STR:40% ; INT:40% -- 100%TP 200%TP 300%TP -- 1.00 2....
gpl-3.0
joev/SVUI-Temp
SVUI_UnitFrames/libs/Plugins/oUF_RaidDebuffs/oUF_RaidDebuffs.lua
3
8920
--GLOBAL NAMESPACE local _G = _G; --LUA local unpack = _G.unpack; local select = _G.select; local assert = _G.assert; local error = _G.error; local print = _G.print; local pairs = _G.pairs; local next = _G.next; local tostring = _G.tostring; local type = _G....
mit
SalvationDevelopment/Salvation-Scripts-Production
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
SalvationDevelopment/Salvation-Scripts-Production
c78474168.lua
2
2885
--ブレイクスルー・スキル function c78474168.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DISABLE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,0x1c0) e1:SetTarget(c78474168.target) e1:SetOperation(c78474168...
gpl-2.0
dr01d3r/darkstar
scripts/globals/abilities/divine_waltz_ii.lua
6
2763
----------------------------------- -- Ability: Divine Waltz II -- Restores the HP of all party members within a small radius. -- Obtained: Dancer Level 78 -- TP Required: 80% -- Recast Time: 00:20 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ------------...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Port_Bastok/npcs/Nokkhi_Jinjahl.lua
9
13210
----------------------------------- -- Area: Port Bastok -- NPC: Nokkhi Jinjahl -- Type: Travelling Merchant NPC / NPC Quiver Maker / Bastok 1st Place -- @zone 236 -- @pos 112.667 7.455 -46.174 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ---------------------------...
gpl-3.0
koreader/koreader
frontend/ui/data/keyboardlayouts/ja_keyboard.lua
4
11619
-------- -- Japanese 12-key flick keyboard layout, modelled after Android's flick -- keyboard. Rather than being modal, it has the ability to apply modifiers to -- the previous character. In addition, users can tap a kana key to cycle -- through the various kana in that kana row (and associated small kana). -- -- Note ...
agpl-3.0
Maliv/TG-Guard
plugins/stats.lua
458
4098
-- Saves the number of messages from a user -- Can check the number of messages with !stats do local NUM_MSG_MAX = 5 local TIME_CHECK = 4 -- seconds local function user_print_name(user) if user.print_name then return user.print_name end local text = '' if user.first_name then text = user.last_name....
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c26949946.lua
5
2886
--幻獣機ヤクルスラーン function c26949946.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x101b),aux.NonTuner(Card.IsSetCard,0x101b),1) c:EnableReviveLimit() --handes local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(26949946,0)) e1:SetCategory(CATEGORY_HAND...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Ragyaya.lua
14
1056
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Ragyaya -- Type: Standard NPC -- @zone 94 -- @pos -95.376 -3 60.795 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; --------...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Port_Bastok/TextIDs.lua
6
5180
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6383; -- You cannot obtain the item (item>. Try trading again after sorting your inventory. ...
gpl-3.0
dr01d3r/darkstar
scripts/globals/mobskills/Tribulation.lua
27
1087
--------------------------------------------- -- Tribulation -- -- Description: Inflicts Bio and blinds all targets in an area of effect. -- Type: Enfeebling -- Utsusemi/Blink absorb: Ignores shadows -- Range: AoE -- Notes: Bio effect can take away up to 39/tick. --------------------------------------------- req...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Bastok_Markets/npcs/Rabid_Wolf_IM.lua
13
5586
----------------------------------- -- Area: Bastok Markets -- NPC: Rabid Wolf, I.M. -- X Grant Signet -- X Recharge Emperor Band, Empress Band, or Chariot Band -- X Accepts traded Crystals to fill up the Rank bar to open new Missions. -- X Sells items in exchange for Conquest Points -- X Start Supply Run Missions an...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Harvesting_Point.lua
17
1103
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Harvesting Point ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ------------------------------------- require("scripts/globals/harvesting"); require("scripts/zones/Yuhtunga_Jungle/TextIDs"); ---...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c70117860.lua
2
2092
--WW-スノウ・ベル function c70117860.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(70117860,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetCondition(c70117860.spcon) e1:SetTarget(c70117860.sptg) e1:SetO...
gpl-2.0
kequanJiang/skynet_start
service/base_app/sock_mgr.lua
2
2884
local skynet = require "skynet" local socket = require "skynet.socket" local utils = require "utils" local packer = require "packer" local msg_define = require "msg_define" local M = { dispatch_tbl = {}, authed_fd = {}, clients = 0 } function M:start(conf) self.gate = skynet.newservice("gate") sk...
mit
dr01d3r/darkstar
scripts/zones/La_Theine_Plateau/npcs/Narvecaint.lua
14
1788
----------------------------------- -- Area: La Theine Plateau -- NPC: Narvecaint -- Involved in Mission: The Rescue Drill -- @pos -263 22 129 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"...
gpl-3.0
Chessnut/hl2rp
plugins/notes/sh_plugin.lua
2
2594
local PLUGIN = PLUGIN PLUGIN.name = "Note Writings" PLUGIN.author = "Black Tea" PLUGIN.desc = "You can write stuffs." NOTELIMIT = 1000 WRITINGDATA = WRITINGDATA or {} nut.util.include("cl_vgui.lua") if (CLIENT) then netstream.Hook("receiveNote", function(id, contents, write) local note = vgui.Create("noteRead") ...
mit
dr01d3r/darkstar
scripts/zones/Port_Windurst/npcs/Kunchichi.lua
14
1465
----------------------------------- -- Area: Port Windurst -- NPC: Kunchichi -- Type: Standard NPC -- @pos -115.933 -4.25 109.533 240 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scri...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Sauromugue_Champaign/npcs/qm1.lua
14
1514
----------------------------------- -- Area: Sauromugue Champaign -- NPC: qm1 (???) -- @pos 203.939 0.000 -238.811 120 -- Notes: Spawns Dribblix Greasemaw for ACP mission "Gatherer of Light (I)" ----------------------------------- package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil; --------------------...
gpl-3.0
Chessnut/hl2rp
schema/derma/cl_combine.lua
3
2082
local PANEL = {} function PANEL:Init() if (IsValid(nut.gui.combine)) then nut.gui.combine:saveData() nut.gui.combine:Remove() end nut.gui.combine = self self:SetSize(580, 360) self:SetPos(cookie.GetNumber("nutCombineX", ScrW() - self:GetWide()), cookie.GetNumber("nutCombineY", ScrH()*0.5 - self:GetTa...
mit
SalvationDevelopment/Salvation-Scripts-Production
c45898858.lua
3
1585
--ボンディング-H2O function c45898858.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:SetCost(c45898858.cost) e1:SetTarget(c45898858.target) e1:SetOperation(c45898858.activate) c:RegisterEffect(e1) e...
gpl-2.0
teleaqrab/MR
plugins/GoogleFA.lua
1
1115
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) ...
agpl-3.0
dr01d3r/darkstar
scripts/globals/items/nopales_salad.lua
12
1358
----------------------------------------- -- ID: 5701 -- Item: nopales_salad -- Food Effect: 3Hrs, All Races ----------------------------------------- -- Strength 1 -- Agility 6 -- Ranged Accuracy +20 -- Ranged Attack +10 ----------------------------------------- require("scripts/globals/status"); -------------------...
gpl-3.0
jinxiaoye1987/RyzomCore
ryzom/common/data_common/r2/r2_ui_lua_inspector.lua
3
7548
------------------------------------------------------------------------------------------------------------ -- Create interface for inspecting a lua table -- The resultat is displayedin a tree control in the UI -- Also support display of reflected objects (interface group & widgets etc.) -- TODO place this elsewhere...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c60577362.lua
5
1126
--威圧する魔眼 function c60577362.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c60577362.target) e1:SetOperation(c60577362.activate) c:RegisterEffect(e1) end function c60577362.filter(c) ...
gpl-2.0
dr01d3r/darkstar
scripts/globals/weaponskills/hot_shot.lua
15
1367
----------------------------------- -- Hot Shot -- Marksmanship weapon skill -- Skill Level: 5 -- Deals fire elemental damage to enemy. -- Aligned with the Flame Gorget & Light Gorget. -- Aligned with the Flame Belt & Light Belt. -- Element: Fire -- Modifiers: AGI:30% -- 100%TP 200%TP 300%TP -- 0.50 0.75 ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c50893987.lua
5
1741
--剣闘獣ティゲル function c50893987.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(50893987,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(c50893987.sccon) e1:SetCost(...
gpl-2.0
dvdvideo1234/ZeroBraineProjects
MontyHall/main.lua
1
1728
local dir = require("directories") dir.addPath("myprograms", "ZeroBraineProjects", "CorporateProjects", -- When not located in general directory search in projects "ZeroBraineProjects/dvdlualib", "ZeroBraineProjects/Ex...
apache-2.0
SalvationDevelopment/Salvation-Scripts-Production
c69954399.lua
4
3529
--疫病ウィルス ブラックダスト function c69954399.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(c69954399.target) e1:SetOperation(c69954399.operation) c:RegisterEff...
gpl-2.0
dr01d3r/darkstar
scripts/globals/items/bunny_ball.lua
12
1724
----------------------------------------- -- ID: 4349 -- Item: Bunny Ball -- Food Effect: 240Min, All Races ----------------------------------------- -- Health 10 -- Strength 2 -- Vitality 2 -- Intelligence -1 -- Attack % 30 (cap 30) -- Ranged ATT % 30 (cap 30) ----------------------------------------- require("script...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c47594192.lua
2
1357
--スリーカード function c47594192.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,0x1e0) e1:SetCondition(c47594192.condition) e1:SetTarget(c47594192.t...
gpl-2.0
thegrb93/wire
lua/wire/stools/hologrid.lua
8
2091
WireToolSetup.setCategory( "Visuals/Holographic" ) WireToolSetup.open( "hologrid", "HoloGrid", "gmod_wire_hologrid", nil, "HoloGrids" ) if CLIENT then language.Add( "tool.wire_hologrid.name", "Holographic Grid Tool (Wire)" ) language.Add( "tool.wire_hologrid.desc", "The grid to aid in holographic projections" ) TOO...
apache-2.0
chaot4/ardour
share/scripts/_route_template_generic_midi.lua
2
2641
ardour { ["type"] = "EditorAction", name = "Generic MIDI Track", description = [[Example]] } -- If a route_setup function is present in an Editor Action Script -- the script is also listed in the "add track/bus" dialog as meta-template -- -- The function is expected to return a Lua table. The table may be...
gpl-2.0
joev/SVUI-Temp
SVUI_!Core/system/_docklets/breakstuff.lua
1
39885
--[[ ########################################################## S V U I By: Munglunch ########################################################## LOCALIZED LUA FUNCTIONS ########################################################## ]]-- --[[ GLOBALS ]]-- local _G = _G; local unpack = _G.unpack; local select = _G.select...
mit
TerryE/nodemcu-firmware
lua_modules/hdc1000/HDC1000.lua
1
2653
------------------------------------------------------- -- This library was written for the Texas Instruments -- HDC1000 temperature and humidity sensor. -- It should work for the HDC1008 too. -- Written by Francesco Truzzi (francesco@truzzi.me) -- Released under GNU GPL v2.0 license. --------------------------------...
mit
SalvationDevelopment/Salvation-Scripts-Production
c67284107.lua
2
1270
--スケープ・ゴースト function c67284107.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(67284107,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetTarget(c6728...
gpl-2.0
danielmiw/marshal
plugins/self.lua
1
4274
--[[ ################################ # # # Self Plugin # # # # # # by @nigaa_marshal # # marshal # # # # Team Channel @khaleq_marshal # # ...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Pashhow_Marshlands_[S]/npcs/Telepoint.lua
17
1263
----------------------------------- -- Area: Pashhow Marshlands [S] -- NPC: Telepoint ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Pashhow_Marshlands_[S]/TextIDs...
gpl-3.0
dr01d3r/darkstar
scripts/globals/abilities/curing_waltz_v.lua
6
2528
----------------------------------- -- Ability: Curing Waltz V -- Restores target's HP -- Obtained: Dancer Level 87 -- TP Required: 80% -- Recast Time: 00:23 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- onAbilityChec...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c89211486.lua
4
1298
--ジェネクス・ドクター function c89211486.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(89211486,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCost(c89211486.cost) e1:SetTarget(c...
gpl-2.0
dr01d3r/darkstar
scripts/globals/weaponskills/chant_du_cygne.lua
26
1307
----------------------------------- -- Chant du Cygne -- Sword weapon skill -- Skill level: EMPYREAN -- Delivers a three-hit attack. Chance of params.critical varies with TP. -- Will stack with Sneak Attack. -- Element: None -- Modifiers: DEX:60% -- 100%TP 200%TP 300%TP -- ALL 2.25 -----------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c81661951.lua
6
1240
--ドラグニティ-ミリトゥム function c81661951.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(81661951,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetCountLimit(1) e1:SetRange(LOCATION_MZONE) e1:Se...
gpl-2.0
Caduceus/forgottenserver
data/talkactions/scripts/add_skill.lua
35
1716
local function getSkillId(skillName) if skillName == "club" then return SKILL_CLUB elseif skillName == "sword" then return SKILL_SWORD elseif skillName == "axe" then return SKILL_AXE elseif skillName:sub(1, 4) == "dist" then return SKILL_DISTANCE elseif skillName:sub(1, 6) == "shield" then return SKILL_S...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Bastok_Mines/npcs/Davyad.lua
14
1191
----------------------------------- -- Area: Bastok Mines -- NPC: Davyad -- Involved in Mission: Bastok 3-2 -- @zone 234 -- @pos 83 0 30 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scri...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c8240199.lua
2
2933
--青き眼の賢士 function c8240199.initial_effect(c) --To hand local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c8240199.thtg) e1:SetOperation(c8240199.thop) c:RegisterEffect(e1) --To grave...
gpl-2.0
mrfoxirani/fox
bot/utils.lua
26
17219
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
SOCLE15/mMediaWiki
extensions/Scribunto/engines/LuaCommon/lualib/mwInit.lua
6
3939
-- This file is for anything that needs to be set up before a Lua engine can -- start. Things in this file may run more than once, so avoid putting anything -- other than function definitions in it. Also, because this can run before -- PHP can do anything, mw_interface is unavailable here. mw = mw or {} -- Extend pai...
gpl-2.0
thegrb93/wire
lua/wire/stools/output.lua
8
1075
WireToolSetup.setCategory( "Input, Output/Keyboard Interaction" ) WireToolSetup.open( "output", "Numpad Output", "gmod_wire_output", nil, "Numpad Outputs" ) if CLIENT then language.Add( "Tool.wire_output.name", "Output Tool (Wire)" ) language.Add( "Tool.wire_output.desc", "Spawns an output for use with the wire syst...
apache-2.0
SalvationDevelopment/Salvation-Scripts-Production
c93298460.lua
6
1483
--魔装戦士 ヴァンドラ function c93298460.initial_effect(c) --direct attack local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_DIRECT_ATTACK) c:RegisterEffect(e1) --tohand local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(93298460,0)) e2:SetCategory(CATEGORY_TOHAND) e2:SetType...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c5861892.lua
2
4970
--アルカナフォースEX-THE LIGHT RULER function c5861892.initial_effect(c) c:EnableReviveLimit() --spsummon proc local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetRange(LOCATION_HAND) e1:SetCondition(c5861892.spcon) e1:SetOperation...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-Production
c511000228.lua
2
1058
--カタパルト·タートル (GX) function c511000228.initial_effect(c) --damage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(511000228,0)) e1:SetCategory(CATEGORY_DAMAGE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCost(c511000228.cost) e1:Set...
gpl-2.0
koreader/koreader
frontend/ui/data/keyboardlayouts/ru_keyboard.lua
4
6602
local ru_popup = require("ui/data/keyboardlayouts/keypopup/ru_popup") local pco = ru_popup.pco local cop = ru_popup.cop local cse = ru_popup.cse local sec = ru_popup.sec local quo = ru_popup.quo -- Russian layout, top row of letters local _YK = ru_popup._YK local _yk = ru_popup._yk local _TS = ru_popup._TS local _ts = ...
agpl-3.0
dr01d3r/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Qutiba.lua
27
2282
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Qutiba -- Type: Standard NPC -- @pos 92.341 -7.5 -129.980 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require(...
gpl-3.0
dr01d3r/darkstar
scripts/globals/items/dish_of_spaghetti_nero_di_seppia.lua
12
1809
----------------------------------------- -- ID: 5193 -- Item: dish_of_spaghetti_nero_di_seppia -- Food Effect: 30Min, All Races ----------------------------------------- -- HP % 17 (cap 130) -- Dexterity 3 -- Vitality 2 -- Agility -1 -- Mind -2 -- Charisma -1 -- Double Attack 1 -- Store TP 6 --------------------------...
gpl-3.0
asmagill/hammerspoon-config
_gists/graphpaper.lua
1
5132
-- save file in ~/.hammerspoon and use as follows: -- -- graph = require("graphpaper") -- images = graph.fillScreen(x,y,screen) -- all three parameters are optional. x and y specify the graph size in screen points. -- default 10 for x, default whatever x is for y, default hs.screen.mainScreen() for screen -- -- ...
mit
SalvationDevelopment/Salvation-Scripts-Production
c51549976.lua
6
1707
--ファイナル・インゼクション function c51549976.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c51549976.cost) e1:SetTarget(c51549976.target) e1:SetOperation(c51549976.activate) c:RegisterEffect(e1) end f...
gpl-2.0
dr01d3r/darkstar
scripts/globals/mobskills/Heavy_Stomp.lua
33
1070
--------------------------------------------- -- Heavy Stomp -- -- Description: Deals heavy damage to targets within an area of effect. Additional effect: Paralysis -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: Unknown radial -- Notes: Paralysis effect has a very long duration. ---------------...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Castle_Oztroja/npcs/_47y.lua
14
1429
----------------------------------- -- Area: Castle Oztroja -- NPC: _47y (Torch Stand) -- Notes: Opens door _474 -- @pos -57.575 24.218 -67.651 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Castle_Oztr...
gpl-3.0
dr01d3r/darkstar
scripts/zones/Selbina/npcs/Yaya.lua
14
1465
----------------------------------- -- Area: Selbina -- NPC: Yaya -- Starts Quest: Under the sea -- @pos -19 -2 -16 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); require("scripts/globals/setti...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-Production
c86016245.lua
9
1368
--弱者の意地 function c86016245.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --draw local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(86016245,0)) e2:SetCategory(CATEGORY_DRAW) e2:SetType(EFFECT_TYPE_FIE...
gpl-2.0
teleaqrab/MR
plugins/remmsgs.lua
2
1054
local function history(extra, suc, result) for i=1, #result do delete_msg(result[i].id, ok_cb, false) end if tonumber(extra.con) == #result then send_msg(extra.chatid, 'ℹ "'..#result..'" پیام اخیر سوپر گروه حذف شد', ok_cb, false) else send_msg(extra.chatid, 'ℹ️ تمام پیام های سوپر گروه حذف شد', ok_cb, false) end end loc...
agpl-3.0
dr01d3r/darkstar
scripts/zones/Phomiuna_Aqueducts/npcs/_0ro.lua
14
1644
----------------------------------- -- Area: Phomiuna_Aqueducts -- NPC: Oil lamp -- @pos -60 -23 60 27 ----------------------------------- package.loaded["scripts/zones/Phomiuna_Aqueducts/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Phomiuna_Aqueduct...
gpl-3.0
HHmmominion/basemmominion
LuaMods/minionlib/ml_marker_mgr.lua
1
30231
--ml_marker_mgr is a gwen GUI for editing general marker information --it should ALWAYS remain independent from any game-specific data -- --the game implementation is responsible for the following: --(1) creating marker templates (see setup example) --(2) overriding the GetPosition() function so that it returns a valid...
gpl-2.0
dr01d3r/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Aligi-Kufongi.lua
27
3114
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Aligi-Kufongi -- Title Change NPC -- @pos -23 -21 15 26 ----------------------------------- require("scripts/globals/titles"); local title2 = { TAVNAZIAN_SQUIRE ,PUTRID_PURVEYOR_OF_PUNGENT_PETALS , MONARCH_LINN_PATROL_GUARD , SIN_HUNTER_HUNTER , ...
gpl-3.0
Goodzilam/Goodzila-bot
plugins/stats.lua
236
3989
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
AutoJames/KkthnxUI_Legion
KkthnxUI/Modules/UnitFrames/Elements/ClassModules.lua
1
5892
local K, C, L = select(2, ...):unpack() if C.Unitframe.Enable ~= true then return end local _, ns = ... ns.classModule = {} local function updateTotemPosition() TotemFrame:ClearAllPoints() if (K.Class == "PALADIN" or K.Class == "DEATHKNIGHT") then local hasPet = oUF_KkthnxPet and oUF_KkthnxPet:IsShown() if (has...
mit
dr01d3r/darkstar
scripts/zones/Bostaunieux_Oubliette/npcs/Chumia.lua
14
1059
----------------------------------- -- Area: Bostaunieux Oubliette -- NPC: Chumia -- Type: Standard NPC -- @pos 102.420 -25.001 70.457 167 ----------------------------------- package.loaded["scripts/zones/Bostaunieux_Oubliette/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Bostaunieux_...
gpl-3.0