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
patrikrm13/bostg
plugins/admin.lua
230
6382
local function set_bot_photo(msg, success, result) local receiver = get_receiver(msg) if success then local file = 'data/photos/bot.jpg' print('File downloaded to:', result) os.rename(result, file) print('File moved to:', file) set_profile_photo(file, ok_cb, false) send_large_msg(rec...
gpl-2.0
DemHydraz/LLisp
lutf8.lua
2
2251
local lutf8 = {} local lutf8s_mt = {} local lutf8s_fns = {} if not utf8 then error('lua-utf8 depends on the native utf8 module to work properly.', 2) end function lutf8.u8s (str) return setmetatable({ bytes = str }, lutf8s_mt) end function lutf8s_mt:__len() return self:len() end lutf8s_mt.__index = lutf8s_fns...
mit
uranix/awesome-patched
luadoc/key.lua
8
1120
--- awesome key API -- @author Julien Danjou <julien@danjou.info> -- @copyright 2008-2009 Julien Danjou module("key") --- Key object. -- @field key The key to press to triggers an event. -- @field keysym Same as key, but return the name of the key symbol. It can -- be identical to key, but for characters like '....
gpl-2.0
Turttle/darkstar
scripts/zones/Batallia_Downs_[S]/npcs/Cavernous_Maw.lua
16
2202
----------------------------------- -- Area: Batallia Downs [S] -- NPC: Cavernous Maw -- @pos -48 0 435 84 -- Teleports Players to Batallia Downs ----------------------------------- package.loaded["scripts/zones/Batallia_Downs_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
Turttle/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Sulbahn.lua
24
2069
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sulbahn -- Type: Alchemy Adv. Image Support -- @pos -10.470 -6.25 -141.700 241 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
Turttle/darkstar
scripts/globals/abilities/pets/aero_iv.lua
20
1157
--------------------------------------------------- -- Aero 4 --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); ----------------------------------------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua
17
3196
----------------------------------- -- Area: Phomiuna Aqueducts -- NPC: Wooden Ladder -- @pos 101.9 -1.5 -101.9 -- @pos 101.948 -1.5 -18.016 -- @pos -61.888 -1.5 -18.079 -- @pos -218.109 -1.499 18.081 -- @pos -61.903 -1.5 138.099 -- @pos 21.901 -1.5 138.096 -- @pos 101.902 -1.5 181.902 -- @pos -159.32 -2.5 ...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/elshimo_coconut.lua
18
1196
----------------------------------------- -- ID: 5187 -- Item: elshimo_coconut -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility -1 -- Intelligence -1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemChec...
gpl-3.0
patrikrm13/rm13790115
plugins/admin.lua
6
6304
local function set_bot_photo(msg, success, result) local receiver = get_receiver(msg) if success then local file = 'data/photos/bot.jpg' print('File downloaded to:', result) os.rename(result, file) print('File moved to:', file) set_profile_photo(file, ok_cb, false) send_large_msg(receiver, '...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c81480460.lua
2
1041
--リボルバー・ドラゴン function c81480460.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(81480460,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_COIN) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetT...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c14989021.lua
9
1496
--神鳥シムルグ function c14989021.initial_effect(c) --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) c:RegisterEffect(e1) --tribute limit local e2=Effect.CreateEffect(c) e2:Se...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c56611470.lua
2
3630
--アーティファクトの解放 function c56611470.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c56611470.target) e1:SetOperation(c56611470.activate) c:Regist...
gpl-2.0
Turttle/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Ampiro-Mapiro.lua
38
1053
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Ampiro-Mapiro -- Type: Standard NPC -- @zone: 94 -- @pos 131.380 -6.75 174.169 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = n...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c58990362.lua
2
2106
--秘竜星-セフィラシウゴ function c58990362.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetRange(LOCATION_PZONE) e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFF...
gpl-2.0
dickeyf/darkstar
scripts/zones/Maze_of_Shakhrami/npcs/Rockwell.lua
13
2270
----------------------------------- -- Area: Maze of Shakhrami -- Quest: Your Crystal Ball -- @pos -18 -13 181 198 ----------------------------------- package.loaded["scripts/zones/Maze_of_Shakhrami/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/title...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/bundle_of_shirataki.lua
18
1178
----------------------------------------- -- ID: 5237 -- Item: Bundle of Shirataki -- Food Effect: 5Min, All Races ----------------------------------------- -- Strength -3 -- Mind 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck --...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/node_pickupgems.lua
6
1450
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 (at your option) any later vers...
gpl-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/_unused/node_collectiblepiranhaegg.lua
6
1030
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 (at your option) any later vers...
gpl-2.0
Turttle/darkstar
scripts/zones/Windurst_Waters/npcs/Dienger.lua
38
1042
----------------------------------- -- Area: Windurst Waters -- NPC: Dienger -- Type: Melody Minstrel -- @zone: 238 -- @pos -46.448 -6.312 212.384 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; -------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c97317530.lua
6
1171
--森の聖獣 カラントーサ function c97317530.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(97317530,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMA...
gpl-2.0
dickeyf/darkstar
scripts/zones/Metalworks/npcs/Ghemp.lua
20
2071
----------------------------------- -- Area: Metalworks -- NPC: Ghemp -- Type: Smithing Guild Master -- @pos -109 2 27 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/craft...
gpl-3.0
Turttle/darkstar
scripts/zones/Norg/npcs/HomePoint#1.lua
17
1232
----------------------------------- -- Area: Norg -- NPC: HomePoint#1 -- @pos -26.910 0.296 -47.164 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Norg/TextIDs"); require("scripts/globals/homepoint"); ...
gpl-3.0
stupid-/tdm
gamemodes/tdm/gamemode/config/config.lua
2
2640
--Configuation --Enable Friendly Fire. TDM_FriendlyFire = false --Seconds of Godmode when players Spawn. --Godmode is also disabled when the player discharges their firearm. Default is 2.5 Seconds. TDM_SpawnProtectionTime = 2.5 --Delay in seconds until a player can "click" to respawn. Default is 3. TDM_RespawnDelay ...
mit
platux/vlc
share/lua/modules/sandbox.lua
96
4375
--[==========================================================================[ sandbox.lua: Lua sandboxing facilities --[==========================================================================[ Copyright (C) 2007 the VideoLAN team $Id$ Authors: Antoine Cellerier <dionoea at videolan dot org> This program is f...
gpl-2.0
dickeyf/darkstar
scripts/zones/Bastok_Markets_[S]/npcs/Weldon.lua
13
1088
---------------------------------- -- Area: Bastok Markets [S] -- NPC: Weldon -- Type: Item Deliverer -- @pos -191.575 -8 36.688 87 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Bastok_Markets_...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c30106950.lua
2
3473
--炎竜星-シュンゲイ function c30106950.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(30106950,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
Turttle/darkstar
scripts/zones/Cloister_of_Frost/bcnms/sugar-coated_directive.lua
19
1726
---------------------------------------- -- Area: Cloister of Frost -- BCNM: Sugar Coated Directive (ASA-4) -- @pos -721 0 -598 207 ---------------------------------------- package.loaded["scripts/zones/Cloister_of_Frost/TextIDs"] = nil; ---------------------------------------- require("scripts/globals/keyitems"); req...
gpl-3.0
dickeyf/darkstar
scripts/commands/tp.lua
12
1165
--------------------------------------------------------------------------------------------------- -- func: @tp <amount> <player> -- desc: Sets a players tp. -- current known issue: pet tp fails to be set --------------------------------------------------------------------------------------------------- cmdprops = { ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c31467372.lua
7
1244
--不死式冥界砲 function c31467372.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --damage local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(31467372,0)) e2:SetCategory(CATEGORY_DAMAGE) e2:SetType(EFFECT_TYP...
gpl-2.0
darcy0511/Dato-Core
src/unity/python/graphlab/lua/pl/input.lua
28
5192
--- Iterators for extracting words or numbers from an input source. -- -- require 'pl' -- local total,n = seq.sum(input.numbers()) -- print('average',total/n) -- -- _source_ is defined as a string or a file-like object (i.e. has a read() method which returns the next line) -- -- See @{06-data.md.Reading_Unstru...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c56049970.lua
2
3562
--水晶機巧-プラシレータ function c56049970.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(56049970,0)) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetRange(LOCATION_MZONE) e1:SetCoun...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c33455338.lua
2
1332
--邪狂神の使い function c33455338.initial_effect(c) --atk up local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(33455338,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetRange(LOCATION_MZONE) e1:SetCode(EVENT_PHASE+PHASE_STANDBY) e1:SetCountLimit(1) e1:SetC...
gpl-2.0
dickeyf/darkstar
scripts/zones/Abyssea-Attohwa/npcs/Cavernous_Maw.lua
29
1199
----------------------------------- -- Area: Abyssea - Attohwa -- NPC: Cavernous Maw -- @pos -133.197 20.242 -181.658 215 -- Notes: Teleports Players to Buburimu Peninsula ----------------------------------- package.loaded["scripts/zones/Abyssea-Attohwa/TextIDs"] = nil; ----------------------------------- require("sc...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c19357125.lua
6
1713
--ダーク・アサシン function c19357125.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetValue(c19357125.atkval) c:RegisterEffect(e1) --destroy local e2=Effect.CreateEffe...
gpl-2.0
dickeyf/darkstar
scripts/zones/Caedarva_Mire/npcs/_27a.lua
13
1090
----------------------------------- -- Area: Caedarva Mire -- NPC: Engraved Tablet -- @pos 763 -9 638 79 ----------------------------------- require("scripts/globals/keyitems"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) end; -------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c80367387.lua
4
2309
--コアキメイル・ベルグザーク function c80367387.initial_effect(c) --cost local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_CANNOT_DISABLE) e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCountLimit(1) e1:SetRange(LOCATION_MZONE) e1:SetCondition(c80...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c62420419.lua
4
1399
--大邪神レシェフ function c62420419.initial_effect(c) c:EnableReviveLimit() --control local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(62420419,0)) e1:SetCategory(CATEGORY_CONTROL) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c55013285.lua
9
1292
--軍隊竜 function c55013285.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(55013285,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetCondition(c55013285.condition) e1:SetTarge...
gpl-2.0
dickeyf/darkstar
scripts/zones/Abyssea-Konschtat/npcs/Cavernous_Maw.lua
29
1200
----------------------------------- -- Area: Abyssea - Konschatat -- NPC: Cavernous Maw -- @pos 159.943 -72.109 -839.986 15 -- Teleports Players to Konschatat Highlands ----------------------------------- package.loaded["scripts/zones/Abyssea-Konschtat/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0
dickeyf/darkstar
scripts/zones/The_Shrine_of_RuAvitau/npcs/HomePoint#1.lua
27
1290
----------------------------------- -- Area: The Shrine of Ru'Avitau -- NPC: HomePoint#1 -- @pos -13 48 61 178 ----------------------------------- package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/The_Shrine_of_RuAvitau/TextIDs"); requir...
gpl-3.0
Turttle/darkstar
scripts/globals/items/pot-au-feu.lua
32
1707
----------------------------------------- -- ID: 5752 -- Item: Pot-au-feu -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength 3 -- Agility 3 -- Intelligence -3 -- Ranged Attk % 15 Cap 60 -- Ranged ACC % 10 Cap 50 -- Enmity -3 ----------------------------------------- require("scripts...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c31919988.lua
5
2248
--漆黒のズムウォルト function c31919988.initial_effect(c) --synchro summon aux.AddSynchroProcedure2(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_DARK),aux.NonTuner(Card.IsRace,RACE_INSECT)) c:EnableReviveLimit() --indes local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_INDESTRUCTABLE...
gpl-2.0
Turttle/darkstar
scripts/zones/Hall_of_Transference/npcs/_0e4.lua
43
1699
----------------------------------- -- Area: Hall of Transference -- NPC: Large Apparatus (Right) - Holla -- @pos -242.301 -1.849 269.867 14 ----------------------------------- package.loaded["scripts/zones/Hall_of_Transference/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Hall_of_Transf...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_Jeuno/npcs/Imasuke.lua
1
3290
----------------------------------- -- Area: Port Jeuno -- NPC: Imasuke -- Starts and Finishes Quest: The Antique Collector -- @zone 246 -- @pos -165 11 94 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; --------------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Norg/npcs/Verctissa.lua
7
3120
----------------------------------- -- Area: Norg -- NPC: Verctissa -- Starts Quest: Trial Size Trial By Water -- @pos -13 1 -20 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c68473226.lua
5
1769
--ハードアームドラゴン function c68473226.initial_effect(c) --special summon 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(c68473226.spcon) e1:SetOperation(c68473226.spop) c:RegisterEffect(e...
gpl-2.0
dickeyf/darkstar
scripts/zones/Dynamis-Tavnazia/bcnms/dynamis_Tavnazia.lua
22
1278
----------------------------------- -- Area: dynamis_Tavnazia -- Name: dynamis_Tavnazia ----------------------------------- -- After registering the BCNM via bcnmRegister(bcnmid) function onBcnmRegister(player,instance) SetServerVariable("[DynaTavnazia]UniqueID",player:getDynamisUniqueID(1289)); SetServerVa...
gpl-3.0
dickeyf/darkstar
scripts/zones/Windurst_Woods/npcs/Wani_Casdohry.lua
13
1299
----------------------------------- -- Area: Windurst Woods -- NPC: Wani Casdohry ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Windurst_Woods/TextIDs"); ------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Northern_San_dOria/npcs/Mevaloud.lua
36
1427
----------------------------------- -- Area: Northern San d'Oria -- NPC: Mevaloud -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests...
gpl-3.0
dickeyf/darkstar
scripts/zones/Mamook/npcs/qm1.lua
30
1312
----------------------------------- -- Area: Mamook -- NPC: ??? (Spawn Chamrosh(ZNM T1)) -- @pos 206 14 -285 65 ----------------------------------- package.loaded["scripts/zones/Mamook/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Mamook/TextIDs"); require("scripts/globals/status"); ----...
gpl-3.0
Turttle/darkstar
scripts/zones/Port_Jeuno/npcs/HomePoint#1.lua
17
1247
----------------------------------- -- Area: Port Jeuno -- NPC: HomePoint#1 -- @pos 37.076 0.001 8.831 246 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Port_Jeuno/TextIDs"); require("scripts/globals...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c43898403.lua
6
1396
--ツインツイスター function c43898403.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+TIMING_EQUIP) e1:SetCost(c43898403.cost) e1:SetTa...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c4906301.lua
2
1270
--ネクロ・ガードナー function c4906301.initial_effect(c) --disable attack local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(4906301,0)) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_ATTACK) e1:SetRange(LOCATION_GRAVE) e1:SetCondition(c4906301.condition) e1:SetCost(c...
gpl-2.0
mynameiscraziu/thisisrastin
plugins/owners.lua
284
12473
local function lock_group_namemod(msg, data, target) local group_name_set = data[tostring(target)]['settings']['set_name'] local group_name_lock = data[tostring(target)]['settings']['lock_name'] if group_name_lock == 'yes' then return 'Group name is already locked' else data[tostring(target)]['setting...
gpl-2.0
hfjgjfg/avast50
plugins/boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/holy_maul_+1.lua
41
1077
----------------------------------------- -- ID: 17114 -- Item: Holy Maul +1 -- Additional Effect: Light Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ------------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c69279219.lua
3
1410
--我が身を盾に function c69279219.initial_effect(c) --Negate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c69279219.condition) e1:SetCost(c69279219.cost) e1:SetTarget(c69279219.target) e1:SetOperation(c692...
gpl-2.0
Metastruct/pac3
lua/pac3/editor/client/panels/web_browser.lua
3
4647
local PANEL = {} PANEL.Base = "DFrame" PANEL.ClassName = "web_browser" function PANEL:Init() self:SetTitle("Web Browser") self:SetDeleteOnClose(false) self:ShowCloseButton(true) self:SetDraggable(true) self:SetSizable(true) local top = vgui.Create("EditablePanel", self) top:Dock(TOP) top:SetTall(24) self....
gpl-3.0
Turttle/darkstar
scripts/globals/items/bowl_of_riverfin_soup.lua
36
1822
----------------------------------------- -- ID: 6069 -- Item: Bowl of Riverfin Soup -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- Accuracy % 14 Cap 90 -- Ranged Accuracy % 14 Cap 90 -- Attack % 18 Cap 80 -- Ranged Attack % 18 Cap 80 -- Amorph Killer 5 -----------------------------------...
gpl-3.0
dabo123148/WarlightMod
Dontloseaterritory/Server_AdvanceTurn.lua
1
2067
function Server_AdvanceTurn_Order(game, order, result, skipThisOrder, addNewOrder) if (order.proxyType == 'GameOrderAttackTransfer') then if(result.IsSuccessful and result.IsAttack)then --Should still support a little bit the older versions if(game.ServerGame.LatestTurnStanding.Territories[order.To].OwnerP...
mit
Turttle/darkstar
scripts/commands/addeffect.lua
24
1711
--------------------------------------------------------------------------------------------------- -- func: addeffect -- desc: Adds the given effect to the given player. --------------------------------------------------------------------------------------------------- cmdprops = { permission = 1, par...
gpl-3.0
dickeyf/darkstar
scripts/globals/abilities/weapon_bash.lua
11
1516
----------------------------------- -- Ability: Weapon Bash -- Delivers an attack that can stun the target. -- Obtained: Dark Knight Level 20 -- Cast Time: Instant -- Recast Time: 3:00 minutes -- Note: This ability requires a two-handed weapon to use ----------------------------------- require("scripts/globals/setting...
gpl-3.0
Turttle/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Rubahah.lua
14
1438
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Rubahah -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Aht_Urh...
gpl-3.0
dickeyf/darkstar
scripts/zones/Bastok_Markets/npcs/Foss.lua
1
2237
----------------------------------- -- Area: Bastok Markets -- NPC: Foss -- Starts & Finishes Repeatable Quest: Buckets of Gold ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globa...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/collectiblebanner.lua
6
1428
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 (at your option) any later vers...
gpl-2.0
Turttle/darkstar
scripts/zones/Port_Bastok/npcs/Galvin.lua
36
1464
----------------------------------- -- Area: Port Bastok -- NPC: Galvin -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; require("scripts/zones/Port_Bastok/TextIDs"); ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c65824822.lua
6
1060
--闇の取引 function c65824822.initial_effect(c) --change effect local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c65824822.condition) e1:SetCost(c65824822.cost) e1:SetOperation(c65824822.activate) c:RegisterEffect(e1) end function c65824822.repop(e,tp,eg,ep...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c8198620.lua
2
2619
--冥界龍 ドラゴネクロ function c8198620.initial_effect(c) c:SetUniqueOnField(1,0,8198620) --fusion material c:EnableReviveLimit() aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsRace,RACE_ZOMBIE),2,false) --spsummon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FL...
gpl-2.0
walid55/all_wazer2
plugins/ar-insta.lua
1
4256
local access_token = "3084249803.280d5d7.999310365c8248f8948ee0f6929c2f02" -- your api key local function instagramUser(msg, query) local receiver = get_receiver(msg) local url = "https://api.instagram.com/v1/users/search?q="..URL.escape(query).."&access_token="..access_token local jstr, res = https.request(url...
gpl-2.0
dickeyf/darkstar
scripts/zones/Temenos/mobs/Enhanced_Tiger.lua
7
1032
----------------------------------- -- Area: Temenos W T -- NPC: Enhanced_Tiger ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); ------------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c100000156.lua
2
3569
--漆黒のズムウォル function c100000156.initial_effect(c) --dark synchro summon c:EnableReviveLimit() local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetRange(LOCATION_EXTRA) e1:SetCondition(c100000156.syncon) e1:SetOperation(c1000...
gpl-2.0
dickeyf/darkstar
scripts/globals/weaponskills/shadow_of_death.lua
9
1254
----------------------------------- -- Shadow Of Death -- Scythe weapon skill -- Skill Level: 70 -- Delivers a dark elemental attack. Damage varies with TP. -- Aligned with the Snow Gorget & Aqua Gorget. -- Aligned with the Snow Belt & Aqua Belt. -- Element: Dark -- Modifiers: STR:40% ; INT:40% -- 100%TP 200%TP 3...
gpl-3.0
Turttle/darkstar
scripts/globals/weaponskills/herculean_slash.lua
18
1576
----------------------------------- -- Herculean Slash -- Great Sword weapon skill -- Skill Level: 290 -- Paralyzes target. Duration of effect varies with TP. -- Aligned with the Snow Gorget, Thunder Gorget & Breeze Gorget. -- Aligned with the Snow Belt, Thunder Belt & Breeze Belt. -- Element: Ice -- Modifiers:...
gpl-3.0
eggBOY91/opencore
src/scripts/lua/Lua/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Maiden.lua
30
1099
function Maiden_Holy_Fire(Unit, event, miscunit, misc) print "Maiden Holy Fire" Unit:FullCastSpellOnTarget(29522,Unit:GetRandomPlayer()) Unit:SendChatMessage(11, 0, "You like Holy Fire...") end function Maiden_Holy_Wrath(Unit, event, miscunit, misc) print "Maiden Holy Wrath" Unit:FullCastSpellOnTarget(32445,Unit:...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c41224658.lua
6
1783
--野望のゴーファー function c41224658.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(41224658,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetTarget(c41224658....
gpl-2.0
Turttle/darkstar
scripts/zones/Port_Bastok/npcs/Alib-Mufalib.lua
19
3841
----------------------------------- -- Area: Port Bastok -- NPC: Alib-Mufalib -- Type: Warp NPC -- @pos 116.080 7.372 -31.820 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts...
gpl-3.0
Turttle/darkstar
scripts/zones/Bastok_Markets/npcs/Enu.lua
31
2454
----------------------------------- -- Area: Bastok Markets -- NPC: Enu -- Type: Quest NPC -- @zone: 235 -- @pos -253.673 -13 -92.326 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scripts/zones/Bastok_Markets/TextIDs"); require("scripts/globals/quests"...
gpl-3.0
Turttle/darkstar
scripts/zones/Uleguerand_Range/mobs/Jormungand.lua
11
2484
----------------------------------- -- Area: Uleguaerand Range -- NPC: Jormungand ----------------------------------- require("scripts/globals/status"); require("scripts/globals/titles"); ----------------------------------- -- onMobInitialize Action ----------------------------------- function onMobInit...
gpl-3.0
dickeyf/darkstar
scripts/zones/Ordelles_Caves/npcs/_5d1.lua
13
2979
----------------------------------- -- Area: Ordelle's Caves -- NPC: Strange Apparatus -- @pos: -294 28 -100 193 ----------------------------------- package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil; require("scripts/zones/Ordelles_Caves/TextIDs"); require("scripts/globals/strangeapparatus"); ------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Temenos/bcnms/Central_Temenos_1st_Floor.lua
35
1135
----------------------------------- -- Area: Temenos -- Name: ----------------------------------- -- After registering the BCNM via bcnmRegister(bcnmid) function onBcnmRegister(player,instance) SetServerVariable("[C_Temenos_1st]UniqueID",GenerateLimbusKey()); HideArmouryCrates(GetInstanceRegion(1303...
gpl-3.0
Turttle/darkstar
scripts/zones/Bastok_Mines/npcs/Deidogg.lua
19
4762
----------------------------------- -- Area: Bastok Mines -- NPC: Deidogg -- Starts and Finishes Quest: The Talekeeper's Truth, The Talekeeper's Gift (start) -- @pos -13 7 29 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require...
gpl-3.0
Turttle/darkstar
scripts/zones/Promyvion-Mea/Zone.lua
25
7397
----------------------------------- -- -- Zone: Promyvion-Mea (20) -- ----------------------------------- package.loaded["scripts/zones/Promyvion-Mea/TextIDs"] = nil; ---------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/missions"...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c88989706.lua
2
3066
--大神官デ・ザード function c88989706.initial_effect(c) --check local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_BATTLE_DESTROYING) e1:SetOperation(c88989706.regop) c:RegisterEffect(e1) --negate local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_DESTROY+CATEGO...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c70832512.lua
6
1207
--レアル・クルセイダー function c70832512.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(70832512,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_FIELD) e1:SetRange(LOCATION_MZONE) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCost(c70832512.cost) ...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c14799437.lua
2
4733
--インフェルノイド・ネヘモス function c14799437.initial_effect(c) c:EnableReviveLimit() --special summon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) c:RegisterEffect(e1) --special summon loca...
gpl-2.0
Hajimokhradi/zli
plugins/plugins.lua
1
6572
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
newbots/dark2
plugins/bot_manager.lua
89
6427
local function set_bot_photo(msg, success, result) local receiver = get_receiver(msg) if success then local file = 'data/photos/bot.jpg' print('File downloaded to:', result) os.rename(result, file) print('File moved to:', file) set_profile_photo(file, ok_cb, false) send_large_msg(receiver, '...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c32559361.lua
6
2975
--CNo.9 天蓋妖星カオス・ダイソン・スフィア function c32559361.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,10,3) c:EnableReviveLimit() --material local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(32559361,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_BATTLE_START) e1:SetTarg...
gpl-2.0
takke/MZ3
src/MZ3/scripts/_old.google_reader.lua
1
36128
--[[ * Copyright (c) MZ3 Project Team All rights reserved. * Code licensed under the BSD License: * http://www.mz3.jp/license.txt ]] -------------------------------------------------- -- MZ3 Script : GoogleReader -- -- $Id: gmail.lua 1453 2009-12-13 13:06:06Z takke $ -------------------------------------------------...
bsd-3-clause
walid55/all_wazer2
plugins/stats.lua
79
4014
do -- Returns a table with `name` and `msgs` local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_prin...
gpl-2.0
mika6020/powerbot
plugins/stats.lua
79
4014
do -- Returns a table with `name` and `msgs` local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_prin...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c22638495.lua
2
3492
--剛竜剣士ダイナスターP function c22638495.initial_effect(c) --fusion material c:EnableReviveLimit() --spsummon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_SPSUMMON_CONDITION) e1:SetValue(c22638495.splimit) c...
gpl-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/_unused/seaslug.lua
6
3187
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 (at your option) any later vers...
gpl-2.0
dickeyf/darkstar
scripts/zones/Davoi/npcs/_45g.lua
13
2253
----------------------------------- -- Area: Davoi -- NPC: Groaning Pond -- Used In Quest: Whence Blows the Wind -- @pos 101 0.1 60 149 ----------------------------------- package.loaded["scripts/zones/Davoi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/glo...
gpl-3.0
dickeyf/darkstar
scripts/zones/Cloister_of_Storms/Zone.lua
30
1738
----------------------------------- -- -- Zone: Cloister_of_Storms (202) -- ----------------------------------- package.loaded["scripts/zones/Cloister_of_Storms/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Cloister_of_Storms/TextIDs"); --------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Geltpix.lua
19
1124
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Geltpix -- @zone 80 -- @pos 154 -2 103 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); ----------------------------------- -- on...
gpl-3.0
Turttle/darkstar
scripts/globals/effects/warcry.lua
35
1071
----------------------------------- -- -- EFFECT_WARCRY -- -- Notes: -- Savagery TP bonus not cut in half like ffxclopedia says. -- ffxiclopedia is wrong, bg wiki right. See link where testing was done. -- http://www.bluegartr.com/threads/108199-Random-Facts-Thread-Other?p=5367464&viewfull=1#post5367464 ------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Sacrarium/mobs/Old_Professor_Mariselle.lua
7
2316
----------------------------------- -- Area: Sacrarium -- MOB: Old Professor Mariselle ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/missions"); ----------------------------------- -- onMobSpawn ----------------------------------- function onMobSpawn(mob) end; --...
gpl-3.0
Turttle/darkstar
scripts/globals/weaponskills/knights_of_round.lua
18
2076
----------------------------------- -- Knights Of Round -- Sword Weapon Skill -- Skill Level: N/A -- Caliburn/Excalibur: Additional Effect: Regen. -- Regen 10HP/Tick, duration varies with TP. -- Available only when equipped with the Relic Weapons Caliburn (Dynamis use only) or Excalibur. -- Also available withou...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/empty.lua
12
1057
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 (at your option) any later vers...
gpl-2.0