repo_name
stringlengths
6
69
path
stringlengths
6
178
copies
stringclasses
278 values
size
stringlengths
4
7
content
stringlengths
671
917k
license
stringclasses
15 values
TheOnePharaoh/YGOPro-Custom-Cards
script/c70649904.lua
2
2647
--ADE Garuda function c70649904.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(70649904,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetTarget(c7...
gpl-3.0
waytim/darkstar
scripts/globals/spells/absorb-int.lua
17
1359
-------------------------------------- -- Spell: Absorb-INT -- Steals an enemy's intelligence. -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast -------------...
gpl-3.0
waytim/darkstar
scripts/zones/La_Theine_Plateau/npcs/Equesobillot.lua
13
2518
----------------------------------- -- Area: La Theine Plateau -- NPC: Equesobillot -- Involved in Mission: The Rescue Drill -- @pos -287 9 284 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions...
gpl-3.0
waytim/darkstar
scripts/zones/Windurst_Waters/npcs/Dagoza-Beruza.lua
13
1055
----------------------------------- -- Area: Windurst Waters -- NPC: Dagoza-Beruza -- Type: Mission NPC -- @zone: 238 -- @pos -54.523 -6 229.271 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ---------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/weaponskills/sonic_thrust.lua
4
1128
----------------------------------- -- Sonic Thrust -- Polearm weapon skill -- Skill Level: 300 -- Delivers an area attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Element: None -- Modifiers: STR:30% ; DEX:30% -- 100%TP 200%TP 300%TP -- 3.00 3.25 3.50 ------------------------...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c99930160.lua
1
3794
--OTNN - Tail Gear Change function c99930160.initial_effect(c) c:SetUniqueOnField(1,0,99930160) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --Xyz SUmmon local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(9993...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/weaponskills/bora_axe.lua
4
1490
----------------------------------- -- Bora Axe -- Axe weapon skill -- Skill level: 290 -- Delivers a single-hit ranged attack at a maximum distance of 15.7'. Chance of binding varies with TP -- Bind doesn't always break from hitting mob. -- This Weapon Skill's first hit params.ftp is duplicated for all additional h...
gpl-3.0
waytim/darkstar
scripts/zones/Port_Windurst/npcs/Panja-Nanja.lua
53
1909
----------------------------------- -- Area: Port Windurst -- NPC: Panja-Nanja -- Type: Fishing Adv. Image Support -- @pos -194.499 -3 58.692 240 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); requ...
gpl-3.0
lusiankaitz/koreader-master
frontend/apps/reader/modules/readerview.lua
1
24134
local AlphaContainer = require("ui/widget/container/alphacontainer") local ReaderFlipping = require("apps/reader/modules/readerflipping") local ReaderFooter = require("apps/reader/modules/readerfooter") local ReaderDogear = require("apps/reader/modules/readerdogear") local OverlapGroup = require("ui/widget/overlapgroup...
agpl-3.0
waytim/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Ekhu_Pesshyadha.lua
13
1836
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Ekhu Pesshyadha -- Type: Standard NPC -- @pos -13.043 0.999 103.423 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/sett...
gpl-3.0
aug2uag/ESPbootloader
init.lua
3
1093
-- Copyright (c) 2015 Sebastian Hodapp -- https://github.com/sebastianhodapp/ESPbootloader -- Improved by Simonarde Jr. -- https://github.com/simonardejr/ESPbootloader -- Change ssid and password of AP in configuration mode ssid = "ESP" ..node.chipid() psw = "espconfig" -- If GPIO0 changes during the countdown, l...
mit
TheOnePharaoh/YGOPro-Custom-Cards
script/c99950081.lua
2
8234
--MSMM - Tomoe Mami function c99950081.initial_effect(c) c:EnableReviveLimit() --Spell Zone local e1=Effect.CreateEffect(c) e1:SetCode(EFFECT_SEND_REPLACE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_UNCOPYABLE) e1:SetRange(LOCATION_MZONE) e1...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c78330013.lua
2
4093
--AB King function c78330013.initial_effect(c) Duel.EnableGlobalFlag(GLOBALFLAG_DETACH_EVENT) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_INSECT),4,2) c:EnableReviveLimit() --destroy replace local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:Se...
gpl-3.0
MinFu/luci
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua
68
2536
-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("Exec Plugin Configuration"), translate( "The exec plugin starts external commands to read values " .. "from or to notify external processes when cer...
apache-2.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c59821095.lua
2
3021
--The Idol Master of Mystery Zefra-Zuki function c59821095.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+EFFE...
gpl-3.0
waytim/darkstar
scripts/globals/spells/cure_ii.lua
26
4497
----------------------------------------- -- Spell: Cure II -- Restores target's HP. -- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic")...
gpl-3.0
waytim/darkstar
scripts/zones/Temenos/mobs/Goblin_Fencer.lua
28
1132
----------------------------------- -- Area: Temenos N T -- NPC: Goblin_Fencer ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -------------------------------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Northern_San_dOria/npcs/Narcheral.lua
23
3760
----------------------------------- -- Area: Northern San d'Oria -- NPC: Narcheral -- Starts and Finishes Quest: Messenger from Beyond, Prelude of Black and White (Finish), Pieuje's Decision (Finish) -- @zone 231 -- @pos 129 -11 126 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/T...
gpl-3.0
waytim/darkstar
scripts/globals/items/homemade_rice_ball.lua
18
1105
----------------------------------------- -- ID: 5224 -- Item: homemade_rice_ball -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------------...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c90000080.lua
2
6513
--Black Flag Duelist function c90000080.initial_effect(c) --Pendulum Summon aux.EnablePendulumAttribute(c) --Pendulum Limit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE) e1:SetCode(EFFECT_CANNOT_SPECIAL...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/summon.lua
2
9299
require("scripts/globals/common"); require("scripts/globals/status"); SUMMONING_MAGIC_SKILL = 38 MSG_NONE = 0; -- display nothing MSG_NO_EFFECT = 189; MSG_DAMAGE = 185; -- player uses, target takes 10 damage. DEFAULT MSG_MISS = 188; MSG_RESIST = 85; function AvatarPhysicalMove(avatar,target,skill,numberofhits,accmo...
gpl-3.0
3pehrdev/iran-telenymous
plugins/ingroup.lua
1
43783
do -- Check Member local function check_member_autorealm(cb_extra, success, result) local receiver = cb_extra.receiver local data = cb_extra.data local msg = cb_extra.msg for k,v in pairs(result.members) do local member_id = v.id if member_id ~= our_id then -- Group configuration data[tostr...
gpl-2.0
EShamaev/ardupilot
libraries/AP_Scripting/applets/Aerobatics/FixedWing/plane_aerobatics.lua
1
96881
--[[ trajectory tracking aerobatic control See README.md for usage Written by Matthew Hampsey, Andy Palmer and Andrew Tridgell, with controller assistance from Paul Riseborough, testing by Henry Wurzburg ]]-- -- setup param block for aerobatics, reserving 30 params beginning with AERO_ local PARAM_TABLE_KE...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Bastok_Mines/npcs/Phara.lua
4
2463
----------------------------------- -- Area: Bastok Mines -- NPC: Phara -- Starts and Finishes Quest: The doorman (start) -- Involved in Quest: The Talekeeper's Truth -- @zone 234 -- @pos 75 0 -80 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; --------------------------...
gpl-3.0
wanmaple/MWFrameworkForCocosLua
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/SkeletonRenderer.lua
10
2646
-------------------------------- -- @module SkeletonRenderer -- @extend Node,BlendProtocol -- @parent_module sp -------------------------------- -- -- @function [parent=#SkeletonRenderer] setTimeScale -- @param self -- @param #float scale -------------------------------- -- -- @function [parent=#SkeletonR...
apache-2.0
waytim/darkstar
scripts/zones/Norg/npcs/Vuliaie.lua
13
1305
----------------------------------- -- Area: Norg -- NPC: Vuliaie -- Type: Tenshodo Merchant -- @pos -24.259 0.891 -19.556 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/sh...
gpl-3.0
GregSatre/nn
HingeEmbeddingCriterion.lua
50
1290
local HingeEmbeddingCriterion, parent = torch.class('nn.HingeEmbeddingCriterion', 'nn.Criterion') function HingeEmbeddingCriterion:__init(margin) parent.__init(self) self.margin = margin or 1 self.sizeAverage = true end function HingeEmbeddingCriterion:updateOutput(input,y) self.buffer = self.buffer or ...
bsd-3-clause
tomyun/Gearsystem
platforms/ios/dependencies/SDL-2.0.4-9174/premake/projects/testresample.lua
7
1029
-- Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> -- -- This software is provided 'as-is', without any express or implied -- warranty. In no event will the authors be held liable for any damages -- arising from the use of this software. -- -- Permission is granted to anyone to use this software for an...
gpl-3.0
Paziko54/BolScripts
MrArticunoLaucher.lua
23
3851
--[[ _____ _____ __ .__ / \_______ / _ \________/ |_|__| ____ __ __ ____ ____ / \ / \_ __ \ / /_\ \_ __ \ __\ |/ ___\| | \/ \ / _ \ / Y \ | \/ / | \ | \/| | | \ \___| | / | ( <_> ) \____|__ /__| \___...
gpl-2.0
waytim/darkstar
scripts/zones/Cloister_of_Gales/bcnms/sugar-coated_directive.lua
30
1808
---------------------------------------- -- Area: Cloister of Gales -- BCNM: Sugar Coated Directive (ASA-4) ---------------------------------------- package.loaded["scripts/zones/Cloister_of_Gales/TextIDs"] = nil; ---------------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/qu...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Castle_Oztroja/npcs/_47b.lua
2
1231
----------------------------------- -- Area: Castle Oztroja -- NPC: Handle -- Open trap door or brass door -- @pos 20 0 -13 151 ----------------------------------- require("scripts/globals/missions"); ----------------------------------- -- onTrigger Action ----------------------------------- function onTrigger(play...
gpl-3.0
internetisalie/lua-for-idea
testdata/non-test-system-files/lua5.1-tests/files.lua
7
8815
print('testing i/o') assert(io.input(io.stdin) == io.stdin) assert(io.output(io.stdout) == io.stdout) assert(type(io.input()) == "userdata" and io.type(io.output()) == "file") assert(io.type(8) == nil) local a = {}; setmetatable(a, {}) assert(io.type(a) == nil) local a,b,c = io.open('xuxu_nao_existe') assert(not a...
apache-2.0
waytim/darkstar
scripts/zones/Southern_San_dOria/npcs/Emoussine.lua
27
2406
----------------------------------- -- Area: Southern San d'Oria -- NPC: Emoussine -- Type: Chocobo Renter -- @pos -11 1 -100 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/chocobo"); require("scripts/g...
gpl-3.0
waytim/darkstar
scripts/zones/West_Sarutabaruta/npcs/Twinkle_Tree.lua
13
2325
----------------------------------- -- Area: West Sarutabaruta -- NPC: Twinkle Tree -- Involved in Quest: To Catch a Falling Star -- Note: EventID for Twinkle Tree is unknown. Quest funtions but the full event is not played. -- @pos 156.003 -40.753 333.742 115 ----------------------------------- package.loa...
gpl-3.0
Fir3element/tfs12
data/npc/scripts/The Oracle.lua
21
3593
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local vocation = {} local town = {} local destination = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) ...
gpl-2.0
waytim/darkstar
scripts/globals/weaponskills/heavy_swing.lua
11
1335
----------------------------------- -- Heavy Swing -- Staff weapon skill -- Skill Level: 5 -- Deacription:Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP 200%TP...
gpl-3.0
testprooject/magma
plugins/anti_spam.lua
4
3665
kicktable = {} do local TIME_CHECK = 2 -- seconds local data = load_data(_config.moderation.data) -- Save stats, ban user local function pre_process(msg) -- Ignore service msg if msg.service then return msg end if msg.from.id == our_id then return msg end --Load moderation data local data = load...
gpl-2.0
TienHP/Aquaria
files/scripts/maps/_unused/node_prologue.lua
6
1881
-- 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
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Port_Bastok/npcs/Corann.lua
6
1984
----------------------------------- -- Area: Port Bastok -- NPC: Corann -- Start & Finishes Quest: The Quadav's Curse ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/settings")...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c20162004.lua
2
3742
--Lizardfolk - Spearman function c20162004.initial_effect(c) --synchro custom local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SYNCHRO_MATERIAL_CUSTOM) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetTarget(c20162004.syntg) e1:SetValue(1) e1:SetOperation(c...
gpl-3.0
waytim/darkstar
scripts/zones/Windurst_Waters/npcs/Leepe-Hoppe.lua
13
9408
----------------------------------- -- Area: Windurst Waters -- NPC: Leepe-Hoppe -- Involved in Mission 1-3, Mission 7-2 -- @pos 13 -9 -197 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); re...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/emerald_quiche.lua
3
1284
----------------------------------------- -- ID: 5171 -- Item: emerald_quiche -- Food Effect: 60Min, All Races ----------------------------------------- -- Magic 15 -- Agility 1 -- Ranged ACC % 7 -- Ranged ACC Cap 20 ----------------------------------------- require("scripts/globals/status"); ------------------------...
gpl-3.0
waytim/darkstar
scripts/zones/Caedarva_Mire/npcs/qm1.lua
30
1329
----------------------------------- -- Area: Caedarva Mire -- NPC: ??? (Spawn Verdelet(ZNM T2)) -- @pos 417 -19 -69 79 ----------------------------------- package.loaded["scripts/zones/Caedarva_Mire/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Caedarva_Mire/TextIDs"); require("scripts/gl...
gpl-3.0
waytim/darkstar
scripts/zones/Lower_Jeuno/npcs/Chululu.lua
25
5445
----------------------------------- -- Area: Lower Jeuno -- NPC: Chululu -- Starts and Finishes Quests: Collect Tarut Cards, Rubbish Day -- Optional Cutscene at end of Quest: Searching for the Right Words -- @pos -13 -6 -42 245 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = n...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/jar_of_ground_wasabi.lua
3
1463
----------------------------------------- -- ID: 5164 -- Item: jar_of_ground_wasabi -- Food Effect: 5Min, All Races ----------------------------------------- -- Strength -1 -- Dexterity -1 -- Agility -1 -- Vitality -1 -- Intelligence -1 -- Mind -1 -- Charisma -1 ----------------------------------------- require("scrip...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/West_Ronfaure/npcs/Chatarre.lua
16
1039
----------------------------------- -- Area: West Ronfaure -- NPC: Cerite -- Type: Standard NPC -- @zone: 100 -- @pos: -263.577 -72.999 425.885 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil; ----------...
gpl-3.0
waytim/darkstar
scripts/zones/Bastok_Markets/npcs/Hortense.lua
16
1909
----------------------------------- -- Area: Bastok Markets -- NPC: Hortense -- Standard Merchant NPC -- -- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scripts/...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c55438801.lua
2
6098
--T.M. Master El Vain function c55438801.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...
gpl-3.0
waytim/darkstar
scripts/globals/effects/str_down.lua
34
1111
----------------------------------- -- -- EFFECT_STR_DOWN -- ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) if ((target:getStat(MOD_STR) - effect:ge...
gpl-3.0
forcecore/OpenRA
mods/d2k/maps/ordos-04/ordos04.lua
5
5410
Base = { Harkonnen = { HRefinery, SHeavyFactory, SLightFactory, HGunTurret1, HGunTurret2, HGunTurret3, HGunTurret4, HGunTurret5, SBarracks, HPower1, HPower2, HPower3, HPower4 }, Smugglers = { SOutpost, SHeavyFactory, SLightFactory, SGunTurret1, SGunTurret2, SGunTurret3, SGunTurret4, SBarracks, SPower1, SPower2, SPow...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Port_Bastok/npcs/Ominous_Cloud.lua
2
5263
----------------------------------- -- Area: Port Bastok -- NPC: Ominous Cloud -- Type: Traveling Merchant NPC -- @zone: 236 -- @pos: 146.962 7.499 -63.316 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; -...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Windurst_Waters/npcs/Yuli_Yaam.lua
6
1755
----------------------------------- -- Area: Windurst Waters -- NPC: Yuli Yaam -- Involved In Quest: Wondering Minstrel -- Working 100% -- @zone = 238 -- @pos = -61 -4 23 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("s...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c83581508.lua
1
5954
--Beast of Wild - Majesty Lion function c83581508.initial_effect(c) c:SetUniqueOnField(1,0,83581508,LOCATION_MZONE) --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) c:Registe...
gpl-3.0
niegenug/wesnoth
data/ai/micro_ais/cas/ca_return_guardian.lua
26
1081
local AH = wesnoth.require "ai/lua/ai_helper.lua" local function get_guardian(cfg) local filter = cfg.filter or { id = cfg.id } local guardian = AH.get_units_with_moves { side = wesnoth.current.side, { "and", filter } }[1] return guardian end local ca_return_guardian = {} function ca...
gpl-2.0
AntonioModer/character-physics-demo
integrators/verlet.lua
2
1609
--[[ Copyright (c) 2012 Roland Yonaba Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, ...
mit
TheOnePharaoh/YGOPro-Custom-Cards
script/c32887065.lua
2
3252
--Enchanter of the Divine Light function c32887065.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(c32887065.spcon) e1:SetOperation(c32887065.spop) ...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c22769922.lua
2
3525
--Glorious Victory function c22769922.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(c22769922.condition) e1:SetCost(c22769922.cost) e1:SetOperation(c22769922.activate) c:RegisterEffect(e1) --special summon local...
gpl-3.0
waytim/darkstar
scripts/globals/spells/battlefield_elegy.lua
23
1594
----------------------------------------- -- Spell: Battlefield Elegy ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,tar...
gpl-3.0
waytim/darkstar
scripts/zones/North_Gustaberg/TextIDs.lua
15
1306
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED_TWICE = 6559; -- You cannot obtain the item <item>. ITEM_CANNOT_BE_OBTAINED = 6560; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6564; -- You cannot obtain the #. Try tr...
gpl-3.0
waytim/darkstar
scripts/zones/Rabao/npcs/Leodarion.lua
17
3707
----------------------------------- -- Area: Rabao -- NPC: Leodarion -- Involved in Quest: 20 in Pirate Years, I'll Take the Big Box, True Will -- @pos -50 8 40 247 ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; ----------------------------------- require("scripts/globals/sett...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c11275.lua
2
1452
function c11275.initial_effect(c) --Special Summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(11275,1)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCode(EVENT_DESTROY...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/rolanberry_(874_ce).lua
3
1096
----------------------------------------- -- ID: 4530 -- Item: rolanberry_874_ce) -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility -3 -- Intelligence 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCh...
gpl-3.0
waytim/darkstar
scripts/globals/items/earth_wand.lua
41
1075
----------------------------------------- -- ID: 17076 -- Item: Earth Wand -- Additional Effect: Earth Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action --------------------------------...
gpl-3.0
X-Raym/REAPER-ReaScripts
Items Properties/X-Raym_Add all items on selected track into item selection.lua
1
1554
--[[ * ReaScript Name: Add all items on selected track into item selection * About: Add all items on selected track into item selection * Instructions: Select tracks. Use it. * Author: X-Raym * Author URI: https://www.extremraym.com * Repository: GitHub > X-Raym > REAPER-ReaScripts * Repository URI: https://gith...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c924363413.lua
2
3667
--Inscriber Yamimoji function c924363413.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --Rune Summon c:EnableReviveLimit() local r1=Effect.CreateEffect(c) r1:SetType(EFFECT_TYPE_FIELD) r1:SetCode(EFFECT_SPSUMMON_PROC) r1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_IGNORE_IMMUNE) r1:SetR...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c12310740.lua
2
1423
--Bonfire Enkindling --lua script by SGJin function c12310740.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW+CATEGORY_HANDES) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,12310740+EFFECT_COUNT...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/cheval_salmon.lua
2
1149
----------------------------------------- -- ID: 4379 -- Item: cheval_salmon -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------...
gpl-3.0
nicholaides/mongrel2
examples/bbs/engine.lua
96
1958
local print = print local pcall = pcall local coroutine = coroutine local ui = require 'ui' local db = require 'db' module 'engine' local STATE = {} function run(conn, engine) while true do -- Get a message from the Mongrel2 server local good, request = pcall(conn.recv_json, conn) if goo...
bsd-3-clause
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Aht_Urhgan_Whitegate/npcs/Ratihb.lua
2
3120
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Ratihb -- Standard Info NPC -- @pos 75.225 -6.000 -137.203 50 ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/titles"); req...
gpl-3.0
waytim/darkstar
scripts/globals/abilities/scholars_roll.lua
19
2280
----------------------------------- -- Ability: Scholar's Roll -- Enhances Conserve MP effect for party members within area of effect -- Optimal Job: Scholar -- Lucky Number: 2 -- Unlucky Number: 6 -- Level: 64 -- -- Data unknown ----------------------------------- require("scripts/globals/settings"); require("scripts...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/weaponskills/fell_cleave.lua
4
1210
----------------------------------- -- Fell Cleave -- Great Axe weapon skill -- Skill Level: 300 -- Delivers an area attack. Radius varies with TP. -- Aligned with the Breeze Gorget, Thunder Gorget & Soil Gorget. -- Aligned with the Breeze Belt, Thunder Belt & Soil Belt. -- Element: None -- Modifiers: STR: 60% --...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c99199050.lua
1
1943
--The Future Gear Master Sword function c99199050.initial_effect(c) c:SetSPSummonOnce(99199050) --special summon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_GRAVE) e1:SetCost(c99199050.spcost) e1:SetTarget(c99199050.sptg) e1:SetO...
gpl-3.0
waytim/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Mupia_RK.lua
13
3325
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Mupia, R.K. -- Border Conquest Guards -- @pos -241.334 -1 478.602 123 ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); require...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/weaponskills/stringing_pummel.lua
2
1348
----------------------------------- -- Stringing Pummel -- Hand-to-Hand weapon skill -- Skill Level: NA -- Delivers an sixfold attack. Chance of critical varies with TP. -- Kenkonken:Aftermath effect varies with TP. -- In order to obtain Stringing Pummel, the quest Unlocking a Myth must be completed. -- Aligned wit...
gpl-3.0
waytim/darkstar
scripts/zones/Bastok_Markets/npcs/Zaira.lua
17
1868
----------------------------------- -- Area: Batok Markets -- NPC: Zaira -- Standard Merchant NPC -- -- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scripts/zone...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c11111121.lua
2
5295
--Vocaloid Namine Ritsu Mdl - Gl103 function c11111121.initial_effect(c) c:EnableReviveLimit() --pendulum summon aux.EnablePendulumAttribute(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --search local e2=Effect.CreateEffect(c)...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c11111116.lua
2
3281
--Vocaloid Mayu Mdl - Hz101 function c11111116.initial_effect(c) c:EnableReviveLimit() --pendulum summon aux.EnablePendulumAttribute(c) --atkup local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e2:SetRange(LOCATION_MZONE) e2:SetCode(EFFECT_UPDATE_ATTACK) e...
gpl-3.0
pouya-joker/c16-bot
plugins/quran.lua
11
1413
-- Umbrella Quran Project -- http://umbrella.shayan-soft.ir -- https://telegram.me/umbrellateam -- Programmer : Engineer Shayan Ahmadi -- https://telegram.me/shayansoft do umbrella = "http://umbrella.shayan-soft.ir/quran/" -- database -- get sound of sura local function read_sura(chat_id, target) local readq = http....
gpl-2.0
mehrpouya81/gamerspm
plugins/rss.lua
700
5434
local function get_base_redis(id, option, extra) local ex = '' if option ~= nil then ex = ex .. ':' .. option if extra ~= nil then ex = ex .. ':' .. extra end end return 'rss:' .. id .. ex end local function prot_url(url) local url, h = string.gsub(url, "http://", "") local...
gpl-2.0
behnam98/SmartRobot
plugins/rss.lua
700
5434
local function get_base_redis(id, option, extra) local ex = '' if option ~= nil then ex = ex .. ':' .. option if extra ~= nil then ex = ex .. ':' .. extra end end return 'rss:' .. id .. ex end local function prot_url(url) local url, h = string.gsub(url, "http://", "") local...
gpl-2.0
waytim/darkstar
scripts/zones/Sealions_Den/mobs/Tenzen.lua
23
1173
----------------------------------- -- Area: Sealion den -- NPC: Tenzen ----------------------------------- ----------------------------------- -- onMobSpawn ----------------------------------- function onMobSpawn(mob) end; ----------------------------------- -- onMobEngaged ----------------------------------- fun...
gpl-3.0
pvvx/EspLua
lua_examples/email/send_email_smtp.lua
82
4640
--- -- Working Example: https://www.youtube.com/watch?v=CcRbFIJ8aeU -- @description a basic SMTP email example. You must use an account which can provide unencrypted authenticated access. -- This example was tested with an AOL and Time Warner email accounts. GMail does not offer unecrypted authenticated access. -- To o...
mit
TheOnePharaoh/YGOPro-Custom-Cards
script/c100000840.lua
2
1791
--Created and coded by Rising Phoenix function c100000840.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c100000840.cost) e1:SetTarget(c100000840.target...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c99980100.lua
2
1228
--HN - Noire function c99980100.initial_effect(c) --To Hand local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetTarget(c99980100...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Mhaura/npcs/Pikini-Mikini.lua
6
1390
----------------------------------- -- Area: Mhaura -- NPC: Pikini-Mikini -- Standard Merchant NPC -- @pos -48 -4 30 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Mhaura/TextIDs"...
gpl-3.0
waytim/darkstar
scripts/globals/abilities/pets/healing_breath.lua
25
1487
--------------------------------------------------- -- Healing Breath I --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); --------------------------------------------------- function onAbilityCheck(pl...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c99960000.lua
1
5399
--BRS - Black ★ Rock Shooter function c99960000.initial_effect(c) --Xyz Summon aux.AddXyzProcedure(c,nil,4,2) c:EnableReviveLimit() --Attach local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_SPSU...
gpl-3.0
waytim/darkstar
scripts/zones/Qulun_Dome/npcs/Magicite.lua
13
1659
----------------------------------- -- Area: Qulun Dome -- NPC: Magicite -- Involved in Mission: Magicite -- @pos 11 25 -81 148 ----------------------------------- package.loaded["scripts/zones/Qulun_Dome/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/The_Eldieme_Necropolis/npcs/_5fl.lua
2
2329
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: East Plate -- @zone 195 -- @pos 231 -34 20 -- 17576324 ----------------------------------- ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) end; ------------------...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c83581521.lua
1
5530
--Beast of Wild - Tree Summoner function c83581521.initial_effect(c) c:SetSPSummonOnce(83581521) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetRange(LOCATION_PZONE) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FL...
gpl-3.0
waytim/darkstar
scripts/zones/Eastern_Adoulin/Zone.lua
16
1192
----------------------------------- -- -- Zone: Eastern Adoulin -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Eastern_Adoulin/TextIDs"] = nil; require("scripts/zones/Eastern_Adoulin/TextIDs"); ----------------------------------- -- onInitialize ----------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Sealions_Den/npcs/Sueleen.lua
2
1873
----------------------------------- -- Area: Sealion's Den -- NPC: Sueleen -- @pos 612 132 774 32 ----------------------------------- package.loaded["scripts/zones/Sealions_Den/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Sealions_Den/TextIDs"); requi...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c99960340.lua
1
3102
--BRS - Counter Star function c99960340.initial_effect(c) --Negate Attack local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_ATTACK_ANNOUNCE) e1:SetCondition(c99960340.negcon1) e1:SetTarget(c99960340....
gpl-3.0
pedrohenriquerls/cocos2d_ruby_binding
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/ComController.lua
10
1153
-------------------------------- -- @module ComController -- @extend Component,InputDelegate -- @parent_module ccs -------------------------------- -- -- @function [parent=#ComController] create -- @param self -- @return ComController#ComController ret (return value: ccs.ComController) --------------------...
mit
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/weaponskills/victory_smite.lua
4
1530
----------------------------------- -- Victory Smite -- Hand-to-Hand Weapon Skill -- Skill Level: N/A -- Description: Delivers a fourfold attack. Chance of params.critical hit varies with TP. -- Must have Verethragna (85)/(90)/(95)/(99)/(99-2) or Revenant Fists +1/+2/+3 equipped. -- Aligned with the Light Gorget, ...
gpl-3.0
DevPGSV/telegram-bot
plugins/wiki.lua
5
4363
-- http://git.io/vUA4M local socket = require "socket" local JSON = require "cjson" local wikiusage = { "!wiki [text]: Read extract from default Wikipedia (EN)", "!wiki(lang) [text]: Read extract from 'lang' Wikipedia. Example: !wikies hola", "!wiki search [text]: Search articles on default Wikipedia (EN)", "!...
gpl-2.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Dynamis-Buburimu/Zone.lua
2
1071
----------------------------------- -- -- Zone: Dynamis-Buburimu -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Dynamis-Buburimu/TextIDs"] = nil; require("scripts/zones/Dynamis-Buburimu/TextIDs"); ----------------------------------- -- onInitialize -------...
gpl-3.0
X-Raym/REAPER-ReaScripts
FX/X-Raym_Toggle selected tracks FX except those with (ON) and (OFF) suffixes.lua
1
1945
--[[ * ReaScript Name: Toggle selected tracks FX except those with (ON) and (OFF) suffixes * Author: X-Raym * Author URI: http:--extremraym.com * Source: GitHub > X-Raym > EEL Scripts for Cockos REAPER * Source URI: https:--github.com/X-Raym/REAPER-EEL-Scripts * Licence: GPL v3 * Forum Thread: EEL script: Toggl...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c22769935.lua
1
4628
--Urgent Pre-Preparation function c22769935.initial_effect(c) --Activate(summon) local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_SUMMON) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCondition(c22769935.condition1) e1:SetTarget(c22769935.target) e1:SetOperation(c22769935.activa...
gpl-3.0
waytim/darkstar
scripts/zones/Bastok_Markets/npcs/Nbu_Latteh.lua
26
3365
----------------------------------- -- Area: Bastok Markets -- NPC: Nbu Latteh -- Starts & Finishes Quest: Mom, The Adventurer? -- Starts Quest: The Signpost Marks the Spot ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0