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
Arcscion/Shadowlyre
scripts/zones/Abyssea-Tahrongi/npcs/qm4.lua
3
1346
----------------------------------- -- Zone: Abyssea-Tahrongi -- NPC: qm4 (???) -- Spawns Cannered Noz -- !pos ? ? ? 45 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) -...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/weaponskills/raging_fists.lua
26
1437
----------------------------------- -- Raging Fists -- Hand-to-Hand weapon skill -- Skill Level: 125 -- Delivers a fivefold attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% ; DEX:30% -- 100%TP ...
gpl-3.0
zhangxiangxiao/nn
SpatialConvolution.lua
27
4452
local SpatialConvolution, parent = torch.class('nn.SpatialConvolution', 'nn.Module') function SpatialConvolution:__init(nInputPlane, nOutputPlane, kW, kH, dW, dH, padW, padH) parent.__init(self) dW = dW or 1 dH = dH or 1 self.nInputPlane = nInputPlane self.nOutputPlane = nOutputPlane self.kW = kW ...
bsd-3-clause
Arcscion/Shadowlyre
scripts/zones/Garlaige_Citadel/npcs/_5k9.lua
3
1392
----------------------------------- -- Area: Garlaige Citadel -- NPC: Banishing Gate #2 -- !pos -100 -2.949 81 200 ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Garlaige_Citadel/TextIDs"); ---------------...
gpl-3.0
markofu/scripts
nmap/nmap/nselib/dhcp6.lua
3
20369
--- -- Minimalistic DHCP6 (Dynamic Host Configuration Protocol for IPv6) -- implementation supporting basic DHCP6 Solicit requests The library -- is structured around the following classes: -- * DHCP6.Option - DHCP6 options encoders (for requests) and decoders -- (for responses) -- * DHCP6.Request - DH...
gpl-2.0
LouisK130/Orange-Cosmos-Roleplay
ocrp/gamemode/client/voice.lua
1
2635
ChatRadius_Whisper = 200; ChatRadius_Local = 600; ChatRadius_Yell = 800; local function thinkRadioStatic ( ) if (GAMEMODE.PlayStatic) then if (!GAMEMODE.StaticNoise) then GAMEMODE.StaticNoise = CreateSound(LocalPlayer(), "/ocrp/cradio_static.mp3"); end if (!GAMEMODE.NextStaticPlay || GAMEMODE.NextStaticP...
mit
jono659/enko
scripts/zones/Jugner_Forest_[S]/npcs/Gate_Sentry.lua
38
1028
----------------------------------- -- Area: Jugner Forest (S) -- NPC: Gate Sentry -- Type: Standard NPC -- @pos -265.235 -2.399 405.246 82 ----------------------------------- package.loaded["scripts/zones/Jugner_Forest_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Jugner_Forest_...
gpl-3.0
ctiao/platform-external-skia
tools/lua/bitmap_statistics.lua
207
1862
function string.startsWith(String,Start) return string.sub(String,1,string.len(Start))==Start end function string.endsWith(String,End) return End=='' or string.sub(String,-string.len(End))==End end local canvas = nil local num_perspective_bitmaps = 0 local num_affine_bitmaps = 0 local num_scaled_bitmaps = 0 loc...
bsd-3-clause
N0U/Zero-K
scripts/hoveraa.lua
11
1989
local base = piece 'base' local body = piece 'body' local turret = piece 'turret' local ground1 = piece 'ground1' local missile = piece 'missile' local firepoint = piece 'firepoint' local wakes = {} for i = 1, 8 do wakes[i] = piece ('wake' .. i) end include "constants.lua" local SIG_MOVE = 1 local SIG_AIM = 2...
gpl-2.0
jono659/enko
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Great_Axe.lua
17
1489
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Animated Great Axe ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- fun...
gpl-3.0
rodrigohubner/openvibe
plugins/processing/classification/test/scripts/classifier-training-target-separator.lua
5
1266
targets = {} non_targets = {} sent_stimulation = 0 function initialize(box) dofile(box:get_config("${Path_Data}") .. "/plugins/stimulation/lua-stimulator-stim-codes.lua") -- read the parameters of the box s_targets = box:get_setting(2) for t in s_targets:gmatch("%d+") do targets[t + 0] = true end s_non_...
agpl-3.0
Arcscion/Shadowlyre
scripts/zones/Windurst_Waters/npcs/Maysoon.lua
3
2153
----------------------------------- -- Area: Windurst Waters -- NPC: Maysoon -- Starts and Finishes Quest: Hoist the Jelly, Roger -- Involved in Quests: Cook's Pride -- @zone 238 -- !pos -105 -2 69 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/weaponskills/viper_bite.lua
18
1699
----------------------------------- -- Viper Bite -- Dagger weapon skill -- Skill level: 100 -- Deals double damage and Poisons target. Duration of poison varies with TP. -- Doubles attack and not damage. -- Despite the animation showing two swings, this is a single-hit weapon skill. -- Will stack with Sneak Attack. --...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Metalworks/npcs/Iron_Eater.lua
3
3793
----------------------------------- -- Area: Metalworks -- NPC: Iron Eater -- Involved in Missions -- !pos 92.936 -19.532 1.814 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zo...
gpl-3.0
jono659/enko
scripts/zones/Windurst_Woods/npcs/Gioh_Ajihri.lua
36
2813
----------------------------------- -- Area: Windurst Woods -- NPC: Gioh Ajihri -- Starts & Finishes Repeatable Quest: Twinstone Bonding ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); requ...
gpl-3.0
joewalker/prosody-modules
mod_incidents_handling/incidents_handling/incidents_handling.lib.lua
32
16333
-- This contains the auxiliary functions for the Incidents Handling module. -- (C) 2012-2013, Marco Cirillo (LW.Org) local pairs, ipairs, os_date, string, table, tonumber = pairs, ipairs, os.date, string, table, tonumber local dataforms_new = require "util.dataforms".new local st = require "util.stanza" local xmlns_...
mit
jono659/enko
scripts/zones/Mount_Zhayolm/npcs/_1p3.lua
31
3553
----------------------------------- -- Area: Mount Zhayolm -- Door: Runic Seal -- @pos 703 -18 382 61 ----------------------------------- package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/missions"); require("...
gpl-3.0
jono659/enko
scripts/globals/weaponskills/tachi_rana.lua
12
4581
----------------------------------- -- Tachi Rana -- Great Katana weapon skill -- Skill Level: N/A -- Delivers a three-fold attack. params.accuracy varies with TP. Aftermath effect varies with TP. See Kogarasumaru. -- In order to obtain Tachi: Rana, the Unlocking a Myth (Samurai) quest must be completed. -- Will ...
gpl-3.0
N0U/Zero-K
scripts/staticheavyradar.lua
5
2170
local base = piece 'base' local spinner = piece 'spinner' local arm = piece 'arm' local ant = piece 'ant' local dish = piece 'dish' local float1 = piece 'float1' local float2 = piece 'float2' include "constants.lua" local smokePiece = { ant, base} local spGetUnitIsStunned = Spring.GetUnitIsStunned local SIG_...
gpl-2.0
N0U/Zero-K
units/striderbantha.lua
4
7630
unitDef = { unitname = [[striderbantha]], name = [[Paladin]], description = [[Ranged Support Strider]], acceleration = 0.1047, brakeRate = 0.2212, buildCostMetal = 10500, builder = false, buildPic = [[...
gpl-2.0
jammet/MCServer
MCServer/Plugins/DumpInfo/Init.lua
2
1323
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
Arcscion/Shadowlyre
scripts/zones/Port_Windurst/npcs/Tohopka.lua
3
1045
----------------------------------- -- Area: Port Windurst -- NPC: Tohopka -- Type: Standard NPC -- @zone 240 -- !pos -105.723 -10 83.813 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; -------------------...
gpl-3.0
rodrigohubner/openvibe
applications/demos/p300/bci-examples/p300-speller-xDAWN/p300-speller-target.lua
2
2237
-- This Lua script generates target stimulations for the P300 visualisation -- box based on the matrix of letters / numbers a P300 speller has -- -- Author : Yann Renard, INRIA -- Date : 2011-03-15 grid = { { 'a', 'b', 'c', 'd', 'e', 'f' }, { 'g', 'h', 'i', 'j', 'k', 'l' }, { 'm', 'n', 'o', 'p', 'q', 'r' }, { 's...
agpl-3.0
zzh442856860/skynet-Note
service/launcher.lua
51
3199
local skynet = require "skynet" local core = require "skynet.core" require "skynet.manager" -- import manager apis local string = string local services = {} local command = {} local instance = {} -- for confirm (function command.LAUNCH / command.ERROR / command.LAUNCHOK) local function handle_to_address(handle) retu...
mit
MRunFoss/skynet
service/launcher.lua
51
3199
local skynet = require "skynet" local core = require "skynet.core" require "skynet.manager" -- import manager apis local string = string local services = {} local command = {} local instance = {} -- for confirm (function command.LAUNCH / command.ERROR / command.LAUNCHOK) local function handle_to_address(handle) retu...
mit
jono659/enko
scripts/zones/Bastok_Mines/TextIDs.lua
2
6702
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6381; -- Try trading again after sorting your inventory. ITEM_OBTAINED = 6382; -- Obtained: <<<Unknown Pa...
gpl-3.0
jono659/enko
scripts/globals/abilities/alacrity.lua
28
1151
----------------------------------- -- Ability: Alacrity -- Reduces the casting and the recast time of your next black magic spell by 50%. -- Obtained: Scholar Level 25 -- Recast Time: Stratagem Charge -- Duration: 1 black magic spell or 60 seconds, whichever occurs first. -- -- Level |Charges |Recharge Time p...
gpl-3.0
jono659/enko
scripts/zones/The_Eldieme_Necropolis_[S]/npcs/Erlene.lua
17
3690
----------------------------------- -- Area: The Eldieme Necropolis (S) -- NPC: Erlene -- Involved in Quest: "A Little Knowledge" -- @pos 376.936 -39.999 17.914 175 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis_[S]/TextIDs"] = nil; ----------------------------------- ...
gpl-3.0
N0U/Zero-K
LuaUI/Widgets/cmd_newton_firezone.lua
4
31211
local versionNum = '0.308' function widget:GetInfo() return { name = "Newton Firezone", desc = "v".. (versionNum) .."Adds the Firezone command for Newtons. Allies in an area are targeted.", author = "wolas, xponen, Google Frog", --xponen (add crash location estimator) date = "2013", license = "GNU GPL...
gpl-2.0
kostyll/node9
fs/os/lib/pl/OrderedMap.lua
8
4507
--- OrderedMap, a map which preserves ordering. -- -- Derived from `pl.Map`. -- -- Dependencies: `pl.utils`, `pl.tablex`, `pl.List` -- @classmod pl.OrderedMap local tablex = require 'pl.tablex' local utils = require 'pl.utils' local List = require 'pl.List' local index_by,tsort,concat = tablex.index_by,table.sort,tabl...
mit
jono659/enko
scripts/zones/Monastic_Cavern/npcs/Magicite.lua
19
1595
----------------------------------- -- Area: Monastic Cavern -- NPC: Magicite -- Involved in Mission: Magicite -- @pos -22 1 -66 150 ----------------------------------- package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scri...
gpl-3.0
Goodzilam/20
plugins/Add_Bot.lua
29
1484
--[[ Bot can join into a group by replying a message contain an invite link or by typing !join [invite link]. URL.parse cannot parsing complicated message. So, this plugin only works for single [invite link] in a post. [invite link] may be preceeded but must not followed by another characters. --]] do local functio...
gpl-2.0
imanmafi/Algorithm-Implementations
Average/Lua/Yonaba/average_test.lua
26
1557
-- Tests for average.lua local mean = require 'average' local total, pass = 0, 0 local function dec(str, len) return #str < len and str .. (('.'):rep(len-#str)) or str:sub(1,len) end local function run(message, f) total = total + 1 local ok, err = pcall(f) if ok then pass = pass + 1 end local st...
mit
jono659/enko
scripts/globals/fieldsofvalor.lua
5
19233
------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/conquest"); -- require("scripts/globals/teleports"); require("scripts/globals/status"); require("scripts/globals/regimereward"); require("scripts/globals/regimeinfo"); require("scripts/globals/common...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/abilities/celerity.lua
4
1161
----------------------------------- -- Ability: Celerity -- Reduces the casting time and the recast time of your next white magic spell by 50%. -- Obtained: Scholar Level 25 -- Recast Time: Stratagem Charge -- Duration: 1 white magic spell or 60 seconds, whichever occurs first. -- -- Level |Charges |Recharge Time per...
gpl-3.0
markofu/scripts
nmap/nmap/nselib/ike.lua
3
15430
local _G = require "_G" local bin = require "bin" local nmap = require "nmap" local stdnse = require "stdnse" local string = require "string" local table = require "table" local math = require "math" local io = require "io" description = [[ A very basic IKE library. The current functionality includes: 1. Generatin...
gpl-2.0
Arcscion/Shadowlyre
scripts/zones/Cloister_of_Tremors/bcnms/trial-size_trial_by_earth.lua
3
2124
----------------------------------- -- Area: Cloister of Tremors -- BCNM: Trial-size Trial by Earth -- !pos -539 1 -493 209 ----------------------------------- package.loaded["scripts/zones/Cloister_of_Tremors/TextIDs"] = nil; ------------------------------------- require("scripts/globals/keyitems"); require("scripts/...
gpl-3.0
trex2000/Arobs-Academy
ESP8266/Web_Page/http_server.lua
3
2335
sendFileContents = function(conn, filename) if file.open(filename, "r") then --conn:send(responseHeader("200 OK","text/html")); repeat local line=file.readline() if line then conn:send(line); end until not line file.close(); ...
mit
Arcscion/Shadowlyre
scripts/zones/Norg/npcs/Edal-Tahdal.lua
3
4555
----------------------------------- -- Area: Norg -- NPC: Edal-Tahdal -- Starts and Finishes Quest: Trial by Water -- !pos -13 1 -20 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/glob...
gpl-3.0
jono659/enko
scripts/globals/items/loaf_of_black_bread.lua
35
1287
----------------------------------------- -- ID: 4364 -- Item: loaf_of_black_bread -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 8 -- Dexterity -1 -- Vitality 2 ----------------------------------------- require("scripts/globals/status"); -----------------------------...
gpl-3.0
bjtaylor1/osrm-backend
third_party/flatbuffers/lua/flatbuffers/view.lua
9
2327
local m = {} local mt = {} local mt_name = "flatbuffers.view.mt" local N = require("flatbuffers.numTypes") local binaryarray = require("flatbuffers.binaryarray") function m.New(buf, pos) N.UOffsetT:EnforceNumber(pos) -- need to convert from a string buffer into -- a binary array local o = { ...
bsd-2-clause
Arcscion/Shadowlyre
scripts/zones/Caedarva_Mire/npcs/Logging_Point.lua
17
1085
----------------------------------- -- Area: Caedarva Mire -- NPC: Logging Point ----------------------------------- package.loaded["scripts/zones/Caedarva_Mire/TextIDs"] = nil; ------------------------------------- require("scripts/globals/logging"); require("scripts/zones/Caedarva_Mire/TextIDs"); ---------------...
gpl-3.0
jono659/enko
scripts/globals/spells/ice_carol.lua
13
1498
----------------------------------------- -- Spell: Ice Carol -- Increases ice resistance for party members within the area of effect. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ---------------...
gpl-3.0
jono659/enko
scripts/zones/Dynamis-Xarcabard/TextIDs.lua
5
2195
-- 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 = 6382; -- Obtained: <item> GIL_OBTAINED = 6383; -- Obtained <number> gil KEYITEM_OBTAINED = 6385; -- Obtain...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Aht_Urhgan_Whitegate/npcs/Yahsra.lua
3
3585
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Yahsra -- Type: Assault Mission Giver -- !pos 120.967 0.161 -44.002 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyit...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Abyssea-Konschtat/npcs/Cavernous_Maw.lua
3
1200
----------------------------------- -- Area: Abyssea - Konschatat -- NPC: Cavernous Maw -- !pos 159.943 -72.109 -839.986 15 -- Teleports Players to Konschatat Highlands ----------------------------------- package.loaded["scripts/zones/Abyssea-Konschtat/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0
N0U/Zero-K
ModelMaterials_103/0_customskins.lua
16
2011
-- $Id$ -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- local materials = { altSkinS3o = { shaderDefinitions = { }, shader = include("ModelMaterials/Shaders/default.lua"), ...
gpl-2.0
Arcscion/Shadowlyre
scripts/globals/items/slice_of_ziz_meat.lua
12
1349
----------------------------------------- -- ID: 5581 -- Item: Slice of Ziz Meat -- Effect: 5 Minutes, food effect, Galka Only ----------------------------------------- -- Strength +4 -- Intelligence -6 ----------------------------------------- require("scripts/globals/status"); --------------------------------------...
gpl-3.0
jono659/enko
scripts/zones/Apollyon/mobs/Grave_Digger.lua
33
1024
----------------------------------- -- Area: Apollyon SE -- NPC: Grave_Digger ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Apollyon/TextIDs"); ----------------------------------- -- onMobSpawn Action...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Rabao/npcs/Scamplix.lua
17
1532
----------------------------------- -- 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
account3r2/SSTelnet
main.lua
1
3922
#!/usr/bin/env lua5.1 --[[========================================================================\\ || Copyright (C) 2015 Niko Geil. || || || || This file is part of serversquared LuaTelnetD. ...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Dragons_Aery/mobs/Fafnir.lua
3
1862
----------------------------------- -- Area: Dragons Aery -- HNM: Fafnir ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/status"); ----------------------------------- -- onMobInitialize ----------------------------------- function ...
gpl-3.0
jono659/enko
scripts/zones/The_Shrine_of_RuAvitau/npcs/HomePoint#1.lua
12
1220
----------------------------------- -- Area: The Shrine of Ru'Avitau -- NPC: HomePoint#1 -- @pos -13 48 61 178 ----------------------------------- package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/The_Shrine_of_RuAvitau/TextIDs"); requir...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/items/yellow_curry_bun.lua
12
2103
----------------------------------------- -- ID: 5757 -- Item: yellow_curry_bun -- Food Effect: 30minutes, All Races ----------------------------------------- -- TODO: Group effects -- Health Points 20 -- Strength 5 -- Agility 2 -- Intelligence -4 -- Attack 20% (caps @ 75) -- Ranged Attack 20% (caps @ 75) -- Resist Sle...
gpl-3.0
jono659/enko
scripts/zones/Lower_Jeuno/npcs/Sniggnix.lua
19
2170
----------------------------------- -- Area: Lower Jeuno -- NPC: Sniggnix -- Type: Standard NPC -- @zone: 245 -- @pos -45.832 4.498 -135.029 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; -----------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/items/cup_of_caravan_tea.lua
12
1329
----------------------------------------- -- ID: 5927 -- Item: Cup of Caravan Tea -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- HP 22 -- MP 32 -- Charisma 6 -- Intelligence 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------...
gpl-3.0
spawnazzo/luci
modules/admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua
84
1922
--[[ LuCI - Lua Configuration Interface Copyright 2010 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id$ ]]-- lo...
apache-2.0
Arcscion/Shadowlyre
scripts/commands/animatenpc.lua
7
1662
--------------------------------------------------------------------------------------------------- -- func: animatenpc -- desc: Changes the animation of the given npc. (For testing purposes.) --------------------------------------------------------------------------------------------------- require("scripts/globals/s...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/items/pork_cutlet_rice_bowl.lua
12
2048
----------------------------------------- -- ID: 6406 -- Item: pork_cutlet_rice_bowl -- Food Effect: 180Min, All Races ----------------------------------------- -- HP +60 -- MP +60 -- STR +7 -- VIT +3 -- AGI +5 -- INT -7 -- Fire resistance +20 -- Attack +23% (cap 125) -- Ranged Attack +23% (cap 125) -- Store TP +4 ----...
gpl-3.0
jono659/enko
scripts/globals/items/plate_of_tuna_sushi.lua
35
1526
----------------------------------------- -- ID: 5150 -- Item: plate_of_tuna_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 20 -- Dexterity 3 -- Charisma 5 -- Accuracy % 15 -- Ranged ACC % 15 -- Sleep Resist 5 ----------------------------------------- require("s...
gpl-3.0
LouisK130/Orange-Cosmos-Roleplay
ocrp/gamemode/server/buddies.lua
1
2429
util.AddNetworkString("OCRP_UpdateBuddies") net.Receive("OCRP_AddBuddy", function(len, ply) AddBud(ply, net.ReadString()) end) net.Receive("OCRP_RemoveBuddy", function(len, ply) RemoveBud(ply, net.ReadString()) end) function AddBud( ply, NewBudID) table.insert(ply.OCRPData["Buddies"], NewBudID) end function Remov...
mit
N0U/Zero-K
effects/explosions.lua
7
54087
-- empflash240 -- flashmediumbuildingex -- empflash20 -- dguntrace -- burn -- empflash192 -- missile_explosion -- flashnuke280 -- pilot -- red_explosion -- flashsmallbuilding -- flashbigbuilding -- flash64 -- kargmissile_explosion -- vehhvyrocket_explosion -- flash2 -- starfire -- medmissile_explosion -- bigbomb_explos...
gpl-2.0
Arcscion/Shadowlyre
scripts/zones/Abyssea-Grauberg/npcs/qm12.lua
3
1396
----------------------------------- -- Zone: Abyssea-Grauberg -- NPC: qm12 (???) -- Spawns Alfard -- !pos ? ? ? 254 ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/status"); ----------------------------------- -- onTrigger Action ----------------------------------- f...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Windurst_Waters/npcs/Jack_of_Hearts.lua
17
1239
----------------------------------- -- Area: Windurst Waters -- NPC: Jack of Hearts -- Adventurer's Assistant -- Working 100% ------------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; require("scripts/zones/Windurst_Waters/TextIDs"); ----...
gpl-3.0
davidedmonds/darkstar
scripts/globals/mobskills/PW_Scorching_Lash.lua
13
1069
--------------------------------------------- -- Scorching Lash -- -- Description: Deals heavy damage to targets behind user. -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: Back -- Notes: Used only if a target with hate is behind them. Conal behind Cerberus. ----------------------------------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c1000904.lua
1
2107
--叶族人大祭司 function c1000904.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,5,2) c:EnableReviveLimit() --解放 local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_RELEASE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetC...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Cloister_of_Frost/npcs/Cermet_Headstone.lua
2
2399
----------------------------------- -- Area: Cloister of Frost -- NPC: Cermet Headstone -- Involved in Mission: ZM5 Headstone Pilgrimage (Ice Fragment) -- !pos 566 0 606 203 ----------------------------------- package.loaded["scripts/zones/Cloister_of_Frost/TextIDs"] = nil; ----------------------------------- require(...
gpl-3.0
Murloc992/TBCBackporting
Jamba/Jamba/Libs/UTF8/utf8data.lua
9
31622
utf8_lc_uc = { ["a"] = "A", ["b"] = "B", ["c"] = "C", ["d"] = "D", ["e"] = "E", ["f"] = "F", ["g"] = "G", ["h"] = "H", ["i"] = "I", ["j"] = "J", ["k"] = "K", ["l"] = "L", ["m"] = "M", ["n"] = "N", ["o"] = "O", ["p"] = "P", ["q"] = "Q", ["r"] = "R", ["s"] = "S", ["t"] = "T", ["u"] = "U", ["v"] = "...
gpl-3.0
soscpd/bee
root/tests/zguide/examples/Lua/mdbroker.lua
2
11586
-- -- Majordomo Protocol broker -- A minimal implementation of http://rfc.zeromq.org/spec:7 and spec:8 -- -- Author: Robert G. Jakabosky <bobby@sharedrealm.com> -- require"zmq" require"zmq.poller" require"zmsg" require"zhelpers" require"mdp" local tremove = table.remove -- We'd normally pull these from config dat...
mit
MonokuroInzanaito/ygopro-777DIY
expansions/script/c99998988.lua
1
4290
--传说之剑士 迪昂·德·鲍蒙 function c99998988.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1) c:EnableReviveLimit() --自我暗示 local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(99991094,11)) e1:SetCode(EVENT_FREE_CHAIN) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetHintTiming(0,0x1e...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c10970010.lua
1
2380
--搜寻魔术 function c10970010.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --search local e2=Effect.CreateEffect(c) e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetRange(LOCATI...
gpl-3.0
waterlgndx/darkstar
scripts/globals/spells/bluemagic/feather_tickle.lua
2
1105
----------------------------------------- -- Spell: Feather Tickle -- Reduces an enemy's TP -- Spell cost: 48 MP -- Monster Type: Birds -- Spell Type: Magical (Wind) -- Blue Magic Points: 3 -- Stat Bonus: AGI+1 -- Level: 64 -- Casting Time: 4 seconds -- Recast Time: 26 seconds -- Magic Bursts on: Detonation, Fragmentat...
gpl-3.0
yuto-yamanaka/MySQL-Proxy
examples/tutorial-monitor.lua
40
5362
--[[ $%BEGINLICENSE%$ Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. 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; version 2 of the License. This program is dis...
gpl-2.0
waterlgndx/darkstar
scripts/globals/spells/suiton_san.lua
2
1478
----------------------------------------- -- Spell: Suiton: San -- Deals water damage to an enemy and lowers its resistance against lightning. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast -------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c60150931.lua
1
5098
--无限回廊 function c60150931.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --tuner local e5=Effect.CreateEffect(c) e5:SetDescription(aux.Stringid(60150931,1)) e5:SetProperty(EFFECT_FLAG_CARD_TARGET) e5:SetType(EFFEC...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Northern_San_dOria/npcs/Dapraugeant.lua
36
1430
----------------------------------- -- Area: Northern San d'Oria -- NPC: Dapraugeant -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/que...
gpl-3.0
kidaa/darkstar
scripts/zones/Cloister_of_Frost/npcs/Ice_Protocrystal.lua
12
1847
----------------------------------- -- Area: Cloister of Frost -- NPC: Ice Protocrystal -- Involved in Quests: Trial by Ice, Trial Size Trial by Ice -- @pos 558 0 596 203 ----------------------------------- package.loaded["scripts/zones/Cloister_of_Frost/TextIDs"] = nil; ------------------------------------- ...
gpl-3.0
lhog/Zero-K
LuaUI/Widgets/chili/Controls/window.lua
6
2083
--- Window module --- Window fields. -- Inherits from Control. -- @see control.Control -- @table Window Window = Control:Inherit{ classname = 'window', resizable = true, draggable = true, bringToFrontOnClick = true, noFont = true, minWidth = 50, minHeight = 50, defaultWidth = 400, defaultHeight = 300, } l...
gpl-2.0
kidaa/darkstar
scripts/globals/mobskills/Acrid_Stream.lua
25
1024
--------------------------------------------- -- Acrid Stream -- -- Description: Deals water damage to enemies within a fan-shaped area originating from the caster. Additional effect: Lowers target's Magic Defense. -- Type: Magical (Water) -- -- --------------------------------------------- require("scripts/...
gpl-3.0
will4wachter/Project1
scripts/zones/Northern_San_dOria/npcs/Guilberdrier.lua
19
1626
----------------------------------- -- Area: Northern San d'Oria -- NPC: Guilberdrier -- Type: Standard Info NPC -- Involved in Quest: Flyers for Regine, Exit the Gambler -- @zone: 231 -- @pos -159.082 12.000 253.794 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = ...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Port_Windurst/npcs/Milma-Hapilma_WW.lua
2
2517
----------------------------------- -- Area: Port Windurst -- NPC: Milma-Hapilma, 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
iassael/torch7-decomposition
decomposition/pca.lua
1
2324
--[=====[ Copyright (C) 2015 John-Alexander Assael (www.johnassael.com) https://github.com/iassael/torch7-decomposition The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
mit
yinjimmy/sdkbox-samples
src/cocos/cocos2d/OpenglConstants.lua
100
27127
if not gl then return end gl.GCCSO_SHADER_BINARY_FJ = 0x9260 gl._3DC_XY_AMD = 0x87fa gl._3DC_X_AMD = 0x87f9 gl.ACTIVE_ATTRIBUTES = 0x8b89 gl.ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8b8a gl.ACTIVE_PROGRAM_EXT = 0x8259 gl.ACTIVE_TEXTURE = 0x84e0 gl.ACTIVE_UNIFORMS = 0x8b86 gl.ACTIVE_UNIFORM_MAX_LENGTH = 0x8b87...
mit
kidaa/darkstar
scripts/globals/weaponskills/heavy_swing.lua
30
1339
----------------------------------- -- Heavy Swing -- Staff weapon skill -- Skill Level: 5 -- Deacription:Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP...
gpl-3.0
davidedmonds/darkstar
scripts/globals/spells/logical_etude.lua
18
1616
----------------------------------------- -- Spell: Logical Etude -- Static MND Boost, BRD 64 ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- f...
gpl-3.0
kidaa/darkstar
scripts/zones/Crawlers_Nest/npcs/qm12.lua
57
2120
----------------------------------- -- Area: Crawlers' Nest -- NPC: qm12 (??? - Exoray Mold Crumbs) -- Involved in Quest: In Defiant Challenge -- @pos 99.326 -0.126 -188.869 197 ----------------------------------- package.loaded["scripts/zones/Crawlers_Nest/TextIDs"] = nil; ----------------------------------- require...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Palborough_Mines/Zone.lua
27
1673
----------------------------------- -- -- Zone: Palborough_Mines (143) -- ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Palborough_Mines/TextIDs"); ---------...
gpl-3.0
kidaa/darkstar
scripts/zones/Palborough_Mines/Zone.lua
27
1673
----------------------------------- -- -- Zone: Palborough_Mines (143) -- ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Palborough_Mines/TextIDs"); ---------...
gpl-3.0
will4wachter/Project1
scripts/zones/Ilrusi_Atoll/mobs/Cursed_Chest.lua
17
1378
----------------------------------- -- Area: Illrusi atoll -- NPC: Cursed Chest ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action ----------------------------------- function onMobInit...
gpl-3.0
Thonik/FritoMod
fritomod/Anchors.lua
1
53747
-- Anchors frames to one another. -- -- Anchors provides many ways of anchoring frames to one another. It's -- designed to be as powerful as possible for the client; the flipside -- is the source here is rather complicated. -- -- I've divided the functionality into Strategies and Modes. Each Mode -- provides a differen...
mit
Thonik/FritoMod
labs/Merchant.lua
1
1272
-- Automatic Item Selling if nil ~= require then require "fritomod/currying"; require "fritomod/Events"; end; Labs=Labs or {}; function Labs.Merchant() Merchant={ sellRules={}, stockRules={} }; Merchant.SellRule=Curry(Lists.InsertFunction, Merchant.sellRules); Merchant.StockRule=Curry(Lists.InsertFunction, ...
mit
waterlgndx/darkstar
scripts/zones/Port_San_dOria/npcs/Ceraulian.lua
2
4945
----------------------------------- -- Area: Port San d'Oria -- NPC: Ceraulian -- Involved in Quest: The Holy Crest -- !pos 0 -8 -122 232 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scr...
gpl-3.0
will4wachter/Project1
scripts/zones/Bastok_Markets/npcs/Olwyn.lua
6
1454
----------------------------------- -- Area: Bastok Markets -- NPC: Olwyn -- Standard Merchant NPC -- -- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape ----------------------------------- require("scripts/globals/harvest_festivals"); require("scripts/globals/shop"); package.loaded["scripts/zo...
gpl-3.0
kidaa/darkstar
scripts/globals/spells/knights_minne_v.lua
13
1519
----------------------------------------- -- Spell: Knight's Minne V -- Grants Defense bonus to all allies. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastin...
gpl-3.0
kidaa/darkstar
scripts/globals/items/red_bubble-eye.lua
18
1282
----------------------------------------- -- ID: 5446 -- Item: Red Bubble-Eye -- Food Effect: 5 Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ---...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c60159923.lua
1
2872
--逸龙剑-抉择 function c60159923.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c60159923.target) e1:SetOperation(c60159923.operation) c:RegisterEffect(e1) ...
gpl-3.0
davidedmonds/darkstar
scripts/globals/mobskills/Dark_Wave.lua
18
1178
--------------------------------------------- -- Dark Wave -- -- Description: A wave of dark energy washes over targets in an area of effect. Additional effect: Bio -- Type: Magical -- Utsusemi/Blink absorb: Ignores shadows -- Range: 10' radial -- Notes: Severity of Bio effect varies by time of day, from 8...
gpl-3.0
will4wachter/Project1
scripts/zones/Lower_Jeuno/npcs/Naruru.lua
17
3714
----------------------------------- -- Area: Lower Jeuno -- NPC: Naruru -- Starts and Finishes Quests: Cook's Pride -- @pos -56 0.1 -138 245 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; -------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/mobskills/core_meltdown.lua
2
1109
--------------------------------------------------- -- Core Meltdown (Ghrah) -- Reactor core fails and self-destructs, damaging any nearby targets. -- Note: Very rare, estimated 5% chance --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Abyssea-Konschtat/MobIDs.lua
2
3885
require("scripts/globals/keyitems"); -- [QM] = {'name', {list of required trades}, {list of required KIs}, nmID} -- uncomment lines as NMs are implemented NM_POPS = { -- [16839078] = { 'qm1', {2914}, {}, 16838718}, ...
gpl-3.0