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 |
|---|---|---|---|---|---|
davidedmonds/darkstar | scripts/zones/Lower_Jeuno/npcs/Muckvix.lua | 19 | 1439 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Muckvix
-- Involved in Mission: Magicite
-- @zone 245
-- @pos -26.824 3.601 -137.082
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/items/apple_pie.lua | 2 | 1041 | -----------------------------------------
-- ID: 4413
-- Item: Apple Pie
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Magic 25
-- Agility -1
-- Intelligence 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
function... | gpl-3.0 |
42foobar42/OpenRA | mods/cnc/maps/gdi04c/gdi04c.lua | 8 | 4569 | LoseTriggerHouses = { TrigLos2Farm1, TrigLos2Farm2, TrigLos2Farm3, TrigLos2Farm4 }
TownAttackTrigger = { CPos.New(54, 38), CPos.New(55, 38), CPos.New(56, 38), CPos.New(57, 38) }
GDIReinforcementsTrigger = { CPos.New(32, 51), CPos.New(32, 52), CPos.New(33, 52) }
GDIReinforcementsPart1 = { "jeep", "jeep" }
GDIReinforcem... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/mobskills/Wanion.lua | 43 | 1329 | ---------------------------------------------------
-- Wanion
-- AoE of all status ailments it has.
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
---------------------------------------------------... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/La_Theine_Plateau/mobs/Bloodtear_Baldurf.lua | 2 | 1237 | -----------------------------------
-- Area: La Theine Plateau
-- MOB: Bloodtear_Baldurf
-----------------------------------
mixins = {require("scripts/mixins/job_special")};
require("scripts/globals/status");
require("scripts/globals/titles");
-----------------------------------
function onMobInitialize(mob)
mob... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Bastok_Mines/npcs/Zemedars.lua | 34 | 1818 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Zemedars
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scripts/zones/Bastok_Mines/TextIDs");
--------------------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Nilerouche.lua | 37 | 1301 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Nilerouche
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
require("scripts/zones/Tavnazian_Safehold/TextIDs");
------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10131009.lua | 1 | 2658 | --自由斗士·吸魂的魇
function c10131009.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c,true)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_WARRIOR),aux.NonTuner(Card.IsRace,RACE_WARRIOR),1)
c:EnableReviveLimit()
--banish
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringi... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Mhaura/npcs/Hagain.lua | 17 | 2190 | -----------------------------------
-- Area: Mhaura
-- NPC: Hagain
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/globals/keyitems");
require("scripts/... | gpl-3.0 |
xresloader/xresloader | sample/proto_v2/strip_list_tail_cfg.lua | 2 | 2836 | -- this file is generated by xresloader, please don't edit it.
return {
[1] = {
count = 4,
data_source = {
{
file = "./资源转换示例.xlsx",
sheet = "keep_or_strip_empty_list",
},
},
data_ver = "1.0.0.0",
hash_code = "sha256:bef5c76679b43b65aec7906f42010530fadae99f... | mit |
will4wachter/Project1 | scripts/globals/mobskills/Impale.lua | 6 | 1213 | ---------------------------------------------
-- Impale
--
-- Description: Deals damage to a single target. Additional effect: Paralysis
-- Type: Physical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
-- Notes:
---------------------------------------------
require("/scripts/globals/settings");
requ... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Riverne-Site_B01/npcs/_0t3.lua | 19 | 1339 | -----------------------------------
-- Area: Riverne Site #B01
-- NPC: Unstable Displacement
-----------------------------------
package.loaded["scripts/zones/Riverne-Site_B01/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Riverne-Site_B01/Text... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/abilities/scavenge.lua | 2 | 2397 | -----------------------------------
-- Ability: Scavenge
-- Searches the ground around user for items.
-- Obtained: Ranger Level 10
-- Recast Time: 3:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
f... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/mobskills/rock_smash.lua | 2 | 1204 | ---------------------------------------------
-- Rock Smash
--
-- Description: Damages a single target. Additional effect: Petrification
-- Type: Physical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
-- Notes:
---------------------------------------------
require("scripts/globals/settings");
require("scrip... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/coffeecake_muffin.lua | 35 | 1376 | -----------------------------------------
-- ID: 5655
-- Item: coffeecake_muffin
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Mind 1
-- Strength -1
-- MP % 10 (cap 85)
-----------------------------------------
require("scripts/globals/status");
----------------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Northern_San_dOria/npcs/Beadurinc.lua | 53 | 1875 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Beadurinc
-- Type: Smithing Synthesis Image Support
-- @pos -182.300 10.999 146.650 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Upper_Delkfutts_Tower/mobs/Autarch.lua | 21 | 1487 | -----------------------------------
-- Area: Upper Delkfutt's Tower
-- NM: Autarch
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mo... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Southern_San_dOria_[S]/npcs/MieuseloirBEnchelles1.lua | 36 | 1055 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Miuseloir B Enchelles
-- @zone 80
-- @pos 120 0 104
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil;
require("scripts/zones/Southern_San_dOria_[S]/TextIDs");
------------------... | gpl-3.0 |
failcoder/SVUI_-Core | _options/libs/AceGUI-3.0-SharedMediaWidgets/Libs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua | 38 | 6512 | --[[-----------------------------------------------------------------------------
Keybinding Widget
Set Keybindings in the Config UI.
-------------------------------------------------------------------------------]]
local Type, Version = "Keybinding", 24
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not Ace... | mit |
kidaa/darkstar | scripts/globals/items/eel_kabob.lua | 35 | 1276 | -----------------------------------------
-- ID: 4457
-- Item: eel_kabob
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Dexterity 4
-- Mind -3
-- Evasion 5
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
... | gpl-3.0 |
WohlSoft/PGE-Project | Engine/_resources/script/npcs/maincore_npc.lua | 4 | 2715 | class 'luaNPC' (BaseNPC)
function luaNPC:__setupEvents()
if(not self.isInvalid and self.controller)then
self.Has_onActivated = false
if(type(self.controller.onActivated) == "function")then
self.Has_onActivated = true
end
self.Has_onLoop = false
if(type(self.cont... | gpl-3.0 |
kiavateam/cli2 | system/bot.lua | 1 | 7745 | package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
require("./system/commands")
local f = assert(io.popen('/usr/bin/git describe --tags', 'r'))
VERSION = assert(f:read('*a'))
f:close()
-- This functi... | gpl-2.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c21520154.lua | 1 | 2983 | --和谐河系
function c21520154.initial_effect(c)
--activity
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21520154,0))
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,21520154+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c21520154.target)
e1:SetOperation(c21520154.operation)... | gpl-3.0 |
Thonik/FritoMod | fritomod/tests/LuaEnvironment.lua | 1 | 5519 | if nil ~= require then
require "fritomod/LuaEnvironment-Loaders";
end;
local Suite = CreateTestSuite("fritomod.LuaEnvironment");
do
local g1, g2, g3;
Suite:AddListener(Metatables.Noop({
TestStarted = function(self, suite)
g1 = __g1;
g2 = __g2;
g3 = __g3;
... | mit |
will4wachter/Project1 | scripts/zones/Inner_Horutoto_Ruins/npcs/Treasure_Chest.lua | 1 | 2603 | -----------------------------------
-- Area: Horutoto Ruins
-- NPC: Treasure Chest
-- @zone 192
-----------------------------------
package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/treasure");
require(... | gpl-3.0 |
kidaa/darkstar | scripts/globals/mobskills/Luminous_Lance.lua | 19 | 1379 | ---------------------------------------------
-- Luminous Lance
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/zones/Empyreal_Paradox/TextIDs");
-------------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Garlaige_Citadel_[S]/npcs/Randecque.lua | 21 | 1805 | -----------------------------------
-- Area: Garlaige Citadel [S]
-- NPC: Randecque
-- @pos 61 -6 137 164
-- Notes: Gives Red Letter required to start "Steamed Rams"
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel_[S]/TextIDs"] = nil;
-----------------------------------
req... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/abilities/samurai_roll.lua | 8 | 2206 | -----------------------------------
-- Ability: Samurai Roll
-- Enhances "Store TP" effect for party members within area of effect
-- Optimal Job: Samurai
-- Lucky Number: 2
-- Unlucky Number: 6
-- Level 37
--
-- Die Roll |No SAM |With SAM
-- 1 |+8 |+18
-- 2 |+32 |+42
-- 3 ... | gpl-3.0 |
failcoder/SVUI_-Core | system/_reports/system.lua | 1 | 8131 | --[[
##############################################################################
S V U I By: Munglunch
##############################################################################
STATS:Extend EXAMPLE USAGE: Reports:NewReportType(newStat,eventList,onEvents,update,click,focus,blur)
#############################... | mit |
will4wachter/Project1 | scripts/zones/Sacrarium/npcs/Treasure_Chest.lua | 1 | 2573 | -----------------------------------
-- Area: Sacrarium
-- NPC: Treasure Chest
-- @zone 28
-----------------------------------
package.loaded["scripts/zones/Sacrarium/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/treasure");
require("scripts/zones/Sa... | gpl-3.0 |
iGhibli/FlyingGame | FlyingGame/src/framework/cc/uiloader/CCSUILoader.lua | 10 | 32293 |
local UILoaderUtilitys = import(".UILoaderUtilitys")
local CCSUILoader = class("CCSUILoader")
function CCSUILoader:load(json, params)
if params then
self.bUseEditBox = params.bUseEditBox or false
else
self.bUseEditBox = false
end
if cc.bPlugin_ and self.bUseEditBox then
-- CCEditbox(C++ widget) not support... | gpl-3.0 |
op-en/ESP8266-EnergyMeterMonitor | src/tcp-ota.lua | 2 | 3941 | print("TCP OTA Server starting...")
tcp_ota = {}
tcp_ota.loggedin = false
tcp_ota.lastcmd = ""
tcp_ota.conn = nil
tcp_ota.sending = false
tcp_ota.response = {}
tcp_ota.sendcomplete = function(sk)
--Send the rest if any.
if #tcp_ota.response > 0 then
msg = table.remove(tcp_ota.response, 1)
if... | mit |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c60158918.lua | 1 | 1698 | --深洋之歌
function c60158918.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:SetHintTiming(TIMING_BATTLE_PHASE,0x1c0+TIMING_BATTLE_PHASE)
e1:SetTarget(c60158918.target)
e1:SetO... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Rytaal.lua | 13 | 4534 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Rytaal
-- Type: Standard NPC
-- @pos 112.002 -1.338 -45.038 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
... | gpl-3.0 |
lhog/Zero-K | effects/gundam_dirt.lua | 24 | 11215 | -- dirt3
-- dirt
-- dirt2
return {
["dirt3"] = {
poof01 = {
air = true,
class = [[CSimpleParticleSystem]],
count = 10,
ground = true,
properties = {
airdrag = 1.0,
alwaysvisible = false,
col... | gpl-2.0 |
waterlgndx/darkstar | scripts/globals/spells/burst.lua | 2 | 1117 | -----------------------------------------
-- Spell: Burst
-- Deals lightning damage to an enemy and lowers its resistance against earth.
-----------------------------------------
require("scripts/globals/magic");
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c19300047.lua | 1 | 2296 | --镜现诗·正体不明的正体
function c19300047.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,c19300047.tfilter,aux.NonTuner(nil),2)
c:EnableReviveLimit()
--attack up
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/gui_unit_target_command_helper.lua | 6 | 6729 | function widget:GetInfo()
return {
name = "Unit Target Command Helper",
desc = "Makes it easier to issue single unit commands on moving units.",
author = "GoogleFrog",
date = "20 February 2019",
license = "GNU GPL, v2 or later",
layer = -52,
enabled = true,
handler = true,
... | gpl-2.0 |
kidaa/darkstar | scripts/zones/Windurst_Woods/npcs/Nokkhi_Jinjahl.lua | 18 | 10335 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Nokkhi Jinjahl
-- Type: Travelling Merchant NPC / NPC Quiver Maker / Windurst 1st Place
-- @zone: 241
-- @pos 3.306 0.84 -41.601
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scr... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c66612301.lua | 1 | 4944 | --扑克魔术 巧克力
function c66612301.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_PHASE+PHASE_STANDBY)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c66612301.pucon)
e1:SetCost(c66612301.cost)
e1:SetOperation(c66612301... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Lutete.lua | 38 | 1110 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Lutete
-- Type: Standard NPC
-- @zone: 94
-- @pos 169.205 -0.879 -9.107
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
----... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Lower_Jeuno/npcs/Audee.lua | 28 | 1799 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Audee
-- Type: Chocobo Renter
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/globals/keyitems");
require("scripts/globals/settings");
require("scripts/globals/status");
------------------------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c19301008.lua | 1 | 3735 | --心绮楼 秦心
function c19301008.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,5,3)
c:EnableReviveLimit()
--tohand
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Navukgo_Execution_Chamber/npcs/_1s0.lua | 2 | 1265 | -----------------------------------
-- Area: Navukgo Execution Chamber
-- NPC: Decorative Bronze Gate
-- Involved in Missions: TOAU-22
-- @zone -601 10 -100 64
-----------------------------------
package.loaded["scripts/zones/Navukgo_Execution_Chamber/TextIDs"] = nil;
package.loaded["scripts/globals/bcnm"] = nil;
----... | gpl-3.0 |
yinjimmy/sdkbox-samples | src/cocos/extension/DeprecatedExtensionFunc.lua | 61 | 1351 | if nil == cc.Control then
return
end
--tip
local function deprecatedTip(old_name,new_name)
print("\n********** \n"..old_name.." was deprecated please use ".. new_name .. " instead.\n**********")
end
--functions of CCControl will be deprecated end
local CCControlDeprecated = { }
function CCControlDeprecated.ad... | mit |
kidaa/darkstar | scripts/globals/items/rolanberry_pie_+1.lua | 35 | 1376 | -----------------------------------------
-- ID: 4339
-- Item: rolanberry_pie_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Magic 60
-- Intelligence 3
-- Health Regen While Healing 1
-----------------------------------------
require("scripts/globals/status");
-----------... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Yhoator_Jungle/npcs/Etaj-Pohtaj_WW.lua | 2 | 2936 | -----------------------------------
-- Area: Yhoator Jungle
-- NPC: Etaj-Pohtaj, W.W.
-- Outpost Conquest Guards
-- !pos 200.254 -1 -80.324 124
-----------------------------------
package.loaded["scripts/zones/Yhoator_Jungle/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");
requ... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Windurst_Walls/npcs/HomePoint#2.lua | 2 | 1304 | -----------------------------------
-- Area: Windurst Walls
-- NPC: HomePoint#2
-- @pos -212 0.001 -99 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Windurst... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/status.lua | 2 | 98068 | ------------------------------------
--
-- STATUSES AND MODS
--
-- Contains variable-ized definitions of things like core enums for use in lua scripts.
------------------------------------
dsp = dsp or {}
------------------------------------
-- Zone Misc Flags
------------------------------------
dsp.zoneMisc =
{
... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/spells/aurorastorm.lua | 4 | 1132 | --------------------------------------
-- Spell: Aurorastorm
-- Changes the weather around target party member to "auroras."
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Bastok_Markets/npcs/Zacc.lua | 31 | 1547 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Zacc
-- Type: Quest NPC
-- @zone: 235
-- @pos -255.709 -13 -91.379
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
require("scripts/zones/Bastok_Markets/TextIDs");
require("scripts/globals/quests... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c60151613.lua | 1 | 4091 | --神与人之间 鹿目圆香
function c60151613.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,c60151613.mfilter,6,2)
c:EnableReviveLimit()
--pendulum summon
aux.EnablePendulumAttribute(c,false)
--
local e11=Effect.CreateEffect(c)
e11:SetCategory(CATEGORY_RECOVER+CATEGORY_ATKCHANGE)
e11:SetType(EFFECT_TYPE_CONTINUOUS+EF... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10971001.lua | 1 | 2625 | --龙通灵秘术
function c10971001.initial_effect(c)
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE)
e0:SetCode(EVENT_FREE_CHAIN)
e0:SetCost(c10971001.cost)
e0:SetTarget(c10971001.target)
e0:SetOperation(c10971001.activate)
c:RegisterEffect(e0)
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_... | gpl-3.0 |
Murloc992/TBCBackporting | Jamba/Jamba/JambaTag.lua | 1 | 23968 | --[[
Jamba - Jafula's Awesome Multi-Boxer Assistant
Copyright 2008 - 2010 Michael "Jafula" Miller
All Rights Reserved
http://wow.jafula.com/addons/jamba/
jamba at jafula dot com
]]--
-- Create the addon using AceAddon-3.0 and embed some libraries.
local AJM = LibStub( "AceAddon-3.0" ):NewAddon(
"JambaTag",
"JambaMo... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Horlais_Peak/bcnms/shattering_stars.lua | 19 | 2368 | -----------------------------------
-- Area: Horlais Peak
-- Name: Shattering stars - Maat Fight
-- @pos -509 158 -211 139
-----------------------------------
package.loaded["scripts/zones/Horlais_Peak/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/ques... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/gui_xrayhaloselect.lua | 6 | 17804 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
function widget:GetInfo()
return {
name = "XrayHaloSelections",
desc = "v0.022 XraySelections & HaloSelections (Halo on cloaked)",
au... | gpl-2.0 |
will4wachter/Project1 | scripts/globals/items/bowl_of_adoulin_soup_+1.lua | 36 | 1507 | -----------------------------------------
-- ID: 5999
-- Item: Bowl of Adoulin Soup +1
-- Food Effect: 240 Min, All Races
-----------------------------------------
-- HP % 4 Cap 45
-- Vitality 4
-- Defense % 16 Cap 75
-- HP Healing 7
-----------------------------------------
require("scripts/globals/status");
-------... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/bowl_of_adoulin_soup_+1.lua | 36 | 1507 | -----------------------------------------
-- ID: 5999
-- Item: Bowl of Adoulin Soup +1
-- Food Effect: 240 Min, All Races
-----------------------------------------
-- HP % 4 Cap 45
-- Vitality 4
-- Defense % 16 Cap 75
-- HP Healing 7
-----------------------------------------
require("scripts/globals/status");
-------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Windurst_Waters_[S]/npcs/Yasmina.lua | 36 | 1058 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Yasmina
-- Type: Chocobo Renter
-- @zone: 94
-- @pos -34.972 -5.815 221.845
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Bastok_Mines/npcs/Tami.lua | 36 | 2714 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Tami
-- Starts & Finishes Repeatable Quest: Groceries
-- Note: Repeatable until proper completion
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scrip... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c23300041.lua | 1 | 2608 | --怪异迷牛 八九寺真宵
function c23300041.initial_effect(c)
--Set
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_MONSTER_SSET)
e1:SetValue(TYPE_SPELL)
c:RegisterEffect(e1)
--sset
local e2=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_REMOVE)
e2:SetProperty(EFFE... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Beadeaux_[S]/Zone.lua | 8 | 1278 | -----------------------------------
--
-- Zone: Beadeaux_[S] (92)
--
-----------------------------------
package.loaded["scripts/zones/Beadeaux_[S]/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Beadeaux_[S]/TextIDs");
-----------------------------------
-- onInitialize
-----... | gpl-3.0 |
kidaa/darkstar | scripts/zones/PsoXja/npcs/_095.lua | 8 | 1608 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _095 (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos -330.000 14.074 -261.600 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Pso... | gpl-3.0 |
lhog/Zero-K | LuaRules/Configs/StartBoxes/Gods Of War 2 Remake V2.lua | 17 | 1126 | return {
[0] = {
nameLong = "South-West",
nameShort = "W",
startpoints = {
{824,6344},
},
boxes = {
{
{0,5519},
{1649,5519},
{1649,7168},
{0,7168},
},
},
},
[1] = {
nameLong = "North-East",
nameShort = "NE",
startpoints = {
{6344,824},
},
boxes = {
{
{5519,0},... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Giddeus/npcs/Quu_Bokye.lua | 19 | 1876 | -----------------------------------
-- Area: Giddeus
-- NPC: Quu Bokye
-- Involved in Quest: Dark Legacy
-- @pos -159 16 181 145
-----------------------------------
package.loaded["scripts/zones/Giddeus/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Giddeus/TextIDs");
-------------------... | gpl-3.0 |
Murloc992/TBCBackporting | Jamba/Jamba/Libs/AceGUI-3.0/widgets/AceGUIWidget-BlizOptionsGroup.lua | 1 | 3778 | local AceGUI = LibStub("AceGUI-3.0")
-------------
-- Widgets --
-------------
--[[
Widgets must provide the following functions
Acquire() - Called when the object is aquired, should set everything to a default hidden state
Release() - Called when the object is Released, should remove any anchors and hide the Wi... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Chamber_of_Oracles/npcs/Pedestal_of_Fire.lua | 2 | 2133 | -----------------------------------
-- Area: Chamber of Oracles
-- NPC: Pedestal of Fire
-- Involved in Zilart Mission 7
-- !pos 199 -2 36 168
-------------------------------------
package.loaded["scripts/zones/Chamber_of_Oracles/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/titles");... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/items/plate_of_ikra_gunkan_+1.lua | 35 | 1733 | -----------------------------------------
-- ID: 5220
-- Item: plate_of_ikra_gunkan_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 30
-- Magic 12
-- Dexterity 3
-- Mind -1
-- Accuracy % 17
-- Accuracy Cap 30
-- Ranged ACC % 17
-- Ranged ACC Cap 30
------------------... | gpl-3.0 |
elihugarret/Moonlet | gen.lua | 1 | 2587 | --Generators
--Elihu Garrett (2015)
local proAudio = require "proAudioRt"
local Gen = {}
if not proAudio.create() then os.exit() end
function Gen.play(tono,sample, pitch, duration, volumeL, volumeR,dis)
if type(pitch) == "number" then pitch = pitch
else pitch = pitch:byte(1,-1)
end
local scale = 2^(pitch/... | gpl-2.0 |
will4wachter/Project1 | scripts/zones/Windurst_Woods/npcs/Abby_Jalunshi.lua | 38 | 1042 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Abby Jalunshi
-- Type: Moghouse Renter
-- @zone: 241
-- @pos -101.895 -5 36.172
--
-- Auto-Script: Requires Verification (Verfied By Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-------... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/fuscina.lua | 16 | 1054 | -----------------------------------------
-- ID: 18104
-- Item: Fuscina
-- Additional Effect: Lightning Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Port_San_dOria/npcs/Deguerendars.lua | 36 | 2054 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Deguerendars
-- Only sells when San d'Oria contrls Tavnazian Archipelago
-- Only available to those with CoP Ch. 4.1 or higher
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/mobskills/PL_Rock_Smash.lua | 13 | 1175 | ---------------------------------------------
-- Rock Smash
--
-- Description: Damages a single target. Additional effect: Petrification
-- Type: Physical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
-- Notes:
---------------------------------------------
require("scripts/globals/settings");
require("sc... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/bowl_of_mog_pudding.lua | 36 | 1154 | -----------------------------------------
-- ID: 6009
-- Item: Bowl of Mog Pudding
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP 7
-- Vitality 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
----... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/bowl_of_mog_pudding.lua | 36 | 1154 | -----------------------------------------
-- ID: 6009
-- Item: Bowl of Mog Pudding
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP 7
-- Vitality 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
----... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/items/cluster_of_paprika.lua | 36 | 1233 | -----------------------------------------
-- ID: 5740
-- Item: Cluster of Paprika
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality -3
-- Defense -1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/spells/holy_ii.lua | 4 | 1141 | -----------------------------------------
-- Spell: Holy II
-- Deals light damage to an enemy.
-----------------------------------------
require("scripts/globals/magic");
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Lower_Jeuno/npcs/Chululu.lua | 2 | 5626 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Chululu
-- Starts and Finishes Quest: 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... | gpl-3.0 |
Porta-Monkey/darkrpmodification-master | lua/darkrp_customthings/demotegroups.lua | 1 | 1234 | /*---------------------------------------------------------------------------
Demote groups
---------------------------------------------------------------------------
When a chief of police gets demoted you don't want them to be banned from becoming civil protection officer as well.
That is what demote groups are for.... | mit |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c18743207.lua | 1 | 1386 | --V2高达
function c18743207.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(63060238,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRI... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Cape_Teriggan/npcs/relic.lua | 38 | 1841 | -----------------------------------
-- Area: Cape Terrigan
-- NPC: <this space intentionally left blank>
-- @pos 73 4 -174 113
-----------------------------------
package.loaded["scripts/zones/Cape_Teriggan/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Cape_Teriggan/TextIDs");
---------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Western_Altepa_Desert/npcs/_3h0.lua | 17 | 1175 | -----------------------------------
-- Area: Western Altepa Desert
-- NPC: _3h0 (Altepa Gate)
-- @pos -19 12 131 125
-----------------------------------
package.loaded["scripts/zones/Western_Altepa_Desert/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Western_Altepa_Desert/TextIDs... | gpl-3.0 |
lhog/Zero-K | units/platespider.lua | 4 | 3272 | return { platespider = {
unitname = [[platespider]],
name = [[Spider Plate]],
description = [[Parallel Unit Production]],
acceleration = 0,
brakeRate = 0,
buildCostMetal = Shared.FACTORY_PLATE... | gpl-2.0 |
lhog/Zero-K | LuaRules/Gadgets/unit_icongenerator.lua | 6 | 34550 | -- $Id: unit_icongenerator.lua 3909 2009-02-05 22:49:55Z jk $
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
-- file: unit_icongenerator.lua
-- brief:
-- author: jK
--
-- Copyright (C) 2007.
-- ... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/PsoXja/npcs/_095.lua | 17 | 1614 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _095 (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos -330.000 14.074 -261.600 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Pso... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/weaponskills/upheaval.lua | 2 | 1579 | -----------------------------------
-- Upheaval
-- Great Axe weapon skill
-- Skill Level: 357
-- Delivers a four-hit attack. Damage varies with TP.
-- In order to obtain Upheaval, the quest Martial Mastery must be completed.
-- Aligned with Flame Gorget, Light Gorget & Shadow Gorget.
-- Aligned with Flame Belt, Light B... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/abilities/elemental_siphon.lua | 7 | 2798 | -----------------------------------
-- Ability: Elemental Siphon
-- Drains MP from your summoned spirit.
-- Obtained: Summoner level 50
-- Recast Time: 5:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Bastok_Markets/npcs/Ellard.lua | 2 | 2332 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Ellard
-- Type: Guildworker's Union Representative
-- !pos -214.355 -7.814 -63.809 235
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyit... | gpl-3.0 |
kidaa/darkstar | scripts/zones/QuBia_Arena/mobs/Archlich_Taber_quoan.lua | 27 | 4133 | -----------------------------------
-- Area: Qu'Bia Arena
-- NM: Archlich Taber'quoan
-- Mission 5-1 BCNM Fight
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn(mob)
e... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c37564002.lua | 1 | 1892 | --炽热元素·玛古姆
local m=37564002
local cm=_G["c"..m]
xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end)
cm.Senya_name_with_elem=true
function cm.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,4,3,nil,nil,63)
c:EnableReviveLimit()
--不会被效果破坏
local e1=Effec... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Windurst_Waters/npcs/Yuli_Yaam.lua | 2 | 1388 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Yuli Yaam
-- Involved In Quest: Wondering Minstrel
-- !pos -61 -4 23 238
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Windurst_Waters/Tex... | gpl-3.0 |
kidaa/darkstar | scripts/globals/mobskills/Vorpal_Wheel.lua | 25 | 1069 | ---------------------------------------------
-- Vorpal Wheel
--
-- Description: Throws a slicing wheel at a single target.
-- Type: Physical
-- Utsusemi/Blink absorb: No
-- Range: Unknown
-- Notes: Only used by Gulool Ja Ja, and will use it as a counterattack to any spells cast on him. Damage increases as... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/serving_of_medicinal_quus.lua | 35 | 1403 | -----------------------------------------
-- ID: 4294
-- Item: serving_of_medicinal_quus
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Dexterity 1
-- Mind -1
-- Ranged ACC % 7
-- Ranged ACC Cap 15
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10113098.lua | 1 | 2480 | --糖果小魔女
function c10113098.initial_effect(c)
c:SetSPSummonOnce(10113098)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsRace,RACE_SPELLCASTER),2,false)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Lower_Jeuno/npcs/Vola.lua | 17 | 3168 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Vola
-- Starts and Finishes Quest: Fistful of Fury
-- Involved in Quests: Beat Around the Bushin (before the quest)
-- @zone 245
-- @pos 43 3 -45
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
pack... | gpl-3.0 |
kidaa/darkstar | scripts/globals/spells/bluemagic/occultation.lua | 10 | 1608 | -----------------------------------------
-- Spell: Occultation
-- Creates shadow images that each absorb a single attack directed at you
-- Spell cost: 138 MP
-- Monster Type: Seethers
-- Spell Type: Magical (Wind)
-- Blue Magic Points: 3
-- Stat Bonus: VIT+3 CHR-2
-- Level: 88
-- Casting Time: 2 seconds
-- Recast Ti... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Lebros_Cavern/IDs.lua | 67 | 1719 | Lebros = {
text = {
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6376, -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6379, -- Obtained: <item>
GIL_OBTAINED = 6380, -- Obtained <number> gil
KEYITEM_OBTAINED = 6382, -- Obtained... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Tavnazian_Safehold/npcs/Quelveuiat.lua | 34 | 2668 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Quelveuiat
-- Standard Info NPC
-- @pos -3.177 -22.750 -25.970 26
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c8209702.lua | 1 | 4598 | --爆裂元素
function c8209702.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,4,2)
c:EnableReviveLimit()
--atk
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(8209702,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAM... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Norg/npcs/Oruga.lua | 34 | 3022 | -----------------------------------
-- Area: Norg
-- NPC: Oruga
-- Standard Info NPC
-----------------------------------
require("scripts/globals/pathfind");
local path = {
-0.016294, -1.251156, -30.703135,
1.135162, -1.295192, -30.737705,
2.267773, -1.620833, -30.756174,
3.344393, -1.879029, -30.778761,
... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.