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 |
|---|---|---|---|---|---|
UnfortunateFruit/darkstar | scripts/globals/spells/bluemagic/queasyshroom.lua | 9 | 2026 | -----------------------------------------
-- Spell: Queasyshroom
-- Additional effect: Poison. Duration of effect varies with TP
-- Spell cost: 20 MP
-- Monster Type: Plantoids
-- Spell Type: Physical (Piercing)
-- Blue Magic Points: 2
-- Stat Bonus: HP-5, MP+5
-- Level: 8
-- Casting Time: 2 seconds
-- Recast... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/effects/mark_of_seed.lua | 35 | 1826 | -----------------------------------
--
-- EFFECT_MARK_OF_SEED
--
-- DO NOT try to use this anywhere else but Fei'Yin!
-----------------------------------
package.loaded["scripts/zones/FeiYin/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/key... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Mine_Shaft_2716/bcnms/century_of_hardship.lua | 30 | 1774 | -----------------------------------
-- Area: Mine_Shaft_2716
-- Name: century_of_hardship
-- bcnmID : 736
-- inst 2 -54 -1 -100
-- inst 3 425 -121 -99
-----------------------------------
package.loaded["scripts/zones/Mine_Shaft_2716/TextIDs"] = nil;
-----------------------------------
require("scripts/global... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/himesama_rice_ball.lua | 15 | 1754 | -----------------------------------------
-- ID: 5928
-- Item: Himesama Rice Ball
-- Food Effect: 30 Mins, All Races
-----------------------------------------
-- HP 25
-- Dexterity 4
-- Vitality 4
-- Character 4
-- Effect with enhancing equipment
-- Attack +60
-- Defense +40
-- Triple Attack 1
-------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aydeewa_Subterrane/npcs/qm3.lua | 7 | 1217 | -----------------------------------
-- Area: Aydeewa Subterrane
-- NPC: ??? (Spawn Chigre(ZNM T1))
-- @pos -217 35 12 68
-----------------------------------
package.loaded["scripts/zones/Aydeewa_Subterrane/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aydeewa_Subterrane/TextIDs");
-----... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Nashmau/npcs/Nomad_Moogle.lua | 34 | 1104 | -----------------------------------
--
-- Nomad Moogle
--
-----------------------------------
package.loaded["scripts/zones/Nashmau/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Nashmau/TextIDs");
require("scripts/globals/settings");
-----------------------------------
-- on... | gpl-3.0 |
MuhammadWang/MCServer | lib/tolua++/src/bin/lua/namespace.lua | 49 | 1180 | -- tolua: namespace class
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 2003
-- $Id: $
-- This code is free software; you can redistribute it and/or modify it.
-- The software provided hereunder is on an "as is" basis, and
-- the author has no obligation to provide maintenance, support, updates,
-- enhancemen... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/shark_bite.lua | 30 | 1459 | -----------------------------------
-- Shark Bite
-- Dagger weapon skill
-- Skill level: 225
-- Delivers a twofold attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Will stack with Trick Attack.
-- Aligned with the Breeze Gorget & Thunder Gorget.
-- Aligned with the Breeze Belt & Thunder Belt.
... | gpl-3.0 |
jj918160/cocos2d-x-samples | samples/KillBug/src/cocos/framework/extends/UIEditBox.lua | 57 | 1442 |
--[[
Copyright (c) 2011-2014 chukong-inc.com
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, di... | mit |
dylanleigh/dl-minetest | dltweaks/init.lua | 1 | 4217 |
-- stone recipe creates 2 (sand)stonebrick from 4 (sand)stone (was 1:4)
minetest.register_craft({
output = 'default:stonebrick 2',
recipe = {
{'default:stone', 'default:stone'},
{'default:stone', 'default:stone'},
}
})
minetest.register_craft({
output = 'default:sandstonebrick 2',
recipe = {
... | bsd-2-clause |
ennis/autograph-pipelines | resources/scripts/pl/data.lua | 2 | 20443 | --- Reading and querying simple tabular data.
--
-- data.read 'test.txt'
-- ==> {{10,20},{2,5},{40,50},fieldnames={'x','y'},delim=','}
--
-- Provides a way of creating basic SQL-like queries.
--
-- require 'pl'
-- local d = data.read('xyz.txt')
-- local q = d:select('x,y,z where x > 3 and z < 2 sort by y... | mit |
Cyumus/NutScript | plugins/crosshair.lua | 5 | 2776 | PLUGIN.name = "Crosshair"
PLUGIN.author = "Black Tea"
PLUGIN.desc = "A Crosshair."
if (CLIENT) then
local function drawdot( pos, size, col )
local color = col[2]
surface.SetDrawColor(color.r, color.g, color.b, color.a)
surface.DrawRect(pos[1] - size/2, pos[2] - size/2, size, size)
local color = col[1]
surf... | mit |
nesstea/darkstar | scripts/zones/Cloister_of_Frost/TextIDs.lua | 15 | 1042 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6384; -- Obtained: <item>
GIL_OBTAINED = 6385; -- Obtained <number> gil
KEYITEM_OBTAINED = 6387; -- Obtain... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/The_Garden_of_RuHmet/bcnms/when_angels_fall.lua | 13 | 2243 | -----------------------------------
-- Area: The_Garden_of_RuHmet
-- Name: when_angels_fall
-----------------------------------
package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/keyitems");
requir... | gpl-3.0 |
GccX11/spacship | main.lua | 1 | 2898 | ast_speed = 10
ast_size = 50
ship_speed = 10
ship_width = 60
ship_height = math.floor(2*ship_width/3)
flame_size = 40
ast_x = nil
ast_y = nil
x = 130
y = math.floor(love.graphics.getHeight() / 2)
score = 0
max_score = 0
lose = false
last_ast_time = 0
time_between_asts = 0
function love.load()
end
function love.upd... | gpl-3.0 |
nesstea/darkstar | scripts/globals/spells/cure.lua | 26 | 4531 | -----------------------------------------
-- Spell: Cure
-- Restores target's HP.
-- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Southern_San_dOria/npcs/Rosel.lua | 13 | 3014 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Rosel
-- Starts and Finishes Quest: Rosel the Armorer
-- @zone 230
-- @pos
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/setti... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/frostreaper.lua | 41 | 1063 | -----------------------------------------
-- ID: 16784
-- Item: Frostreaper
-- Additional Effect: Ice Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
---------------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/spells/bluemagic/screwdriver.lua | 28 | 1906 | -----------------------------------------
-- Spell: Screwdriver
-- Deals critical damage. Chance of critical hit varies with TP
-- Spell cost: 21 MP
-- Monster Type: Aquans
-- Spell Type: Physical (Piercing)
-- Blue Magic Points: 3
-- Stat Bonus: VIT+1, CHR+1, HP+10
-- Level: 26
-- Casting Time: 0.5 seconds
-... | gpl-3.0 |
nesstea/darkstar | scripts/zones/LaLoff_Amphitheater/mobs/Ark_Angel_TT.lua | 8 | 1923 | -----------------------------------
-- Area: LaLoff Amphitheater
-- MOB: Ark Angel TT
-----------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/LaLoff_Amphitheater/TextIDs");
require("scripts/globals/status");
----... | gpl-3.0 |
plajjan/snabbswitch | lib/luajit/src/jit/dump.lua | 10 | 19964 | ----------------------------------------------------------------------------
-- LuaJIT compiler dump module.
--
-- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
--
-... | apache-2.0 |
nesstea/darkstar | scripts/globals/spells/bluemagic/blank_gaze.lua | 26 | 1389 | -----------------------------------------
-- Spell: Blank Gaze
-- Removes one beneficial magic effect from an enemy
-- Spell cost: 25 MP
-- Monster Type: Beasts
-- Spell Type: Magical (Light)
-- Blue Magic Points: 2
-- Stat Bonus: None
-- Level: 38
-- Casting Time: 3 seconds
-- Recast Time: 10 seconds
-- Magic Bursts o... | gpl-3.0 |
hhrhhr/Lua-utils-for-X-Rebirth | lua/catdat_unpack.lua | 1 | 2698 | package.path = "./?.lua;./lua/?.lua"
local cat = assert(arg[1], "[ERR ] no input filename")
local dat = string.gsub(cat, "(.+)%.cat", "%1.dat")
local out = arg[2] or "."
local ffi = require("ffi")
ffi.cdef[[
int _mkdir(const char *path);
char * strerror (int errnum);
]]
local function mkdir(path)
local err = ffi... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Gusgen_Mines/npcs/Grounds_Tome.lua | 30 | 1091 | -----------------------------------
-- Area: Gusgen Mines
-- NPC: Grounds Tome
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/groundsofvalor");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,tra... | gpl-3.0 |
Badboy30/badboy30 | plugins/location.lua | 625 | 1564 | -- Implement a command !loc [area] which uses
-- the static map API to get a location image
-- Not sure if this is the proper way
-- Intent: get_latlong is in time.lua, we need it here
-- loadfile "time.lua"
-- Globals
-- If you have a google api key for the geocoding/timezone api
do
local api_key = nil
local base_... | gpl-2.0 |
ennis/autograph-pipelines | resources/scripts/pl/path.lua | 2 | 11785 | --- Path manipulation and file queries.
--
-- This is modelled after Python's os.path library (10.1); see @{04-paths.md|the Guide}.
--
-- Dependencies: `pl.utils`, `lfs`
-- @module pl.path
-- imports and locals
local _G = _G
local sub = string.sub
local getenv = os.getenv
local tmpnam = os.tmpname
local attributes, cu... | mit |
UnfortunateFruit/darkstar | scripts/globals/items/sazanbaligi.lua | 18 | 1259 | -----------------------------------------
-- ID: 5459
-- Item: Sazanbaligi
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 4
-- Mind -6
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Soni-Muni.lua | 34 | 2634 | -----------------------------------
-- 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("script... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_Bastok/npcs/Ilita.lua | 16 | 1204 | -----------------------------------
-- Area: Port Bastok
-- NPC: Ilita
-- Linkshell merchant
-- @pos -142 -1 -25 236
-- Confirmed shop stock, August 2013
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/ca_cuong.lua | 18 | 1386 | -----------------------------------------
-- ID: 5474
-- Item: Ca Cuong
-- Food Effect: 5 Min, Mithra only
-----------------------------------------
-- Dexterity +2
-- Mind -4
-- Agility +2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItem... | gpl-3.0 |
hamed9898/maxbot | plugins/weather.lua | 351 | 1443 | do
local BASE_URL = "http://api.openweathermap.org/data/2.5/weather"
local function get_weather(location)
print("Finding weather in ", location)
local url = BASE_URL
url = url..'?q='..location
url = url..'&units=metric'
local b, c, h = http.request(url)
if c ~= 200 then return nil end
local weather = ... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Kazham/npcs/Rauteinot.lua | 19 | 3016 | -----------------------------------
-- Area: Kazham
-- NPC: Rauteinot
-- Starts and Finishes Quest: Missionary Man
-- @zone 250
-- @pos -42 -10 -89
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings"... | gpl-3.0 |
nesstea/darkstar | scripts/globals/mobskills/Megaflare.lua | 37 | 1832 | ---------------------------------------------
-- Megaflare
-- Family: Bahamut
-- Description: Deals heavy Fire damage to enemies within a fan-shaped area.
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range:
-- Notes: Used by Bahamut every 10% of its HP (except at 10%), but can use at will when u... | gpl-3.0 |
nesstea/darkstar | scripts/zones/RuLude_Gardens/npcs/Goggehn.lua | 13 | 3129 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Goggehn
-- Involved in Mission: Bastok 3-3, 4-1
-- @zone 243
-- @pos 3 9 -76
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
package.loaded["scripts/globals/missions"] = nil;
-------------------------... | gpl-3.0 |
dpino/snabbswitch | src/lib/xsd_regexp.lua | 9 | 19197 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
module(..., package.seeall)
local maxpc = require("lib.maxpc")
local match, capture, combine = maxpc.import()
-- ASCII only implementation of regular expressions as defined in Appendix G of
-- "W3C XML Schema Definition Language (XSD) 1.1 ... | apache-2.0 |
nesstea/darkstar | scripts/globals/items/lucky_egg.lua | 18 | 1246 | -----------------------------------------
-- ID: 4600
-- Item: lucky_egg
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 14
-- Magic 14
-- Evasion 10
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemChe... | gpl-3.0 |
nesstea/darkstar | scripts/globals/spells/hojo_san.lua | 27 | 1246 | -----------------------------------------
-- Spell: Hojo:San
-- Description: Inflicts Slow on target.
-- Edited from slow.lua
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Horlais_Peak/npcs/relic.lua | 42 | 1839 | -----------------------------------
-- Area: Horlais Peak
-- NPC: <this space intentionally left blank>
-- @pos 450 -40 -31 139
-----------------------------------
package.loaded["scripts/zones/Horlais_Peak/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Horlais_Peak/TextIDs");
-----------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Kazham/npcs/Hozie_Naharaf.lua | 15 | 1053 | -----------------------------------
-- Area: Kazham
-- NPC: Hozie Naharaf
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
-----------------------------------
f... | gpl-3.0 |
nesstea/darkstar | scripts/zones/The_Garden_of_RuHmet/npcs/_0z0.lua | 13 | 1897 | -----------------------------------
-- Area: The_Garden_of_RuHmet
-- NPC: _0z0
-----------------------------------
package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/The_Garden_of_RuHmet/TextIDs");
require... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Marquis_Orias.lua | 19 | 1252 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NPC: Marquis Orias
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------------------
functio... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Sashosho.lua | 34 | 1033 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Sashosho
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
---------... | gpl-3.0 |
dpino/snabbswitch | src/lib/protocol/ethernet.lua | 12 | 3198 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
module(..., package.seeall)
local ffi = require("ffi")
local C = ffi.C
local lib = require("core.lib")
local header = require("lib.protocol.header")
local ipv6 = require("lib.protocol.ipv6")
local band = require("bit").band
local ntohs, hto... | apache-2.0 |
nesstea/darkstar | scripts/globals/items/pixie_mace.lua | 41 | 1075 | -----------------------------------------
-- ID: 17414
-- Item: Pixie Mace
-- Additional Effect: Light Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
--------------------------------... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/entities/gmod_wire_useholoemitter/cl_init.lua | 1 | 6714 | include( "shared.lua" );
CreateClientConVar("cl_wire_holoemitter_minfaderate",10,true,false);
// mats
local matbeam = Material( "tripmine_laser" );
local matpoint = Material( "sprites/gmdm_pickups/light" );
// init
function ENT:Initialize( )
// point list
self.PointList = {};
self.LastClear = self:GetNetw... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_!Core/libs/AceVillain-1.0/widgets/AceGUIWidget-CheckBox.lua | 2 | 8211 | --[[-----------------------------------------------------------------------------
Checkbox Widget
-------------------------------------------------------------------------------]]
local Type, Version = "CheckBox", 999999
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVersion(Ty... | mit |
UnfortunateFruit/darkstar | scripts/zones/Bastok_Markets/npcs/Reinberta.lua | 42 | 2151 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Reinberta
-- Type: Goldsmithing Guild Master
-- @pos -190.605 -7.814 -59.432 235
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
hussian/hell_iraq | plugins/rebot.lua | 8 | 1029 | --[[
▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ BY(@AHMED_ALOBIDE) ▀▄ ▄▀
▀▄ ▄▀ BY(@hussian_9) ▀▄ ▄▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ ملف الترحيب ع خاص البوت ▀▄ ▄▀ ... | gpl-2.0 |
D3luxe/Dota-2-Building-Helper | game/dota_addons/samplerts/scripts/vscripts/buildings/upgrades.lua | 5 | 4115 | --[[
Replaces the building to the upgraded unit name
]]--
function UpgradeBuilding( event )
local caster = event.caster
local new_unit = event.UnitName
local position = caster:GetAbsOrigin()
local hero = caster:GetPlayerOwner():GetAssignedHero()
local playerID = hero:GetPlayerID()
local player = PlayerResource:G... | gpl-3.0 |
Sravan2j/DIGITS | digits/standard-networks/torch/ImageNet-Training/alexnet.lua | 1 | 1671 | -- Copyright (c) 2015 Elad Hoffer
require 'cudnn'
require 'cunn'
require 'ccn2'
local SpatialConvolution = nn.SpatialConvolutionMM--lib[1]
local SpatialMaxPooling = cudnn.SpatialMaxPooling--lib[2]
local ReLU = nn.ReLU--lib[3]
-- from https://code.google.com/p/cuda-convnet2/source/browse/layers/layers-imag... | bsd-3-clause |
Spartan322/finalfrontier | gamemode/sh_weapons.lua | 3 | 5739 | -- Copyright (c) 2014 James King [metapyziks@gmail.com]
--
-- This file is part of Final Frontier.
--
-- Final Frontier is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as
-- published by the Free Software Foundation, either version 3 of
-- the Lic... | lgpl-3.0 |
nesstea/darkstar | scripts/globals/items/bowl_of_goblin_stew.lua | 18 | 1490 | -----------------------------------------
-- ID: 4465
-- Item: bowl_of_goblin_stew
-- Food Effect: 3Hrs, All Races
-----------------------------------------
-- Dexterity -4
-- Attack % 15.5
-- Ranged Attack % 15.5
-----------------------------------------
require("scripts/globals/status");
---------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/La_Theine_Plateau/npcs/Cavernous_Maw.lua | 58 | 1927 | -----------------------------------
-- Area: La Theine Plateau
-- NPC: Cavernous Maw
-- @pos -557.9 0.001 637.846 102
-- Teleports Players to Abyssea - La Theine
-----------------------------------
package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/plate_of_dorado_sushi_+1.lua | 18 | 1689 | -----------------------------------------
-- ID: 5179
-- Item: plate_of_dorado_sushi_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Dexterity 5
-- Accuracy % 16
-- Accuracy Cap 76
-- Ranged ACC % 16
-- Ranged ACC Cap 76
-- Sleep Resist 5
-- Enmity 5
------------------------------------... | gpl-3.0 |
nesstea/darkstar | scripts/globals/effects/debilitation.lua | 34 | 1335 | -----------------------------------
--
--
--
-----------------------------------
local stats_bits = {MOD_STR, MOD_DEX, MOD_VIT, MOD_AGI, MOD_INT, MOD_MND, MOD_CHR, MOD_HPP, MOD_MPP}
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Al_Zahbi/npcs/Falzuuk.lua | 27 | 3041 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Falzuuk
-- Type: Imperial Gate Guard
-- @pos -60.486 0.999 105.397 48
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/global... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Vunkerl_Inlet_[S]/npcs/Indescript_Markings.lua | 12 | 1576 | ----------------------------------
-- Area: Meriphataud_Mountains_[S]
-- NPC: Indescript Markings
-- Type: Quest
-- @pos -629.179 -49.002 -429.104 1 83
-----------------------------------
package.loaded["scripts/zones/Vunkerl_Inlet_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Vun... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Khoi_Gamduhla.lua | 34 | 1038 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Khoi Gamduhla
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
----... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Oldton_Movalpolos/npcs/Treasure_Chest.lua | 13 | 3526 | -----------------------------------
-- Area: Oldton Movalpolos
-- NPC: Treasure Chest
-- @zone 11
-----------------------------------
package.loaded["scripts/zones/Oldton_Movalpolos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/West_Ronfaure/npcs/Esca.lua | 7 | 2816 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Esca
-- Involved in Quest "The Pickpocket"
-- @pos -624.231 -51.499 278.369 100
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titl... | gpl-3.0 |
VurtualRuler98/kswep2-NWI | lua/entities/sent_kgrend_panzerfaust.lua | 1 | 1647 | ENT.Type = "Anim"
ENT.Base = "sent_kgren_base"
ENT.PrintName = "Grenade"
ENT.Author = "VurtualRuler98"
ENT.Contact = "steam"
ENT.Purpose = "Getting more ammo!"
ENT.Instructions = "Spawn. Use. Reload."
ENT.Category = "Vurtual's base"
ENT.DetFragMagnitude="150"
ENT.DetFragRadius="384"
ENT.Spawnable = false
ENT.Ad... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Wani_Casdohry.lua | 36 | 1308 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Wani Casdohry
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/zones/Windurst_Woods/TextIDs");
--------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Ozzmo-Mazmo.lua | 13 | 1068 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Ozzmo-Mazmo
-- Type: Standard NPC
-- @zone: 94
-- @pos -61.677 -13.311 106.400
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = n... | gpl-3.0 |
JustinZZzz/crtmpserver | configs/all.debug.lua | 5 | 8440 | -- Start of the configuration. This is the only node in the config file.
-- The rest of them are sub-nodes
configuration=
{
-- if true, the server will run as a daemon.
-- NOTE: all console appenders will be ignored if this is a daemon
daemon=false,
-- the OS's path separator. Used in composing paths
pathSeparato... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Northern_San_dOria/npcs/Andreas.lua | 10 | 2727 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Andreas
-- Type: Guildworker's Union Representative
-- @zone: 231
-- @pos -189.282 10.999 262.626
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
require("scripts/globals/keyitems");
requ... | gpl-3.0 |
ruisebastiao/nodemcu-firmware | lua_examples/onewire-ds18b20.lua | 60 | 1505 | --'
-- 18b20 one wire example for NODEMCU
-- NODEMCU TEAM
-- LICENCE: http://opensource.org/licenses/MIT
-- Vowstar <vowstar@nodemcu.com>
--'
pin = 9
ow.setup(pin)
count = 0
repeat
count = count + 1
addr = ow.reset_search(pin)
addr = ow.search(pin)
tmr.wdclr()
until((addr ~= nil) or (count > 100))
if (addr ==... | mit |
UnfortunateFruit/darkstar | scripts/zones/AlTaieu/mobs/Absolute_Virtue.lua | 23 | 2388 | -----------------------------------
-- Area: Al'Taieu
-- HNM: Absolute Virtue
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onMobSpawn Action
-------------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/detonator.lua | 30 | 1630 | -----------------------------------
-- Detonator
-- Marksmanship weapon skill
-- Skill Level: 250
-- Delivers a single-hit attack. Damage varies with TP.
-- In order to obtain Detonator, the quest Shoot First, Ask Questions Later must be completed.
-- Despite the lack of a STR weaponskill mod, STR is still the mo... | gpl-3.0 |
johnmccabe/dockercraft | world/Plugins/APIDump/Hooks/OnExploded.lua | 22 | 2897 | return
{
HOOK_EXPLODED =
{
CalledWhen = "An explosion has happened",
DefaultFnName = "OnExploded", -- also used as pagename
Desc = [[
This hook is called after an explosion has been processed in a world.</p>
<p>
See also {{OnExploding|HOOK_EXPLODING}} for a similar hook called before the explosion.</p... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Pashhow_Marshlands/npcs/Tahmasp.lua | 17 | 1872 | -----------------------------------
-- Area: Pashhow Marshlands
-- NPC: Tahmasp
-- Type: Outpost Vendor
-- @pos 464 24 416 109
-----------------------------------
package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("s... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Chateau_dOraguille/npcs/Chalvatot.lua | 12 | 4783 | -----------------------------------
-- Area: Chateau d'Oraguille
-- NPC: Chalvatot
-- Finish Mission "The Crystal Spring"
-- Start & Finishes Quests: Her Majesty's Garden
-- Involved in Quest: Lure of the Wildcat (San d'Oria)
-- @pos -105 0.1 72 233
-----------------------------------
package.loaded["scripts/zones/Cha... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Yorcia_Weald/Zone.lua | 16 | 1181 | -----------------------------------
--
-- Zone: Yorcia Weald
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Yorcia_Weald/TextIDs"] = nil;
require("scripts/zones/Yorcia_Weald/TextIDs");
-----------------------------------
-- onInitialize
-------------------... | gpl-3.0 |
NezzKryptic/Wire-Extras | lua/entities/gmod_wire_expression2/core/custom/cl_holoanim.lua | 1 | 1028 | local poseParams = {}
local function hologramPoseParams()
if next(poseParams) then
for ent, poses in pairs(poseParams) do
if ent:IsValid() then
for pose, value in pairs(poses) do
ent:SetPoseParameter(pose, value)
end
end
end
else
hook.Remove("Think","wire_hologram_poseparameters")
end
end
n... | gpl-3.0 |
dpino/snabbswitch | lib/luajit/dynasm/dasm_arm.lua | 30 | 34598 | ------------------------------------------------------------------------------
-- DynASM ARM module.
--
-- Copyright (C) 2005-2017 Mike Pall. All rights reserved.
-- See dynasm.lua for full copyright notice.
------------------------------------------------------------------------------
-- Module information:
local _in... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/globals/weaponskills/tachi_enpi.lua | 30 | 1346 | -----------------------------------
-- Tachi Enpi
-- Great Katana weapon skill
-- Skill Level: 5
-- Delivers a two-hit attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Light Gorget & Soil Gorget.
-- Aligned with the Light Belt & Soil Belt.
-- Element: None
-- Modifiers: STR:6... | gpl-3.0 |
Spartan322/finalfrontier | gamemode/weapons/empbase.lua | 3 | 1431 | -- Copyright (c) 2014 Alex Wlach (nightmarex91@gmail.com)
--
-- This file is part of Final Frontier.
--
-- Final Frontier is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as
-- published by the Free Software Foundation, either version 3 of
-- the L... | lgpl-3.0 |
dpino/snabbswitch | src/apps/vhost/vhost_user.lua | 9 | 15452 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
--
-- See http://www.virtualopensystems.com/en/solutions/guides/snabbswitch-qemu/
module(...,package.seeall)
local basic_apps= require("apps.basic.basic_apps")
local pcap = require("apps.pcap.pcap")
local app = require("core.ap... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria/npcs/Corua.lua | 30 | 2262 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Corua
-- Only sells when San d'Oria controlls Ronfaure Region
-- @ zone 230
-- @pos -66 2 -11
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Perih_Vashai.lua | 17 | 6983 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Parih Vashai
-- Starts and Finishes Quest: The Fanged One
-- @zone 241
-- @pos 117 -3 92
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Windurst_Woods/npcs/Samigo-Pormigo.lua | 13 | 2594 | -----------------------------------
-- 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 |
UnfortunateFruit/darkstar | scripts/zones/Alzadaal_Undersea_Ruins/npcs/Runic_Portal.lua | 17 | 2017 | -----------------------------------
-- Area: Alzadaal Undersea Ruins
-- NPC: Runic Portal
-- Arrapago Reef Teleporter Back to Aht Urgan Whitegate
-- @pos 206.500 -1.220 33.500 72
-- @pos 206.500 -1.220 6.500 72
-----------------------------------
package.loaded["scripts/zones/Alzadaal_Undersea_Ruins/TextIDs"] =... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Rabao/npcs/Maryoh_Comyujah.lua | 19 | 2011 | -----------------------------------
-- Area: Rabao
-- NPC: Maryoh Comyujah
-- Involved in Mission: The Mithra and the Crystal (Zilart 12)
-- @pos 0 8 73 247
-----------------------------------
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/ke... | gpl-3.0 |
Ale32bit/Osmium | sdk/build.lua | 1 | 1139 | local args = {...}
if #args < 2 then
print("Usage: build <directory> <output>")
return
end
local input = args[1]
local output = args[2]
-- functions readFile and explore took from Compress by Creator
local function readFile(path)
local file = fs.open(path,"r")
local variable = file.readAll()
file.close()
... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_!Core/libs/LibArtifactData-1.0/LibArtifactData-1.0.lua | 2 | 31293 | local MAJOR, MINOR = "LibArtifactData-1.0", 21
assert(_G.LibStub, MAJOR .. " requires LibStub")
local lib = _G.LibStub:NewLibrary(MAJOR, MINOR)
if not lib then return end
lib.callbacks = lib.callbacks or _G.LibStub("CallbackHandler-1.0"):New(lib)
local Debug = function() end
if _G.AdiDebug then
Debug = _G.AdiDebug:... | mit |
mouhb/cjdns | contrib/lua/cjdns/udp.lua | 52 | 2682 | -- Cjdns admin module for Lua
-- Written by Philip Horger
common = require 'cjdns/common'
UDPInterface = {}
UDPInterface.__index = UDPInterface
common.UDPInterface = UDPInterface
function UDPInterface.new(ai, config, ptype)
properties = {
ai = ai,
config = config or ai.config,
ptype ... | gpl-3.0 |
nesstea/darkstar | scripts/zones/GM_Home/Zone.lua | 32 | 1198 | -----------------------------------
--
-- Zone: GM Home (210)
--
-- Some cs event info:
-- 0 = Abyssea Debug
-- 1 = Mogsack Debug
-- ...
-- 139 = Janken challenges player to "Rock, Paper, Scissors"
-- ...
-- 140 = Camera test.
-- 141 = "Press confirm button to proceed" nonworking test.
--
------------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/yogurt_cake.lua | 36 | 1190 | -----------------------------------------
-- ID: 5627
-- Item: Yogurt Cake
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- Intelligence 1
-- MP Recovered while healing 6
-----------------------------------------
require("scripts/globals/status");
-------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/AlTaieu/mobs/Ru_aern.lua | 8 | 2628 | -----------------------------------
-- Area: Al'Taieu
-- MOB: Ru_aern
-----------------------------------
require("scripts/globals/missions");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mob)
end;
-----------------------------------
-- ... | gpl-3.0 |
nesstea/darkstar | scripts/globals/weaponskills/double_thrust.lua | 11 | 1316 | -----------------------------------
-- Double Thrust
-- Polearm weapon skill
-- Skill Level: 5
-- Delivers a two-hit attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Light Gorget.
-- Aligned with the Light Belt.
-- Element: None
-- Modifiers: STR:30%
-- 100%TP 200%TP 300%TP
-- 1... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Nashmau/npcs/Yoyoroon.lua | 13 | 1691 | -----------------------------------
-- Area: Nashmau
-- NPC: Yoyoroon
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Nashmau/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Nashmau/TextIDs");
require("scripts/globals/shop");
---------------------... | gpl-3.0 |
filnet/MINGW-packages | mingw-w64-lua-lsqlite3/lunit.lua | 60 | 18036 |
--[[--------------------------------------------------------------------------
This file is part of lunit 0.4pre (alpha).
For Details about lunit look at: http://www.nessie.de/mroth/lunit/
Author: Michael Roth <mroth@nessie.de>
Copyright (c) 2004 Michael Roth <mroth@nessie.de>
Permission is he... | bsd-3-clause |
JulioC/telegram-bot | plugins/twitter.lua | 632 | 2555 | local OAuth = require "OAuth"
-- EDIT data/twitter.lua with the API keys
local twitter_config = load_from_file('data/twitter.lua', {
-- DON'T EDIT HERE.
consumer_key = "", consumer_secret = "",
access_token = "", access_token_secret = ""
})
local client = OAuth.new(twitter_config.consumer_key, twitter_c... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Cape_Teriggan/Zone.lua | 28 | 2719 | -----------------------------------
--
-- Zone: Cape_Teriggan (113)
--
-----------------------------------
package.loaded[ "scripts/zones/Cape_Teriggan/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Cape_Teriggan/TextIDs");
require("scripts/globals/icanheararainbow");
require("sc... | gpl-3.0 |
dpino/snabbswitch | src/apps/ipfix/template.lua | 7 | 13917 | -- This module implements the flow metering app, which records
-- IP flows as part of an IP flow export program.
module(..., package.seeall)
local bit = require("bit")
local ffi = require("ffi")
local pf = require("pf")
local consts = require("apps.lwaftr.constants")
local lib = require("core.lib")
loca... | apache-2.0 |
ruisebastiao/nodemcu-firmware | lua_modules/mcp23008/mcp23008.lua | 81 | 4973 | ---
-- @description Expands the ESP8266's GPIO to 8 more I/O pins via I2C with the MCP23008 I/O Expander
-- MCP23008 Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/21919e.pdf
-- Tested on NodeMCU 0.9.5 build 20150213.
-- @date March 02, 2015
-- @author Miguel
-- GitHub: https://github.com/AllAboutEE
-- ... | mit |
akdor1154/awesome | lib/awful/hotkeys_popup/widget.lua | 1 | 15107 | ---------------------------------------------------------------------------
--- Popup widget which shows current hotkeys and their descriptions.
--
-- @author Yauheni Kirylau <yawghen@gmail.com>
-- @copyright 2014-2015 Yauheni Kirylau
-- @release @AWESOME_VERSION@
-- @module awful.hotkeys_popup.widget
-----------... | gpl-2.0 |
nesstea/darkstar | scripts/zones/Nashmau/npcs/Chichiroon.lua | 13 | 1280 | -----------------------------------
-- Area: Nashmau
-- NPC: Chichiroon
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Nashmau/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Nashmau/TextIDs");
require("scripts/globals/shop");
-------------------... | gpl-3.0 |
DaemonSnake/vlc | share/lua/sd/fmc.lua | 122 | 2554 | --[[
$Id$
Copyright © 2010 VideoLAN and AUTHORS
Authors: Fabio Ritrovato <sephiroth87 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
... | gpl-2.0 |
Bierbuikje/Mr.Green-MTA-Resources | resources/[gameplay]/-shaders-nitro/client.lua | 4 | 1564 | ---------------------------------------------------------------------------------
--
-- Nitro shader
--
--
---------------------------------------------------------------------------------
addEvent("e_ToggleNitroColor", true)
function toggleNitroColor(bln,hex)
if bln and hex then
if not nitroShader then
nitroSha... | mit |
caohongtao/quick-cocos-demo | runtime/ios/PrebuiltRuntimeLua.app/src/cocos/cocostudio/DeprecatedCocoStudioFunc.lua | 39 | 3421 | --tip
local function deprecatedTip(old_name,new_name)
print("\n********** \n"..old_name.." was deprecated please use ".. new_name .. " instead.\n**********")
end
--functions of GUIReader will be deprecated begin
local GUIReaderDeprecated = { }
function GUIReaderDeprecated.shareReader()
deprecatedTip("GUIReader... | apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.