repo_name
stringlengths
6
69
path
stringlengths
6
178
copies
stringclasses
278 values
size
stringlengths
4
7
content
stringlengths
671
917k
license
stringclasses
15 values
lichtl/darkstar
scripts/zones/Abyssea-Attohwa/npcs/qm12.lua
9
1344
----------------------------------- -- Zone: Abyssea-Attohwa -- NPC: qm12 (???) -- Spawns Mielikki -- @pos ? ? ? 215 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --[[...
gpl-3.0
lichtl/darkstar
scripts/globals/spells/jubaku_san.lua
27
1700
----------------------------------------- -- Spell: Jubaku: San -- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and INT. -- taken from paralyze ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); --------------------------...
gpl-3.0
lichtl/darkstar
scripts/zones/Windurst_Woods/npcs/Samigo-Pormigo.lua
11
2592
----------------------------------- -- Area: Windurst Woods -- NPC: Samigo-Pormigo -- Type: Guildworker's Union Representative -- @zone 241 -- @pos -9.782 -5.249 -134.432 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; require("scripts/globals/keyitems"); require("...
gpl-3.0
lichtl/darkstar
scripts/zones/Bostaunieux_Oubliette/npcs/Chumia.lua
14
1059
----------------------------------- -- Area: Bostaunieux Oubliette -- NPC: Chumia -- Type: Standard NPC -- @pos 102.420 -25.001 70.457 167 ----------------------------------- package.loaded["scripts/zones/Bostaunieux_Oubliette/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Bostaunieux_...
gpl-3.0
Megaf/MegafXPlore2
mods/vessels/init.lua
3
6178
-- Minetest 0.4 mod: vessels -- See README.txt for licensing and other information. local vessels_shelf_formspec = "size[8,7;]" .. default.gui_bg .. default.gui_bg_img .. default.gui_slots .. "list[context;vessels;0,0.3;8,2;]" .. "list[current_player;main;0,2.85;8,1;]" .. "list[current_player;main;0,4.08;8,3;8]...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/items/copper_frog.lua
11
1130
----------------------------------------- -- ID: 4515 -- Item: copper_frog -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Agility 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status") require("scripts/globals/msg") -----------------------...
gpl-3.0
lichtl/darkstar
scripts/zones/Port_Jeuno/npcs/Illauvolahaut.lua
14
1629
----------------------------------- -- Area: Port Jeuno -- NPC: Illauvolahaut -- @zone 246 -- @pos -12 8 54 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); requir...
gpl-3.0
lichtl/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/CeraneIVirgaut1.lua
14
1059
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Cerane I Virgaut -- @zone 80 -- @pos -268 -4 100 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); ---------------------------------...
gpl-3.0
OctoEnigma/shiny-octo-system
gamemodes/darkrp/gamemode/modules/animations/sh_interface.lua
13
1214
DarkRP.addPlayerGesture = DarkRP.stub{ name = "addPlayerGesture", description = "Add a player gesture to the DarkRP animations menu (the one that opens with the keys weapon.). Note: This function must be called BOTH serverside AND clientside!", parameters = { { name = "anim", ...
mit
lightxue/dotfiles
nvim/lua/editor.lua
1
1228
-- insert = "ys", -- visual = "S", -- delete = "ds", -- change = "cs", require("nvim-surround").setup({}) -- require("indent_blankline").setup { -- -- for example, context is off by default, use this to turn it on -- show_current_context = true, -- show_current_context_start = true, -- } require("which-ke...
bsd-2-clause
RunAwayDSP/darkstar
scripts/globals/geomagnetic_fount.lua
9
1111
----------------------------------- -- SOA Geomagnetic Founts ----------------------------------- require("scripts/globals/keyitems") require("scripts/globals/missions") ----------------------------------- dsp = dsp or {} dsp.geomagneticFount = dsp.geomagneticFount or {} dsp.geomagneticFount.checkFount = function(pla...
gpl-3.0
lichtl/darkstar
scripts/globals/weaponskills/shockwave.lua
18
1486
----------------------------------- -- Shockwave -- Great Sword weapon skill -- Skill level: 150 -- Delivers an area of effect attack. Sleeps enemies. Duration of effect varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Aqua Gorget. -- Aligned with the Aqua Belt. -- Element: None -- Modifiers: STR:30...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/maws.lua
8
5885
----------------------------------- -- Cavernous Maw global functions ----------------------------------- require("scripts/globals/keyitems") require("scripts/globals/missions") require("scripts/globals/quests") require("scripts/globals/settings") require("scripts/globals/teleports") require("scripts/globals/titles") r...
gpl-3.0
da03/OpenNMT
test/onmt/OptimTest.lua
8
5803
require('onmt.init') local tester = ... local optimTest = torch.TestSuite() local function getOptim(args) local cmd = onmt.utils.ExtendedCmdLine.new() onmt.train.Optim.declareOpts(cmd) local opt = cmd:parse('') for k, v in pairs(args) do opt[k] = v end return onmt.train.Optim.new(opt) end functio...
mit
lichtl/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Pelsey-Holsey.lua
14
1065
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Pelsey-Holsey -- Type: Standard NPC -- @zone 94 -- @pos 119.755 -4.5 209.754 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;...
gpl-3.0
ForsakenX/6dof
level/d1rdl.lua
1
5184
-- vim:set sw=4 ts=4: -- -- This Lua script reads vertex/face from a Descent 1 .rdl level file. -- -- Copyright (C) 2010 Pim Goossens -- -- 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; eithe...
gpl-2.0
padrinoo/padrino15
plugins/bugzilla.lua
611
3983
do local BASE_URL = "https://bugzilla.mozilla.org/rest/" local function bugzilla_login() local url = BASE_URL.."login?login=" .. _config.bugzilla.username .. "&password=" .. _config.bugzilla.password print("accessing " .. url) local res,code = https.request( url ) local data = json:decode(res) return data ...
gpl-2.0
lichtl/darkstar
scripts/globals/items/serving_of_karni_yarik_+1.lua
18
1379
----------------------------------------- -- ID: 5589 -- Item: serving_of_karni_yarik_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Agility 3 -- Vitality -1 -- Attack % 20 -- Attack Cap 65 ----------------------------------------- require("scripts/globals/status"); -----------------...
gpl-3.0
raingloom/yaoui
examples/anime/yaoui/dialogs/winapi/struct.lua
4
7372
--ffi/struct: struct ctype wrapper --Written by Cosmin Apreutesei. Public Domain. local yui_path = (...):match('(.-)[^%.]+$') setfenv(1, require(yui_path .. 'namespace')) require(yui_path .. 'util') local Struct = {} local Struct_meta = {__index = Struct} --struct virtual field setter and getter -------------------...
mit
RunAwayDSP/darkstar
scripts/zones/Mount_Zhayolm/npcs/Waudeen.lua
9
2359
----------------------------------- -- Area: Mount_Zhayolm -- NPC: Waudeen -- Type: Assault -- !pos 673.882 -23.995 367.604 61 ----------------------------------- local ID = require("scripts/zones/Mount_Zhayolm/IDs") require("scripts/globals/keyitems") require("scripts/globals/missions") require("scripts/globals/quest...
gpl-3.0
PUMpITapp/getsmart
src/lora.lua
1
10998
--- Table containing metrics for font return { file="lora.PNG", height=148, description={ family="Lora", style="Bold", size=65 }, metrics={ ascender=117, descender=-32, height=148 }, texture={ file="lora.PNG", width=1024, height=1024 }, chars={ {char=" ",width=31,x=1,y=98,w=0,h=0,ox=0,oy=0}...
gpl-3.0
lichtl/darkstar
scripts/globals/weaponskills/mystic_boon.lua
19
2075
----------------------------------- -- Mystic Boon -- Club weapon skill -- Skill level: N/A -- Converts damage dealt to own MP. Damage varies with TP. Yagrush: Aftermath effect varies with TP. -- Available only after completing the Unlocking a Myth (White Mage) quest. -- Damage is significantly affected by Attack. Veri...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/Northern_San_dOria/npcs/Guilerme.lua
11
1569
----------------------------------- -- Area: Northern San d'Oria -- NPC: Guillerme -- Involved in Quest: Rosel the Armorer -- !pos -4.500 0.000 99.000 231 ----------------------------------- local ID = require("scripts/zones/Northern_San_dOria/IDs"); require("scripts/globals/settings"); require("scripts/globals/title...
gpl-3.0
lichtl/darkstar
scripts/globals/items/plate_of_tentacle_sushi_+1.lua
18
1750
----------------------------------------- -- ID: 5216 -- Item: plate_of_tentacle_sushi_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- HP 20 -- Dexterity 3 -- Agility 3 -- Mind -1 -- Accuracy % 20 (cap 20) -- Ranged Accuracy % 20 (cap 20) -- Double Attack 1 -----------------------------...
gpl-3.0
ImpossibleBananaLabs/Factorio-Advanced-Electric
prototypes/technology/poles.lua
1
5039
local wooden_poles_2 = util.table.deepcopy(data.raw.technology["electric-energy-distribution-1"]) wooden_poles_2.name = "small-electric-pole-2" wooden_poles_2.effects = {{}} wooden_poles_2.effects[1].type = "unlock-recipe" wooden_poles_2.effects[1].recipe = "small-electric-pole-2" wooden_poles_2.prerequisites[1] = "ele...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/AlTaieu/npcs/qm3.lua
12
1362
----------------------------------- -- Area: Al'Taieu -- NPC: ??? (Jailer of Prudence Spawn) -- Allows players to spawn the Jailer of Prudence by trading the Third Virtue, Deed of Sensibility, and High-Quality Hpemde Organ to a ???. -- !pos , 706 -1 22 ----------------------------------- local ID = require("scripts/zo...
gpl-3.0
OctoEnigma/shiny-octo-system
lua/includes/modules/list.lua
2
1140
--=============================================================================-- -- -- A really simple module to allow easy additions to lists of items -- --=============================================================================-- local table = table local pairs = pairs module( "list" ) local g_Li...
mit
lichtl/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Porter_Moogle.lua
14
1549
----------------------------------- -- 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_W...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/items/calico_comet.lua
11
1051
----------------------------------------- -- ID: 5715 -- Item: Calico Comet -- Food Effect: 5 Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status") require("scripts/globals/msg") ----------------------------------...
gpl-3.0
lichtl/darkstar
scripts/zones/Castle_Oztroja/npcs/_47k.lua
14
1624
----------------------------------- -- Area: Castle Oztroja -- NPC: _47k (Torch Stand) -- Notes: Opens door _472 near password #1 -- @pos -57.412 -1.864 -30.627 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/...
gpl-3.0
avilleret/openvibe
applications/demos/ssvep-demo/bci-examples/ssvep/scripts/classifier-training-target-separator.lua
5
1266
targets = {} non_targets = {} sent_stimulation = 0 function initialize(box) dofile(box:get_config("${Path_Data}") .. "/plugins/stimulation/lua-stimulator-stim-codes.lua") -- read the parameters of the box s_targets = box:get_setting(2) for t in s_targets:gmatch("%d+") do targets[t + 0] = true end s_non_...
agpl-3.0
lichtl/darkstar
scripts/globals/items/tizona.lua
13
1377
----------------------------------------- -- ID: 19006 -- Item: Tizona -- Additional effect: MP Gain from damage dealt ----------------------------------------- require("scripts/globals/status"); ----------------------------------- -- onAdditionalEffect Action ----------------------------------- function onAdditiona...
gpl-3.0
lichtl/darkstar
scripts/globals/weaponskills/viper_bite.lua
18
1699
----------------------------------- -- Viper Bite -- Dagger weapon skill -- Skill level: 100 -- Deals double damage and Poisons target. Duration of poison varies with TP. -- Doubles attack and not damage. -- Despite the animation showing two swings, this is a single-hit weapon skill. -- Will stack with Sneak Attack. --...
gpl-3.0
NiLuJe/koreader
frontend/version.lua
4
3187
--[[-- This module helps with retrieving version information. ]] local Version = {} --- Returns current KOReader git-rev. -- @treturn string full KOReader git-rev such as `v2015.11-982-g704d4238` function Version:getCurrentRevision() if not self.rev then local rev_file = io.open("git-rev", "r") if...
agpl-3.0
CZ-NIC/turris-updater
src/lib/lua/postprocess.lua
1
14733
--[[ Copyright 2016, CZ.NIC z.s.p.o. (http://www.nic.cz/) This file is part of the turris updater. Updater 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 3 of the License, or (at your option) any...
gpl-3.0
lichtl/darkstar
scripts/zones/Kazham/npcs/Eron-Tomaron.lua
27
3824
----------------------------------- -- Area: Kazham -- NPC: Eron-Tomaron -- Title Change NPC -- @pos -22 -4 -24 250 ----------------------------------- require("scripts/globals/titles"); local title2 = { DISCERNING_INDIVIDUAL , VERY_DISCERNING_INDIVIDUAL , EXTREMELY_DISCERNING_INDIVIDUAL , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,...
gpl-3.0
ali123345/ali-
plugin/muteall.lua
1
4809
do local function pre_process(msg) local hash = 'muteall:'..msg.to.id if redis:get(hash) and msg.to.type == 'channel' and not is_mod(msg) then tdcli.deleteMessages(msg.chat_id_, {[0] = msg.id_}) end return msg end local function run(msg, matches) local hash = "gp_lang:"..msg.to.id local lang = red...
gpl-3.0
lichtl/darkstar
scripts/zones/Middle_Delkfutts_Tower/npcs/Treasure_Chest.lua
17
3792
----------------------------------- -- Area: Middle Delkfutt's Tower -- NPC: Treasure Chest -- Involved In Quest: Wings of Gold -- @zone 157 ----------------------------------- package.loaded["scripts/zones/Middle_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings")...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/spells/bluemagic/metallic_body.lua
12
1412
----------------------------------------- -- Spell: Metallic Body -- Absorbs an certain amount of damage from physical and magical attacks -- Spell cost: 19 MP -- Monster Type: Aquans -- Spell Type: Magical (Earth) -- Blue Magic Points: 1 -- Stat Bonus: None -- Level: 8 -- Casting Time: 7 seconds -- Recast Time: 60 sec...
gpl-3.0
lichtl/darkstar
scripts/zones/West_Sarutabaruta/npcs/Darumomo_WW.lua
14
3348
----------------------------------- -- Area: West Sarutabaruta -- NPC: Darumomo, W.W. -- Type: Border Conquest Guards -- @pos 399.450 -25.858 727.545 115 ----------------------------------- package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil; ----------------------------------- require("scripts/globals/co...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/Apollyon/mobs/Light_Elemental.lua
9
2117
----------------------------------- -- Area: Apollyon SW -- Mob: Light Elemental ----------------------------------- require("scripts/globals/limbus"); ----------------------------------- function onMobDeath(mob, player, isKiller) end; function onMobDespawn(mob) local mobID = mob:getID(); -- print(mobID); lo...
gpl-3.0
kwketh/otclient
modules/corelib/ui/uiminiwindow.lua
1
10469
-- @docclass UIMiniWindow = extends(UIWindow) function UIMiniWindow.create() local miniwindow = UIMiniWindow.internalCreate() return miniwindow end function UIMiniWindow:getClassName() return 'UIMiniWindow' end function UIMiniWindow:open(dontSave) self:setVisible(true) if not dontSave then self:setSet...
mit
lichtl/darkstar
scripts/zones/Port_Windurst/npcs/Sigismund.lua
13
2392
----------------------------------- -- Area: Windurst Waters -- NPC: Sigismund -- Starts and Finishes Quest: To Catch a Falling Star -- Working 100% -- @zone = 240 -- @pos = -110 -10 82 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; --------------------------------...
gpl-3.0
ArianWatch/VivaTeam
plugins/inrealm.lua
850
25085
-- 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
dalqak/slf
plugins/inrealm.lua
850
25085
-- 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...
agpl-3.0
lichtl/darkstar
scripts/zones/Davoi/npcs/Storage_Hole.lua
14
1596
----------------------------------- -- Area: Davoi -- NPC: Storage Hole -- Involved in Quest: The Crimson Trial -- @pos -51 4 -217 149 ----------------------------------- package.loaded["scripts/zones/Davoi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/glob...
gpl-3.0
lichtl/darkstar
scripts/zones/Northern_San_dOria/npcs/Attarena.lua
17
1958
----------------------------------- -- Area: Northern San d'Oria -- NPC: Attarena -- Only sells when San d'Oria controlls Li'Telor Region ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northe...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/Northern_San_dOria/npcs/Attarena.lua
11
1244
----------------------------------- -- Area: Northern San d'Oria -- NPC: Attarena -- Only sells when San d'Oria controlls Li'Telor Region ----------------------------------- local ID = require("scripts/zones/Northern_San_dOria/IDs") require("scripts/globals/events/harvest_festivals") require("scripts/glo...
gpl-3.0
lichtl/darkstar
scripts/zones/Norg/npcs/Fouvia.lua
14
1622
----------------------------------- -- Area: Norg -- NPC: Fouvia -- Type: Wyvern Name Changer -- @zone 252 -- @pos -84.066 -6.414 47.826 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/gl...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/FeiYin/npcs/Rukususu.lua
9
1210
----------------------------------- -- Area: Fei'Yin -- NPC: Rukususu (talk to Cermet Door _no5 to trigger) -- Type: Quest NPC -- !pos -194.133 -0.986 191.077 204 -- Involved in quests: Curses, Foiled A-Golem!?,SMN AF2: Class Reunion, SMN AF3: Carbuncle Debacle -- Involved in Missions: Windurst 5-1/7-2/8-2 ----...
gpl-3.0
OctoEnigma/shiny-octo-system
gamemodes/terrortown/entities/entities/ttt_radio.lua
3
6887
---- Radio equipment playing distraction sounds AddCSLuaFile() if CLIENT then -- this entity can be DNA-sampled so we need some display info ENT.Icon = "vgui/ttt/icon_radio" ENT.PrintName = "radio_name" end ENT.Type = "anim" ENT.Model = Model("models/props/cs_office/radio.mdl") ENT.CanUseKey = true ENT.Can...
mit
RunAwayDSP/darkstar
scripts/globals/items/piece_of_kusamochi_+1.lua
11
1875
----------------------------------------- -- ID: 6263 -- Item: kusamochi+1 -- Food Effect: 60 Min, All Races ----------------------------------------- -- HP + 30 (Pet & Master) -- Vitality + 4 (Pet & Master) -- Attack + 21% Cap: 77 (Pet & Master) Pet Cap: 120 -- Ranged Attack + 21% Cap: 77 (Pet & Master) Pet Cap: 120 -...
gpl-3.0
Joemag/Egg-Battle
lua/ErrorManager/init.lua
1
11454
--[[ Copyright 2014 Sergej Nisin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in w...
apache-2.0
lichtl/darkstar
scripts/zones/Misareaux_Coast/npcs/_0p0.lua
14
2580
----------------------------------- -- Area: Misareaux Coast -- NPC: Dilapidated Gate -- @pos 260 9 -435 25 ----------------------------------- package.loaded["scripts/zones/Misareaux_Coast/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Misareaux_Coast...
gpl-3.0
lichtl/darkstar
scripts/globals/spells/valor_minuet_ii.lua
27
1565
----------------------------------------- -- Spell: Valor Minuet II -- Grants Attack bonus to all allies. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster...
gpl-3.0
lichtl/darkstar
scripts/zones/Abyssea-Konschtat/npcs/qm6.lua
10
1347
----------------------------------- -- Zone: Abyssea-Konschtat -- NPC: qm6 (???) -- Spawns Bloodguzzler -- @pos ? ? ? 15 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) ...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/spells/bluemagic/sub-zero_smash.lua
4
1822
----------------------------------------- -- Spell: Sub-zero Smash -- Additional Effect: Paralysis. Damage varies with TP -- Spell cost: 44 MP -- Monster Type: Aquans -- Spell Type: Physical (Blunt) -- Blue Magic Points: 4 -- Stat Bonus: HP+10 VIT+3 -- Level: 72 -- Casting Time: 1 second -- Recast Time: 30 seconds -- S...
gpl-3.0
lichtl/darkstar
scripts/globals/spells/thunderstorm.lua
32
1193
-------------------------------------- -- Spell: Thunderstorm -- Changes the weather around target party member to "thundery." -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); -------------------------------------...
gpl-3.0
lichtl/darkstar
scripts/zones/Uleguerand_Range/npcs/HomePoint#3.lua
27
1258
----------------------------------- -- Area: Uleguerand_Range -- NPC: HomePoint#3 -- @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
scscgit/scsc_wildstar_addons
MarketplaceAuctionEnhanced/MarketplaceAuctionEnhanced.lua
1
9543
----------------------------------------------------------------------------------------------- -- Client Lua Script for MarketplaceAuctionEnhanced -- Copyright (c) NCsoft. All rights reserved ----------------------------------------------------------------------------------------------- require "Window" require "Gam...
mit
RunAwayDSP/darkstar
scripts/zones/Norg/npcs/Parlemaille.lua
14
1495
----------------------------------- -- Area: Norg -- NPC: Parlemaille -- Standard Info NPC ----------------------------------- require("scripts/globals/pathfind"); ----------------------------------- local path = { -20.369047, 1.097733, -24.847025, -20.327482, 1.097733, -25.914215, -20.272402, 1.097733, -...
gpl-3.0
lichtl/darkstar
scripts/globals/abilities/pets/hydro_breath.lua
29
1337
--------------------------------------------------- -- Hydro Breath --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/ability"); -----------------------------------------------...
gpl-3.0
lichtl/darkstar
scripts/zones/Ship_bound_for_Selbina/npcs/Maera.lua
14
1361
----------------------------------- -- Area: Ship bound for Selbina -- NPC: Maera -- Type: Standard Merchant NPC -- @pos -1.139 -2.101 -9.000 220 ----------------------------------- package.loaded["scripts/zones/Ship_bound_for_Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/globals/setti...
gpl-3.0
DaCyclops/robotic-combinators
prototypes/signals-robotic.lua
1
2682
data:extend( { { type = "virtual-signal", name = "signal-robot-log-idle", icon = "__robotic-combinators__/graphics/signal-robot-log-idle.png", subgroup = "virtual-signal-number", order = "r[robots]-[01]" }, { type = "virtual-signal", name = "signal-robot-log-total", icon = "__robot...
mit
lichtl/darkstar
scripts/zones/RuLude_Gardens/npcs/Pherimociel.lua
5
2703
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Pherimociel -- Involved in mission: COP 1-2 -- @pos -31.627 1.002 67.956 243 ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); r...
gpl-3.0
zegotinha/LiveShift
vlclib/windows/lua/intf/telnet.lua
2
8395
--[==========================================================================[ telnet.lua: VLM interface plugin --[==========================================================================[ Copyright (C) 2007 the VideoLAN team $Id$ Authors: Antoine Cellerier <dionoea at videolan dot org> This program is free so...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/items/bowl_of_soy_ramen_+1.lua
11
1526
----------------------------------------- -- ID: 6459 -- Item: bowl_of_soy_ramen_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- HP +55 -- STR +6 -- VIT +6 -- AGI +4 -- Attack +11% (cap 175) -- Ranged Attack +11% (cap 175) -- Resist Slow +15 ----------------------------------------- req...
gpl-3.0
lichtl/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/HomePoint#3.lua
27
1287
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: HomePoint#3 -- @pos -108 -6 -108 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); require("s...
gpl-3.0
lichtl/darkstar
scripts/zones/Jugner_Forest/Zone.lua
4
4186
----------------------------------- -- -- Zone: Jugner_Forest (104) -- ----------------------------------- package.loaded[ "scripts/zones/Jugner_Forest/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/zones/Jugner_Forest/TextIDs"); require("...
gpl-3.0
sjznxd/lc-20130222
applications/luci-radvd/luasrc/model/cbi/radvd/rdnss.lua
74
2324
--[[ LuCI - Lua Configuration Interface Copyright 2010 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id$ ]]-- lo...
apache-2.0
RunAwayDSP/darkstar
scripts/globals/spells/diaga_iii.lua
11
2314
----------------------------------------- -- Spell: Diaga III -- Lowers an enemy's defense and gradually deals light elemental damage. ----------------------------------------- require("scripts/globals/settings") require("scripts/globals/status") require("scripts/globals/magic") require("scripts/globals/utils") require...
gpl-3.0
lichtl/darkstar
scripts/zones/Port_Windurst/npcs/_6o6.lua
14
1442
----------------------------------- -- Area: Port Windurst -- NPC: Door: Departures Exit -- @zone 240 -- @pos 218 -5 114 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/ke...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Claymore.lua
9
1185
----------------------------------- -- Area: Dynamis - Xarcabard -- Mob: Animated Claymore ----------------------------------- require("scripts/globals/status"); local ID = require("scripts/zones/Dynamis-Xarcabard/IDs"); ----------------------------------- function onMobEngaged(mob,target) if (mob:AnimationSub()...
gpl-3.0
NiLuJe/koreader
plugins/vocabbuilder.koplugin/db.lua
3
18425
local DataStorage = require("datastorage") local Device = require("device") local SQ3 = require("lua-ljsqlite3/init") local LuaData = require("luadata") local logger = require("logger") local db_location = DataStorage:getSettingsDir() .. "/vocabulary_builder.sqlite3" local DB_SCHEMA_VERSION = 20221002 local VOCABULAR...
agpl-3.0
lichtl/darkstar
scripts/zones/Selbina/npcs/Romeo.lua
14
2522
----------------------------------- -- Area: Selbina -- NPC: Romeo -- Starts and Finishes Quest: Donate to Recycling -- @zone 248 -- @pos -11 -11 -6 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); ...
gpl-3.0
raingloom/yaoui
yaoui/View.lua
4
7035
local yui_path = (...):match('(.-)[^%.]+$') .. '.' local Object = require(yui_path .. 'UI.classic.classic') local View = Object:extend('View') function View:new(yui, x, y, w, h, layout) if not layout then error('No layout specified') end self.yui = yui self.x, self.y = x, y self.w, self.h = w, h se...
mit
lichtl/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5fe.lua
12
1096
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Odin's Gate -- @pos 100 -34 -49 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs"); ------...
gpl-3.0
lichtl/darkstar
scripts/zones/Sealions_Den/bcnms/warriors_path.lua
26
2441
----------------------------------- -- Area: Sealion's Den -- Name: warriors_path -- bcnmID : 993 ----------------------------------- package.loaded["scripts/zones/Sealions_Den/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/keyitems"); require("scripts/...
gpl-3.0
lichtl/darkstar
scripts/zones/Upper_Delkfutts_Tower/npcs/_4e2.lua
14
1347
----------------------------------- -- Area: Upper Delkfutt's Tower -- NPC: Elevator -- @pos -294 -143 27 158 ----------------------------------- package.loaded["scripts/zones/Upper_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Upper_D...
gpl-3.0
lichtl/darkstar
scripts/globals/mobskills/Pyric_Bulwark.lua
27
1086
--------------------------------------------- -- Pyric Bulwark -- -- Description: Grants a Physical Shield effect for a time. -- Type: Enhancing -- -- Range: Self --------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstert...
gpl-3.0
RunAwayDSP/darkstar
scripts/globals/abilities/pets/thunderstorm.lua
11
1428
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("scripts/globals/settings") require("scripts/globals/status") require("scripts/globals/monstertpmoves") require("scripts/globals/magic") --------------------------------------------------- funct...
gpl-3.0
lichtl/darkstar
scripts/globals/items/serving_of_monastic_sautee.lua
18
1312
----------------------------------------- -- ID: 4293 -- Item: serving_of_monastic_sautee -- Food Effect: 240Min, All Races ----------------------------------------- -- Agility 1 -- Ranged ACC % 7 -- Ranged ACC Cap 20 ----------------------------------------- require("scripts/globals/status"); -----------------------...
gpl-3.0
lichtl/darkstar
scripts/globals/items/ilm-long_salmon_sub.lua
18
1492
----------------------------------------- -- ID: 4266 -- Item: ilm-long_salmon_sub -- Food Effect: 60Min, All Races ----------------------------------------- -- Dexterity 2 -- Agility 1 -- Vitality 1 -- Intelligence 2 -- Mind -2 -- Ranged ACC 3 ----------------------------------------- require("scripts/globals/status"...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/Windurst_Waters/npcs/Hakeem.lua
12
1287
----------------------------------- -- Area: Windurst Waters -- NPC: Hakeem -- Type: Cooking Image Support -- !pos -123.120 -2.999 65.472 238 ----------------------------------- require("scripts/globals/status"); require("scripts/globals/crafting"); local ID = require("scripts/zones/Windurst_Waters/IDs"); ------------...
gpl-3.0
lichtl/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Longsword.lua
17
1502
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Animated Longsword ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobE...
gpl-3.0
lichtl/darkstar
scripts/globals/spells/phalanx.lua
27
1151
----------------------------------------- -- Spell: PHALANX ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,target,s...
gpl-3.0
lichtl/darkstar
scripts/globals/items/fish_chiefkabob.lua
18
1530
----------------------------------------- -- ID: 4575 -- Item: fish_chiefkabob -- Food Effect: 60Min, All Races ----------------------------------------- -- Dexterity 1 -- Vitality 2 -- Mind 1 -- Charisma 1 -- defense % 26 -- defense Cap 95 ----------------------------------------- require("scripts/globals/status"); ...
gpl-3.0
kwketh/otclient
modules/client_stats/stats.lua
2
3776
UUID = nil HOST = 'otclient.herokuapp.com' PORT = 80 FIRST_REPORT_DELAY = 15 REPORT_DELAY = 60 sendReportEvent = nil firstReportEvent = nil function initUUID() UUID = g_settings.getString('report-uuid') if not UUID or #UUID ~= 36 then UUID = g_crypt.genUUID() g_settings.set('report-uuid', UUID) end end ...
mit
RunAwayDSP/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/Hume_Bones.lua
9
1258
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Hume Bones -- Involved in Quests: Blue Ribbon Blues -- !pos 299 0.1 19 195 ----------------------------------- local ID = require("scripts/zones/The_Eldieme_Necropolis/IDs") require("scripts/globals/npc_util") require("scripts/globals/quests")...
gpl-3.0
RunAwayDSP/darkstar
scripts/zones/Western_Adoulin/npcs/Defliaa.lua
9
1591
----------------------------------- -- Area: Western Adoulin -- NPC: Defliaa -- Type: Quest NPC and Shop NPC -- Involved with Quest: 'All the Way to the Bank' -- !pos 43 2 -113 256 ----------------------------------- local ID = require("scripts/zones/Western_Adoulin/IDs"); require("scripts/globals/keyitems"); requ...
gpl-3.0
ld-test/loop
lua/loop/thread/SocketScheduler.lua
12
3473
-------------------------------------------------------------------------------- ---------------------- ## ##### ##### ###### ----------------------- ---------------------- ## ## ## ## ## ## ## ----------------------- ---------------------- ## ## ## ## ## ###### --------------------...
mit
Megaf/MegafXPlore2
mods/areas/internal.lua
5
7252
function areas:player_exists(name) return minetest.get_auth_handler().get_auth(name) ~= nil end -- Save the areas table to a file function areas:save() local datastr = minetest.serialize(self.areas) if not datastr then minetest.log("error", "[areas] Failed to serialize area data!") return end local file, err...
gpl-3.0
lichtl/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Caiphimonride.lua
17
1310
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Caiphimonride -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; require("scripts/zones/Tavnazian_Safehold/TextIDs"); -------------------...
gpl-3.0
NiLuJe/koreader
spec/unit/widget_inputcontainer_spec.lua
8
5927
describe("InputContainer widget", function() local InputContainer, Screen setup(function() require("commonrequire") InputContainer = require("ui/widget/container/inputcontainer") Screen = require("device").screen end) it("should register touch zones", function() local ic...
agpl-3.0
NiLuJe/koreader
frontend/apps/cloudstorage/ftp.lua
4
6011
local BD = require("ui/bidi") local ConfirmBox = require("ui/widget/confirmbox") local DocumentRegistry = require("document/documentregistry") local FtpApi = require("apps/cloudstorage/ftpapi") local InfoMessage = require("ui/widget/infomessage") local MultiInputDialog = require("ui/widget/multiinputdialog") local Read...
agpl-3.0
scscgit/scsc_wildstar_addons
WSRPHousing/Lists/EntityDominionPlayer.lua
1
10146
ChatSystemLib.PostOnChannel(ChatSystemLib.ChatChannel_System, "[WSRP Housing Directory] Entity: Dominion Directory Loaded.") return { { title = "Valiantheart Coliseum", owner = "Erallia Valiantheart", hours = "Refer to Owner for hours", staff = "Erallia Valiantheart", description = "The Valiantheart Coliseum and Tav...
mit
RunAwayDSP/darkstar
scripts/globals/items/yogurt_cake.lua
11
1025
----------------------------------------- -- ID: 5627 -- Item: Yogurt Cake -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- Intelligence 1 -- HP Recovered while healing 3 -- MP Recovered while healing 6 ----------------------------------------- require("scripts/globals...
gpl-3.0
lichtl/darkstar
scripts/zones/Port_Bastok/npcs/Styi_Palneh.lua
27
4322
----------------------------------- -- Area: Port Bastok -- NPC: Styi Palneh -- Title Change NPC -- @pos 28 4 -15 236 ----------------------------------- require("scripts/globals/titles"); local title2 = { NEW_ADVENTURER , BASTOK_WELCOMING_COMMITTEE , BUCKET_FISHER , PURSUER_OF_THE_PAST , MOMMYS_HELPER , HOT_DOG , ...
gpl-3.0
lichtl/darkstar
scripts/zones/Dragons_Aery/mobs/Nidhogg.lua
12
2334
----------------------------------- -- Area: Dragons Aery -- HNM: Nidhogg ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action ----------------------------------- f...
gpl-3.0
Megaf/MegafXPlore2
mods/player_api/api.lua
1
4031
-- Minetest 0.4 mod: player -- See README.txt for licensing and other information. player_api = {} -- Player animation blending -- Note: This is currently broken due to a bug in Irrlicht, leave at 0 local animation_blend = 0 player_api.registered_models = { } -- Local for speed. local models = player_api.registered...
gpl-3.0