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 |
|---|---|---|---|---|---|
hooksta4/darkstar | scripts/zones/Bastok_Markets/npcs/Malene.lua | 2 | 2293 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Malene
-- Type: Quest NPC
-- @zone: 235
-- @pos -173 -4 64
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/globals/titles");
require("scripts... | gpl-3.0 |
FishFilletsNG/fillets-data | script/pyramid/dialogs_nl.lua | 1 | 1537 |
dialogId("pyr-m-kam", "font_small", "Where are we now?")
dialogStr("Waar zijn we nu beland?")
dialogId("pyr-v-vsim", "font_big", "The Pyramids... Notice how the classical motifs mix in this city.")
dialogStr("De pyramiden... Zie je hoe de klassieke motieven vermengen in deze stad?")
dialogId("pyr-m-plaz", "font_sm... | gpl-2.0 |
gflima/nclua | tests/test-canvas-attrFilter.lua | 1 | 1568 | --[[ Copyright (C) 2013-2018 PUC-Rio/Laboratorio TeleMidia
This file is part of NCLua.
NCLua 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... | gpl-2.0 |
ak48disk/wowaddons | BlzPriestAoe/libs/CallbackHandler-1.0.lua | 4 | 9244 | --[[ $Id: CallbackHandler-1.0.lua 14 2010-08-09 00:43:38Z mikk $ ]]
local MAJOR, MINOR = "CallbackHandler-1.0", 6
local CallbackHandler = LibStub:NewLibrary(MAJOR, MINOR)
if not CallbackHandler then return end -- No upgrade needed
local meta = {__index = function(tbl, key) tbl[key] = {} return tbl[key] end}
... | mit |
hooksta4/darkstar | scripts/zones/zones/Metalworks/npcs/Grohm.lua | 19 | 2699 | -----------------------------------
-- Area: Metalworks
-- NPC: Grohm
-- Involved In Mission: Journey Abroad
-- @pos -18 -11 -27 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/z... | gpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/tests/lua-tests/src/KeypadTest/KeypadTest.lua | 13 | 1640 | local function KeypadMainLayer()
local layer = cc.Layer:create()
local function onEnter()
print("come in")
local s = cc.Director:getInstance():getWinSize()
local label = cc.Label:createWithTTF("Keypad Test", s_thonburiPath, 28)
layer:addChild(label, 0)
label:setAncho... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Aht_Urhgan_Whitegate/npcs/Zyfhil.lua | 34 | 1031 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Zyfhil
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
-----------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Davoi/npcs/Treasure_Chest.lua | 19 | 2551 | -----------------------------------
-- Area: Davoi
-- NPC: Treasure Chest
-- @zone 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/treasure");
require("scripts/zones/Davoi/Tex... | gpl-3.0 |
FishFilletsNG/fillets-data | script/bathroom/dialogs_cs.lua | 1 | 2792 |
dialogId("br-v-komfort", "font_big", "It’s quite comfortable for a wasteyard.")
dialogStr("Na to, že je to vlastně smetiště, je to docela komfort.")
dialogId("br-m-bydli", "font_small", "What do you think, does anybody live here?")
dialogStr("Myslíš, že tu někdo bydlí?")
dialogId("br-v-santusak", "font_big", "Some... | gpl-2.0 |
hooksta4/darkstar | scripts/globals/spells/blind_ii.lua | 18 | 1733 | -----------------------------------------
-- 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 |
gedadsbranch/Darkstar-Mission | scripts/zones/LaLoff_Amphitheater/npcs/qm1_1.lua | 12 | 2355 | -----------------------------------
-- Area: LaLoff_Amphitheater
-- NPC: Shimmering Circle (BCNM Entrances)
-------------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
package.loaded["scripts/globals/bcnm"] = nil;
-------------------------------------
require("scripts/glob... | gpl-3.0 |
Shayan123456/mehbot | plugins/time.lua | 120 | 2804 | -- Implement a command !time [area] which uses
-- 2 Google APIs to get the desired result:
-- 1. Geocoding to get from area to a lat/long pair
-- 2. Timezone to get the local time in that lat/long location
-- Globals
-- If you have a google api key for the geocoding/timezone api
api_key = nil
base_api = "https://m... | gpl-2.0 |
hooksta4/darkstar | scripts/globals/weaponskills/true_strike.lua | 18 | 1509 | -----------------------------------
-- True Strike
-- Club weapon skill
-- Skill level: 175
-- Deals params.critical damage. params.accuracy varies with TP.
-- 100% Critical Hit Rate. Has a substantial accuracy penalty at 100TP. http://www.bg-wiki.com/bg/True_Strike
-- Will stack with Sneak Attack.
-- Aligned wi... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Windurst_Waters/npcs/Moari-Kaaori.lua | 2 | 3884 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Moari-Kaaori
-- Working 100%
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/titles");
require("scripts/globals/settings");
require("scripts/zones/Windurst_Waters/TextIDs");
--------------------------... | gpl-3.0 |
p5n/notion | contrib/keybindings/emacs_bindings.lua | 3 | 10382 | -- Authors: Matthieu MOY <Matthieu.Moy@imag.fr>, David Hansen <david.hansen@physik.fu-berlin.de>, Tyranix <tyranix@gmail.com>, Adam Di Carlo <aph@debian.org>
-- License: Public domain
-- Last Changed: 2007-04-27
--
-- Emacs-like keyboard configuration for Ion, version 3.
-- Written by Matthieu MOY (Matthieu.Moy@imag.fr... | lgpl-2.1 |
hywei/monster | _3rdparty/bgfx/scripts/genie.lua | 1 | 6420 | --
-- Copyright 2010-2015 Branimir Karadzic. All rights reserved.
-- License: http://www.opensource.org/licenses/BSD-2-Clause
--
newoption {
trigger = "with-tools",
description = "Enable building tools.",
}
newoption {
trigger = "with-shared-lib",
description = "Enable building shared library.",
}
newoption {
t... | mit |
hooksta4/darkstar | scripts/globals/items/army_biscuit.lua | 35 | 1254 | -----------------------------------------
-- ID: 5657
-- Item: army_biscuit
-- Food Effect: 5Min?, All Races
-----------------------------------------
-- HP Recovered While Healing 3
-- MP Recovered While Healing 3
-----------------------------------------
require("scripts/globals/status");
---------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Attohwa_Chasm/npcs/plasmreward.lua | 1 | 1036 | -----------------------------------
-- Area: The Colosseum
-- NPC: CORAF1
-- Guild Merchant NPC: CORAF1
-- @pos 0 0 0 0 zone 71
-----------------------------------
package.loaded["scripts/zones/The_Colosseum/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/glo... | gpl-3.0 |
FishFilletsNG/fillets-data | script/gods/dialogs_it.lua | 1 | 9492 |
dialogId("lod-v-silenost0", "font_big", "I have a suspicion that we are about to discover something terrible.")
dialogStr("Ho il sospetto che scopriremo qualcosa di orribile.")
dialogId("lod-v-silenost1", "font_big", "I always knew that: the gods must be mad.")
dialogStr("L'ho sempre saputo: gli dei devono essere imp... | gpl-2.0 |
FishFilletsNG/fillets-data | script/captain/dialogs_pl.lua | 1 | 2128 |
dialogId("vl-m-hara", "font_small", "There is a lot of garbage here!")
dialogStr("Ale tu bałagan!")
dialogId("vl-v-kaj1", "font_big", "This was surely a captain’s cabin.")
dialogStr("To z pewnością kajuta kapitańska.")
dialogId("vl-v-kaj2", "font_big", "What would you expect after so many years?")
dialogStr("A cze... | gpl-2.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/red_curry_bun.lua | 21 | 1844 | -----------------------------------------
-- ID: 5759
-- Item: red_curry_bun
-- Food Effect: 30 Min, All Races
-----------------------------------------
-- Health 25
-- Strength 7
-- Agility 1
-- Intelligence -2
-- Attack % 24.7
-- Attack Cap 150
-- Ranged ATT % 24.7
-- Ranged ATT Cap 150
-- Demon Killer ... | gpl-3.0 |
prosody-modules/import2 | mod_roster_command/mod_roster_command.lua | 31 | 5484 | -----------------------------------------------------------
-- mod_roster_command: Manage rosters through prosodyctl
-- version 0.02
-----------------------------------------------------------
-- Copyright (C) 2011 Matthew Wild
-- Copyright (C) 2011 Adam Nielsen
--
-- This project is MIT/X11 licensed. Please see the
--... | mit |
hooksta4/darkstar | scripts/zones/Southern_San_dOria/npcs/Amutiyaal.lua | 2 | 4341 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Amutiyaal
-- Warp NPC (Aht Urhgan)
-- @pos 116 0.1 84 230
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("s... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Al_Zahbi/Zone.lua | 28 | 1323 | -----------------------------------
--
-- Zone: Al_Zahbi (48)
--
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Al_Zahbi/TextIDs");
----------------------------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Altar_Room/npcs/Hooknox.lua | 38 | 1033 | -----------------------------------
-- Area: Altar Room
-- NPC: Hooknox
-- Type: Standard NPC
-- @zone: 152
-- @pos -265.248 11.693 -102.547
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Altar_Room/TextIDs"] = nil;
----------------... | gpl-3.0 |
GreatBigBushyBeard/PAYDAY-2-BeardLib-Editor | Classes/Project/ProjectNarrativeEditor.lua | 1 | 17751 | ---Editor for BeardLib narrative module.
---@class ProjectNarrativeEditor : ProjectModuleEditor
ProjectNarrativeEditor = ProjectNarrativeEditor or class(ProjectModuleEditor)
ProjectEditor.EDITORS.narrative = ProjectNarrativeEditor
ProjectEditor.ACTIONS["CloneHeist"] = function(parent, create_data)
local levels = {}... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Konschtat_Highlands/npcs/Stone_Monument.lua | 32 | 1302 | -----------------------------------
-- Area: Konschtat Highlands
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos -102.355 7.981 253.706 108
-----------------------------------
package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil;
-----------------------------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/abilities/sic.lua | 28 | 1058 | -----------------------------------
-- Ability: Sic
-- Commands the charmed Pet to make a random special attack.
-- Obtained: Beastmaster Level 25
-- Recast Time: 2 minutes
-- Duration: N/A
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/mobskills/Radiant_Breath.lua | 17 | 1040 | ---------------------------------------------
-- Radiant Breath
--
-- Description: Deals light damage to enemies within a fan-shaped area of effect originating from the caster. Additional effect: Slow and Silence.
-- Type: Magical (Light)
--
--
---------------------------------------------
require("scripts/g... | gpl-3.0 |
kkragenbrink/shroud-addon | lib/AceGUI-3.0-SharedMediaWidgets/Libs/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua | 30 | 7163 | --[[-----------------------------------------------------------------------------
EditBox Widget
-------------------------------------------------------------------------------]]
local Type, Version = "EditBox", 25
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVersion(Type) or... | mit |
hooksta4/darkstar | scripts/globals/spells/bind.lua | 18 | 1086 | -----------------------------------------
-- Spell: Bind
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,target,... | gpl-3.0 |
unigent/openwrt-3.10.14 | package/ramips/ui/luci-mtk/src/modules/base/luasrc/sys/zoneinfo/tzoffset.lua | 72 | 3904 | --[[
LuCI - Autogenerated Zoneinfo Module
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
]]--
module "luci.sys.zoneinfo.tzoffset"
OFFSET = {
gmt =... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/zones/Toraimarai_Canal/npcs/qm9.lua | 19 | 1405 | -----------------------------------
-- Area: Toraimarai Canal
-- NPC: ???
-- Involved In Quest: Wild Card
-- @zone 169 // not accurate
-- @pos 220 16 -50 // not accurate
-----------------------------------
package.loaded["scripts/zones/Toraimarai_Canal/TextIDs"] = nil;
-----------------------------------
require("scr... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Ordelles_Caves/npcs/Stalagmite.lua | 9 | 2447 | -----------------------------------
-- Area: Ordelles Caves
-- NPC: Stalagmite
-- Involved In Quest: Sharpening the Sword
-- @pos -51 0.1 3 193
-----------------------------------
package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settin... | gpl-3.0 |
FishFilletsNG/fillets-data | script/cabin2/dialogs_en.lua | 1 | 2496 |
dialogId("k1-pap-3xkruty", "font_parrot", "Crrruel, crrruel, crrruel Captain Silverrrr...")
dialogId("k1-pap-kruty", "font_parrot", "Crrruel Captain Silverrrr...")
dialogId("k1-pap-kruci", "font_parrot", "Good grrrief!")
dialogId("k1-pap-problem", "font_parrot", "Trrricky prrroblem, isn’t it?")
dialogId("k1-pap-sa... | gpl-2.0 |
wanghuan1115/sdkbox-adcolony-sample | lua/src/cocos/cocos2d/DrawPrimitives.lua | 98 | 12024 |
local dp_initialized = false
local dp_shader = nil
local dp_colorLocation = -1
local dp_color = { 1.0, 1.0, 1.0, 1.0 }
local dp_pointSizeLocation = -1
local dp_pointSize = 1.0
local SHADER_NAME_POSITION_U_COLOR = "ShaderPosition_uColor"
local targetPlatform = cc.Application:getInstance():getTargetPlatform()
lo... | mit |
4aiman/MultiCraft_game | mods/fire/init.lua | 1 | 5422 | if not multicraft.get_modpath("check") then os.exit() end
if not default.multicraft_is_variable_is_a_part_of_multicraft_subgame_and_copying_it_means_you_use_our_code_so_we_become_contributors_of_your_project then exit() end
-- multicraft/fire/init.lua
multicraft.register_node("fire:basic_flame", {
description = "Fire... | lgpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/tests/lua-tests/src/RenderTextureTest/RenderTextureTest.lua | 15 | 17966 | -- Test #1 by Jason Booth (slipster216)
-- Test #3 by David Deaco (ddeaco)
--/**
-- * Impelmentation of RenderTextureSave
--*/
local function RenderTextureSave()
local ret = createTestLayer("Touch the screen",
"Press 'Save Image' to create an snapshot of the render texture")
... | mit |
hooksta4/darkstar | scripts/zones/RuAun_Gardens/npcs/qm4.lua | 16 | 1444 | -----------------------------------
-- Area: Ru'Aun Gardens
-- NPC: ??? (Suzaku's Spawn)
-- Allows players to spawn the HNM Suzaku with a Gem of the South and a Summerstone.
-- @pos -514 -70 -264 130
-----------------------------------
package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil;
---------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua | 2 | 3108 | -----------------------------------
-- 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 60
-- @pos... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Northern_San_dOria/npcs/Mevaloud.lua | 6 | 1369 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Mevaloud
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
requi... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Valkurm_Dunes/npcs/Nyata-Mobuta_WW.lua | 30 | 3056 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Nyata-Mobuta, W.W.
-- Type: Outpost Conquest Guards
-- @pos 139.394 -7.885 100.384 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conque... | gpl-3.0 |
alihosseni/ssss | plugins/plugins.lua | 1 | 6564 | do
-- Returns the key (index) in the config.enabled_plugins table
local function plugin_enabled( name )
for k,v in pairs(_config.enabled_plugins) do
if name == v then
return k
end
end
-- If not found
return false
end
-- Returns true if file exists in plugins folder
local function plugin_exists( ... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Buburimu_Peninsula/npcs/Mashasha_WW.lua | 30 | 3063 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Mashasha, W.W.
-- Border Conquest Guards
-- @pos -599.903 -41.441 165.776 118
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conqu... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Rabao/npcs/Scamplix.lua | 6 | 1397 | -----------------------------------
-- Area: Rabao
-- NPC: Scamplix
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
require("scripts/zones/Rabao/TextIDs");
-----------------------------------
-- onTrade Action
---------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/The_Colosseum/npcs/Smithing.lua | 2 | 3698 | -----------------------------------
-- Area: The Colosseum
-- NPC: Smithing
-- Guild Merchant NPC: Woodworking Guild
-- @pos 0 0 0 0 zone 71
-----------------------------------
package.loaded["scripts/zones/The_Colosseum/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/plate_of_royal_sautee.lua | 35 | 1749 | -----------------------------------------
-- ID: 4295
-- Item: plate_of_royal_sautee
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Strength 5
-- Agility 1
-- Intelligence -2
-- Attack % 20
-- Attack Cap 80
-- Ranged ATT % 20
-- Ranged ATT Cap 80
-- Stun Resist 5
-----------... | gpl-3.0 |
prosody-modules/import2 | mod_register_web/mod_register_web.lua | 27 | 5718 | local captcha_options = module:get_option("captcha_options", {});
local nodeprep = require "util.encodings".stringprep.nodeprep;
local usermanager = require "core.usermanager";
local http = require "net.http";
local path_sep = package.config:sub(1,1);
module:depends"http";
local extra_fields = {
nick = true; name = ... | mit |
FishFilletsNG/fillets-data | script/ufo/code.lua | 1 | 3588 |
-- -----------------------------------------------------------------
-- Init
-- -----------------------------------------------------------------
local function prog_init()
initModels()
sound_playMusic("music/rybky13.ogg")
local pokus = getRestartCount()
-- -------------------------------------------... | gpl-2.0 |
hooksta4/darkstar | scripts/globals/items/charred_salisbury_steak.lua | 36 | 1683 | -----------------------------------------
-- ID: 5925
-- Item: Charred Salisbury Steak
-- Food Effect: 240 Min, All Races
-----------------------------------------
-- HP +32
-- Strength +8
-- Intelligence -6
-- Attack % 22 Cap 165
-- Ranged Attack %22 Cap 165
-- Dragon Killer +6
----------------------------------------... | gpl-3.0 |
unigent/openwrt-3.10.14 | package/ramips/ui/luci-mtk/src/contrib/luadoc/lua/luadoc/taglet/standard.lua | 93 | 16319 | -------------------------------------------------------------------------------
-- @release $Id: standard.lua,v 1.39 2007/12/21 17:50:48 tomas Exp $
-------------------------------------------------------------------------------
local assert, pairs, tostring, type = assert, pairs, tostring, type
local io = require "io... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/zones/Castle_Zvahl_Baileys_[S]/mobs/Errand_Imp.lua | 2 | 1988 | <<<<<<< HEAD
-----------------------------------
-- Area: Castle Zvahl Baileys (S)
-- NPC: Errand Imp
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mob)
end;
------... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/abilities/addendum_white.lua | 28 | 1647 | -----------------------------------
-- Ability: Addendum: White
-- Allows access to additional White Magic spells while using Light Arts.
-- Obtained: Scholar Level 10
-- Recast Time: Stratagem Charge
-- Duration: 2 hours
--
-- Level |Charges |Recharge Time per Charge
-- ----- -------- ---------------
-- 1... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Port_Windurst/npcs/Ohruru.lua | 2 | 4555 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Ohruru
-- Starts & Finishes Repeatable Quest: Catch me if you can
-- Working 90%
-- Involved in Quest: Wonder Wands
-- Note: Animation for his "Cure" is not functioning. Unable to capture option 1, so if the user says no, he heals them anyways.
-- ... | gpl-3.0 |
RAlexis/ArcEmu_MoP | src/scripts/lua/Lua/Stable Scripts/Outland/Zul'Aman/BOSS_HexLordMalacrass.lua | 30 | 22440 | --[[***************************
* .-. *
* `-.. ..-. + + *
* `-''-'' ' *
* OpenSource Scripting *
* Team *
* http://sunplusplus.info *
* *
***************************
This software is provided as free and open source by the
staff o... | agpl-3.0 |
MadkaT182/DDRNoteskins | DisneyGroove/NoteSkin.lua | 38 | 4718 | --I am the bone of my noteskin
--Arrows are my body, and explosions are my blood
--I have created over a thousand noteskins
--Unknown to death
--Nor known to life
--Have withstood pain to create many noteskins
--Yet these hands will never hold anything
--So as I pray, Unlimited Stepman Works
local ret = ... or {};
--... | gpl-2.0 |
MadkaT182/DDRNoteskins | UM9/NoteSkin.lua | 38 | 4718 | --I am the bone of my noteskin
--Arrows are my body, and explosions are my blood
--I have created over a thousand noteskins
--Unknown to death
--Nor known to life
--Have withstood pain to create many noteskins
--Yet these hands will never hold anything
--So as I pray, Unlimited Stepman Works
local ret = ... or {};
--... | gpl-2.0 |
p5n/notion | contrib/statusd/statusd_mem.lua | 2 | 5471 | -- Authors: Mario Garcia H. <drosophila@nmental.com>
-- License: GPL, version 2
-- Last Changed: 2006-12-07
--
-------------------------------------------------------------------------------------------
--
-- PURPOSE:
-- Shows system available memory catching [free] command outputs.
-- It is intended to make it simple... | lgpl-2.1 |
MPX4132/DOTMonitor | Addon/source/Framework/UIKit/Icon.unsupported.lua | 1 | 5981 | -- =======================================================================================
-- Icon V0.1
-- Simple frame icon for WOW
-- =======================================================================================
local Icon = {instance = 0}
function Icon:Masked(masked)
self.isMasked = (masked == nil) or (... | gpl-3.0 |
schleumer/dotfiles | awesome/awesome-light/rc.lua | 1 | 17453 | -- Standard awesome library
require("awful")
require("awful.autofocus")
require("awful.rules")
-- Theme handling library
require("beautiful")
-- Notification library
require("naughty")
-- Load Debian menu entries
require("debian.menu")
require("volume")
-- {{{ Error handling
-- Check if awesome encountered an error ... | bsd-3-clause |
snabbco/snabb | lib/luajit/testsuite/test/lang/meta/arith_jit.lua | 6 | 2985 |
do --- assert rhs
local t = {}
local mt = {
__add = function(a, b) assert(b == t); return a+11 end,
__sub = function(a, b) assert(b == t); return a+12 end,
__mul = function(a, b) assert(b == t); return a+13 end,
__div = function(a, b) assert(b == t); return a+14 end,
__mod = function(a, b) asse... | apache-2.0 |
instead-hub/plainstead | build/games/mirror/actions.lua | 1 | 6207 | dofile('menu.lua');
Look = function(s)
if not s.exam then
return 'Ничего особенного...';
end
return call(s,'exam');
end
Open = function(s)
if not s.open then
return 'Это нельзя открыть...';
end
if s.Opened then
return 'Уже открыто...';
end
local r,v = call(s,'open');
if v ~= false then
s.Opened = tru... | mit |
gedadsbranch/Darkstar-Mission | scripts/globals/zone.lua | 5 | 1458 | -----------------------------------
-- SetExplorerMoogles
----------------------------------
function SetExplorerMoogles(moogle)
if (EXPLORER_MOOGLE == 1) then
local npc = GetNPCByID(moogle);
if(npc == nil) then
printf("'SetExplorerMoogles' Error trying to load undefined npc (%d)", Moog... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Apollyon/mobs/Light_Elemental.lua | 119 | 2423 | -----------------------------------
-- Area: Apollyon SW
-- NPC: elemental
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
--------------------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Carpenters_Landing/npcs/Guilloud.lua | 11 | 1376 | -----------------------------------
-- Area: Carpenters' Landing
-- NPC: Guilloud
-- Type: Standard NPC
-- @pos -123.770 -6.654 -469.062 2
-----------------------------------
package.loaded["scripts/zones/Carpenters_Landing/TextIDs"] = nil;
-----------------------------------
-----------------------------------
-... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Sauromugue_Champaign/npcs/qm6.lua | 19 | 2295 | -----------------------------------
-- Area: Sauromugue Champaign
-- NPC: qm6 (???) (Tower 6)
-- Involved in Quest: THF AF "As Thick As Thieves"
-- @pos 363.481 23.600 6.335 120
-----------------------------------
package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil;
----------------------------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/weaponskills/upheaval.lua | 30 | 1538 | -----------------------------------
-- Upheaval
-- Great Axe weapon skill
-- Skill Level: 357
-- Delivers a four-hit attack. Damage varies with TP.
-- In order to obtain Upheaval, the quest Martial Mastery must be completed.
-- Aligned with Flame Gorget, Light Gorget & Shadow Gorget.
-- Aligned with Flame Belt, ... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Aht_Urhgan_Whitegate/npcs/Naja_Salaheem.lua | 18 | 4974 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Naja Salaheem
-- Type: Standard NPC
-- @pos 22.700 -8.804 -45.591 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missio... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Northern_San_dOria/Zone.lua | 10 | 4482 | -----------------------------------
--
-- Zone: Northern_San_dOria (231)
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
require("scripts/globals/events/harvest_festivals");
require("scripts/globals/zone");
require("scripts/globals/settings");
require(... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Mhaura/npcs/Runito-Monito.lua | 4 | 1410 | -----------------------------------
-- Area: Mhaura
-- NPC: Runito-Monito
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/globals/shop");
-------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Mhaura/npcs/Runito-Monito.lua | 4 | 1410 | -----------------------------------
-- Area: Mhaura
-- NPC: Runito-Monito
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/globals/shop");
-------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Rabao/npcs/Brave_Wolf.lua | 6 | 1434 | -----------------------------------
-- Area: Rabao
-- NPC: Brave Wolf
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
require("scripts/zones/Rabao/TextIDs");
-----------------------------------
-- onTrade Action
-------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Windurst_Woods/npcs/Soni-Muni.lua | 4 | 2542 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Soni-Muni
-- Starts & Finishes Quest: The Amazin' Scorpio
-- @pos -17.073 1.749 -59.327 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/spells/bluemagic/radiant_breath.lua | 18 | 2304 | -----------------------------------------
-- Spell: Radiant Breath
-- Deals light damage to enemies within a fan-shaped area of effect originating from the caster. Additional effect: Slow and Silence.
-- Spell cost: 116 MP
-- Monster Type: Wyverns
-- Spell Type: Magical (Light)
-- Blue Magic Points: 4
-- Stat Bo... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Windurst_Woods/npcs/Meriri.lua | 19 | 1156 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Meriri
-- Guild Merchant NPC: Clothcrafting Guild
-- @pos -76.471 -3.55 -128.341 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settin... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Valley_of_Sorrows/npcs/qm1.lua | 16 | 1925 | -----------------------------------
-- Area: Valley of Sorrows
-- NPC: qm1 (???)
-- Note: Used to spawn Adamantoise and Aspidochelone
-- @pos 0 0 -37 59
-----------------------------------
package.loaded["scripts/zones/Valley_of_Sorrows/TextIDs"] = nil;
-----------------------------------
require("scripts/zo... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/dish_of_spaghetti_boscaiola_+1.lua | 35 | 1724 | -----------------------------------------
-- ID: 5201
-- Item: dish_of_spaghetti_boscaiola_+1
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health % 18
-- Health Cap 125
-- Magic 40
-- Strength -5
-- Dexterity -2
-- Vitality 2
-- Mind 4
-- Magic Regen While Healing 1
-------... | gpl-3.0 |
raubana/AttackOfTheMimics | gamemodes/attack_of_the_mimics/entities/weapons/swep_aotm_walkietalkie.lua | 1 | 3661 | AddCSLuaFile()
SWEP.Base = "weapon_base"
SWEP.PrintName = "Walkie Talkie"
SWEP.Category = "AOTM"
SWEP.Purpose = "10-4 good buddy."
SWEP.Instructions = "Primary: Talk"
SWEP.Spawnable = true
SWEP.AdminSpawnable = true
if CLIENT then
SWEP.BounceWeaponIcon = false
SWEP.WepSelectIcon = surface.GetTex... | mit |
gedadsbranch/Darkstar-Mission | scripts/globals/weaponskills/skullbreaker.lua | 30 | 1486 | -----------------------------------
-- Skullbreaker
-- Club weapon skill
-- Skill level: 150
-- Lowers enemy's INT. Chance of lowering INT varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Snow Gorget & Aqua Gorget.
-- Aligned with the Snow Belt & Aqua Belt.
-- Element: None
-- Modifiers: ST... | gpl-3.0 |
poriawk/Max | plugins/danbooru.lua | 616 | 1750 | do
local URL = "http://danbooru.donmai.us"
local URL_NEW = "/posts.json"
local URL_POP = "/explore/posts/popular.json"
local scale_day = "?scale=day"
local scale_week = "?scale=week"
local scale_month = "?scale=month"
local function get_post(url)
local b, c, h = http.request(url)
if c ~= 200 then return nil end
... | gpl-2.0 |
Hostle/openwrt-luci-multi-user | applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua | 46 | 3168 | -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
m = Map("luci_statistics",
translate("RRDTool Plugin Configuration"),
translate(
"The rrdtool plugin stores the collected data in rrd database " ..
"files, the foundation of the diagrams... | apache-2.0 |
mickelfeng/go-qt5 | make/ui/listwidget.lua | 2 | 2674 | module("listwidget")
name = "ListWidget"
base = "Widget"
funcs = [[
+ Init()
@ Count() (count int)
@ SetCurrentItem(item *ListWidgetItem)
@ CurrentItem() (item *ListWidgetItem)
@ SetCurrentRow(row int)
@ CurrentRow() (row int)
AddItem(item *ListWidgetItem)
InsertItem(index int,item *ListWidgetItem)
EditItem(item *Lis... | bsd-2-clause |
JoshuaGrams/love-demos | map-generator/v7/main.lua | 1 | 4219 | -- Add scrolling, space finishes map before starting another.
function love.load()
tSz = 16
step = 0.01
unsimulated = 0
rooms = {
{
chance = 10,
tiles = { {0,0} },
exits = { {1,0}, {0,1}, {-1,0}, {0,-1} }
},
{ -- 2x2 room
chance = 3,
tiles = { {0,0}, {1,0}, {0,-1}, {1,-1} },
exits = { {2... | mit |
hooksta4/darkstar | scripts/zones/West_Sarutabaruta_[S]/npcs/Sealed_Entrance_2.lua | 29 | 2250 | -----------------------------------
-- Area: West Sarutabaruta [S]
-- NPC: Sealed Entrance (Sealed_Entrance_2)
-- @pos 263.600 -6.512 40.000 95
-----------------------------------
package.loaded["scripts/zones/West_Sarutabaruta_[S]/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/quests... | gpl-3.0 |
dberga/arcbliz | src/scripts/lua/Lua/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Kilrek.lua | 30 | 1152 | function Kilrek_Broken_Pact(Unit, event, miscunit, misc)
if Unit:GetHealthPct() < 2 and Didthat == 0 then
Unit:FullCastSpellOnTarget(30065,Unit:GetUnitBySqlId(15688))
Unit:SendChatMessage(11, 0, "You let me down Terestian, you will pay for this...")
Didthat = 1
else
end
end
function Kilrek_FireBolt(Unit, even... | agpl-3.0 |
SirFrancisBillard/assorted-gamemodes | shooter/gamemode/modules/main/sh_botai.lua | 1 | 4762 |
function GM:StartCommand(ply, cmd)
if not ply:IsBot() or not ply:Alive() then return end
cmd:ClearMovement()
cmd:ClearButtons()
if ply:Team() == TEAM_SHOOTERS then
local nearest = nil
for k, v in pairs(player.GetAll()) do
if not IsValid(v) or not v:IsPlayer() or not v:Alive() or ply == v or v:Team() == TE... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/dish_of_spag_nero_di_seppia_+1.lua | 35 | 1798 | -----------------------------------------
-- ID: 5202
-- Item: dish_of_spag_nero_di_seppia_+1
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP % 17 (cap 140)
-- Dexterity 3
-- Vitality 2
-- Agility -1
-- Mind -2
-- Charisma -1
-- Double Attack 1
-- Store TP 6
---------------... | gpl-3.0 |
zielmicha/freeciv-mirror | dependencies/tolua-5.2/src/bin/lua/basic.lua | 7 | 4807 | -- tolua: basic utility functions
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 1998
-- Last update: Apr 2003
-- $Id: basic.lua,v 1.4 2009/11/24 16:45:13 fabraham Exp $
-- This code is free software; you can redistribute it and/or modify it.
-- The software provided hereunder is on an "as is" basis, a... | gpl-2.0 |
hooksta4/darkstar | scripts/globals/items/strip_of_bison_jerky.lua | 35 | 1398 | -----------------------------------------
-- ID: 5207
-- Item: strip_of_bison_jerky
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Strength 5
-- Mind -2
-- Attack % 18
-- Attack Cap 70
-----------------------------------------
require("scripts/globals/status");
------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Temenos/bcnms/Central_Temenos_Basement.lua | 13 | 1136 | -----------------------------------
-- Area: Temenos
-- Name:
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[C_Temenos_Base]UniqueID",GenerateLimbusKey());
HideArmouryCrates(GetInstanceRegion(1301),TEMENOS); ... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Bhaflau_Remnants/Zone.lua | 19 | 1071 | -----------------------------------
--
-- Zone: Bhaflau_Remnants
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Bhaflau_Remnants/TextIDs"] = nil;
require("scripts/zones/Bhaflau_Remnants/TextIDs");
-----------------------------------
-- onInitialize
-------... | gpl-3.0 |
FishFilletsNG/fillets-data | script/broom/dialogs_it.lua | 1 | 1831 |
dialogId("kos-m-uklid0", "font_small", "It’s been a long time since we’ve been here...")
dialogStr("È da tanto che non veninamo qui...")
dialogId("kos-m-uklid1", "font_small", "Nobody has cleaned up in here for a long time.")
dialogStr("È tanto che qui nessuno viene a pulire.")
dialogId("kos-m-uklid2", "font_small... | gpl-2.0 |
RAlexis/ArcEmu_MoP | src/scripts/lua/Lua/0Misc/0Defined Variables.lua | 30 | 42701 | --[[
OBJECT_FIELD_GUID 0x0000 // Size: 2, Type: LONG, Flags: PUBLIC
OBJECT_FIELD_TYPE 0x0002 // Size: 1, Type: INT, Flags: PUBLIC
OBJECT_FIELD_ENTRY 0x0003 // Size: 1, Type: INT, Flags: PUBLIC
OBJECT_FIELD_SCALE_X 0x0004 //... | agpl-3.0 |
snabbco/snabb | lib/ljsyscall/syscall/compat.lua | 24 | 4673 | -- Compatibility wrappers to add more commonality between different systems, plus define common functions from man(3)
local require, error, assert, tonumber, tostring,
setmetatable, pairs, ipairs, unpack, rawget, rawset,
pcall, type, table, string =
require, error, assert, tonumber, tostring,
setmetatable, pairs, ipa... | apache-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Windurst_Waters/npcs/Tonana.lua | 34 | 1137 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Tonana
-- Warps players to Windurst Woods
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Windurst_Waters/TextIDs");
------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Fort_Karugo-Narugo_[S]/Zone.lua | 3 | 1288 | -----------------------------------
--
-- Zone: Fort_Karugo-Narugo_[S] (96)
--
-----------------------------------
package.loaded["scripts/zones/Fort_Karugo-Narugo_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Fort_Karugo-Narugo_[S]/TextIDs");
---... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Port_Bastok/npcs/Tilian.lua | 38 | 1380 | -----------------------------------
-- Area: Port Bastok
-- NPC: Tilian
-- Type: Quest NPC
-- @pos -118.460 4.999 -68.090 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/zones... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/mushroom_salad.lua | 39 | 1426 | -----------------------------------------
-- ID: 5678
-- Item: Mushroom Salad
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- MP 14% Cap 85
-- Agility 6
-- Mind 6
-- Strength -5
-- Vitality -5
-----------------------------------------
require("scripts/globals/status");
------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/RuLude_Gardens/npcs/Maat.lua | 1 | 9763 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Maat
-- Starts and Finishes Quest: Limit Break Quest 1-5
-- Involved in Quests: Beat Around the Bushin
-- @zone 243
-- @pos 8 3 118
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
package.loaded["scri... | gpl-3.0 |
AnySDK/Sample_Lua | src/cocos/extension/DeprecatedExtensionEnum.lua | 40 | 1369 |
_G.kCCControlStepperPartMinus = cc.CONTROL_STEPPER_PART_MINUS
_G.kCCControlStepperPartPlus = cc.CONTROL_STEPPER_PART_PLUS
_G.kCCControlStepperPartNone = cc.CONTROL_STEPPER_PART_NONE
_G.CCControlEventTouchDown = cc.CONTROL_EVENTTYPE_TOUCH_DOWN
_G.CCControlEventTouchDragInside = cc.CONTROL_... | mit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.