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
lhog/Zero-K
units/turretaaclose.lua
1
4028
return { turretaaclose = { unitname = [[turretaaclose]], name = [[Hacksaw]], description = [[Burst Anti-Air Turret]], buildCostMetal = 220, builder = false, buildingGroundDecalDecaySpeed = 30, buildingGrou...
gpl-2.0
Thonik/FritoMod
fritomod/Callbacks-CombatObjects.lua
1
3494
-- Provides combat events in a more object-oriented fashion --[[ Callbacks.DamageEvents(function(when, event, source, target, spell, damage) if source:Name() ~= UnitName("player") then return; end; printf("%s damaged %s with %s for %d gross", source:Name(), target:Name(), spell:Name(), damage:GrossAmount...
mit
kidaa/darkstar
scripts/zones/Port_Jeuno/npcs/Imasuke.lua
10
3143
----------------------------------- -- Area: Port Jeuno -- NPC: Imasuke -- Starts and Finishes Quest: The Antique Collector -- @zone 246 -- @pos -165 11 94 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; -----------...
gpl-3.0
LETARTARE/CodeDesigner
src/plugins/diagUml/premake.lua
1
1758
--***************************************************************************** --* Author: Michal Bližňák --* Date: 09/01/2010 --* Version: 1.00 --* --* NOTES: --* - use the '/' slash for all paths. --***************************************************************************** -- Initialize wxWigets and...
gpl-2.0
kidaa/darkstar
scripts/zones/QuBia_Arena/mobs/Trion.lua
25
1162
----------------------------------- -- Area: qubia arena -- NPC: Trion -- the heir to the light sando 9-2 ----------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/zones/QuBia_Arena/TextIDs"); function onMobInitialize(mob) mob:addMod(MOD_REGAIN, 30)...
gpl-3.0
natetrue/nodemcu-firmware
lua_examples/send_text_message.lua
75
3151
--[[ 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, distribute, sublicense, and/or sell copies...
mit
kidaa/darkstar
scripts/globals/weaponskills/iron_tempest.lua
30
1350
----------------------------------- -- Iron Tempest -- Great Axe weapon skill -- Skill Level: 40 -- Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Soil Gorget. -- Aligned with the Soil Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP 200%TP ...
gpl-3.0
mammadfucklif/mammadassassin
plugins/admin.lua
230
6382
local function set_bot_photo(msg, success, result) local receiver = get_receiver(msg) if success then local file = 'data/photos/bot.jpg' print('File downloaded to:', result) os.rename(result, file) print('File moved to:', file) set_profile_photo(file, ok_cb, false) send_large_msg(rec...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Batallia_Downs_[S]/npcs/Cavernous_Maw.lua
16
2202
----------------------------------- -- Area: Batallia Downs [S] -- NPC: Cavernous Maw -- @pos -48 0 435 84 -- Teleports Players to Batallia Downs ----------------------------------- package.loaded["scripts/zones/Batallia_Downs_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
will4wachter/Project1
scripts/globals/effects/dark_arts.lua
74
1952
----------------------------------- -- -- -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) target:recalculateAbilitiesTable(); local bonus = effect:getPower(); local helix = effect...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua
17
3196
----------------------------------- -- Area: Phomiuna Aqueducts -- NPC: Wooden Ladder -- @pos 101.9 -1.5 -101.9 -- @pos 101.948 -1.5 -18.016 -- @pos -61.888 -1.5 -18.079 -- @pos -218.109 -1.499 18.081 -- @pos -61.903 -1.5 138.099 -- @pos 21.901 -1.5 138.096 -- @pos 101.902 -1.5 181.902 -- @pos -159.32 -2.5 ...
gpl-3.0
lhog/Zero-K
gamedata/modularcomms/weapondefgen.lua
7
1084
local CopyTable = Spring.Utilities.CopyTable local weaponsList = VFS.DirList("gamedata/modularcomms/weapons", "*.lua") or {} for i = 1, #weaponsList do local name, array = VFS.Include(weaponsList[i]) local weapon = lowerkeys(array) for boost = 0, 8 do local weaponData = CopyTable(weapon, true) weaponData.siz...
gpl-2.0
kidaa/darkstar
scripts/zones/Gusgen_Mines/npcs/Degga.lua
34
1186
----------------------------------- -- Area: Gusgen Mines -- NPC: Degga -- Type: Standard Info NPC -- @pos 40 -68 -259 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globa...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Hieroglyphics.lua
17
2420
----------------------------------- -- Area: Buburimu_Peninsula -- NPC: Hieroglyphics -- Dynamis Buburimu_Dunes Enter -- @pos 117 -10 133 172 118 ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
kidaa/darkstar
scripts/globals/weaponskills/atonement.lua
12
4764
----------------------------------- -- Atonement -- TODO: This needs to be reworked, as this weapon skill does damage based on current enmity, not based on stat modifiers. http://wiki.ffxiclopedia.org/wiki/Atonement http://www.bg-wiki.com/bg/Atonement -- Sword weapon skill -- Skill Level: N/A -- Delivers a Twof...
gpl-3.0
NewbProgrammer101/Lord-of-the-Test
mods/lottclothes/elven.lua
2
2333
minetest.register_tool("lottclothes:hood_elven", { description = "Elven Hood", inventory_image = "lottclothes_inv_hood_elven.png", groups = {armor_feet=0, armor_heal=0, clothes=1, clothes_head=1}, wear = 0 }) minetest.register_tool("lottclothes:shirt_elven", { description = "Elven Shirt", inventory_image = "lott...
lgpl-2.1
waterlgndx/darkstar
scripts/globals/items/strip_of_buffalo_jerky.lua
2
1173
----------------------------------------- -- ID: 5196 -- Item: strip_of_buffalo_jerky -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength 4 -- Mind -2 -- Attack % 18 -- Attack Cap 65 ----------------------------------------- require("scripts/globals/status"); -------------------------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Boneyard_Gully/bcnms/like_the_wind.lua
17
1655
----------------------------------- -- Area: Boneyard_Gully -- Name: like_the_wind -- BCNM: 673 -- Mask: 1 ----------------------------------- package.loaded["scripts/zones/Boneyard_Gully/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/globals/keyite...
gpl-3.0
kidaa/darkstar
scripts/zones/Windurst_Waters/npcs/Dienger.lua
38
1042
----------------------------------- -- Area: Windurst Waters -- NPC: Dienger -- Type: Melody Minstrel -- @zone: 238 -- @pos -46.448 -6.312 212.384 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; -------...
gpl-3.0
kidaa/darkstar
scripts/zones/Hazhalm_Testing_Grounds/Zone.lua
28
1351
----------------------------------- -- -- Zone: Hazhalm_Testing_Grounds (78) -- ----------------------------------- package.loaded["scripts/zones/Hazhalm_Testing_Grounds/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Hazhalm_Testing_Grounds/Tex...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c29201124.lua
1
5033
--辉耀团-大海贤将 艾谱莉 function c29201124.initial_effect(c) --fusion material aux.AddFusionProcFun2(c,c29201124.mfilter1,c29201124.mfilter2,true) c:EnableReviveLimit() --special summon rule local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_SPSUMMON_PROC) e2:SetPrope...
gpl-3.0
will4wachter/Project1
scripts/zones/Bastok_Mines/npcs/Vaghron.lua
38
1396
----------------------------------- -- Area: Bastok Mines -- NPC: Vaghron -- Type: Adventurer's Assistant -- @pos -39.162 -1 -92.147 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("s...
gpl-3.0
kidaa/darkstar
scripts/zones/LaLoff_Amphitheater/bcnms/ark_angels_2.lua
13
3037
----------------------------------- -- Area: LaLoff Amphitheater -- Name: Ark Angels 2 (Tarutaru) ----------------------------------- package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil; ----------------------------------- require("scripts/zones/LaLoff_Amphitheater/TextIDs"); require("scripts/globals/mis...
gpl-3.0
martin-eden/workshop
concepts/json/load/lexer/eat_string.lua
1
1333
local escape_next_chars = { [ [[\]]] = true, ['"'] = true, ['/'] = true, ['b'] = true, ['n'] = true, ['f'] = true, ['r'] = true, ['t'] = true, } local plain_string_chars = [[^[^%c%\%"]+]] local four_hex_digs = '^%x%x%x%x' return function(s, s_pos) local start_pos, finish_pos ...
gpl-3.0
will4wachter/Project1
scripts/zones/Garlaige_Citadel/npcs/qm13.lua
34
1386
----------------------------------- -- Area: Garlaige Citadel -- NPC: qm13 (???) -- Involved in Quest: Hitting the Marquisate (THF AF3) -- @pos -194.166 -5.500 139.969 200 ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
kidaa/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Soimin-Oimin_CC.lua
38
1054
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Soimin-Oimin, C.C. -- Type: Retrace -- @zone: 94 -- @pos -51.010 -6.276 213.678 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = ...
gpl-3.0
waterlgndx/darkstar
scripts/globals/spells/blind_ii.lua
2
1980
----------------------------------------- -- Spell: Blind II -- caster:getMerit() returns a value which is equal to the number of merit points TIMES the value of each point -- Blind II value per point is '1' This is a constant set in the table 'merits' ----------------------------------------- require("scripts/globals/...
gpl-3.0
solomid99/Sp_robot
plugins/meme.lua
637
5791
local helpers = require "OAuth.helpers" local _file_memes = './data/memes.lua' local _cache = {} local function post_petition(url, arguments) local response_body = {} local request_constructor = { url = url, method = "POST", sink = ltn12.sink.table(response_body), headers = {}, red...
gpl-2.0
kidaa/darkstar
scripts/zones/LaLoff_Amphitheater/npcs/qm0_5.lua
35
1154
----------------------------------- -- Area: LaLoff_Amphitheater -- NPC: qm0 (warp player outside after they win fight) ------------------------------------- package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil; ------------------------------------- require("scripts/zones/LaLoff_Amphitheater/TextIDs"); ...
gpl-3.0
kidaa/darkstar
scripts/globals/spells/diaga.lua
5
2174
----------------------------------------- -- Spell: Diaga -- Lowers an enemy's defense and gradually deals light elemental damage. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ------------------------------...
gpl-3.0
davidedmonds/darkstar
scripts/globals/items/plate_of_sole_sushi_+1.lua
20
1529
----------------------------------------- -- ID: 5163 -- Item: plate_of_sole_sushi_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 20 -- Strength 5 -- Dexterity 6 -- Accuracy % 16 -- Ranged ACC % 16 -- Sleep Resist 5 ----------------------------------------- require...
gpl-3.0
will4wachter/Project1
scripts/zones/Cape_Teriggan/npcs/Orukeke_WW.lua
6
3015
----------------------------------- -- Area: Cape Teriggan -- NPC: Orukeke, W.W. -- Type: Border Conquest Guards -- @pos 119 0 282 113 ----------------------------------- package.loaded["scripts/zones/Cape_Teriggan/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); req...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18700332.lua
1
3148
--英灵少女 丝忒娜 function c18700332.initial_effect(c) c:EnableReviveLimit() --IGNITION local e3=Effect.CreateEffect(c) e3:SetDescription(aux.Stringid(18700332,0)) e3:SetCategory(CATEGORY_RECOVER) e3:SetType(EFFECT_TYPE_QUICK_O) e3:SetCode(EVENT_FREE_CHAIN) e3:SetRange(LOCATION_MZONE) e3:SetCountLimit(1) e3:SetCost(...
gpl-3.0
badboyam/telebot
plugins/search_youtube.lua
674
1270
do local google_config = load_from_file('data/google.lua') local function httpsRequest(url) print(url) local res,code = https.request(url) if code ~= 200 then return nil end return json:decode(res) end local function searchYoutubeVideos(text) local url = 'https://www.googleapis.com/youtube/v3/search?' u...
gpl-2.0
elyasgalikeshi/renjer-bot
plugins/search_youtube.lua
674
1270
do local google_config = load_from_file('data/google.lua') local function httpsRequest(url) print(url) local res,code = https.request(url) if code ~= 200 then return nil end return json:decode(res) end local function searchYoutubeVideos(text) local url = 'https://www.googleapis.com/youtube/v3/search?' u...
gpl-2.0
waterlgndx/darkstar
scripts/zones/PsoXja/npcs/_099.lua
2
1042
----------------------------------- -- Area: Pso'Xja -- NPC: _099 (Stone Gate) -- Notes: Spawns Gargoyle when triggered -- !pos 250.000 -1.925 -58.399 9 ----------------------------------- package.loaded["scripts/zones/PsoXja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/PsoXja/globals");...
gpl-3.0
davidedmonds/darkstar
scripts/globals/weaponskills/tachi_yukikaze.lua
30
1722
----------------------------------- -- Tachi Yukikaze -- Great Katana weapon skill -- Skill Level: 200 (Samurai only.) -- Blinds target. Damage varies with TP. -- Blind effect duration is 60 seconds when unresisted. -- Will stack with Sneak Attack. -- Tachi: Yukikaze appears to have an attack bonus of 50%. http:...
gpl-3.0
kidaa/darkstar
scripts/zones/Port_Windurst/npcs/_6o7.lua
37
1091
----------------------------------- -- Area: Port Windurst -- NPC: Door: Arrivals Entrance -- @zone 240 -- @pos 212 -6 96 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("script...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Walls/npcs/Scavnix.lua
17
1226
----------------------------------- -- Area: Windurst Walls -- NPC: Scavnix -- Standard merchant, though he acts like a guild merchant -- @pos 17.731 0.106 239.626 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require(...
gpl-3.0
kidaa/darkstar
scripts/zones/Metalworks/npcs/Franziska.lua
13
1168
----------------------------------- -- Area: Metalworks -- NPC: Franziska -- Type: Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Metalworks/TextIDs"); -------------------------------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Valkurm_Dunes/npcs/Prunilla_RK.lua
30
3052
----------------------------------- -- Area: Valkurm Dunes -- NPC: Prunilla, R.K. -- Type: Border Conquest Guards -- @pos 908.245 -1.171 -411.504 103 ----------------------------------- package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest")...
gpl-3.0
waterlgndx/darkstar
scripts/globals/effects/voidstorm.lua
2
1393
----------------------------------- -- -- -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) target:addMod(dsp.mod.STR,math.floor(effect:getPower()/2)); target:addMod(dsp.mod.DEX,math.floor(...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Nyzul_Isle/instances/path_of_darkness.lua
7
2300
----------------------------------- -- -- TOAU-42: Path of Darkness -- ----------------------------------- require("scripts/globals/instance") require("scripts/globals/keyitems"); require("scripts/zones/Nyzul_Isle/IDs"); ----------------------------------- function afterInstanceRegister(player) local instance = pl...
gpl-3.0
will4wachter/Project1
scripts/globals/abilities/pets/thunderstorm.lua
4
1307
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status"); require("/scripts/globals/monstertpmoves"); require("/scripts/globals/magic"); ----------------------------------------...
gpl-3.0
wyaocn/skynet-ejoy2d
service/launcher.lua
3
2919
local skynet = require "skynet" local string = string local services = {} local command = {} local instance = {} -- for confirm (function command.LAUNCH / command.ERROR / command.LAUNCHOK) local function handle_to_address(handle) return tonumber("0x" .. string.sub(handle , 2)) end local NORET = {} function command...
mit
kidaa/darkstar
scripts/zones/FeiYin/npcs/Underground_Pool.lua
8
2314
----------------------------------- -- Area: FeiYin -- NPC: Underground Pool -- Involved In Quest: Scattered into Shadow -- @pos 7 0 32 204 (H-8) -- @pos 7 0 247 204 (H-5) -- @pos -168 0 247 204 (F-5) ----------------------------------- package.loaded["scripts/zones/FeiYin/TextIDs"] = nil; -------------------...
gpl-3.0
davidedmonds/darkstar
scripts/globals/items/serving_of_mille_feuille.lua
36
1426
----------------------------------------- -- ID: 5559 -- Item: Serving of Mille Feuille -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +8 -- MP +15 -- Intelligence +1 -- HP Recoverd while healing 1 -- MP Recovered while healing 1 ----------------------------------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Al_Zahbi/npcs/Suldiran.lua
17
1818
----------------------------------- -- Area: Al Zahbi -- NPC: Suldiran -- Type: NPC Quest -- @zone: 48 -- @pos 41.658 -6.999 -42.528 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; require("scripts/globals/...
gpl-3.0
waterlgndx/darkstar
scripts/globals/shop.lua
5
2707
----------------------------------- -- -- Functions for Shop system -- ----------------------------------- require("scripts/globals/conquest") require("scripts/globals/settings") ----------------------------------- dsp = dsp or {} dsp.shop = { --[[ **************************************************************...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Southern_San_dOria/npcs/Coderiant.lua
36
1471
----------------------------------- -- Area: Southern San d'Oria -- NPC: Coderiant -- General Info NPC -- @zone 230 -- @pos -111 -2 33 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settin...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c23310015.lua
1
1501
--台风雨 function c23310015.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE+TIMING_EQUIP) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c23310015.target) e1:SetOper...
gpl-3.0
will4wachter/Project1
scripts/zones/Beaucedine_Glacier/npcs/Rattling_Rain_IM.lua
8
2961
----------------------------------- -- Area: Beaucedine Glacier -- NPC: Rattling Rain, I.M. -- Type: Border Conquest Guards -- @pos -227.956 -81.475 260.442 111 ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
lhog/Zero-K
LuaUI/Widgets/unit_selectionblurryhalo.lua
6
17502
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function widget:GetInfo() return { name = "Selection BlurryHalo", desc = "Shows a halo for selected, hovered ally-selected units.", a...
gpl-2.0
waterlgndx/darkstar
scripts/globals/weaponskills/blade_yu.lua
2
1649
----------------------------------- -- Blade Yu -- Katana weapon skill -- Skill Level: 290 -- Delivers a water elemental attack. Additional effect Poison. Durration varies with TP. -- Aligned with the Aqua Gorget & Soil Gorget. -- Aligned with the Aqua Belt & Soil Belt. -- Element: Water -- Modifiers: DEX:50% ; INT:50%...
gpl-3.0
waterlgndx/darkstar
scripts/zones/The_Shrouded_Maw/Zone.lua
2
1131
----------------------------------- -- -- Zone: The_Shrouded_Maw (10) -- ----------------------------------- package.loaded["scripts/zones/The_Shrouded_Maw/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/The_Shrouded_Maw/TextIDs"); -----------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Crawlers_Nest/Zone.lua
2
1323
----------------------------------- -- -- Zone: Crawlers_Nest (197) -- ----------------------------------- package.loaded["scripts/zones/Crawlers_Nest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Crawlers_Nest/TextIDs"); ------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Kazham/Zone.lua
4
1292
----------------------------------- -- -- Zone: Kazham (250) -- ----------------------------------- ----------------------------------- -- onInitialize ----------------------------------- function onInitialize(zone) end; ----------------------------------- -- onZoneIn ---------------------------------...
gpl-3.0
will4wachter/Project1
scripts/globals/items/pot_of_san_dorian_tea.lua
35
1209
----------------------------------------- -- ID: 4494 -- Item: pot_of_san_dorian_tea -- Food Effect: 180Min, All Races ----------------------------------------- -- Vitality -2 -- Charisma 2 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114000689.lua
1
1483
--★時を操(あやつ)る月の兎 ゆき function c114000689.initial_effect(c) --return to hand local e1=Effect.CreateEffect(c) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetRange(LOCATION_HAND+LOCATION_MZONE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,114000689+EF...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c11112025.lua
1
2745
--凶神夜行 function c11112025.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DECKDES) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,11112025+EFFECT_COUNT_CODE_OATH) e1:SetCondition(c11112025.condition) e1:SetCost(c11112...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Prince_Seere.lua
16
1253
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Prince Seere ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function...
gpl-3.0
will4wachter/Project1
scripts/zones/The_Sanctuary_of_ZiTah/npcs/Credaurion_RK.lua
8
3001
----------------------------------- -- Area: The Sanctuary of Zi'Tah -- NPC: Credaurion, R.K. -- Outpost Conquest Guards -- @pos -40.079 -0.642 -148.785 121 ----------------------------------- package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
will4wachter/Project1
scripts/zones/Beadeaux/npcs/Treasure_Coffer.lua
1
4038
----------------------------------- -- Area: Beadeaux -- NPC: Treasure Coffer -- @zone 147 -- @pos 215 40 69 ----------------------------------- package.loaded["scripts/zones/Beadeaux/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"...
gpl-3.0
badboyam/telebot
plugins/boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
elyasgalikeshi/renjer-bot
plugins/boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
davidedmonds/darkstar
scripts/globals/items/serving_of_bison_steak.lua
35
1776
----------------------------------------- -- ID: 5142 -- Item: serving_of_bison_steak -- Food Effect: 180Min, All Races ----------------------------------------- -- Strength 6 -- Agility 1 -- Intelligence -3 -- Attack % 18 -- Attack Cap 90 -- Ranged ATT % 18 -- Ranged ATT Cap 90 -- Lizard Killer 5 --------...
gpl-3.0
kidaa/darkstar
scripts/globals/items/serving_of_bison_steak.lua
35
1776
----------------------------------------- -- ID: 5142 -- Item: serving_of_bison_steak -- Food Effect: 180Min, All Races ----------------------------------------- -- Strength 6 -- Agility 1 -- Intelligence -3 -- Attack % 18 -- Attack Cap 90 -- Ranged ATT % 18 -- Ranged ATT Cap 90 -- Lizard Killer 5 --------...
gpl-3.0
will4wachter/Project1
scripts/zones/Norg/npcs/Ryoma.lua
17
3871
----------------------------------- -- Area: Norg -- NPC: Ryoma -- Start and Finish Quest: 20 in Pirate Years, I'll Take the Big Box, True Will -- Involved in Quest: Ayame and Kaede -- @pos -23 0 -9 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; --------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Porter_Moogle.lua
7
1177
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Porter Moogle -- Type: Storage Moogle -- !pos ? ? ? 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextI...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Temenos/mobs/Cryptonberry_Skulker.lua
2
1145
----------------------------------- -- Area: Temenos N T -- NPC: Cryptonberry_Skulker ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); ----------------------------...
gpl-3.0
Wargus/war1gus
scripts/icons.lua
1
6202
-- _________ __ __ -- / _____// |_____________ _/ |______ ____ __ __ ______ -- \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ -- / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ -- /_______ /|__| |__| (_...
gpl-2.0
waterlgndx/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Rytaal.lua
2
4215
----------------------------------- -- 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/zones/Aht_Urhgan_Whitegat...
gpl-3.0
will4wachter/Project1
scripts/globals/weaponskills/backhand_blow.lua
6
1226
----------------------------------- -- Backhand Blow -- Hand-to-Hand weapon skill -- Skill Level: 100 -- Deals params.critical damage. Chance of params.critical hit varies with TP. -- Aligned with the Breeze Gorget. -- Aligned with the Breeze Belt. -- Element: None -- Modifiers: STR:30% ; DEX:30% -- 1...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c20325001.lua
1
5131
--穴居者 蜘蛛 function c20325001.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(20325001,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_CHAINING) e1:SetRange(LOCATION_MZONE) e1:SetCondition(c20325001.con) e1:SetTarget(c203250...
gpl-3.0
clark15b/xupnpd
src/plugins/xupnpd_gametrailers.lua
6
3760
-- Copyright (C) 2012-2013 Anton Burdinuk -- clark15b@gmail.com -- https://tsdemuxer.googlecode.com/svn/trunk/xupnpd cfg.gametrailers_video_count=100 gametrailers_feeds= { ['trailers'] = 'http://www.gametrailers.com/videos-trailers/feed', ['reviews'] = 'http://www.gametrailers.com/reviews/feed'...
gpl-2.0
kidaa/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5f6.lua
34
1105
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Odin's Gate -- @pos 260 -34 110 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs");...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Northern_San_dOria/npcs/Villion.lua
2
1231
----------------------------------- -- Area: Northern San d'Oria -- NPC: Villion -- Type: Adventurer's Assistant NPC -- Involved in Quest: Flyers for Regine -- @zone 231 -- !pos -157.524 4.000 263.818 -- ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; -----------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/spells/distract.lua
2
1236
----------------------------------------- -- Spell: Distract ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------------- function onMagicCastingCheck(caster,target,spell) return 0; end; fun...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18750403.lua
1
3972
--神王圣宫 娜塔莉 function c18750403.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c,false) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --spsummon local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_TOHAND+CATEGOR...
gpl-3.0
lakehanne/RAL2017
farnn/src/data/dataparser.lua
1
8260
--[[ Author: Olalekan Ogunmolu, December 2015 - May 2016 Freely distributed under the MIT License ]] require 'torch' local matio = require 'matio' function transfer_data(x) if use_cuda then return x:cuda() else return x:double() end end local function data_path_printer(x) print(sys.COLORS.green ...
mit
MonokuroInzanaito/ygopro-777DIY
expansions/script/c60151701.lua
1
2558
--天空的水晶部队 应急工程师 function c60151701.initial_effect(c) --tohand local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(60151701,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EF...
gpl-3.0
delram/crd
plugins/add_bot.lua
189
1492
--[[ Bot can join into a group by replying a message contain an invite link or by typing !add [invite link]. URL.parse cannot parsing complicated message. So, this plugin only works for single [invite link] in a post. [invite link] may be preceeded but must not followed by another characters. --]] do local function...
gpl-2.0
lhog/Zero-K
LuaUI/Widgets/chili_old/Controls/colorbars.lua
25
2469
--//============================================================================= Colorbars = Control:Inherit{ classname = "colorbars", color = {1,1,1,1}, defaultWidth = 100, defaultHeight = 20, OnChange = {}, } local this = Colorbars local inherited = this.inherited --//=============================...
gpl-2.0
will4wachter/Project1
scripts/zones/LaLoff_Amphitheater/npcs/qm0_1.lua
3
1179
----------------------------------- -- Area: LaLoff_Amphitheater -- NPC: qm0 (warp player outside after they win fight) ------------------------------------- package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil; ------------------------------------- require("scripts/zones/LaLoff_Amphitheater/TextIDs"); ...
gpl-3.0
will4wachter/Project1
scripts/globals/mobskills/Thundris_Shriek.lua
6
1047
--------------------------------------------- -- Thundris Shriek -- -- Description: Deals heavy lightning damage to targets in area of effect. Additional effect: Terror -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Unknown -- Notes: Players will begin to be intimidated by the dvergr af...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Castle_Oztroja/npcs/_m74.lua
2
1853
----------------------------------- -- Area: Castle Oztroja -- NPC: _m74 (Torch Stand) -- Notes: Opens door _477 when _m72 to _m75 are lit -- !pos -59.525 -72.320 -62.379 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("s...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c23303021.lua
1
3243
--克洛斯贝尔-「行政区」 function c23303021.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) -- local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e2:SetRange(LOCATION_SZONE)...
gpl-3.0
lhog/Zero-K
units/chicken_pigeon.lua
6
4324
return { chicken_pigeon = { unitname = [[chicken_pigeon]], name = [[Pigeon]], description = [[Flying Spore Scout]], activateWhenBuilt = true, acceleration = 0.8, brakeRate = 0.32, buildCostEnergy = 0, buildCostMetal = 0, builder ...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Mhaura/npcs/Celestina.lua
17
2605
----------------------------------- -- Area: Mhaura -- NPC: Celestina -- Finish Quest: The Sand Charm -- Involved in Quest: Riding on the Clouds -- Guild Merchant NPC: Goldsmithing Guild -- @pos -37.624 -16.050 75.681 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil...
gpl-3.0
kidaa/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Porter_Moogle.lua
41
1550
----------------------------------- -- Area: Windurst Waters [S] -- NPC: Porter Moogle -- Type: Storage Moogle -- @zone 94 -- @pos TODO ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Windurst_...
gpl-3.0
will4wachter/Project1
scripts/globals/items/bowl_of_emerald_soup.lua
35
1393
----------------------------------------- -- ID: 4327 -- Item: Bowl of Emerald Soup -- Food Effect: 240Min, All Races ----------------------------------------- -- Agility 2 -- Vitality -1 -- Health Regen While Healing 3 -- Ranged ACC 6 ----------------------------------------- require("scripts/globals/statu...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Port_Windurst/npcs/Guruna-Maguruna.lua
1
1165
----------------------------------- -- Area: Port Windurst -- NPC: Guruna-Maguruna -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil ----------------------------------- require("scripts/zones/Port_Windurst/TextIDs") require("scripts/globals/shop") ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Qufim_Island/npcs/Matica_RK.lua
2
2932
----------------------------------- -- Area: Qufim Island -- NPC: Matica, R.K. -- Type: Border Conquest Guards -- !pos 179.093 -21.575 -15.282 126 ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); req...
gpl-3.0
will4wachter/Project1
scripts/zones/Lower_Jeuno/npcs/Harnek.lua
17
2365
----------------------------------- -- Area: Lower Jeuno -- NPC: Harnek -- Starts and Finishes Quest: The Tenshodo Showdown (finish) -- @zone 245 -- @pos 44 0 -19 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; --...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Port_Bastok/npcs/Evi.lua
17
1985
----------------------------------- -- Area: Port Bastok -- NPC: Evi -- Starts Quests: Past Perfect (100%) ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems")...
gpl-3.0
kidaa/darkstar
scripts/zones/Quicksand_Caves/npcs/qm7.lua
8
1900
----------------------------------- -- Area: Quicksand Caves -- NPC: ??? -- Involved in Mission: The Mithra and the Crystal (Zilart 12) -- @pos -504 20 -419 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scri...
gpl-3.0
waterlgndx/darkstar
scripts/globals/weaponskills/blade_kamu.lua
2
1929
----------------------------------- -- Blade Kamu -- Katana weapon skill -- Skill Level: N/A -- Lowers target's params.accuracy. Duration of effect varies with TP. Nagi: Aftermath effect varies with TP. -- Effect lasts 60 seconds @ 100 TP, 90 seconds @ 200 TP, and 120 seconds @ 300 TP -- Available only after completing...
gpl-3.0
kidaa/darkstar
scripts/commands/completequest.lua
25
1177
--------------------------------------------------------------------------------------------------- -- func: @completequest <logID> <questID> <player> -- desc: Completes the given quest for the GM or target player. --------------------------------------------------------------------------------------------------- ...
gpl-3.0
will4wachter/Project1
scripts/globals/items/pamama_tart.lua
35
1447
----------------------------------------- -- ID: 4563 -- Item: pamama_tart -- Food Effect: 1hour, All Races ----------------------------------------- -- HP 10 -- MP 10 -- Dexterity -1 -- Intelligence 3 -- MP Recovered While Healing 2 ----------------------------------------- require("scripts/globals/status...
gpl-3.0
will4wachter/Project1
scripts/globals/abilities/pets/fire_ii.lua
6
1159
--------------------------------------------------- -- Fire 2 --------------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status"); require("/scripts/globals/monstertpmoves"); require("/scripts/globals/magic"); ------------------------------------------...
gpl-3.0