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/Mine_Shaft_2716/npcs/_0d0.lua
17
1997
----------------------------------- -- Area: Mine_Shaft_2716 -- NPC: Shaft entrance ----------------------------------- package.loaded["scripts/zones/Mine_Shaft_2716/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/quests"); require("scripts/globa...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Temenos/bcnms/Central_Temenos_3rd_Floor.lua
19
1076
----------------------------------- -- Area: Temenos -- Name: ----------------------------------- -- After registering the BCNM via bcnmRegister(bcnmid) function onBcnmRegister(player,instance) SetServerVariable("[C_Temenos_3rd]UniqueID",GenerateLimbusKey()); HideArmouryCrates(GetInstanceRegion(1305),TEMENOS); ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Port_Jeuno/npcs/_6u8.lua
2
1123
----------------------------------- -- Area: Port Jeuno -- NPC: Door: Departures Exit (for Kahzam) -- @zone 246 -- !pos -12 8 54 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/global...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c33700023.lua
1
1341
--琪比摩斯 function c33700023.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_BEAST),2,2,c33700023.ovfilter,aux.Stringid(33700023,0)) c:EnableReviveLimit() --chain attack local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(33700023,1)) e1:SetType(EFFECT_TYPE_SI...
gpl-3.0
kidaa/darkstar
scripts/globals/weaponskills/skullbreaker.lua
30
1486
----------------------------------- -- Skullbreaker -- Club weapon skill -- Skill level: 150 -- Lowers enemy's INT. Chance of lowering INT varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Snow Gorget & Aqua Gorget. -- Aligned with the Snow Belt & Aqua Belt. -- Element: None -- Modifiers: ST...
gpl-3.0
kidaa/darkstar
scripts/zones/Cloister_of_Gales/mobs/Ogmios.lua
12
1272
----------------------------------- -- Area: Cloister of Gales -- NPC: Ogmios -- Involved in Quest: Carbuncle Debacle ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); ----------------------------------- -- OnMobSpawn Action --------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/La_Theine_Plateau/TextIDs.lua
2
2566
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6381; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6387; -- Obtained: <item>. GIL_OBTAINED = 6388; -- Obtained <number> gil. KEYITEM_OBTAINED...
gpl-3.0
davidedmonds/darkstar
scripts/globals/spells/poisonga_iii.lua
18
1103
----------------------------------------- -- Spell: Poisonga III ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,targe...
gpl-3.0
asasasasasasas11/uzzbot
plugins/danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
bamdad1381/TeleSeed
plugins/Danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
elyasgalikeshi/renjer-bot
plugins/danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
will4wachter/Project1
scripts/globals/spells/sneak.lua
6
1175
----------------------------------------- -- Spell: Sneak -- Lessens chance of being detected by sound -- Duration is random number between 30 seconds and 5 minutes ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ------------------------------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/La_Theine_Plateau/npcs/Augevinne.lua
17
1569
----------------------------------- -- Area: La Theine Plateau -- NPC: Augevinne -- Involved in Mission: The Rescue Drill -- @pos -361 39 266 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/m...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Windurst_Walls/npcs/Tsuaora-Tsuora.lua
38
1043
----------------------------------- -- Area: Windurst Walls -- NPC: Tsuaora-Tsuora -- Type: Standard NPC -- @zone: 239 -- @pos 71.489 -3.418 -67.809 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ------...
gpl-3.0
lhog/Zero-K
LuaRules/Gadgets/unit_nanoframe_death.lua
6
4602
function gadget:GetInfo() return { name = "Nano Frame Death Handeling", desc = "Makes nanoframes explode if above X% completion and makes dying nanoframes leave wrecks.", author = "Google Frog", date = "Mar 29, 2009", license = "GNU GPL, v2 or later", layer = -10, enabled = true } end...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Foret_de_Hennetiel/Zone.lua
34
1255
----------------------------------- -- -- Zone: Foret de Hennetiel -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Foret_de_Hennetiel/TextIDs"] = nil; require("scripts/zones/Foret_de_Hennetiel/TextIDs"); ----------------------------------- -- onI...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/red_curry_bun_+1.lua
2
1898
----------------------------------------- -- ID: 5765 -- Item: red_curry_bun_+1 -- Food Effect: 60 Min, All Races ----------------------------------------- -- TODO: Group effects -- Health 35 -- Strength 7 -- Agility 3 -- Attack % 25 (cap 150) -- Ranged Atk % 25 (cap 150) -- Demon Killer 6 -- Resist Sleep +5 -- HP reco...
gpl-3.0
lhog/Zero-K
LuaRules/Configs/StartBoxes/TheHunters-v3.lua
17
1313
return { [0] = { startpoints = { {860,451}, }, boxes = { { {819,410}, {901,410}, {901,492}, {819,492}, }, }, }, [1] = { startpoints = { {7496,7578}, }, boxes = { { {7455,7537}, {7537,7537}, {7537,7619}, {7455,7619}, }, }, }, [2] = { startpoints = ...
gpl-2.0
kidaa/darkstar
scripts/zones/Qufim_Island/npcs/Trodden_Snow.lua
13
4765
----------------------------------- -- Area: Qufim Island -- NPC: Trodden Snow -- Mission: ASA - THAT_WHICH_CURDLES_BLOOD -- Mission: ASA - SUGAR_COATED_DIRECTIVE -- @zone 126 -- @pos -19 -17 104 ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ----------------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Walls/npcs/Moan-Maon.lua
38
1408
----------------------------------- -- Area: Windurst Walls -- NPC: Moan-Maon -- Type: Standard NPC -- @pos 88.244 -6.32 148.912 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scr...
gpl-3.0
kidaa/darkstar
scripts/zones/Windurst_Walls/npcs/Moan-Maon.lua
38
1408
----------------------------------- -- Area: Windurst Walls -- NPC: Moan-Maon -- Type: Standard NPC -- @pos 88.244 -6.32 148.912 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scr...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Batallia_Downs/npcs/Cavernous_Maw.lua
16
2992
----------------------------------- -- Area: Batallia Downs -- NPC: Cavernous Maw -- @pos -48 0.1 435 105 -- Teleports Players to Batallia Downs [S] ----------------------------------- package.loaded["scripts/zones/Batallia_Downs/TextIDs"] = nil; ----------------------------------- require("scripts/globals/s...
gpl-3.0
will4wachter/Project1
scripts/zones/Heavens_Tower/npcs/Rakano-Marukano.lua
21
2031
----------------------------------- -- Area: Heavens Tower -- NPC: Rakano-Marukano -- Type: Immigration NPC -- @pos 6.174 -1 32.285 242 ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); -----------...
gpl-3.0
sandalle/minecraft_bigreactor_control
lolmer_bigreactor_startup.lua
1
1700
--[[ Programmer: Lolmer Last update: 2014-02-28 Pastebin: http://pastebin.com/ZTMzRLez GitHub: https://github.com/sandalle/minecraft_bigreactor_control Description: This program controls a Big Reactors nuclear reactor in Minecraft with a Computercraft computer, using Computercraft's own wired modem connected t...
mit
will4wachter/Project1
scripts/zones/Gusgen_Mines/Zone.lua
2
1323
----------------------------------- -- -- Zone: Gusgen_Mines (196) -- ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ---------------------------------- require("scripts/globals/settings"); require("scripts/zones/Gusgen_Mines/TextIDs"); ----------------------...
gpl-3.0
lhog/Zero-K
effects/gaatgun.lua
25
1354
-- hltradiate0 -- hltradiate return { ["hltradiate0"] = { pollute = { air = true, class = [[CSimpleParticleSystem]], count = 1, ground = true, water = true, properties = { airdrag = 0.5, ...
gpl-2.0
davidedmonds/darkstar
scripts/globals/spells/dokumori_ichi.lua
18
1202
----------------------------------------- -- Spell: Dokumori: Ichi ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,targ...
gpl-3.0
kidaa/darkstar
scripts/zones/Pashhow_Marshlands/npcs/Cavernous_Maw.lua
29
1512
----------------------------------- -- Area: Pashhow Marshlands -- NPC: Cavernous Maw -- @pos 418 25 27 109 -- Teleports Players to Pashhow Marshlands [S] ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Temple_of_Uggalepih/npcs/Old_Casket.lua
2
1108
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Old casket -- Obtaining 'Paintbrush of Souls' -- !pos 61 0 17 159 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); requ...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18706018.lua
1
4684
--魔人少女 莎姆&莎瑪 function c18706018.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0xabb),1) c:EnableReviveLimit() --remove --local e1=Effect.CreateEffect(c) --e1:SetDescription(aux.Stringid(52687916,0)) --e1:SetCategory(CATEGORY_REMOVE) --e1:SetType(EFFECT_TYPE_SINGLE+...
gpl-3.0
waterlgndx/darkstar
scripts/globals/mobskills/ill_wind.lua
2
1421
--------------------------------------------- -- Ill Wind -- Description: Deals Wind damage to enemies within an area of effect. Additional effect: Dispel -- Type: Magical -- Utsusemi/Blink absorb: Wipes Shadows -- Range: Unknown radial -- Notes: Only used by Puks in Mamook, Besieged, and the following Notorious ...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114005066.lua
1
2043
--★立ち上がる聖女 はまじ function c114005066.initial_effect(c) --defup local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DEFCHANGE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_BATTLE_CONFIRM) e1:SetCondition(c114005066.defcon) e1:SetOperation(c114005066.defop) c:RegisterEffect(e1) --destr...
gpl-3.0
kidaa/darkstar
scripts/globals/items/cup_of_chai_+1.lua
35
1214
----------------------------------------- -- ID: 5594 -- Item: cup_of_chai_+1 -- Food Effect: 240Min, All Races ----------------------------------------- -- Vitality -3 -- Charisma 3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- O...
gpl-3.0
nmreis/lua-cjson
tests/bench.lua
145
3247
#!/usr/bin/env lua -- This benchmark script measures wall clock time and should be -- run on an unloaded system. -- -- Your Mileage May Vary. -- -- Mark Pulford <mark@kyne.com.au> local json_module = os.getenv("JSON_MODULE") or "cjson" require "socket" local json = require(json_module) local util = require "cjson.ut...
mit
will4wachter/Project1
scripts/zones/Port_Bastok/npcs/Tilian.lua
38
1380
----------------------------------- -- Area: Port Bastok -- NPC: Tilian -- Type: Quest NPC -- @pos -118.460 4.999 -68.090 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones...
gpl-3.0
kidaa/darkstar
scripts/globals/mobskills/Tail_Crush.lua
25
1026
--------------------------------------------- -- Tail Crush -- -- Description: Smashes a single target with its tail. Additional effect: Poison -- Type: Physical -- Utsusemi/Blink absorb: 1 shadow -- Range: Melee -- Notes: --------------------------------------------- require("scripts/globals/settings");...
gpl-3.0
will4wachter/Project1
scripts/globals/items/mushroom_salad.lua
39
1426
----------------------------------------- -- ID: 5678 -- Item: Mushroom Salad -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- MP 14% Cap 85 -- Agility 6 -- Mind 6 -- Strength -5 -- Vitality -5 ----------------------------------------- require("scripts/globals/status"); ------------------...
gpl-3.0
Leushenko/blue-moon
tests/code.lua
9
4188
if T==nil then (Message or print)('\a\n >>> testC not active: skipping opcode tests <<<\n\a') return end print "testing code generation and optimizations" -- this code gave an error for the code checker do local function f (a) for k,v,w in a do end end end function check (f, ...) local arg = {...} loc...
mit
will4wachter/Project1
scripts/globals/items/goldsmiths_belt.lua
5
1216
----------------------------------------- -- ID: 15446 -- Item: Goldsmith's Belt -- Enchantment: Synthesis image support -- 2Min, All Races ----------------------------------------- -- Enchantment: Synthesis image support -- Duration: 2Min -- Goldsmithing Skill +1 ----------------------------------------- r...
gpl-3.0
iGhibli/FlyingGame
FlyingGame/src/cocos/extension/DeprecatedExtensionEnum.lua
40
1369
_G.kCCControlStepperPartMinus = cc.CONTROL_STEPPER_PART_MINUS _G.kCCControlStepperPartPlus = cc.CONTROL_STEPPER_PART_PLUS _G.kCCControlStepperPartNone = cc.CONTROL_STEPPER_PART_NONE _G.CCControlEventTouchDown = cc.CONTROL_EVENTTYPE_TOUCH_DOWN _G.CCControlEventTouchDragInside = cc.CONTROL_...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c21520189.lua
1
8536
--艺形魔-纸死神 function c21520189.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local pe1=Effect.CreateEffect(c) pe1:SetType(EFFECT_TYPE_FIELD) pe1:SetRange(LOCATION_PZONE) pe1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) pe1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EF...
gpl-3.0
will4wachter/Project1
scripts/zones/Bastok_Mines/npcs/Sodragamm.lua
38
1086
----------------------------------- -- Area: Bastok Mines -- NPC: Sodragamm -- Type: Item Deliverer -- @zone: 234 -- @pos -24.741 -1 -64.944 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; require("scrip...
gpl-3.0
DarkWanderer/LuaParser
DW.Lua.UnitTests/Code/Fixtures/db.lua
4
21816
-- $Id: db.lua,v 1.79 2016/11/07 13:02:34 roberto Exp $ -- See Copyright Notice in file all.lua -- testing debug library local debug = require "debug" local function dostring(s) return assert(load(s))() end print"testing debug library and debug information" do local a=1 end assert(not debug.gethook()) local test...
mit
davidedmonds/darkstar
scripts/zones/Xarcabard/npcs/Tememe_WW.lua
30
3041
----------------------------------- -- Area: Xarcabard -- NPC: Tememe, W.W. -- Type: Border Conquest Guards -- @pos -133.678 -22.517 112.224 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); require...
gpl-3.0
unknowntg/unknowntg
plugins/inrealm.lua
3
25139
-- data saved to moderation.json -- check moderation plugin do local function create_group(msg) -- superuser and admins only (because sudo are always has privilege) if is_sudo(msg) or is_realm(msg) and is_admin(msg) then local group_creator = msg.from.print_name create_g...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Raustigne.lua
16
1506
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Raustigne -- @zone 80 -- @pos 4 -2 44 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); ...
gpl-3.0
kidaa/darkstar
scripts/zones/Palborough_Mines/npcs/_3z9.lua
19
1592
----------------------------------- -- Area: Palborough Mines -- NPC: Refiner Lever -- Involved In Mission: Journey Abroad -- @zone 143 -- @pos 180 -32 167 ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
will4wachter/Project1
scripts/globals/weaponskills/ascetics_fury.lua
4
4422
----------------------------------- -- Ascetics Fury -- Hand-to-Hand weapon skill -- Skill Level: N/A -- Chance of params.critical hit varies with TP. Glanzfaust: Aftermath effect varies with TP. -- Available only after completing the Unlocking a Myth (Monk) quest. -- Aligned with the Flame Gorget & Light G...
gpl-3.0
kidaa/darkstar
scripts/zones/Metalworks/npcs/Udine_AMAN.lua
32
1364
----------------------------------- -- Area: Metalworks -- NPC: Udine A.M.A.N -- Type: Mentor Recruiter ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Metalworks/TextIDs"); ----------------------------...
gpl-3.0
will4wachter/Project1
scripts/globals/pets.lua
37
36137
----------------------------------- -- -- PETS ID -- ----------------------------------- ----------------------------------- -- PETTYPE ----------------------------------- PETTYPE_AVATAR = 0; PETTYPE_WYVERN = 1; PETTYPE_JUGPET = 2; PETTYPE_CHARMED_MOB = 3; PETTYPE...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c14141002.lua
1
2617
--花舞少女·夜弥 local m=14141002 local cm=_G["c"..m] if not pcall(function() require("expansions/script/c14141006") end) then require("script/c14141006") end cm.named_with_hana=true function cm.initial_effect(c) scorp.hana_common_effect(c) local e3=Effect.CreateEffect(c) e3:SetDescription(aux.Stringid(m,0)) e3:SetCategor...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Boneyard_Gully/npcs/_081.lua
17
1429
----------------------------------- -- Area: Boneyard_Gully -- NPC: _081 (Dark Miasma) ----------------------------------- package.loaded["scripts/zones/Boneyard_Gully/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/quests"); require("scripts/glo...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Bastok_Markets/npcs/Shamarhaan.lua
38
1856
----------------------------------- -- Area: Bastok Markets -- NPC: Shamarhaan -- Type: Quest Starter -- Involved in quest: No Strings Attached -- @zone: 235 -- @pos -285.382 -13.021 -84.743 -- -- Auto-Script: Requires Verification. Verified standard dialog - thrydwolf 12/8/2011 --------------------------------...
gpl-3.0
kidaa/darkstar
scripts/zones/The_Garden_of_RuHmet/mobs/Aw_aern.lua
13
3177
----------------------------------- -- Area: The Garden of Ru'Hmet -- NPC: Aw_aern PH (Ix'Aern DRK and DRG) ----------------------------------- package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Garden_of_RuHmet/TextIDs"); require("scri...
gpl-3.0
davidedmonds/darkstar
scripts/globals/abilities/wild_flourish.lua
28
2168
----------------------------------- -- Ability: Wild Flourish -- Readies target for a skillchain. Requires at least two Finishing Moves. -- Obtained: Dancer Level 60 -- Finishing Moves Used: 2 -- Recast Time: 0:30 -- Duration: 0:05 ----------------------------------- require("scripts/globals/settings"); requ...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c1000208.lua
1
4154
--虹纹骑士-红炎 function c1000208.initial_effect(c) --① local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(1000069,5)) e1:SetCategory(CATEGORY_REMOVE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCount...
gpl-3.0
failcoder/SVUI_-Core
_options/libs/AceGUI-3.0-SharedMediaWidgets/Libs/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua
1
19796
--[[----------------------------------------------------------------------------- TreeGroup Container Container that uses a tree control to switch between groups. -------------------------------------------------------------------------------]] local Type, Version = "TreeGroup", 34 local AceGUI = LibStub and LibStub("A...
mit
MonokuroInzanaito/ygopro-777DIY
expansions/script/c33700126.lua
1
1421
--霓火匹夫 function c33700126.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(c33700126.spcon) c:RegisterEffect(e1) ---damage local e2=Effect.CreateE...
gpl-3.0
kidaa/darkstar
scripts/globals/weaponskills/raging_fists.lua
30
1402
----------------------------------- -- Raging Fists -- Hand-to-Hand weapon skill -- Skill Level: 125 -- Delivers a fivefold 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% ; DEX:30% -- ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Port_Bastok/npcs/Argus.lua
2
3215
----------------------------------- -- Area: Port Bastok -- NPC: Argus -- Type: Mission Giver -- !pos 132.157 7.496 -2.187 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals...
gpl-3.0
will4wachter/Project1
scripts/zones/Waughroon_Shrine/bcnms/operation_desert_swarm.lua
6
1778
----------------------------------- -- Area: Waughroon_Shrine -- Name: Operation desert swarm ----------------------------------- package.loaded["scripts/zones/Waughroon_Shrine/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/quests"); require("scripts/zo...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Walls/npcs/Naih_Arihmepp.lua
38
1415
----------------------------------- -- Area: Windurst Walls -- NPC: Naih Arihmepp -- Type: Standard NPC -- @pos -64.578 -13.465 202.147 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); requi...
gpl-3.0
will4wachter/Project1
scripts/zones/Beaucedine_Glacier/npcs/Luck_Rune.lua
34
1089
----------------------------------- -- Area: Beaucedine Glacier -- NPC: Luck Rune -- Involved in Quest: Mhaura Fortune -- @pos 70.736 -37.778 149.624 111 ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; ------------------------------------- require("sc...
gpl-3.0
kidaa/darkstar
scripts/zones/Beaucedine_Glacier/npcs/Luck_Rune.lua
34
1089
----------------------------------- -- Area: Beaucedine Glacier -- NPC: Luck Rune -- Involved in Quest: Mhaura Fortune -- @pos 70.736 -37.778 149.624 111 ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; ------------------------------------- require("sc...
gpl-3.0
davidedmonds/darkstar
scripts/zones/RuLude_Gardens/npcs/Dugga.lua
34
1074
---------------------------------- -- Area: Ru'Lude Gardens -- NPC: Dugga -- Type: Item Deliverer -- @zone: 243 -- @pos -55.429 5.999 1.27 -- ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; require("scripts/zones/RuLude_Gardens/TextIDs"); ------------...
gpl-3.0
will4wachter/Project1
scripts/zones/RuLude_Gardens/npcs/Dugga.lua
34
1074
---------------------------------- -- Area: Ru'Lude Gardens -- NPC: Dugga -- Type: Item Deliverer -- @zone: 243 -- @pos -55.429 5.999 1.27 -- ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; require("scripts/zones/RuLude_Gardens/TextIDs"); ------------...
gpl-3.0
bitladen/ustl-windows
prj/premake4.lua
1
12578
newoption { trigger = "without-shared", description = "Builds the shared library if supported by the OS" } newoption { trigger = "with-static", description = "Builds the static library" } newoption { trigger = "with-debug", description = "Compile for debugging" } newoption { trigg...
mit
will4wachter/Project1
scripts/zones/Lower_Jeuno/npcs/_l08.lua
36
1561
----------------------------------- -- Area: Lower Jeuno -- NPC: Streetlamp -- Involved in Quests: Community Service -- @zone 245 -- @pos -32.897 0 -28.521 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/glob...
gpl-3.0
kidaa/darkstar
scripts/commands/zone.lua
24
13672
--------------------------------------------------------------------------------------------------- -- func: zone -- desc: Teleports a player to the given zone. --------------------------------------------------------------------------------------------------- cmdprops = { permission = 1, parameters = ...
gpl-3.0
lhog/Zero-K
scripts/shieldriot.lua
1
18597
include 'constants.lua' local base = piece 'base' local pelvis = piece 'pelvis' local torso = piece 'torso' local emit = piece 'emit' local fire = piece 'fire' local lleg = piece 'lleg' local rleg = piece 'rleg' local lowerlleg = piece 'lowerlleg' local lowerrleg = piece 'lowerrleg' local lfoot = piece 'lfoot' local r...
gpl-2.0
will4wachter/Project1
scripts/zones/Northern_San_dOria/npcs/_6fc.lua
21
1890
----------------------------------- -- Area: Northern San d'Oria -- NPC: Papal Chambers -- Finish Mission: The Davoi Report -- @pos 131 -11 122 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; package.loaded["scripts/globals/missions"] = nil; ---------------...
gpl-3.0
lhog/Zero-K
LuaUI/Widgets/unit_clippy.lua
6
14748
local playerID = Spring.GetMyPlayerID() local customkeys = playerID and select(10, Spring.GetPlayerInfo(playerID)) local rank = (customkeys and tonumber(customkeys.level) or 0) or select(9, Spring.GetPlayerInfo(playerID, false)) function widget:GetInfo() return { name = "Clippy Comments", desc = "v0.4 Makes units...
gpl-2.0
failcoder/SVUI_-Core
filtering/class_filters/pets.lua
1
1323
--[[ ########################################################## S V U I By: Munglunch ########################################################## LOCALIZED LUA FUNCTIONS ########################################################## GET ADDON DATA ########################################################## ]]-- local SV =...
mit
waterlgndx/darkstar
scripts/zones/Outer_Horutoto_Ruins/npcs/_5eg.lua
2
3228
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: Ancient Magical Gizmo #3 (G out of E, F, G, H, I, J) -- Involved In Mission: The Heart of the Matter ----------------------------------- package.loaded["scripts/zones/Outer_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- req...
gpl-3.0
davidedmonds/darkstar
scripts/globals/items/truelove_chocolate.lua
35
1232
----------------------------------------- -- ID: 5231 -- Item: truelove_chocolate -- Food Effect: 4Hrs, All Races ----------------------------------------- -- MP 10 -- MP Recovered While Healing 4 ----------------------------------------- require("scripts/globals/status"); ---------------------------------...
gpl-3.0
kidaa/darkstar
scripts/globals/items/truelove_chocolate.lua
35
1232
----------------------------------------- -- ID: 5231 -- Item: truelove_chocolate -- Food Effect: 4Hrs, All Races ----------------------------------------- -- MP 10 -- MP Recovered While Healing 4 ----------------------------------------- require("scripts/globals/status"); ---------------------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Northern_San_dOria/npcs/Jeanvirgaud.lua
18
1838
----------------------------------- -- Area: Northern San d'Oria -- NPC: Jeanvirgaud -- Outpost Teleporter NPC -- @pos 45.559 -0.199 26.300 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest");...
gpl-3.0
sdtorresl/my_home_rasp
lib/rapidjson/build/premake4.lua
5
3441
function setTargetObjDir(outDir) for _, cfg in ipairs(configurations()) do for _, plat in ipairs(platforms()) do local action = _ACTION or "" local prj = project() --"_debug_win32_vs2008" local suffix = "_" .. cfg .. "_" .. plat .. "_" .. action targetPath = outDir suffi...
gpl-2.0
kidaa/darkstar
scripts/zones/Castle_Oztroja/npcs/_m72.lua
17
2267
----------------------------------- -- Area: Castle Oztroja -- NPC: _m72 (Torch Stand) -- Notes: Opens door _477 when _m72 to _m75 are lit -- @pos -60 -72 -139 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c21520082.lua
1
6173
--空间感应者 function c21520082.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcFunFunRep(c,c21520082.fsfilter1,c21520082.fsfilter2,1,99,true) --spsummon condition local e0=Effect.CreateEffect(c) e0:SetType(EFFECT_TYPE_SINGLE) e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE...
gpl-3.0
kidaa/darkstar
scripts/zones/Uleguerand_Range/npcs/HomePoint#2.lua
12
1188
----------------------------------- -- Area: Uleguerand_Range -- NPC: HomePoint#2 -- @pos ----------------------------------- package.loaded["scripts/zones/Uleguerand_Range/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Uleguerand_Range/TextIDs"); require("scripts/globals/homepoint"); ...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Kazham/npcs/Lulupp.lua
17
5995
----------------------------------- -- Area: Kazham -- NPC: Lulupp -- Type: Standard NPC -- @zone: 250 -- @pos -26.567 -3.5 -3.544 ----------------------------------- package.loaded["scripts/zones/Kazham/TextIDs"] = nil; require("scripts/globals/pathfind"); local path = { -27.457125, -3.043032, -22.057966, -27.37...
gpl-3.0
antagon/coroner
src/coroner/bstr.lua
1
2904
--- Functions for byte string manipulation. -- These functions were adapted from nmap's nselib. See http://nmap.org/. -- @module coroner.bstr local bstr = {} --- Get an 8-bit integer at a 0-based byte offset in a byte string. -- @tparam string b a byte string -- @tparam integer i offset -- @return An 8-bit integer. fu...
gpl-2.0
kidaa/darkstar
scripts/zones/Ordelles_Caves/npcs/qm3.lua
19
1568
----------------------------------- -- Area: Ordelle's Caves -- NPC: ??? (qm3) -- Involved in Quest: A Squire's Test II -- @pos -139 0.1 264 193 ------------------------------------- package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil; ------------------------------------- require("scripts/globals/settings")...
gpl-3.0
kidaa/darkstar
scripts/zones/Windurst_Woods/npcs/Varun.lua
19
2170
----------------------------------- -- Area: Windurst Woods -- NPC: Varun -- Type: Standard NPC -- @zone: 241 -- @pos 7.800 -3.5 -10.064 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; require("scripts/z...
gpl-3.0
waterlgndx/darkstar
scripts/zones/West_Sarutabaruta/npcs/Slow_Axe_IM.lua
2
2946
----------------------------------- -- Area: West Sarutabaruta -- NPC: Slow Axe, I.M. -- Type: Border Conquest Guards -- !pos 399.450 -25.858 727.545 115 ----------------------------------- package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil; ----------------------------------- require("scripts/globals/con...
gpl-3.0
NewbProgrammer101/Lord-of-the-Test
mods/lottplants/functions.lua
2
34726
-- TREE FUNCTIONS local function check_add_node(pos, name) local nn = minetest.get_node(pos).name if nn == "air" or minetest.get_item_group(nn, "sapling") then minetest.set_node(pos, name) end end -- Alders function lottplants_aldertree(pos) local t = 6 + math.random(2) -- trunk height for j = -2...
lgpl-2.1
MonokuroInzanaito/ygopro-777DIY
expansions/script/c33700065.lua
1
3245
--动物朋友 PPP 金图企鹅 function c33700065.initial_effect(c) --special summon local e0=Effect.CreateEffect(c) e0:SetCategory(CATEGORY_SPECIAL_SUMMON) e0:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e0:SetCode(EVENT_TO_HAND) e0:SetCondition(c33700065.condition) e0:SetOperation(c33700065.operation) c:RegisterEffec...
gpl-3.0
will4wachter/Project1
scripts/zones/Xarcabard/npcs/Tememe_WW.lua
8
2929
----------------------------------- -- Area: Xarcabard -- NPC: Tememe, W.W. -- Type: Border Conquest Guards -- @pos -133.678 -22.517 112.224 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); require...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Vunkerl_Inlet_[S]/npcs/qm7.lua
45
2168
----------------------------------- -- Area: Vunkerl Inlet (S) (H-6) -- NPC: ??? -- Involved in Quests -- @pos -26 -31 364 ----------------------------------- package.loaded["scripts/zones/Vunkerl_Inlet_[S]/TextIDs"] = nil; package.loaded["scripts/globals/quests"] = nil; ----------------------------------- require("sc...
gpl-3.0
waterlgndx/darkstar
scripts/globals/mobskills/crystal_weapon.lua
37
1031
--------------------------------------------- -- Crystal Weapon -- -- Description: Invokes the power of a crystal to deal magical damage of a random element to a single target. -- Type: Magical -- Utsusemi/Blink absorb: Ignores shadows -- Range: Unknown -- Notes: Can be Fire, Earth, Wind, or Water element. Funct...
gpl-3.0
Murloc992/TBCBackporting
Jamba/Jamba/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
2
10360
--[[ $Id: AceGUIWidget-DropDown-Items.lua 916 2010-03-15 12:24:36Z nevcairiel $ ]]-- local AceGUI = LibStub("AceGUI-3.0") -- Lua APIs local select, assert = select, assert -- WoW APIs local PlaySound = PlaySound local CreateFrame = CreateFrame local function fixlevels(parent,...) local i = 1 local child = select(...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Bastok_Markets/npcs/Ciqala.lua
2
1140
----------------------------------- -- Area: Bastok Markets -- NPC: Ciqala -- Type: Merchant -- !pos -283.147 -11.319 -143.680 235 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil ----------------------------------- require("scripts/zones/Bastok_Markets/TextIDs") require...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c33700015.lua
1
2714
--狡猾的献祭 function c33700015.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c33700015.target) e1:SetOperation(c33700015.operation) c:RegisterEffect(e1) ...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Phomiuna_Aqueducts/npcs/qm1.lua
34
1033
----------------------------------- -- Area: Phomiuna Aqueducts -- NPC: qm1 (???) -- Notes: Opens east door @ F-7 -- @pos -44.550 -24.601 106.495 27 ----------------------------------- ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,tra...
gpl-3.0
will4wachter/Project1
scripts/zones/Northern_San_dOria/npcs/Mevreauche.lua
12
2010
----------------------------------- -- Area: Northern San d'Oria -- NPC: Mevreauche -- Type: Smithing Guild Master -- @pos -193.584 10 148.655 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- package.loaded["scripts/globals/cr...
gpl-3.0
kidaa/darkstar
scripts/zones/Pashhow_Marshlands/npcs/Mesachedeau_RK.lua
30
3070
----------------------------------- -- Area: Pashhow Marshlands -- NPC: Mesachedeau, R.K. -- Type: Outpost Conquest Guards -- @pos 470.843 23.465 415.520 109 ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil; ----------------------------------- require("scripts/globa...
gpl-3.0
will4wachter/Project1
scripts/zones/Selbina/npcs/Melyon.lua
17
3574
----------------------------------- -- Area: Selbina -- NPC: Melyon -- Starts and Finishes Quest: Only the Best (R) -- Involved in Quest: Riding on the Clouds -- @pos 25 -6 6 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; package.loaded["scripts/globals/settings"...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Kazham/Zone.lua
2
1048
----------------------------------- -- -- Zone: Kazham (250) -- ----------------------------------- package.loaded["scripts/zones/Kazham/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Kazham/TextIDs"); ----------------------------------- function onInitialize(zone) end; function onConques...
gpl-3.0
kidaa/darkstar
scripts/zones/Korroloka_Tunnel/MobIDs.lua
65
1094
----------------------------------- -- Area: Korroloka Tunnel (173) -- Comments: -- posX, posY, posZ -- (Taken from 'mob_spawn_points' table) ----------------------------------- -- Cargo_Crab_Colin Cargo_Crab_Colin=17485980; Cargo_Crab_Colin_PH={ [17486002] = '1', -- -30.384, 1.000, -33.277 [17486095] = '1' ...
gpl-3.0