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 |
|---|---|---|---|---|---|
nesstea/darkstar | scripts/zones/La_Vaule_[S]/Zone.lua | 15 | 1721 | -----------------------------------
--
-- Zone: La_Vaule_[S] (85)
--
-----------------------------------
package.loaded["scripts/zones/La_Vaule_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/La_Vaule_[S]/TextIDs");
require("scripts/globals/quests");... | gpl-3.0 |
Mashape/kong | spec/03-plugins/22-aws-lambda/02-schema_spec.lua | 2 | 1526 | local schema_def = require "kong.plugins.aws-lambda.schema"
local validate_plugin_config_schema = require("spec.helpers").validate_plugin_config_schema
local kong = {
table = require("kong.pdk.table").new()
}
local DEFAULTS = {
timeout = 60000,
keepalive = 60000,
aws_key = "my-key",... | apache-2.0 |
nesstea/darkstar | scripts/zones/Hall_of_Transference/npcs/_0e5.lua | 15 | 1342 | -----------------------------------
-- Area: Hall of Transference
-- NPC: Large Apparatus (Left) - Dem
-- @pos -239 -41 -270 14
-----------------------------------
package.loaded["scripts/zones/Hall_of_Transference/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scri... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/abyssea.lua | 15 | 8651 | -----------------------------------
-- Abyssea functions, vars, tables
-- DO NOT mess with the order
-- or change things to "elseif"!
-----------------------------------
require("scripts/globals/keyitems");
-----------------------------------
-- getMaxTravStones
-- returns Traverser Stone KI cap
-------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Eastern_Altepa_Desert/npcs/Lokpix.lua | 13 | 2157 | -----------------------------------
-- Area: Eastern Altepa Desert
-- NPC: Lokpix
-- Starts Quest "Open Sesame"
-----------------------------------
package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Eastern_Altepa_Desert/TextIDs");
require("s... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Ronana.lua | 53 | 1810 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Ronana
-- Type: Bonecraft Image Support
-- @pos -1.540 -6.25 -144.517 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require... | gpl-3.0 |
Mashape/kong | kong/concurrency.lua | 2 | 2738 | local resty_lock = require "resty.lock"
local ngx_semaphore = require "ngx.semaphore"
local get_phase = ngx.get_phase
local concurrency = {}
-- these must remain for the lifetime of the process
local semaphores = {}
function concurrency.with_worker_mutex(opts, fn)
if type(opts) ~= "table" then
error("opts... | apache-2.0 |
nesstea/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Ahkk_Jharcham.lua | 13 | 2120 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Ahkk Jharcham
-- Quest 'Keeping Notes'
-- @pos 0.1 -1 -76 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require(... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Fort_Ghelsba/npcs/Treasure_Chest.lua | 13 | 2937 | -----------------------------------
-- Area: Fort Ghelsba
-- NPC: Treasure Chest
-- @zone 141
-----------------------------------
package.loaded["scripts/zones/Fort_Ghelsba/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/treasure");
require("scripts/z... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Southern_San_dOria/npcs/Phillone.lua | 13 | 1424 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Phillone
-- General Info NPC
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests")... | gpl-3.0 |
dpino/snabbswitch | src/program/lwaftr/query/query.lua | 3 | 4749 | module(..., package.seeall)
local engine = require("core.app")
local counter = require("core.counter")
local lib = require("core.lib")
local shm = require("core.shm")
local data = require("lib.yang.data")
local schema = require("lib.yang.schema")
local state = require("lib.yang.state")
local counters = require("progra... | apache-2.0 |
nesstea/darkstar | scripts/globals/spells/victory_march.lua | 27 | 1449 | -----------------------------------------
-- Spell: Victory March
-- Gives party members Haste
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,target,spe... | gpl-3.0 |
nesstea/darkstar | scripts/globals/weaponskills/pyrrhic_kleos.lua | 6 | 2043 | -----------------------------------
-- Pyrrhic Kleos
-- Dagger weapon skill
-- Skill level: N/A
-- Description: Delivers a fourfold attack that lowers target's evasion. Duration of effect varies with TP. Terpsichore: Aftermath effect varies with TP.
-- Available only after completing the Unlocking a Myth (Dancer) quest... | gpl-3.0 |
Cyumus/NutScript | plugins/act/sh_setup.lua | 5 | 1932 | local function facingWall(client)
local data = {}
data.start = client:GetPos()
data.endpos = data.start + client:GetAimVector()*54
data.filter = client
if (!util.TraceLine(data).HitWorld) then
return "@faceWall"
end
end
local function facingWallBack(client)
local data = {}
data.start = client:GetPos()
data... | mit |
nesstea/darkstar | scripts/zones/Kuftal_Tunnel/npcs/_4u0.lua | 61 | 1080 | -----------------------------------
-- Area: Kuftal Tunnel
-- NPC:
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-----------------------------------
-- onSpawn
-----------------------------------
function onSpawn(npc)
local elevator = {
... | gpl-3.0 |
fegimanam/sss | plugins/isX.lua | 605 | 2031 | local https = require "ssl.https"
local ltn12 = require "ltn12"
local function request(imageUrl)
-- Edit data/mashape.lua with your Mashape API key
-- http://docs.mashape.com/api-keys
local mashape = load_from_file('data/mashape.lua', {
api_key = ''
})
local api_key = mashape.api_key
if ... | gpl-2.0 |
nesstea/darkstar | scripts/globals/abilities/drachen_roll.lua | 2 | 2650 | -----------------------------------
-- Ability: Drachen Roll
-- Enhances pet accuracy for party members within area of effect
-- Optimal Job: Dragoon
-- Lucky Number: 4
-- Unlucky Number: 8
-- Level: 23
--
-- Die Roll |No DRG |With DRG
-- -------- ------- -----------
-- 1 |+10 |+25
-- 2 ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/chocolate_rarab_tail.lua | 36 | 1166 | -----------------------------------------
-- ID: 5921
-- Item: Chocolate Rarab Tail
-- Food Effect: 3 Min, All Races
-----------------------------------------
-- Dexterity 1
-- Speed 12.5%
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemC... | gpl-3.0 |
MetSystem/skynet | lualib/skynet/inject.lua | 61 | 1373 | local function getupvaluetable(u, func, unique)
local i = 1
while true do
local name, value = debug.getupvalue(func, i)
if name == nil then
return
end
local t = type(value)
if t == "table" then
u[name] = value
elseif t == "function" then
if not unique[value] then
unique[value] = true
getu... | mit |
UnfortunateFruit/darkstar | scripts/zones/Port_Bastok/npcs/Evi.lua | 19 | 1979 | -----------------------------------
-- Area: Port Bastok
-- NPC: Evi
-- Starts Quests: Past Perfect (100%)
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems")... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/HomePoint#4.lua | 12 | 1252 | -----------------------------------
-- Area: Windurst Woods
-- NPC: HomePoint#4
-- @pos 74 -7.5 -139 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Windurst_Woods/TextIDs");
require("scripts/g... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Upper_Jeuno/npcs/Shiroro.lua | 13 | 1357 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Shiroro
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Upper_Jeuno/TextIDs");
require("scripts/globals/quests");
------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Ibwam.lua | 19 | 4564 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Ibwam
-- Type: Warp NPC
-- @pos -25.655 1.749 -60.651 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
package.loaded["scripts/globals/settings"] = nil;
-----------------------------------
requ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Rujen-Gorgen.lua | 34 | 1037 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Rujen-Gorgen
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
-----... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Upper_Jeuno/npcs/Shiroro.lua | 34 | 1372 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Shiroro
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Upper_Jeuno/TextIDs");
require("scripts/globals/quests");
-... | gpl-3.0 |
Cyumus/NutScript | gamemode/core/libs/sh_player.lua | 5 | 1163 | local playerMeta = FindMetaTable("Player")
-- nutData information for the player.
do
if (SERVER) then
function playerMeta:getNutData(key, default)
if (key == true) then
return self.nutData
end
local data = self.nutData and self.nutData[key]
if (data == nil) then
return default
else
r... | mit |
nesstea/darkstar | scripts/globals/spells/curaga_ii.lua | 28 | 1277 | -----------------------------------------
-- Spell: Curaga II
-- Restores HP of all party members within area of effect.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSp... | gpl-3.0 |
Cyumus/NutScript | entities/weapons/nut_hands.lua | 3 | 6742 | AddCSLuaFile()
if (CLIENT) then
SWEP.PrintName = "Hands"
SWEP.PrintName = "Hands"
SWEP.Slot = 0
SWEP.SlotPos = 1
SWEP.DrawAmmo = false
SWEP.DrawCrosshair = false
end
SWEP.Author = "Chessnut"
SWEP.Instructions = "Primary Fire: [RAISED] Punch\nSecondary Fire: Knock/Pickup"
SWEP.Purpose = "Hitting things and knock... | mit |
UnfortunateFruit/darkstar | scripts/globals/items/bowl_of_ulbuconut_milk.lua | 36 | 1165 | -----------------------------------------
-- ID: 5976
-- Item: Bowl of Ulbuconut Milk
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Charisma +3
-- Vitality -2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItem... | gpl-3.0 |
nesstea/darkstar | scripts/zones/West_Sarutabaruta_[S]/mobs/Ramponneau.lua | 8 | 1927 | -----------------------------------
-- Area: West Sarutabaruta (S)
-- NM: Ramponneau
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize... | gpl-3.0 |
plajjan/snabbswitch | lib/pflua/tests/properties/pipecmp_proto_or_proto.lua | 14 | 1496 | #!/usr/bin/env luajit
-- -*- lua -*-
module(..., package.seeall)
package.path = package.path .. ";../?.lua;../../src/?.lua"
local pf = require("pf")
local savefile = require("pf.savefile")
local utils = require('pf.utils')
local function choose_proto()
local protos = {"icmp", "igmp", "igrp", "pim", "ah", "esp", "v... | apache-2.0 |
Mashape/kong | spec/02-integration/03-db/05-db_cluster_ca_spec.lua | 2 | 2641 | local helpers = require "spec.helpers"
local Errors = require "kong.db.errors"
local cluster_ca_tools = require "kong.tools.cluster_ca"
for _, strategy in helpers.each_strategy() do
describe("kong.db [#" .. strategy .. "]", function()
--[[
-- CA
--]]
describe("kong.db.cluster_ca", function()
... | apache-2.0 |
nesstea/darkstar | scripts/zones/Apollyon/bcnms/SW_Apollyon.lua | 34 | 1162 | -----------------------------------
-- Area: Appolyon
-- Name:
-----------------------------------
require("scripts/globals/limbus");
require("scripts/globals/keyitems");
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[SW_Apollyon]UniqueID",Gener... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Port_Jeuno/npcs/Gekko.lua | 37 | 1360 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Gekko
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
require("scripts/zones/Port_Jeuno/TextIDs");
-----------------------------------
-- o... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Waters/npcs/Furan-Furin.lua | 59 | 1052 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Furan-Furin
-- Type: Weather Reporter
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Windurst_Waters/T... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/abilities/pets/geocrush.lua | 7 | 1403 | ---------------------------------------------------
-- Geocrush
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/globals/magic");
--------------------------------------------... | gpl-3.0 |
VurtualRuler98/kswep2-NWI | lua/weapons/weapon_kswepi2_tmosin/shared.lua | 1 | 3648 | --[[
Copyright 2015 vurtual
VurtualRuler98@gmail.com
vurtual.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
Unless required by applicable law o... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Walls/npcs/Ojha_Rhawash.lua | 37 | 3193 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Ojha Rhawash
-- Starts and Finishes Quest: Flower Child
-- @zone 239
-- @pos -209 0 -134
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
require("scripts/zones/Windurst_Walls/TextID... | gpl-3.0 |
nesstea/darkstar | scripts/globals/spells/katon_san.lua | 21 | 1275 | -----------------------------------------
-- Spell: Katon: San
-- Deals fire damage to an enemy and lowers its resistance against water.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Travonce.lua | 13 | 1062 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Travonce
-- Type: Standard NPC
-- @zone: 26
-- @pos -89.068 -14.367 -0.030
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
--... | gpl-3.0 |
nesstea/darkstar | scripts/zones/The_Sanctuary_of_ZiTah/npcs/Limion_RK.lua | 13 | 3381 | -----------------------------------
-- Area: The Sanctuary of Zi'Tah
-- NPC: Limion, R.K.
-- Border Conquest Guards
-- @pos -252.454 -1.958 624.366 121
-----------------------------------
package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/RuLude_Gardens/npcs/_6r9.lua | 17 | 2854 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Audience Chamber
-- Involved in Mission: Magicite
-- @pos 0 -5 66 243
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Woods/npcs/Hauh_Colphioh.lua | 10 | 2808 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Hauh Colphioh
-- Type: Guildworker's Union Representative
-- @zone: 241
-- @pos -38.173 -1.25 -113.679
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/globals/keyitems");... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Metalworks/npcs/Patt-Pott.lua | 23 | 2484 | -----------------------------------
-- Area: Metalworks
-- NPC: Patt-Pott
-- Type: Consulate Representative
-- @pos 23 -17 42 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Metalworks/TextIDs");
------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Western_Altepa_Desert/npcs/Dreamrose.lua | 8 | 1730 | -----------------------------------
-- Area: Western Altepa Desert
-- NPC: Dreamrose
-- Involved in Mission: San D'Oria 6-1
-----------------------------------
package.loaded["scripts/zones/Western_Altepa_Desert/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/homura.lua | 41 | 1064 | -----------------------------------------
-- ID: 16973
-- Item: Homura
-- Additional Effect: Fire Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
... | gpl-3.0 |
nesstea/darkstar | scripts/globals/items/fish_mithkabob.lua | 18 | 1456 | -----------------------------------------
-- ID: 4398
-- Item: fish_mithkabob
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Dexterity 1
-- Vitality 2
-- Mind -1
-- Defense % 25
-- Defense Cap 90
-----------------------------------------
require("scripts/globals/status");
--------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Wajaom_Woodlands/npcs/qm4.lua | 8 | 1175 | -----------------------------------
-- Area: Wajaom Woodlands
-- NPC: ??? (Spawn Tinnin(ZNM T4))
-- @pos 278 0 -703 51
-----------------------------------
package.loaded["scripts/zones/Wajaom_Woodlands/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Wajaom_Woodlands/TextIDs");
-----------... | gpl-3.0 |
dmccuskey/lua-bytearray | dmc_lua/lua_bytearray/pack_bytearray.lua | 40 | 6439 | --====================================================================--
-- dmc_lua/lua_bytearray/pack_bytearray.lua
--
-- Documentation: http://docs.davidmccuskey.com/
--====================================================================--
--[[
The MIT License (MIT)
Copyright (c) 2014-2015 David McCuskey
Permissi... | mit |
UnfortunateFruit/darkstar | scripts/zones/Castle_Oztroja/npcs/Tebhi.lua | 19 | 1065 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: Tebhi
-- @pos -136 24 -21 151
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
if(trade:hasItemQty(13121,1) and trade:getI... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Labyrinth_of_Onzozo/mobs/Goblin_Bandit.lua | 23 | 1057 | -----------------------------------
-- Area: Labyrinth of Onzozo
-- MOB: Goblin Bandit
-- Note: Place holder Soulstealer Skullnix
-----------------------------------
require("scripts/zones/Labyrinth_of_Onzozo/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Valkurm_Dunes/npcs/Cavernous_Maw.lua | 58 | 1887 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Cavernous Maw
-- @pos 368.980, -0.443, -119.874 103
-- Teleports Players to Abyssea Misareaux
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Waters/npcs/Dagoza-Beruza.lua | 38 | 1040 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Dagoza-Beruza
-- Type: Mission NPC
-- @zone: 238
-- @pos -54.523 -6 229.271
--
-- Auto-Script: Requires Verification (Verfied By Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
---------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua | 17 | 3182 | -----------------------------------
-- Area: Phomiuna Aqueducts
-- NPC: Wooden Ladder
-- @pos 101.9 -1.5 -101.9
-- @pos 101.948 -1.5 -18.016
-- @pos -61.888 -1.5 -18.079
-- @pos -218.109 -1.499 18.081
-- @pos -61.903 -1.5 138.099
-- @pos 21.901 -1.5 138.096
-- @pos 101.902 -1.5 181.902
-- @pos -159.32 -2.5 ... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Beaucedine_Glacier/npcs/Parledaire_RK.lua | 13 | 3340 | -----------------------------------
-- Area: Beaucedine Glacier
-- NPC: Parledaire, R.K.
-- Type: Conquest Overseer
-- @pos -24.351 -60.421 -114.215 111
-----------------------------------
package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/co... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Quicksand_Caves/npcs/qm7.lua | 13 | 1943 | -----------------------------------
-- Area: Quicksand Caves
-- NPC: ???
-- Involved in Mission: The Mithra and the Crystal (Zilart 12)
-- @pos -504 20 -419 208
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/globa... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Khea_Mhyyih.lua | 38 | 1051 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Khea Mhyyih
-- Type: Standard NPC
-- @zone: 94
-- @pos -53.927 -4.499 56.215
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Shahbizu.lua | 34 | 1033 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Shahbizu
-- 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/Port_Windurst/npcs/_6o7.lua | 13 | 1049 | -----------------------------------
-- Area: Port Windurst
-- NPC: Door: Arrivals Entrance
-- @zone 240
-- @pos 212 -6 96
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Po... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Abyssea-Misareaux/npcs/Cavernous_Maw.lua | 29 | 1194 | -----------------------------------
-- Area: Abyssea - Misareaux
-- NPC: Cavernous Maw
-- @pos 676.070, -16.063, 318.999 216
-- Teleports Players to Valkrum Dunes
-----------------------------------
package.loaded["scripts/zones/Abyssea-Misareaux/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/_0rm.lua | 13 | 1327 | -----------------------------------
-- Area: Phomiuna_Aqueducts
-- NPC: _0rm (Oil lamp)
-- Notes: Opens South door at J-7 from inside.
-- @pos -63.703 -26.227 83.000 27
-----------------------------------
package.loaded["scripts/zones/Phomiuna_Aqueducts/TextIDs"] = nil;
-----------------------------------
require("sc... | gpl-3.0 |
heyuqi/wxFormBuilder | build/premake/4.3/tests/actions/vstudio/test_vs2010_flags.lua | 3 | 7736 |
T.vs2010_flags = { }
local vs10_flags = T.vs2010_flags
local sln, prj
function vs10_flags.setup()
_ACTION = "vs2010"
sln = solution "MySolution"
configurations { "Debug" }
platforms {}
prj = project "MyProject"
language "C++"
kind "ConsoleApp"
uuid "AE61726D-187C-E440-BD07-2556188A6565"
includedirs{"foo... | gpl-2.0 |
UnfortunateFruit/darkstar | scripts/zones/Al_Zahbi/npcs/Gaweesh.lua | 38 | 1029 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Gaweesh
-- Type: Najelith's Attendant
-- @zone: 48
-- @pos -64.537 -8 37.928
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
--------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Dho_Gates/Zone.lua | 50 | 1181 | -----------------------------------
--
-- Zone: Foret de Hennetiel
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Dho_Gates/TextIDs"] = nil;
require("scripts/zones/Dho_Gates/TextIDs");
-----------------------------------
-- onInitialize
-------------------... | gpl-3.0 |
MuhammadWang/MCServer | MCServer/Plugins/DumpInfo/Init.lua | 2 | 1294 | function Initialize(a_Plugin)
a_Plugin:SetName("DumpInfo")
a_Plugin:SetVersion(1)
-- Check if the infodump file exists.
if (not cFile:Exists("Plugins/InfoDump.lua")) then
LOGWARN("[DumpInfo] InfoDump.lua was not found.")
return false
end
-- Add the webtab.
a_Plugin:AddWebTab("DumpPlugin", HandleDumpPlugi... | apache-2.0 |
nesstea/darkstar | scripts/globals/spells/bluemagic/terror_touch.lua | 26 | 1998 | -----------------------------------------
-- Spell: Terror Touch
-- Additional effect: Weakens attacks. Accuracy varies with TP
-- Spell cost: 62 MP
-- Monster Type: Undead
-- Spell Type: Physical (Blunt)
-- Blue Magic Points: 3
-- Stat Bonus: HP-5 MP+10
-- Level: 40
-- Casting Time: 3.25 seconds
-- Recast Time: 21 sec... | gpl-3.0 |
jballanc/aydede | test/helpers.lua | 1 | 1668 | --[[ helpers.lua
Helper methods.
This is a collection of some basic parse elements that are needed by almost
every other grammar module. They should be merged at least once into the
grammar table before the grammar is finalized.
Copyright (c) 2015, Joshua Ballanco.
Licensed under the BSD 2-Clause Licens... | bsd-2-clause |
UnfortunateFruit/darkstar | scripts/zones/Rala_Waterways_U/Zone.lua | 36 | 1125 | -----------------------------------
--
-- Zone: Rala Waterways U
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Rala_Waterways_U/TextIDs"] = nil;
require("scripts/zones/Rala_Waterways_U/TextIDs");
-----------------------------------
-- onInitial... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Full_Moon_Fountain/Zone.lua | 30 | 2545 | -----------------------------------
--
-- Zone: Full_Moon_Fountain (170)
--
-----------------------------------
package.loaded["scripts/zones/Full_Moon_Fountain/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Full_Moon_Fountain/TextIDs");
require("scripts/globals/settings");
require("script... | gpl-3.0 |
nesstea/darkstar | scripts/zones/King_Ranperres_Tomb/npcs/_5a0.lua | 13 | 2495 | -----------------------------------
-- Area: King Ranperre's Tomb
-- DOOR: _5a0 (Heavy Stone Door)
-- @pos -39.000 4.823 20.000 190
-----------------------------------
package.loaded["scripts/zones/King_Ranperres_Tomb/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("sc... | gpl-3.0 |
plajjan/snabbswitch | src/lib/protocol/icmp/nd/ns.lua | 15 | 1056 | -- 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 nd_header = require("lib.protocol.icmp.nd.header")
local proto_header = require("lib.protocol.header")
local ns = subClass(nd_header)
-- Class variables
ns._name... | apache-2.0 |
dpino/snabbswitch | src/lib/protocol/icmp/nd/ns.lua | 15 | 1056 | -- 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 nd_header = require("lib.protocol.icmp.nd.header")
local proto_header = require("lib.protocol.header")
local ns = subClass(nd_header)
-- Class variables
ns._name... | apache-2.0 |
nesstea/darkstar | scripts/globals/items/acorn_cookie.lua | 18 | 1323 | -----------------------------------------
-- ID: 4510
-- Item: Acorn Cookie
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Magic Regen While Healing 3
-- Aquan Killer 5
-- Sleep Resist 5
-----------------------------------------
require("scripts/globals/status");
------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Quicksand_Caves/npcs/HomePoint#1.lua | 12 | 1255 | -----------------------------------
-- Area: Quicksand_Caves
-- NPC: HomePoint#1
-- @pos -984 17 -289 208
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Quicksand_Caves/TextIDs");
require("script... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_San_dOria/npcs/Auvare.lua | 13 | 1560 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Auvare
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
require("scripts/zones/Port_San_dOria/TextIDs");
-----------------------------------
-- onTrade Action
--------------------... | gpl-3.0 |
ennis/autograph-pipelines | resources/scripts/init.lua | 1 | 3028 | ag = require 'autograph'
gl = require 'glapi'
local scene = scene or ag.Scene()
local obj = obj or scene:loadModel('mesh/house_plant/house_plant')
local sceneRenderer = sceneRenderer or DeferredSceneRenderer()
local wireframeRenderer = wireframeRenderer or WireframeOverlayRenderer()
local gBuffer = gBuffer or Deferred... | mit |
nesstea/darkstar | scripts/zones/The_Sanctuary_of_ZiTah/npcs/Field_Manual.lua | 29 | 1057 | -----------------------------------
-- Field Manual
-- Area: The Sanctuary of Zi'Tah
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/fieldsofvalor");
-----------------------------------
-- onTrigger Action
--------------------------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/La_Theine_Plateau/TextIDs.lua | 12 | 2213 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6384; -- Obtained: <item>.
GIL_OBTAINED = 6385; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6387; -- Obtained... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Stellar_Fulcrum/Zone.lua | 13 | 2300 | -----------------------------------
--
-- Zone: Stellar_Fulcrum
--
-----------------------------------
package.loaded["scripts/zones/Stellar_Fulcrum/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Stellar_Fulcrum/TextIDs");
---------------------------... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/uskumru.lua | 18 | 1255 | -----------------------------------------
-- ID: 5452
-- Item: Uskumru
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 3
-- Mind -5
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-----------... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Port_Windurst/npcs/Yafa_Yaa.lua | 13 | 2857 | -----------------------------------
-- Area: Port Windurst
-- NPC: Yafa Yaa
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scripts/zones/Port_Windurst/T... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Southern_San_dOria/npcs/Najjar.lua | 29 | 1669 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Najjar
-- General Info NPC
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests"... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Northern_San_dOria/npcs/Kuu_Mohzolhi.lua | 37 | 3233 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Kuu Mohzolhi
-- Starts and Finishes Quest: Growing Flowers
-- @zone 231
-- @pos -123 0 80
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require(... | gpl-3.0 |
MetSystem/skynet | lualib/socket.lua | 15 | 8240 | local driver = require "socketdriver"
local skynet = require "skynet"
local skynet_core = require "skynet.core"
local assert = assert
local socket = {} -- api
local buffer_pool = {} -- store all message buffer object
local socket_pool = setmetatable( -- store all socket object
{},
{ __gc = function(p)
for id,v in ... | mit |
milkmanjack/lama | src/obj/Mob.lua | 1 | 12951 | --[[
lama is a MUD server made in Lua.
Copyright (C) 2013 Curtis Erickson
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 3 of the License, or
(at your option) ... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/globals/items/plate_of_seafood_paella.lua | 36 | 1503 | -----------------------------------------
-- ID: 5968
-- Item: Plate of Seafood Paella
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- HP 40
-- Dexterity 5
-- Mind -1
-- Accuracy % 15 (cap 80)
-- Undead Killer 5
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Fort_Karugo-Narugo_[S]/Zone.lua | 28 | 1341 | -----------------------------------
--
-- 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]/TextID... | gpl-3.0 |
dhruvparamhans/torch7 | test/test_qr.lua | 46 | 9128 | -- This file contains tests for the QR decomposition functions in torch:
-- torch.qr(), torch.geqrf() and torch.orgqr().
local torch = require 'torch'
local tester = torch.Tester()
local tests = {}
-- torch.qr() with result tensors given.
local function qrInPlace(tensorFunc)
return function(x)
local q, r = tenso... | bsd-3-clause |
eulerreich/torch7 | test/test_qr.lua | 46 | 9128 | -- This file contains tests for the QR decomposition functions in torch:
-- torch.qr(), torch.geqrf() and torch.orgqr().
local torch = require 'torch'
local tester = torch.Tester()
local tests = {}
-- torch.qr() with result tensors given.
local function qrInPlace(tensorFunc)
return function(x)
local q, r = tenso... | bsd-3-clause |
Mashape/kong | kong/cmd/restart.lua | 2 | 1383 | local log = require "kong.cmd.utils.log"
local stop = require "kong.cmd.stop"
local kill = require "kong.cmd.utils.kill"
local start = require "kong.cmd.start"
local pl_path = require "pl.path"
local conf_loader = require "kong.conf_loader"
local function execute(args)
local conf
log.disable()
if args.prefix t... | apache-2.0 |
nesstea/darkstar | scripts/globals/items/shivas_shotel.lua | 42 | 1177 | -----------------------------------------
-- ID: 17711
-- Item: Shiva's Shotel
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
function onAdditionalEffec... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Windurst_Woods/npcs/Harara_WW.lua | 13 | 5537 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Harara, W.W.
-- X Grant Signet
-- X Recharge Emperor Band, Empress Band, or Chariot Band
-- X Accepts traded Crystals to fill up the Rank bar to open new Missions.
-- X Sells items in exchange for Conquest Points
-- X Start Supply Run Missions ... | gpl-3.0 |
FailcoderAddons/supervillain-ui | SVUI_Skins/components/blizzard/raid.lua | 2 | 2850 | --[[
##############################################################################
S V U I By: Failcoder
##############################################################################
--]]
--[[ GLOBALS ]]--
local _G = _G;
local unpack = _G.unpack;
local select = _G.select;
local ipairs = _G.ipairs;
local pairs ... | mit |
gganssle/ml_tle_2016_contest | crossValidation_gpu.lua | 1 | 6373 | require 'nn'
require 'cunn'
-- load data
file = torch.DiskFile('dat/facies_vectors.t7', 'r')
facies = file:readObject()
file:close()
file = torch.DiskFile('dat/validation_data_nofacies.t7', 'r')
validate = file:readObject()
file:close()
names = {"shrimplin","alexander","shankle","luke","kimzey","cross","nolan","recru... | mit |
Mashape/kong | spec/02-integration/01-helpers/01-helpers_spec.lua | 1 | 15253 | local helpers = require "spec.helpers"
local cjson = require "cjson"
for _, strategy in helpers.each_strategy() do
describe("helpers [#" .. strategy .. "]: assertions and modifiers", function()
local proxy_client
lazy_setup(function()
local bp = helpers.get_db_utils(strategy, {
"routes",
... | apache-2.0 |
UnfortunateFruit/darkstar | scripts/globals/items/plate_of_octopus_sushi_+1.lua | 35 | 1341 | -----------------------------------------
-- ID: 5694
-- Item: plate_of_octopus_sushi_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Strength 2
-- Accuracy % 17 (Unknown, assuming 1% more than NQ)
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
dpino/snabbswitch | src/lib/ctable.lua | 3 | 24815 | module(..., package.seeall)
local ffi = require("ffi")
local C = ffi.C
local S = require("syscall")
local lib = require("core.lib")
local binary_search = require("lib.binary_search")
local multi_copy = require("lib.multi_copy")
local siphash = require("lib.hash.siphash")
local min, max, floor, ceil = math.min, math.ma... | apache-2.0 |
nesstea/darkstar | scripts/zones/North_Gustaberg_[S]/npcs/Cavernous_Maw.lua | 29 | 1418 | -----------------------------------
-- Area: North Gustaberg [S]
-- NPC: Cavernous Maw
-- @pos 466 0 479 88
-- Teleports Players to North Gustaberg
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyite... | gpl-3.0 |
UnfortunateFruit/darkstar | scripts/zones/Bastok_Markets/npcs/Ellard.lua | 10 | 2633 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Ellard
-- Type: Guildworker's Union Representative
-- @zone: 235
-- @pos -214.355 -7.814 -63.809
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
require("scripts/globals/keyitems");
require("scrip... | gpl-3.0 |
nesstea/darkstar | scripts/zones/Beaucedine_Glacier/Zone.lua | 17 | 3118 | -----------------------------------
--
-- Zone: Beaucedine_Glacier (111)
--
-----------------------------------
package.loaded[ "scripts/zones/Beaucedine_Glacier/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Beaucedine_Glacier/TextIDs");
require("scripts/globals/missions");
require("scrip... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.