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/Eastern_Altepa_Desert/npcs/Daborn_IM.lua
30
3062
----------------------------------- -- Area: Eastern Altepa Desert -- NPC: Daborn, I.M. -- Border Conquest Guards -- @pos 226.493 -12.231 260.194 114 ----------------------------------- package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil; ----------------------------------- require("scripts/globals/co...
gpl-3.0
kidaa/darkstar
scripts/zones/Eastern_Altepa_Desert/npcs/Daborn_IM.lua
30
3062
----------------------------------- -- Area: Eastern Altepa Desert -- NPC: Daborn, I.M. -- Border Conquest Guards -- @pos 226.493 -12.231 260.194 114 ----------------------------------- package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil; ----------------------------------- require("scripts/globals/co...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c10105002.lua
1
2182
--秋语 秋海棠·苦恋 function c10105002.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:SetCountLimit(1,10105002) e1:SetCondition(c10105002.spcon) e1:SetOperation(c10105...
gpl-3.0
kidaa/darkstar
scripts/zones/Castle_Oztroja/npcs/_47w.lua
17
1264
----------------------------------- -- Area: Castle Oztroja -- NPC: _47w (Handle) -- Notes: Opens door _473 from behind -- @pos -41.377 -17.084 17.036 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/z...
gpl-3.0
adminmagma/magama
plugins/stats.lua
866
4001
do -- Returns a table with `name` and `msgs` local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_prin...
gpl-2.0
muddmaker/Codeday14
hump/vector.lua
28
5323
--[[ Copyright (c) 2010-2013 Matthias Richter 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, dis...
gpl-3.0
wexom/OpenOS-improvements
WexNetInstall.lua
1
3563
local shell = require("shell") local filesystem = require("filesystem") local unicode = require("unicode") local computer = require("computer") --------------------------------------------------------------------------------------------------------------------------------------------------- local newVersion = "0.0.4" -...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Duke_Scox.lua
16
1253
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Duke Scox ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function on...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Mhaura/npcs/Kamilah.lua
17
1174
----------------------------------- -- Area: Mhaura -- NPC: Kamilah -- Guild Merchant NPC: Blacksmithing Guild -- @pos -64.302 -16.000 35.261 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); ...
gpl-3.0
kidaa/darkstar
scripts/globals/mobskills/Decussate.lua
7
1026
--------------------------------------------- -- Decussate -- -- Description: Performs a cross attack on nearby targets. -- Type: Magical -- Utsusemi/Blink absorb: 2-3 shadows? -- Range: Less than or equal to 10.0 -- Notes: Only used by Gulool Ja Ja when below 35% health. ---------------------------------...
gpl-3.0
kidaa/darkstar
scripts/zones/Norg/npcs/Vuliaie.lua
19
1256
----------------------------------- -- Area: Norg -- NPC: Vuliaie -- Type: Tenshodo Merchant -- @pos -24.259 0.891 -19.556 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/sh...
gpl-3.0
will4wachter/Project1
scripts/zones/Aht_Urhgan_Whitegate/npcs/Mhasbaf.lua
37
1030
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Mhasbaf -- Type: Standard NPC -- @pos 54.701 -6.999 11.387 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whit...
gpl-3.0
unknowntg/unknowntg
plugins/emojy_chat.lua
3
1089
do function run(msg, matches) local text = [[ کیر خر و اموجی...خار اوموجی گاییدی ناموسن نده 😡😡😡 یبار دیگه بدی از کون میکنمت 😆 ]] return text end return { patterns = { "^(😀)$", "^(😬)$", "^(😁)$", "^(😂)$", "^(😃)$", "^(😄)$", "^(😅)$", "^(☺️)$", "^(🙃)$", "^(🙂)$", "^(😊)$", "^(😉)$", "^(😇)$", "^(😆)$", "^(😋)$...
gpl-2.0
bamdad1381/TeleSeed
plugins/Moderation.lua
336
9979
do local function check_member(cb_extra, success, result) local receiver = cb_extra.receiver local data = cb_extra.data local msg = cb_extra.msg for k,v in pairs(result.members) do local member_id = v.id if member_id ~= our_id then local username = v.username data[tostring(m...
gpl-2.0
waterlgndx/darkstar
scripts/globals/items/istakoz.lua
2
1198
----------------------------------------- -- ID: 5453 -- Item: Istakoz -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality 3 -- Defense +16% (cap 50) ----------------------------------------- require("scripts/globals/status"); -----------------------------------------...
gpl-3.0
lhog/Zero-K
units/plateplane.lua
1
3167
return { plateplane = { unitname = [[plateplane]], name = [[Airplane Plate]], description = [[Parallel Unit Production]], acceleration = 0, activateWhenBuilt = false, brakeRate = 0, buildCostMe...
gpl-2.0
waterlgndx/darkstar
scripts/zones/Northern_San_dOria/npcs/Eugballion.lua
1
1140
----------------------------------- -- Area: Northern San d'Oria -- NPC: Eugballion -- Only sells when San d'Oria controlls Qufim Region ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil ----------------------------------- require("scripts/zones/Northern_San_dOria/Tex...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c29201111.lua
1
6875
--天辉团-光言灵师 克莱儿 function c29201111.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --destroy replace local ea=Effect.CreateEffect(c) ea:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) ea:SetCode(EFFECT_DESTROY_REPLACE) ea:SetRange(LOCATION_PZONE) ea:SetTarget(c2920111...
gpl-3.0
will4wachter/Project1
scripts/zones/Bastok_Markets/npcs/Oggodett.lua
36
1630
----------------------------------- -- Area: Bastok Markets -- NPC: Oggodett -- Only sells when Bastok controlls Aragoneu Region -- -- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); packa...
gpl-3.0
mynameiscraziu/baby
plugins/id.lua
355
2795
local function user_print_name(user) if user.print_name then return user.print_name end local text = '' if user.first_name then text = user.last_name..' ' end if user.lastname then text = text..user.last_name end return text end local function returnids(cb_extra, success, resu...
gpl-2.0
kidaa/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Robino-Mobino.lua
17
1852
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Robino-Mobino -- @pos -244 0 -401 123 ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c99998974.lua
1
4475
--宝具 万物经由吾枪生 function c99998974.initial_effect(c) c:SetUniqueOnField(1,0,99998974) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(99991099,6)) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:Se...
gpl-3.0
lhog/Zero-K
LuaRules/Gadgets/unit_attributes_generic.lua
6
17346
if not gadgetHandler:IsSyncedCode() then return end -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function gadget:GetInfo() return { name = "Attributes Generic", desc = "Handles UnitRule...
gpl-2.0
DarkCaster/Sandboxer
Examples/filezilla-debian-sandbox.cfg.lua
1
2874
-- example config for filezilla sandbox, which is created on top of external debian\ubuntu chroot, prepared by debian-setup.cfg.lua -- using debian-sandbox.cfg.lua config file as base -- redefine defaults.recalculate function, that will be called by base config defaults.recalculate_orig=defaults.recalculate function d...
mit
kidaa/darkstar
scripts/globals/items/plate_of_urchin_sushi_+1.lua
35
1530
----------------------------------------- -- ID: 5160 -- Item: plate_of_urchin_sushi_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 40 -- Strength 1 -- Vitality 5 -- Accuracy % 16 -- Ranged ACC % 16 -- Sleep Resist 5 ----------------------------------------- requir...
gpl-3.0
kidaa/darkstar
scripts/globals/spells/foe_requiem.lua
11
1624
----------------------------------------- -- Spell: Foe Requiem ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,target,sp...
gpl-3.0
will4wachter/Project1
scripts/zones/Davoi/npcs/_45d.lua
1
1419
----------------------------------- -- Area: Davoi -- NPC: Wall of Banishing -- Used In Quest: Whence Blows the Wind -- @pos 181 0.1 -218 149 ----------------------------------- package.loaded["scripts/zones/Davoi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scrip...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c99998980.lua
1
3026
--传说之骑兵 阿尔托利亚·潘德拉贡圣诞Alter function c99998980.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetCountLimit(1,99998980+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c99998980....
gpl-3.0
kidaa/darkstar
scripts/zones/Windurst_Woods/npcs/Kopuro-Popuro.lua
19
6247
----------------------------------- -- Area: Windurst Woods -- NPC: Kopuro-Popuro -- Type: Standard NPC -- @zone: 241 -- @pos -0.037 -4.749 -22.589 -- Starts Quests: The All-New C-2000, Legendary Plan B, The All-New C-3000 -- Involved in quests: Lost Chick ----------------------------------- require("scripts/glob...
gpl-3.0
waterlgndx/darkstar
scripts/globals/spells/geohelix.lua
2
2151
-------------------------------------- -- Spell: Geohelix -- Deals earth damage that gradually reduces -- a target's HP. Damage dealt is greatly affected by the weather. -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magi...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Windurst_Walls/npcs/Burute-Sorute.lua
2
5522
----------------------------------- -- Area: Windurst Walls -- NPC: Burute-Sorute -- Type: Title Change NPC -- @zone 239 -- !pos 0.080 -10.765 5.394 239 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- require("scripts/globals/titles"); local title2 = { dsp.title.NEW_...
gpl-3.0
davidedmonds/darkstar
scripts/globals/items/marinara_pizza.lua
21
1752
----------------------------------------- -- ID: 5743 -- Item: marinara_pizza -- Food Effect: 3hours, All Races ----------------------------------------- -- Health Points 20 -- Attack +20% (cap 50 @ 250 base attack) -- Accuracy +10% (cap 40+ @ 400+ base accuracy) *Wiki doesnt know for sure, its uncorfirmed on h...
gpl-3.0
lhog/Zero-K
LuaUI/i18nlib/i18n/init.lua
8
5797
local i18n = {} local store local locale local defaultLocale = 'en' local fallbackLocale = defaultLocale local path = "LuaUI/i18nlib/i18n/" local plural = VFS.Include(path .. 'plural.lua') local interpolate = VFS.Include(path .. 'interpolate.lua') local variants = VFS.Include(path .. 'variants.lua') local ve...
gpl-2.0
will4wachter/Project1
scripts/globals/spells/bluemagic/head_butt.lua
6
1183
require("scripts/globals/magic"); require("scripts/globals/status"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,target,spell) return 0; end; function onSpellCast(caster,target,sp...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Outer_Horutoto_Ruins/TextIDs.lua
7
2183
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6584; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6588; -- Obtained: <item>. GIL_OBTAINED = 6589; -- Obtained <number> gil. KEYITEM_OBTAINED = 6591; -- Obtained...
gpl-3.0
kidaa/darkstar
scripts/zones/Temenos/npcs/Matter_Diffusion_Module.lua
19
6043
----------------------------------- -- Area: temenos -- NPC: Matter diffusion module -- @pos ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/globals/keyitems"); require("scripts/zones/Te...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Saluhwa.lua
34
1475
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Saluhwa -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Aht_Urh...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Woods/npcs/Etsa_Rhuyuli.lua
38
1415
----------------------------------- -- Area: Windurst Woods -- NPC: Etsa Rhuyuli -- Type: Standard NPC -- @pos 62.482 -8.499 -139.836 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c50000034.lua
1
2575
--Warpko 忟狸 function c50000034.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(50000034,0)) e1:SetCategory(CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCountLimit(1,50000034) e1:SetCost(c5000...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/rolanberry_daifuku_+1.lua
2
2057
----------------------------------------- -- ID: 6340 -- Item: rolanberry_daifuku_+1 -- Food Effect: 60 Min, All Races ----------------------------------------- -- HP +30 -- VIT +4 -- Accuracy +11% (cap 54) -- Ranged Accuracy +11% (cap 54) -- Magic Accuracy +4 -- Pet: -- HP +30 -- VIT +4 -- Accuracy +11% (cap 81) -- Ra...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Castle_Oztroja/mobs/Tzee_Xicu_the_Manifest.lua
27
1224
----------------------------------- -- Area: Castle Oztroja -- NPC: Tzee Xicu the Manifest ----------------------------------- require("scripts/globals/titles"); require("scripts/zones/Castle_Oztroja/TextIDs"); ----------------------------------- -- onMobSpawn Action ----------------------------------- ...
gpl-3.0
will4wachter/Project1
scripts/zones/Port_San_dOria/npcs/Pomilla.lua
17
1693
----------------------------------- -- Area: Port San d'Oria -- NPC: Pomilla -- Involved in Quest: Lure of the Wildcat (San d'Oria) -- @pos -38 -4 -55 232 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/glo...
gpl-3.0
kidaa/darkstar
scripts/zones/Port_San_dOria/npcs/Pomilla.lua
17
1693
----------------------------------- -- Area: Port San d'Oria -- NPC: Pomilla -- Involved in Quest: Lure of the Wildcat (San d'Oria) -- @pos -38 -4 -55 232 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/glo...
gpl-3.0
kidaa/darkstar
scripts/zones/QuBia_Arena/npcs/Burning_Circle.lua
12
2528
----------------------------------- -- Area: Qu'Bia Arena -- NPC: Burning Circle -- @pos -221 -24 19 206 ------------------------------------- package.loaded["scripts/zones/QuBia_Arena/TextIDs"] = nil; ------------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/missions");...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c10123009.lua
1
3877
--夏恋 恋樱小瞳 function c10123009.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsRace,RACE_SPELLCASTER),1) c:EnableReviveLimit() --tograve local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(10123009,0)) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_SINGLE...
gpl-3.0
asasasasasasas11/uzzbot
plugins/minecraft.lua
624
2605
local usage = { "!mine [ip]: Searches Minecraft server on specified ip and sends info. Default port: 25565", "!mine [ip] [port]: Searches Minecraft server on specified ip and port and sends info.", } local ltn12 = require "ltn12" local function mineSearch(ip, port, receiver) --25565 local responseText = "" l...
gpl-2.0
ryanli/vlc
share/lua/playlist/canalplus.lua
113
3501
--[[ $Id: $ Copyright (c) 2007 the VideoLAN team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distr...
gpl-2.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c37564849.lua
1
2033
--3L·理想之园 local m=37564849 local cm=_G["c"..m] xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) function cm.initial_effect(c) --Senya.CommonEffect_3L(c,m) local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(m,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMM...
gpl-3.0
kidaa/darkstar
scripts/zones/Mamook/Zone.lua
28
1299
----------------------------------- -- -- Zone: Mamook (65) -- ----------------------------------- package.loaded["scripts/zones/Mamook/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Mamook/TextIDs"); ----------------------------------- -- ...
gpl-3.0
will4wachter/Project1
scripts/zones/Spire_of_Holla/npcs/_0h2.lua
14
1317
----------------------------------- -- Area: Spire_of_Holla -- NPC: web of regret ----------------------------------- package.loaded["scripts/zones/Spire_of_Holla/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/zones/Spire_of_Holla/TextIDs"); ---------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/ragnarok.lua
2
2883
----------------------------------------- -- ID: 18282, 18283, 18640, 18654, 18668, 19749, 19842, 20745, 20746, 21683 -- Item: Ragnarok ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/msg"); require("scripts/globals/weaponskills"); require("scripts/globals/weaponski...
gpl-3.0
kidaa/darkstar
scripts/zones/Attohwa_Chasm/npcs/Excavation_Point.lua
29
1108
----------------------------------- -- Area: Attohwa Chasm -- NPC: Excavation Point ----------------------------------- package.loaded["scripts/zones/Attohwa_Chasm/TextIDs"] = nil; ------------------------------------- require("scripts/globals/excavation"); require("scripts/zones/Attohwa_Chasm/TextIDs"); ...
gpl-3.0
MohammadKabir15/mohammdjfr_selfbot
bot/bot.lua
1
7294
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("./bot/utils") require("./bot/permissions") local f = assert(io.popen('/usr/bin/git describe --tags', 'r')) VERSION = assert(f:read('*a')) f:...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Windurst_Walls/npcs/Shantotto.lua
17
7967
----------------------------------- -- Area: Windurst Walls -- NPC: Shantotto -- @pos 122 -2 112 239 -- CSID's missing in autoEventID please check the old forums under resources for all of shantotto's csid's. I found them all manually. ----------------------------------- package.loaded["scripts/zones/Windurst_W...
gpl-3.0
will4wachter/Project1
scripts/zones/FeiYin/npcs/Dry_Fountain.lua
17
1453
----------------------------------- -- Area: FeiYin -- NPC: Dry Fountain -- Involved In Quest: Peace for the Spirit -- @pos -17 -16 71 204 ----------------------------------- package.loaded["scripts/zones/FeiYin/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); requir...
gpl-3.0
ryanli/vlc
share/lua/modules/dkjson.lua
26
25665
--[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.1* This module writes no global values, not even the module table. Import it using json = require ("dkjson") Exported functions and values: `json.encode (object [, state])` -------------------------------- ...
gpl-2.0
waterlgndx/darkstar
scripts/zones/Windurst_Woods/npcs/Nikkoko.lua
2
1382
----------------------------------- -- Area: Windurst Woods -- NPC: Nikkoko -- Type: Clothcraft Image Support -- !pos -32.810 -3.25 -113.680 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); requi...
gpl-3.0
will4wachter/Project1
scripts/globals/spells/meteor.lua
4
2160
----------------------------------------- -- Spell: Meteor -- Deals non-elemental damage to an enemy. ----------------------------------------- require("/scripts/globals/settings"); require("scripts/globals/magic"); require("scripts/globals/status"); require("/scripts/globals/monstertpmoves"); ---------------...
gpl-3.0
tectronics/pew-pew-enhancement-pack
lua/PewPewBullets/PPEP_Weapons/Sabotcannon.lua
1
1414
-- Basic Cannon local BULLET = {} -- General Information BULLET.Name = "Sabot cannon" BULLET.Author = "Tech" BULLET.Description = "Armour piercing sabot round. Credit to Divran." BULLET.AdminOnly = false BULLET.SuperAdminOnly = false -- Appearance BULLET.Model = "models/combatmodels/tankshell_25mm.mdl" ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Metalworks/npcs/Unlucky_Rat.lua
2
1805
----------------------------------- -- Area: Metalworks -- NPC: Unlucky Rat -- Starts & Finishes Quest: Mean Machine ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/settings"); ...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c8209721.lua
1
3704
--尘元素 function c8209721.initial_effect(c) --sp summon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetCost(function(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return Duel.IsExistingMatchingCard(Car...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c11113135.lua
1
6411
--~Niko和世界记录仪~ --script by Nanahira local m=11113135 local cm=_G["c"..m] --local coroutine=require("coroutine") function cm.initial_effect(c) local e0=Effect.CreateEffect(c) e0:SetType(EFFECT_TYPE_ACTIVATE) e0:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e0) local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Str...
gpl-3.0
ryanli/vlc
share/lua/playlist/metachannels.lua
92
2096
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Rémi Duraffort <ivoire at videolan dot org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at y...
gpl-2.0
waterlgndx/darkstar
scripts/zones/Caedarva_Mire/mobs/Aynu-Kaysey.lua
7
1206
----------------------------------- -- Area: Caedarva Mire -- MOB: Aynu Kasey ----------------------------------- function onMobSpawn(mob) end; function onMobFight(mob, target) local swapTimer = mob:getLocalVar("swapTime"); if (os.time() > swapTimer) then if (mob:AnimationSub() == 1) then -- swap fr...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c19300119.lua
1
3243
--镜现诗·土著神的顶点 function c19300119.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x193),7,2) c:EnableReviveLimit() --todeck local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TODECK+CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_FREE_CHAIN) e1:Set...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Saliyahf.lua
34
1033
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Saliyahf -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); ---------...
gpl-3.0
will4wachter/Project1
scripts/zones/Metalworks/npcs/Iron_Eater.lua
4
2133
----------------------------------- -- Area: Metalworks -- NPC: Iron Eater -- Involved in Missions -- @pos 92.936 -19.532 1.814 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Mazween.lua
2
1228
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Mazween -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs") require("scripts/gl...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c29201112.lua
1
5610
--天辉团-圣钟歌姬 克莉丝汀 function c29201112.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --destroy replace local ea=Effect.CreateEffect(c) ea:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) ea:SetCode(EFFECT_DESTROY_REPLACE) ea:SetRange(LOCATION_PZONE) ea:SetTarget(c292011...
gpl-3.0
davidedmonds/darkstar
scripts/globals/zone.lua
30
3876
------------------------------------ -- -- Contains global functions and variables -- related to area specific things -- ------------------------------------ ------------------------------------ -- zone related IDs ------------------------------------ -- Zone Types ZONETYPE_NONE = 0 ZONETYPE_CI...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Windurst_Waters/npcs/Rukuku.lua
36
1417
----------------------------------- -- Area: Windurst Waters -- NPC: Rukuku -- Involved in Quest: Making the Grade -- Working 100% -- @zone = 238 -- @pos = 130 -6 160 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
kidaa/darkstar
scripts/zones/East_Ronfaure/npcs/Rayochindot.lua
38
1028
----------------------------------- -- Area: East Ronfaure -- NPC: Rayochindot -- Type: Gate Guard -- @pos 93.159 -62.999 272.601 101 ----------------------------------- package.loaded["scripts/zones/East_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/zones/East_Ronfaure/TextIDs"); ...
gpl-3.0
DarkCaster/Sandboxer
Examples/debian-setup.cfg.lua
1
8458
-- this is an example config for sandbox that use external debian rootfs as base. -- this example config is compatible with external root-fs archives that was downloaded and extracted by running: -- download-ubuntu-chroot.sh - download selected ubuntu x86_64 distribution (currently supported 12.04, 14.04, 16.04 and 18...
mit
davidedmonds/darkstar
scripts/zones/Port_Windurst/npcs/Kususu.lua
36
1768
----------------------------------- -- Area: Port Windurst -- NPC: Kususu -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/zones/Port_Windurst/TextID...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c37564818.lua
1
2745
--3L·Time Machine local m=37564818 local cm=_G["c"..m] xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) function cm.initial_effect(c) --Senya.CommonEffect_3L(c,m) local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetDescription(aux.Str...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Castle_Zvahl_Keep/npcs/HomePoint#1.lua
17
1261
----------------------------------- -- Area: Castle_Zvahl_Keep -- NPC: HomePoint#1 -- @pos -554 -70 66 162 ----------------------------------- package.loaded["scripts/zones/Castle_Zvahl_Keep/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Castle_Zvahl_Keep/TextIDs"); require("s...
gpl-3.0
will4wachter/Project1
scripts/zones/La_Theine_Plateau/npcs/Galaihaurat.lua
17
2418
----------------------------------- -- Area: La Theine Plateau -- NPC: Galaihaurat -- Involved in Mission: The Rescue Drill -- @pos -482 -7 222 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c29201003.lua
1
4425
--镜世录 天雷鼓 function c29201003.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --pendulum local e7=Effect.CreateEffect(c) e7:SetDescription(aux.Stringid(29201003,5)) e7:SetCategory(CATEGORY_DESTROY) e7:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e7:SetCode(EVENT_DE...
gpl-3.0
hjsrzvpqma/umbrella
plugins/Islamic_Times.lua
2
3016
do function run_bash(str) local cmd = io.popen(str) local result = cmd:read('*all') return result end local api_key = nil local base_api = "https://maps.googleapis.com/maps/api" function get_latlong(area) local api = base_api .. "/geocode/json?" local parameters = "address=".. (URL.escape(area) or ...
gpl-2.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18705401.lua
1
2702
--灵使少女 薇茵 function c18705401.initial_effect(c) --search local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(95027497,0)) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCountLimit(1,187...
gpl-3.0
lhog/Zero-K
LuaUI/Widgets/chili/Controls/font.lua
6
7515
--// ============================================================================= --- Font module --- Font fields -- Inherits from Control. -- @see control.Control -- @table Font -- @string[opt = "FreeSansBold.otf"] font font name -- @int[opt = 12] size font size -- @bool[opt = false] shadow shadow enabled -- @bool[...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Apollyon/mobs/Thunder_Elemental.lua
112
2441
----------------------------------- -- Area: Apollyon SW -- NPC: elemental ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); --------------------------...
gpl-3.0
will4wachter/Project1
scripts/zones/Cloister_of_Tremors/mobs/Galgalim.lua
4
1081
----------------------------------- -- Area: Cloister of Tremors -- NPC: Galgalim -- Involved in Quest: The Puppet Master ----------------------------------- require("scripts/globals/settings"); ----------------------------------- -- OnMobSpawn Action ----------------------------------- function onMobSpawn(mob) end...
gpl-3.0
kidaa/darkstar
scripts/globals/items/plate_of_tentacle_sushi.lua
21
1809
----------------------------------------- -- ID: 5215 -- Item: plate_of_tentacle_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- HP 20 -- Dexterity 3 -- Agility 3 -- Mind -1 -- Accuracy % 19 (cap 18) -- Ranged Accuracy % 19 (cap 18) -- Double Attack 1 --------------------...
gpl-3.0
kidaa/darkstar
scripts/zones/Behemoths_Dominion/mobs/King_Behemoth.lua
23
1825
----------------------------------- -- Area: Behemoth's Dominion -- HNM: King Behemoth ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action --------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c99677796.lua
1
1659
--二羽鹤 瑞鹤 function c99677796.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x70e),1) c:EnableReviveLimit() --remove local e5=Effect.CreateEffect(c) e5:SetDescription(aux.Stringid(99677796,0)) e5:SetCategory(CATEGORY_REMOVE) e5:SetProperty(EFFECT_FLAG_CARD_TARGET) e...
gpl-3.0
davidedmonds/darkstar
scripts/zones/The_Sanctuary_of_ZiTah/npcs/Ajimo-Majimo_WW.lua
30
3078
----------------------------------- -- Area: The Sanctuary of Zi'Tah -- NPC: Ajimo-Majimo, W.W. -- Outpost Conquest Guards -- @pos -40.079 -0.642 -148.785 121 ----------------------------------- package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil; ----------------------------------- require("scripts/...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Windurst_Waters/npcs/Akkeke.lua
36
1418
----------------------------------- -- Area: Windurst Waters -- NPC: Akkeke -- Involved in Quest: Making the Grade -- Working 100% -- @zone = 238 -- @pos = 135 -6 165 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
will4wachter/Project1
scripts/globals/dynamis.lua
4
50201
require("scripts/globals/status"); require("scripts/globals/keyitems"); ----------------------------------- -- Dynamis-Bastok ----------------------------------- -- 1: BST Vanguard Beasttender + Vanguard's Scorpion -- 2: WHM Vanguard Constable -- 3: PLD Vanguard Defender -- 4: DRG Vanguard Drakekeeper +...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Kazham/npcs/Dakha_Topsalwan.lua
17
1148
----------------------------------- -- Area: Kazham -- NPC: Dakha Topsalwan -- @zone 250 -- @pos ----------------------------------- package.loaded["scripts/zones/Kazham/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Kazham/TextIDs"); ---...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c10950008.lua
1
2930
--GhostChild function c10950008.initial_effect(c) c:EnableReviveLimit() --cannot special summon local e0=Effect.CreateEffect(c) e0:SetProperty(EFFECT_FLAG_UNCOPYABLE) e0:SetType(EFFECT_TYPE_FIELD) e0:SetCode(EFFECT_SPSUMMON_PROC) e0:SetRange(LOCATION_EXTRA) e0:SetCondition(c10950008.spcon) e0:SetOperation(c109...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Phomiuna_Aqueducts/npcs/_0rp.lua
17
1628
----------------------------------- -- Area: Phomiuna_Aqueducts -- NPC: Oil lamp -- @pos -60 -23 60 27 ----------------------------------- package.loaded["scripts/zones/Phomiuna_Aqueducts/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Phomiuna...
gpl-3.0
waterlgndx/darkstar
scripts/globals/weaponskills/howling_fist.lua
26
1490
----------------------------------- -- Howling Fist -- Hand-to-Hand weapon skill -- Skill Level: 200 -- Damage varies with TP. -- Will stack with Sneak Attack. -- Ignores some defense. -- Aligned with the Light Gorget & Thunder Gorget. -- Aligned with the Light Belt & Thunder Belt. -- Element: None -- Modifiers: STR:20...
gpl-3.0
lhog/Zero-K
LuaRules/Configs/MetalSpots/PizzaTime_v02.lua
8
2091
return { spots = { {x = 4870, z = 4014, metal = 1.624}, {x = 4191, z = 3630, metal = 1.624}, {x = 3414, z = 3635, metal = 1.624}, {x = 2807, z = 3495, metal = 1.624}, {x = 2910, z = 4276, metal = 1.624}, {x = 1939, z = 4299, metal = 1.624}, {x = 2355, z = 5017, metal = 1.624}, {x = 1219, z = 5270, meta...
gpl-2.0
kidaa/darkstar
scripts/globals/items/fire_sword.lua
16
1027
----------------------------------------- -- ID: 16543 -- Item: Fire Sword -- Additional Effect: Fire Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ---------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/abilities/pets/inferno.lua
2
1137
--------------------------------------------------- -- Inferno --------------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status"); require("/scripts/globals/monstertpmoves"); require("/scripts/globals/magic"); ---------------------------------------------------...
gpl-3.0
kidaa/darkstar
scripts/zones/North_Gustaberg/TextIDs.lua
4
1306
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED_TWICE = 6551; -- You cannot obtain the item <item>. ITEM_CANNOT_BE_OBTAINED = 6552; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6555; -- You cannot obtain the #. Try tr...
gpl-3.0
waterlgndx/darkstar
scripts/globals/abilities/quickstep.lua
2
8091
----------------------------------- -- Ability: Quickstep -- Lowers target's evasion. If successful, you will earn two Finishing Moves. -- Obtained: Dancer Level 20 -- TP Required: 10% -- Recast Time: 00:05 -- Duration: First Step lasts 1 minute, each following Step extends its current duration by 30 seconds. ---------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/qm9.lua
57
2181
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: qm9 (??? - Ancient Papyrus Shreds) -- Involved in Quest: In Defiant Challenge -- @pos 92.272 -32 -64.676 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114000097.lua
1
1108
--★祈る魔法少女 佐倉杏子 function c114000097.initial_effect(c) --sent to grave local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOGRAVE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_BATTLE_START) e1:SetCondition(c114000097.descon) e1:SetTarget(c114000097.destg) e1:SetOperation(c114000097.d...
gpl-3.0