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
Joeyjohjjo/Johjjodarkfork
scripts/zones/Abyssea-Grauberg/npcs/Dominion_Tactician.lua
61
4431
----------------------------------- -- Area: Abyssea - Grauberg -- NPC: Dominion Tactician -- ----------------------------------- package.loaded["scripts/zones/Abyssea-Grauberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/abyssea"); require("script...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Abyssea-Grauberg/npcs/Dominion_Tactician.lua
61
4431
----------------------------------- -- Area: Abyssea - Grauberg -- NPC: Dominion Tactician -- ----------------------------------- package.loaded["scripts/zones/Abyssea-Grauberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/abyssea"); require("script...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Ifrits_Cauldron/npcs/qm4.lua
11
1477
----------------------------------- -- Area: Ifrit's Cauldron -- NPC: ??? -- Involved in Mission: Bastok 6-2 -- @pos 171 0 -25 205 ----------------------------------- package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); requi...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Beaucedine_Glacier_[S]/npcs/Disserond_RK.lua
38
1067
----------------------------------- -- Area: Beaucedine Glacier (S) -- NPC: Disserond, R.K. -- Type: Campaign Arbiter -- @zone: 136 -- @pos 76.178 -60.763 -48.775 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier_[S]...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Beaucedine_Glacier_[S]/npcs/Disserond_RK.lua
38
1067
----------------------------------- -- Area: Beaucedine Glacier (S) -- NPC: Disserond, R.K. -- Type: Campaign Arbiter -- @zone: 136 -- @pos 76.178 -60.763 -48.775 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier_[S]...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Hammer.lua
2
1412
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Animated Hammer ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobEnga...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/abilities/fire_maneuver.lua
35
1604
----------------------------------- -- Ability: Fire Maneuver -- Enhances the effect of fire attachments. Must have animator equipped. -- Obtained: Puppetmaster level 1 -- Recast Time: 10 seconds (shared with all maneuvers) -- Duration: 1 minute ----------------------------------- require("scripts/globals/status"); re...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Talacca_Cove/Zone.lua
28
1314
----------------------------------- -- -- Zone: Talacca_Cove (57) -- ----------------------------------- package.loaded["scripts/zones/Talacca_Cove/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Talacca_Cove/TextIDs"); ----------------------...
gpl-3.0
prefanatic/exsto
lua/exsto/server/sv_groups.lua
1
28712
--[[ Exsto Copyright (C) 2013 Prefanatic 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) any later version. This program is distributed i...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Celestial_Nexus/mobs/Eald_narche.lua
18
2568
----------------------------------- -- Area: The Celestial Nexus -- NPC: Eald'Narche - Phase 1 -- Zilart Mission 16 BCNM Fight ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); require("scripts/globals/magic"); function onMobInitialize(mob) --50% fast cast ...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Buburimu_Peninsula/npcs/Stone_Monument.lua
3
1214
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/Te...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Windurst_Waters/npcs/Rukuku.lua
36
1417
----------------------------------- -- Area: Windurst Waters -- NPC: Rukuku -- Involved in Quest: Making the Grade -- Working 100% -- @zone = 238 -- @pos = 130 -6 160 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
UPenn-RoboCup/UPennalizers
Player/Config/Walk/Config_NaoV4_Walk_SJ.lua
1
4436
module(..., package.seeall); require('vector') require 'unix' -- Walk Parameters for NewWalk walk = {}; walk.testing = true; ---------------------------------------------- -- Stance and velocity limit values ---------------------------------------------- walk.stanceLimitX={-0.10,0.10}; walk.stanceLimitY={0.09,0.20};...
gpl-3.0
Vivitarut/darkstar
scripts/globals/spells/bluemagic/light_of_penance.lua
4
1031
--------------------------------------------- -- Light Of Penance --------------------------------------------- require("scripts/globals/magic"); require("scripts/globals/status"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast --------------------------------...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/coral_butterfly.lua
3
1202
----------------------------------------- -- ID: 4580 -- Item: Coral Butterfly -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ---...
gpl-3.0
msafin/luci
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6rd.lua
53
2242
--[[ LuCI - Lua Configuration Interface Copyright 2011-2012 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 ]]-- loc...
apache-2.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_Windurst/npcs/Kususu.lua
36
1768
----------------------------------- -- Area: Port Windurst -- NPC: Kususu -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/zones/Port_Windurst/TextID...
gpl-3.0
Vivitarut/darkstar
scripts/zones/La_Theine_Plateau/Zone.lua
2
3539
----------------------------------- -- -- Zone: La_Theine_Plateau (102) -- ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/La_Theine_Plateau/TextIDs"); require("scripts/globals/icanheararainbow"); ...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/cup_of_chocomilk.lua
35
1163
----------------------------------------- -- ID: 4498 -- Item: cup_of_chocomilk -- Food Effect: 180Min, All Races ----------------------------------------- -- Magic Regen While Healing 3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -...
gpl-3.0
olax/prosody-modules
mod_blocking/mod_blocking.lua
32
5669
local jid_split = require "util.jid".split; local st = require "util.stanza"; local xmlns_blocking = "urn:xmpp:blocking"; module:add_feature("urn:xmpp:blocking"); -- Add JID to default privacy list function add_blocked_jid(username, host, jid) local privacy_lists = datamanager.load(username, host, "privacy") or {li...
mit
cryptotoad/prosody-modules
mod_blocking/mod_blocking.lua
32
5669
local jid_split = require "util.jid".split; local st = require "util.stanza"; local xmlns_blocking = "urn:xmpp:blocking"; module:add_feature("urn:xmpp:blocking"); -- Add JID to default privacy list function add_blocked_jid(username, host, jid) local privacy_lists = datamanager.load(username, host, "privacy") or {li...
mit
Vivitarut/darkstar
scripts/zones/Quicksand_Caves/Zone.lua
2
5820
----------------------------------- -- -- Zone: Quicksand_Caves (208) -- ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/zones/Quic...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Eastern_Altepa_Desert/Zone.lua
3
1590
----------------------------------- -- -- Zone: Eastern_Altepa_Desert (114) -- ----------------------------------- package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil; require("scripts/zones/Eastern_Altepa_Desert/TextIDs"); require( "scripts/globals/icanheararainbow"); -------------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Kuftal_Tunnel/mobs/Phantom_Worm.lua
6
1396
----------------------------------- -- Area: Kuftal Tunnel (173) -- Mob: Phantom Worm ----------------------------------- ----------------------------------- -- onMobDeath ----------------------------------- function onMobDeath(mob,killer) local npc = GetNPCByID(17490250); npc:hideNPC(900); local randpos =...
gpl-3.0
Gwynthell/FFDB
scripts/globals/mobskills/Final_Sting.lua
2
1143
--------------------------------------------- -- Final Sting -- -- Description: Deals damage proportional to HP. Reduces HP to 1 after use. Damage varies with TP. -- Type: Physical (Slashing) -- -- --------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status");...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Inner_Horutoto_Ruins/npcs/_5ce.lua
34
1077
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: _5ce (Gate of Earth) -- @pos -228 0 140 192 ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Inner_Horutoto_Ruins/TextIDs...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Sanctuary_of_ZiTah/npcs/Ajimo-Majimo_WW.lua
30
3078
----------------------------------- -- Area: The Sanctuary of Zi'Tah -- NPC: Ajimo-Majimo, W.W. -- Outpost Conquest Guards -- @pos -40.079 -0.642 -148.785 121 ----------------------------------- package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil; ----------------------------------- require("scripts/...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Arrapago_Reef/npcs/qm1.lua
15
1170
----------------------------------- -- Area: Arrapago Reef -- NPC: ??? (Spawn Lil'Apkallu(ZNM T1)) -- @pos 488 -1 166 54 ----------------------------------- package.loaded["scripts/zones/Arrapago_Reef/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Arrapago_Reef/TextIDs"); ---------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Windurst_Waters/npcs/Akkeke.lua
36
1418
----------------------------------- -- Area: Windurst Waters -- NPC: Akkeke -- Involved in Quest: Making the Grade -- Working 100% -- @zone = 238 -- @pos = 135 -6 165 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Outer_Horutoto_Ruins/npcs/_5e5.lua
6
1670
----------------------------------- -- Area: Outer Horutoto Ruins -- NPC: Cracked Wall -- Involved In Mission: The Jester Who'd Be King -- @pos -424.255 -1.909 619.995 ----------------------------------- package.loaded["scripts/zones/Outer_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("s...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_Windurst/npcs/Goltata.lua
19
1423
----------------------------------- -- Area: Port Windurst -- NPC: Goltata -- Involved in Quests: Wonder Wands -- Working 100% ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scr...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Dynamis-San_dOria/npcs/qm1.lua
17
1336
----------------------------------- -- Area: Dynamis San d'Oria -- NPC: qm1 (???) -- Notes: Spawns when Megaboss is defeated ----------------------------------- package.loaded["scripts/zones/Dynamis-San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require(...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Eldieme_Necropolis/npcs/qm9.lua
57
2181
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: qm9 (??? - Ancient Papyrus Shreds) -- Involved in Quest: In Defiant Challenge -- @pos 92.272 -32 -64.676 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/The_Eldieme_Necropolis/npcs/Treasure_Coffer.lua
2
3922
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Treasure Coffer -- @zone 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/derfland_pear.lua
35
1212
----------------------------------------- -- ID: 4352 -- Item: derfland_pear -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility -3 -- Intelligence 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- O...
gpl-3.0
Gwynthell/FFDB
scripts/globals/weaponskills/trueflight.lua
2
4541
----------------------------------- -- Skill Level: N/A -- Description: Deals light elemental damage. Damage varies with TP. Gastraphetes: Aftermath effect varies with TP. -- Available only after completing the Unlocking a Myth (Ranger) quest. -- Does not work with Flashy Shot. -- Does not work with Stealth Shot. --...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Gusgen_Mines/npcs/qm3.lua
2
1584
----------------------------------- -- Area: Gusgen Mines -- NPC: qm3 (???) -- Involved In Quest: Healing the Land -- @pos -168 1 311 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("sc...
gpl-3.0
olax/prosody-modules
mod_openid/mod_openid.lua
32
15176
local usermanager = require "core.usermanager" local httpserver = require "net.httpserver" local jidutil = require "util.jid" local hmac = require "hmac" local base64 = require "util.encodings".base64 local humane = require "util.serialization".serialize -- Configuration local base = "openid" local openidns = "http:...
mit
ltrottier/pelu.resnet.torch
models/resnet-pelu-div-div.lua
1
6559
-- -- Copyright (c) 2016, Facebook, Inc. -- All rights reserved. -- -- This source code is licensed under the BSD-style license found in the -- LICENSE file in the root directory of this source tree. An additional grant -- of patent rights can be found in the PATENTS file in the same directory. -- -- The ResNet m...
bsd-3-clause
Vivitarut/darkstar
scripts/globals/spells/ice_carol.lua
6
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
Joeyjohjjo/Johjjodarkfork
scripts/zones/Windurst_Waters_[S]/npcs/Kopol-Rapol.lua
38
1051
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Kopol-Rapol -- Type: Standard NPC -- @zone: 94 -- @pos 131.179 -6.75 172.758 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/army_biscuit.lua
35
1254
----------------------------------------- -- ID: 5657 -- Item: army_biscuit -- Food Effect: 5Min?, All Races ----------------------------------------- -- HP Recovered While Healing 3 -- MP Recovered While Healing 3 ----------------------------------------- require("scripts/globals/status"); ---------------...
gpl-3.0
Gwynthell/FFDB
scripts/globals/abilities/dark_arts.lua
2
1169
----------------------------------- -- Ability: Dark Arts ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- OnUseAbility ----------------------------------- function OnAbilityCheck(player,target,ability) if player:hasSt...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Rytaal.lua
5
4537
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Rytaal -- Type: Standard NPC -- @pos 112.002 -1.338 -45.038 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); ...
gpl-3.0
UPenn-RoboCup/UPennalizers
Player/Config/Camera/Config_NaoV4_Camera_Cameron_Apr3_3PM.lua
1
1663
module(..., package.seeall); require('vector') -- Camera Parameters camera = {}; camera.ncamera = 2; camera.device = {'/dev/video0', '/dev/video1'} camera.switchFreq = 5; camera.x_center = 320; camera.y_center = 240; camera.width = {640, 320}; camera.height = {480, 240}; camera.focal_length = 545.6; -- in pixels c...
gpl-3.0
Reza1377/Reza
rank.lua
1
8928
do local SUDO = 106164433 --put your id here(BOT OWNER ID) local function setrank(msg, name, value) -- setrank function local hash = nil if msg.to.type == 'chat' then hash = 'rank:'..msg.to.id..':variables' end if hash then redis:hset(hash, name, value) return send_msg('chat#id'..msg.to.id, 'مقام کار...
gpl-2.0
szorfein/dotfiles
themes/sci/.config/awesome/bars/sci.lua
1
1150
local awful = require("awful") local wibox = require("wibox") local mybar = class() function mybar:init(s) local mytextclock = wibox.widget.textclock() -- Create an imagebox widget which will contain an icon indicating which layout we're using. -- We need one layoutbox per screen. s.mylayoutbox = require("w...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Bastok_Mines/TextIDs.lua
5
6682
-- 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
jdhk94/DarkRP
gamemode/modules/fadmin/fadmin/playeractions/changeteam/sv_init.lua
5
1975
local function checkDarkRP(ply, target, t) if not DarkRP then return true end local TEAM = RPExtraTeams[t] if not TEAM then return true end if TEAM.customCheck then local ret = TEAM.customCheck(target) if ret ~= nil then return ret end end local hookValue = hook.Call("playerCa...
mit
Vivitarut/darkstar
scripts/globals/items/red_curry_bun.lua
21
1844
----------------------------------------- -- ID: 5759 -- Item: red_curry_bun -- Food Effect: 30 Min, All Races ----------------------------------------- -- Health 25 -- Strength 7 -- Agility 1 -- Intelligence -2 -- Attack % 24.7 -- Attack Cap 150 -- Ranged ATT % 24.7 -- Ranged ATT Cap 150 -- Demon Killer ...
gpl-3.0
Bubbus/ACF-Missiles
lua/autorun/acf_missile/fuse/fuse_contact.lua
1
1479
local ClassName = "Contact" ACF = ACF or {} ACF.Fuse = ACF.Fuse or {} local this = ACF.Fuse[ClassName] or inherit.NewBaseClass() ACF.Fuse[ClassName] = this --- this.Name = ClassName this.desc = "This fuse triggers upon direct contact against solid surfaces." this.Primer = 0 -- Configuration information for t...
mit
alagoutte/ntopng
scripts/lua/hosts_stats.lua
5
7790
-- -- (C) 2013-15 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" sendHTTPHeader('text/html; charset=iso-8859-1') ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc") protocol = _GET["protocol"] net = _GET[...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Tahrongi_Canyon/npcs/Dimensional_Portal.lua
17
1413
----------------------------------- -- Area: Tahrongi_Canyon -- NPC: Dimensional_Portal -- @pos 260.000 35.150 340.000 117 ----------------------------------- package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scrip...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Valkurm_Dunes/npcs/qm2.lua
8
1334
----------------------------------- -- Area: Valkurm Dunes -- NPC: qm2 (???) -- Involved In Quest: Messenger from Beyond -- @pos -716 -10 66 103 ----------------------------------- package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settin...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Konschtat_Highlands/npcs/Stone_Monument.lua
32
1302
----------------------------------- -- Area: Konschtat Highlands -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" -- @pos -102.355 7.981 253.706 108 ----------------------------------- package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil; -----------------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Sealions_Den/npcs/Jovial_Rat.lua
38
1034
----------------------------------- -- Area: Northern San d'Oria -- NPC: Jovial Rat -- Type: Past Event Watcher -- @zone: 32 -- @pos -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ---------------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Tavnazian_Safehold/npcs/_0q1.lua
1
1832
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Sewer Entrance -- @pos 28 -12 44 26 ----------------------------------- package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/missions")...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Tahrongi_Canyon/npcs/Telepoint.lua
17
1649
----------------------------------- -- Area: Tahrongi Canyon -- NPC: Telepoint -- @pos 100.000 35.150 340.000 117 ----------------------------------- package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/...
gpl-3.0
Vivitarut/darkstar
scripts/globals/weaponskills/spirits_within.lua
4
1156
----------------------------------- -- Spirits Within -- Sword weapon skill -- Spirits Within Sword Weapon Skill -- TrolandAdded by Troland -- Skill Level: 175 -- Delivers an unavoidable attack. Damage varies with HP and TP. -- Not aligned with any "elemental gorgets" or "elemental belts" due to it's absence of ...
gpl-3.0
shkan/telebot5
bot/utils.lua
646
23489
URL = require "socket.url" http = require "socket.http" https = require "ssl.https" ltn12 = require "ltn12" serpent = require "serpent" feedparser = require "feedparser" json = (loadfile "./libs/JSON.lua")() mimetype = (loadfile "./libs/mimetype.lua")() redis = (loadfile "./libs/redis.lua")() JSON = (loadfile "./libs/...
gpl-2.0
Gwynthell/FFDB
scripts/globals/weaponskills/detonator.lua
4
1458
----------------------------------- -- 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
UPenn-RoboCup/UPennalizers
Lib/Modules/lzmqFFI/lzmqFFI.lua
1
25839
local LZMQ_VERSION = "0.3.6-dev" local lua_version_t local function lua_version() if not lua_version_t then local version = rawget(_G,"_VERSION") local maj,min = version: match("^ Lua (%d+ )%.(%d+ )$") if maj then lua_version_t = { tonumber(maj),tonumber(min)} elseif not math.mod then lua_version_t = { 5...
gpl-3.0
cryptotoad/prosody-modules
mod_mam/mamprefsxml.lib.lua
36
1467
-- XEP-0313: Message Archive Management for Prosody -- Copyright (C) 2011-2013 Kim Alvefur -- -- This file is MIT/X11 licensed. local st = require"util.stanza"; local xmlns_mam = "urn:xmpp:mam:0"; local global_default_policy = module:get_option("default_archive_policy", false); local default_attrs = { always = true...
mit
Vivitarut/darkstar
scripts/zones/Port_San_dOria/npcs/Brifalien.lua
19
1772
----------------------------------- -- Area: Port San d'Oria -- NPC: Brifalien -- Involved in Quests: Riding on the Clouds -- @zone 232 -- @pos -20 -4 -74 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Lufaise_Meadows/mobs/Leshy.lua
29
1618
----------------------------------- -- Area: Lufaise Meadows -- MOB: Leshy ----------------------------------- function onMobRoam(mob) local Colorful_Leshy = 16875762; local Colorful_Leshy_PH = 0; local Colorful_Leshy_PH_Table = { 16875754, 16875755, 16875756, 16875757, 16875758, ...
gpl-3.0
Gwynthell/FFDB
scripts/globals/bcnm.lua
1
32829
require("scripts/globals/status"); require("scripts/globals/keyitems"); require("scripts/globals/missions"); require("scripts/globals/quests"); -- NEW SYSTEM BCNM NOTES -- The "core" functions TradeBCNM EventUpdateBCNM EventTriggerBCNM EventFinishBCNM all return TRUE if the action performed is covered by the function....
gpl-3.0
Vivitarut/darkstar
scripts/zones/Windurst_Woods/npcs/Pew_Sahbaraef.lua
38
1038
---------------------------------- -- Area: Windurst Woods -- NPC: Pew Sahbaraef -- Type: Item Deliverer -- @zone: 241 -- @pos 61.899 -2.5 -112.956 -- ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; require("scripts/zones/Windurst_Woods/TextIDs"); --------------...
gpl-3.0
alagoutte/ntopng
scripts/lua/modules/lua_trace.lua
11
2395
-- -- (C) 2014-15 - ntop.org -- -- Trace Level TRACE_LEVEL = 2 -- Login & session debug_login = false debug_session = false debug_host = false debug_flow_data = false -------------------------------- Trace Event ---------------------------------- -- Trace level TRACE_ERROR = 0 TRACE_WARNING = 1 TRACE_NORMAL =...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/pumpkin_pie_+1.lua
35
1372
----------------------------------------- -- ID: 4447 -- Item: pumpkin_pie_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Magic 45 -- Intelligence 4 -- Charisma -1 -- MP Recovered While Healing 1 ----------------------------------------- require("scripts/globals/status"); ...
gpl-3.0
ezibyte/EziSocial-PhotoExample
Cocos2dx-3x/PhotoExample/cocos2d/cocos/scripting/lua-bindings/auto/api/SpriteFrame.lua
6
3553
-------------------------------- -- @module SpriteFrame -- @extend Ref -- @parent_module cc -------------------------------- -- @function [parent=#SpriteFrame] clone -- @param self -- @return SpriteFrame#SpriteFrame ret (return value: cc.SpriteFrame) -------------------------------- -- @function [parent=#Sp...
apache-2.0
Gwynthell/FFDB
scripts/zones/Southern_San_dOria/npcs/Chanpau.lua
4
1977
----------------------------------- -- Area: Southern San d'Oria -- NPC: Chanpau -- Optional Involvement in Quest: A Squire's Test II -- @zone 230 -- @pos -152 -2 55 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Rabao/npcs/Waylea.lua
38
1048
----------------------------------- -- Area: Rabao -- NPC: Waylea -- Type: Reputation -- @zone: 247 -- @pos 12.384 4.658 -32.392 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; ---------------------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/bowl_of_seafood_stew.lua
35
1467
----------------------------------------- -- ID: 4561 -- Item: Bowl of Seafood Stew -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 20 -- Dexterity 1 -- Vitality 5 -- Defense % 25 -- Defense Cap 120 ----------------------------------------- require("scripts/globals/sta...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Abyssea-La_Theine/Zone.lua
3
1074
----------------------------------- -- -- Zone: Abyssea-La_Theine -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Abyssea-La_Theine/TextIDs"] = nil; require("scripts/zones/Abyssea-La_Theine/TextIDs"); ----------------------------------- -- onInitialize ----...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Celestial_Nexus/mobs/Exoplates.lua
13
2870
----------------------------------- -- Area: The Celestial Nexus -- NPC: Exoplates -- Zilart Mission 16 BCNM Fight ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); require("scripts/globals/magic"); function onMobInitialize(mob) mob:addMod(MOD_REGAIN, 50); ...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_Bastok/npcs/Panana.lua
19
1118
----------------------------------- -- Area: Port Bastok -- NPC: Panana -- Involved in Quest: Out of One's Shell ----------------------------------- require("scripts/globals/quests"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,tr...
gpl-3.0
MeArio/Space_Invaders
assets/objects/enemy.lua
1
1533
local class = require 'libs.middleclass' local Enemy = class('Enemy') function Enemy:initialize(speed, width, height, x, y, spacing, enemy_table) self.speed = speed self.width = width self.height = height self.x = x self.y = y self.spacing = spacing self.enemy_table = enemy_table end fun...
mit
digoal/sysbench
sysbench/lua/select_random_points.lua
10
3964
-- This test is designed for testing MariaDB's key_cache_segments for MyISAM, -- and should work with other storage engines as well. -- -- For details about key_cache_segments please refer to: -- http://kb.askmonty.org/v/segmented-key-cache -- function prepare() local query local i set_vars() db_connect()...
bsd-3-clause
Gwynthell/FFDB
scripts/globals/spells/diaga_iii.lua
2
1811
----------------------------------------- -- Spell: Diaga III -- Lowers an enemy's defense and gradually deals light elemental damage. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); -----------------------------------...
gpl-3.0
iOSTestApps/vlc
share/lua/playlist/mpora.lua
97
2565
--[[ $Id$ Copyright © 2009 the VideoLAN team Authors: Konstantin Pavlov (thresh@videolan.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 (at your opt...
gpl-2.0
mandla99/the_king1
plugins/map.lua
1
1870
--[[ ▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ BY abo_shosho98 ▀▄ ▄▀ ▀▄ ▄▀ BY Th3_BOOS (@abo_shosho98 ) ▀▄ ▄▀ ▀▄ ▄▀ JUST WRITED BY abo_shosho98 ▀▄ ▄▀ ▀▄ ▄▀ map : طقس ▀▄ ▄▀ ▀▄...
gpl-2.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Windurst_Woods/npcs/Kuoh_Rhel.lua
19
3722
----------------------------------- -- Area: Windurst Woods -- NPC: Kuoh Rhel -- Type: Standard NPC -- @zone: 241 -- @pos 131.437 -6 -102.723 -- Starts quests: Chocobilious, In a Stew -- Note: In a Stew should only repeat once per conquest tally. The tally is not implemented at time of -- writing this ques...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Yhoator_Jungle/npcs/Paurelde.lua
2
1473
----------------------------------- -- Area: Yhoator Jungle -- NPC: Paurelde -- Chocobo Vendor ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/quests"); ----------------------------------- -- onTrade Action ------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Southern_San_dOria/npcs/Foletta.lua
36
1433
----------------------------------- -- Area: Southern San d'Oria -- NPC: Foletta -- General Info NPC ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Aystise.lua
38
1045
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Aystise -- Type: Standard NPC -- @zone: 94 -- @pos -69.805 -4.5 68.078 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Selbina/npcs/Catus.lua
4
1028
----------------------------------- -- Area: Selbina -- NPC: Catus -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); ----------------------------------- -- onTrade Action -------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/serving_of_yellow_curry.lua
35
2067
----------------------------------------- -- ID: 4517 -- Item: serving_of_yellow_curry -- Food Effect: 3hours, All Races ----------------------------------------- -- Health Points 20 -- Strength 5 -- Agility 2 -- Intelligence -4 -- HP Recovered While Healing 2 -- MP Recovered While Healing 1 -- Attack 20% (...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Garlaige_Citadel/npcs/qm9.lua
34
1385
----------------------------------- -- Area: Garlaige Citadel -- NPC: qm9 (???) -- Involved in Quest: Hitting the Marquisate (THF AF3) -- @pos -140.039 -5.500 285.999 200 ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil; ----------------------------------- re...
gpl-3.0
transitd/transitd
src/tunnels/cjdns.lua
3
15866
--[[ @file cjdns.lua @license The MIT License (MIT) @author Alex <alex@maximum.guru> @copyright 2016 Alex --]] --- @module cjdns local cjdns = {} local config = require("config") local db = require("db") local cjdnsNet = require("networks.cjdns") local gateway = require("gateway") local threadman = require("threadman...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Provenance/Zone.lua
17
1255
----------------------------------- -- -- Zone: Provenance (222) -- ----------------------------------- package.loaded["scripts/zones/Provenance/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Provenance/TextIDs"); ----------------------------------- -- onInitialize -----------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Provenance/Zone.lua
17
1255
----------------------------------- -- -- Zone: Provenance (222) -- ----------------------------------- package.loaded["scripts/zones/Provenance/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Provenance/TextIDs"); ----------------------------------- -- onInitialize -----------...
gpl-3.0
evanphx/gopher-lua
_lua5.1-tests/big.lua
10
7804
print "testing string length overflow" local longs = string.rep("\0", 2^25) local function catter (i) return assert(loadstring( string.format("return function(a) return a%s end", string.rep("..a", i-1))))() end rep129 = catter(129) local a, b = pcall(rep129, longs) print(b) assert(not a and ...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Beaucedine_Glacier/mobs/Tundra_Tiger.lua
23
1425
----------------------------------- -- Area: Beaucedine Glacier -- MOB: Tundra Tiger -- Note: PH for Nue, Kirata ----------------------------------- require("scripts/globals/fieldsofvalor"); require("scripts/zones/Beaucedine_Glacier/MobIDs"); ----------------------------------- -- onMobDeath ----...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Kuftal_Tunnel/npcs/qm1.lua
9
1116
----------------------------------- -- Area: Kuftal Tunnel -- NPC: ??? (qm1) -- Note: Used to spawn Phantom Worm -- @pos 75.943 29.916 118.854 174 ----------------------------------- package.loaded["scripts/zones/Kuftal_Tunnel/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Kuftal...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Port_Windurst/npcs/Explorer_Moogle.lua
4
1587
----------------------------------- -- Area: Port Windurst -- NPC: Explorer Moogle -- Working 100% ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/teleports"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade...
gpl-3.0
Gwynthell/FFDB
scripts/zones/RuLude_Gardens/npcs/Marshal.lua
38
1032
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Marshal -- Type: Marshal -- @zone: 243 -- @pos 41.143 -0.998 -26.566 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; -----------------...
gpl-3.0
ia97lies/xauxi
lib/xauxi/engine.lua
1
10587
------------------------------------------------------------------------------ -- Copyright 2013 Christian Liesch -- Provide under MIT License -- -- Xauxi Engine ------------------------------------------------------------------------------ local version = "0.1.0" local http = require("luanode.http") local url = requi...
mit
0wu/torch7
test/test.lua
23
98116
--require 'torch' local mytester local torchtest = {} local msize = 100 local precision -- Lua 5.2 compatibility local loadstring = loadstring or load local unpack = unpack or table.unpack local function maxdiff(x,y) local d = x-y if x:type() == 'torch.DoubleTensor' or x:type() == 'torch.FloatTensor' then ...
bsd-3-clause
UPenn-RoboCup/UPennalizers
Player/Motion/mcm.lua
1
3344
module(..., package.seeall); require('shm'); require('util'); require('vector'); require('Config'); -- shared properties shared = {}; shsize = {}; shared.walk = {}; shared.walk.bodyOffset = vector.zeros(3); shared.walk.tStep = vector.zeros(1); shared.walk.bodyHeight = vector.zeros(1); shared.walk.stepHeight = vector...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Apollyon/mobs/Water_Elemental.lua
119
2423
----------------------------------- -- Area: Apollyon SW -- NPC: elemental ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); --------------------------...
gpl-3.0