repo_name stringlengths 6 69 | path stringlengths 6 178 | copies stringclasses 278
values | size stringlengths 4 7 | content stringlengths 671 917k | license stringclasses 15
values |
|---|---|---|---|---|---|
Joeyjohjjo/Johjjodarkfork | scripts/zones/Southern_San_dOria/npcs/Benaige.lua | 36 | 1982 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Benaige
-- Standard Merchant NPC
-- @zone 230
-- @pos-142,-6 47
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings... | gpl-3.0 |
UPenn-RoboCup/UPennalizers | Lib/Modules/lzmqFFI/api.lua | 1 | 20156 | local ffi = require "ffi"
local IS_WINDOWS = (ffi.os: lower() == 'windows') or
(package.config: sub(1,1) == '\\')
local function orequire(...)
local err = ""
for _, name in ipairs{ ...} do
local ok, mod = pcall(require, name)
if ok then
return mod, name end
err = err .. "\n" .. mod
end
error(err)
end
loc... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/The_Boyahda_Tree/mobs/Demonic_Rose.lua | 23 | 1477 | -----------------------------------
-- Area: The Boyahda Tree
-- Mob: Demonic Rose
-- Note: Placeholder V. Vivian
-----------------------------------
require("scripts/zones/The_Boyahda_Tree/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
function onMo... | gpl-3.0 |
kianoshboy/beyond | plugins/mute_time.lua | 1 | 1370 |
local function pre_process(msg)
local hash = 'mute_time:'..msg.chat_id_
if redis:get(hash) and gp_type(msg.chat_id_) == 'channel' and not is_admin(msg) then
tdcli.deleteMessages(msg.chat_id_, {[0] = tonumber(msg.id_)})
end
end
local function run(msg, matches)
if matches[1]:lower() == 'mt' and ... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Jade_Sepulcher/Zone.lua | 28 | 1324 | -----------------------------------
--
-- Zone: Jade_Sepulcher (67)
--
-----------------------------------
package.loaded["scripts/zones/Jade_Sepulcher/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Jade_Sepulcher/TextIDs");
----------------... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Bastok_Markets/npcs/Home_Point.lua | 4 | 1144 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Home Point
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
require("scripts/zones/Bastok_Markets/TextIDs");
-----------------------------------
-- onTrade Action
-... | gpl-3.0 |
BurmistrovJ/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 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Aht_Urhgan_Whitegate/npcs/Ghatsad.lua | 6 | 26624 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Ghatsad
-- Standard Info NPC
-- Involved in quest: No String Attached
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/c... | gpl-3.0 |
clrksml/jailbreak | gamemode/sh_hooks.lua | 1 | 1630 | local math = math
local player = player
function GM:Move(ply, md)
if ply:IsOnGround() or !ply:Alive() or ply:WaterLevel() > 0 then return end
local aim = md:GetMoveAngles()
local forward, right = aim:Forward(), aim:Right()
local fmove = md:GetForwardSpeed()
local smove = md:GetSideSpeed()
forward.z, right.z ... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/spells/paralyze.lua | 11 | 1994 | -----------------------------------------
-- Spell: Paralyze
-- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and MND.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/items/watermelon.lua | 35 | 1197 | -----------------------------------------
-- ID: 4491
-- Item: watermelon
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -6
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnIt... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/East_Sarutabaruta/npcs/Taby_Canatahey.lua | 34 | 1067 | -----------------------------------
-- Area: East Sarutabaruta
-- NPC: Taby Canatahey
-- @pos -119.119 -4.106 -524.347 116
-----------------------------------
package.loaded["scripts/zones/East_Sarutabaruta/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/East_Sarutabaruta/TextIDs... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Northern_San_dOria/npcs/Mevaloud.lua | 6 | 1369 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Mevaloud
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
requi... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Lufaise_Meadows/npcs/Teldo-Moroldo_WW.lua | 8 | 2950 | -----------------------------------
-- Area: Lufaise Meadows
-- NPC: Teldo-Moroldo, W.W.
-- Outpost Conquest Guards
-- @pos -542.418 -7.124 -53.521 24
-----------------------------------
package.loaded["scripts/zones/Lufaise_Meadows/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conques... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Riverne-Site_A01/npcs/Spatial_Displacement.lua | 1 | 2971 | -----------------------------------
-- Area: Riverne Site #A01
-- NPC: Spacial Displacement
-----------------------------------
-----------------------------------
-- onTrade
-----------------------------------
function onTrade(player,npc,trade)
end;
-----------------------------------
-- onTrigger
--------------... | gpl-3.0 |
mandla99/the_king1 | plugins/broadcast.lua | 2 | 1386 | --[[
▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ BY abo_shosho98 ▀▄ ▄▀
▀▄ ▄▀ BY Th3_BOOS (@abo_shosho98) ▀▄ ▄▀
▀▄ ▄▀ JUST WRITED BY abo_shosho98 ▀▄ ▄▀
▀▄ ▄▀ broadcast : اذاعه ▀▄ ▄▀
▀▄▀▀▄▄... | gpl-2.0 |
Gwynthell/FFDB | scripts/zones/Al_Zahbi/npcs/Zazarg.lua | 38 | 1028 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Zazarg
-- Type: Stoneserpent General
-- @zone: 48
-- @pos -41.675 -8 104.452
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
---------------------... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Qufim_Island/npcs/Numumu_WW.lua | 30 | 3050 | -----------------------------------
-- Area: Qufim Island
-- NPC: Numumu, W.W.
-- Type: Border Conquest Guards
-- @pos 179.093 -21.575 -15.282 126
-----------------------------------
package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");
re... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Apollyon/mobs/Kerkopes.lua | 17 | 1575 | -----------------------------------
-- Area: Apollyon NE
-- NPC: Kerkopes
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
--------------------------... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Kazham-Jeuno_Airship/npcs/Oslam.lua | 12 | 2037 | -----------------------------------
-- Area: Kazham-Jeuno Airship
-- NPC: Oslam
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham-Jeuno_Airship/TextIDs"] = nil;
require("scripts/zones/Kazham-Jeuno_Airship/TextIDs");
-----------------------------------
-- onTrade Action
--... | gpl-3.0 |
xpol/luavm | lua/versions/luajit-2.1/src/host/genminilua.lua | 47 | 12039 | ----------------------------------------------------------------------------
-- Lua script to generate a customized, minified version of Lua.
-- The resulting 'minilua' is used for the build process of LuaJIT.
----------------------------------------------------------------------------
-- Copyright (C) 2005-2017 Mike P... | mit |
Joeyjohjjo/Johjjodarkfork | scripts/globals/effects/vit_down.lua | 19 | 1091 | -----------------------------------
--
-- EFFECT_VIT_DOWN
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
if((target:getStat(MOD_VIT) - effect... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Northern_San_dOria/npcs/Heruze-Moruze.lua | 23 | 1776 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Heruze-Moruze
-- Involved in Mission: 2-3 Windurst
-- @pos -56 -3 36 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems"... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Northern_San_dOria/npcs/Heruze-Moruze.lua | 23 | 1776 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Heruze-Moruze
-- Involved in Mission: 2-3 Windurst
-- @pos -56 -3 36 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems"... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Cloister_of_Flames/mobs/Ifrit_Prime.lua | 12 | 1853 | -----------------------------------------------------
-- Area: Cloister of Flames
-- NPC: Ifrit Prime
-- Involved in Quest: Trial by Fire
-- Involved in Mission: ASA-4 Sugar Coated Directive
-----------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");... | gpl-3.0 |
cryptotoad/prosody-modules | mod_register_web/mod_register_web.lua | 27 | 5718 | local captcha_options = module:get_option("captcha_options", {});
local nodeprep = require "util.encodings".stringprep.nodeprep;
local usermanager = require "core.usermanager";
local http = require "net.http";
local path_sep = package.config:sub(1,1);
module:depends"http";
local extra_fields = {
nick = true; name = ... | mit |
Vivitarut/darkstar | scripts/globals/items/charred_salisbury_steak.lua | 36 | 1683 | -----------------------------------------
-- ID: 5925
-- Item: Charred Salisbury Steak
-- Food Effect: 240 Min, All Races
-----------------------------------------
-- HP +32
-- Strength +8
-- Intelligence -6
-- Attack % 22 Cap 165
-- Ranged Attack %22 Cap 165
-- Dragon Killer +6
----------------------------------------... | gpl-3.0 |
Bubbus/ACF-Missiles | lua/acf/shared/missiles/missile_bomb.lua | 1 | 15627 | --define the class
ACF_defineGunClass("BOMB", {
type = "missile", -- i know i know
spread = 1,
name = "General Purpose Bomb",
desc = "Free-falling bombs. Despite their lack of guidance and sophistication, they are exceptionally destructive on impact relative to their w... | mit |
msafin/luci | contrib/luadoc/lua/luadoc/util.lua | 93 | 5826 | -------------------------------------------------------------------------------
-- General utilities.
-- @release $Id: util.lua,v 1.16 2008/02/17 06:42:51 jasonsantos Exp $
-------------------------------------------------------------------------------
local posix = require "nixio.fs"
local type, table, string, io, as... | apache-2.0 |
willox/gmod-keypad | lua/autorun/client/keypad.lua | 3 | 1780 |
hook.Add("PlayerBindPress", "Keypad", function(ply, bind, pressed)
if not pressed then
return
end
local tr = util.TraceLine({
start = ply:EyePos(),
endpos = ply:EyePos() + ply:GetAimVector() * 65,
filter = ply
})
local ent = tr.Entity
if not IsValid(ent) or not ent.IsKeypad then
return
end
if str... | cc0-1.0 |
cryptotoad/prosody-modules | mod_auto_accept_subscriptions/mod_auto_accept_subscriptions.lua | 11 | 2125 | local rostermanager = require "core.rostermanager";
local jid = require "util.jid";
local st = require "util.stanza";
local core_post_stanza = prosody.core_post_stanza;
local function handle_inbound_subscription_request(origin, stanza)
local to_bare, from_bare = jid.bare(stanza.attr.to), jid.bare(stanza.attr.from);
... | mit |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Ghoyus_Reverie/Zone.lua | 36 | 1119 | -----------------------------------
--
-- Zone: Ghoyus_Reverie
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Ghoyus_Reverie/TextIDs"] = nil;
require("scripts/zones/Ghoyus_Reverie/TextIDs");
-----------------------------------
-- onInitialize
-... | gpl-3.0 |
UPenn-RoboCup/UPennalizers | Player/World/TeamSPL.lua | 1 | 29372 | module(..., package.seeall);
require('Config');
require('Body');
require('Comm');
require('Speak');
require('vector');
require('util')
require('serialization');
require('wcm');
require('vcm');
require('gcm');
require('utilMsg')
local log = require 'log';
if Config.log.enableLogFiles then
--log.outfile = (Config.l... | gpl-3.0 |
Gwynthell/FFDB | scripts/globals/mobskills/Miasma.lua | 4 | 1112 | ---------------------------------------------
-- Miasma
--
-- Description: Releases a toxic cloud on nearby targets. Additional effects: Slow + Poison + Plague
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows?
-- Range: Less than or equal to 10.0
-- Notes: Only used by Gulool Ja Ja.
----------------------... | gpl-3.0 |
Vivitarut/darkstar | 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 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/West_Ronfaure/mobs/Scarab_Beetle.lua | 23 | 1074 | -----------------------------------
-- Area: West Ronfaure(100)
-- MOB: Scarab Beetle
-- Note: Place holder for Fungus Beetle
-----------------------------------
require("scripts/globals/fieldsofvalor");
require("scripts/zones/West_Ronfaure/MobIDs");
-----------------------------------
-- onMobDeath
... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Xarcabard/npcs/Cavernous_Maw.lua | 58 | 1897 | -----------------------------------
-- Area: Xarcabard
-- NPC: Cavernous Maw
-- @pos 270 -9 -70
-- Teleports Players to Abyssea - Uleguerand
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("sc... | gpl-3.0 |
sammyt291/wire | lua/wire/stools/textscreen.lua | 5 | 4034 | WireToolSetup.setCategory( "Visuals/Screens" )
--Originally by http://forums.facepunchstudios.com/greenarrow
WireToolSetup.open( "textscreen", "Text Screen", "gmod_wire_textscreen", nil, "Text Screens" )
if CLIENT then
language.Add("tool.wire_textscreen.name", "Text Screen Tool (Wire)" )
language.Add("tool.wire_text... | apache-2.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Aht_Urhgan_Whitegate/npcs/Cacaroon.lua | 4 | 2338 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Cacaroon
-- Standard Info NPC
-- @pos -72.026 0.000 -82.337 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Upper_Jeuno/npcs/Paya-Sabya.lua | 19 | 1333 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Paya-Sabya
-- Involved in Mission: Magicite
-- @zone 244
-- @pos 9 1 70
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
re... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Apollyon/mobs/Thunder_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 |
Vivitarut/darkstar | scripts/zones/Apollyon/mobs/Fire_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 |
Gwynthell/FFDB | scripts/zones/Port_Jeuno/npcs/Caffie.lua | 2 | 1483 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Caffie
-- Chocobo Vendor
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts/globals/quests");
-----------------------------------
-- onTrade Action
------------------------------... | gpl-3.0 |
3scale/nginx-oauth-templates | oauth2/client-credentials-flow/no-token-generation/nginx.lua | 1 | 10683 | -- -*- mode: lua; -*-
-- Version:
-- Error Messages per service
local _M = {}
service_CHANGE_ME_SERVICE_ID = {
error_auth_failed = 'Authentication failed',
error_auth_missing = 'Authentication parameters missing',
auth_failed_headers = 'text/plain; charset=us-ascii',
auth_missing_headers = 'text/plain; charset... | mit |
Joeyjohjjo/Johjjodarkfork | scripts/globals/mobskills/Tidal_Slash.lua | 25 | 1336 | ---------------------------------------------
-- Tidal Slash
--
-- Description: Deals Water<a href="http://images.wikia.com/ffxi/images/b/b7/Exclamation.gif" class="image" title="Verification Needed" data-image-name="Exclamation.gif" id="Exclamation-gif"><img alt="Verification Needed" src="http://images1.wikia.noc... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/weaponskills/upheaval.lua | 30 | 1538 | -----------------------------------
-- Upheaval
-- Great Axe weapon skill
-- Skill Level: 357
-- Delivers a four-hit attack. Damage varies with TP.
-- In order to obtain Upheaval, the quest Martial Mastery must be completed.
-- Aligned with Flame Gorget, Light Gorget & Shadow Gorget.
-- Aligned with Flame Belt, ... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Windurst_Waters/npcs/Foi-Mui.lua | 36 | 1418 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Foi-Mui
-- Involved in Quest: Making the Grade
-- Working 100%
-- @zone = 238
-- @pos = 126 -6 162
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
... | gpl-3.0 |
OldDragon2A/EmptyEpsilon | scripts/tutorial_03_weapons.lua | 2 | 12639 | -- Name: Weapons
-- Description: [Station Tutorial]
--- -------------------
--- -Goes over weapon controls
---
--- [Station Info]
--- -------------------
--- Data:
--- -In the upper-left corner, the Weapons officer's screen displays the ship's energy (max is 1,000), and the strength of its front and rear shields.
---
... | gpl-2.0 |
Gwynthell/FFDB | scripts/zones/Bastok_Mines/npcs/Ranpi-Pappi.lua | 38 | 1047 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Ranpi-Pappi
-- Type: Standard NPC
-- @zone: 234
-- @pos -4.535 -1.044 49.881
--
-- Auto-Script: Requires Verification (Verified by Brando)
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scri... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Southern_San_dOria/npcs/HomePoint#3.lua | 12 | 1261 | -----------------------------------
-- Area: Southern San dOria
-- NPC: HomePoint#3
-- @pos 140 -2 123 230
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Southern_San_dOria/TextIDs");
require(... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Phomiuna_Aqueducts/npcs/qm10.lua | 34 | 1039 | -----------------------------------
-- Area: Phomiuna Aqueducts
-- NPC: qm10 (???)
-- Notes: Opens south door @ J-7
-- @pos 113.474 -26.000 91.610 27
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Rabao/npcs/Brave_Wolf.lua | 6 | 1434 | -----------------------------------
-- Area: Rabao
-- NPC: Brave Wolf
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
require("scripts/zones/Rabao/TextIDs");
-----------------------------------
-- onTrade Action
-------... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Metalworks/npcs/Mih_Ketto.lua | 38 | 1037 | -----------------------------------
-- Area: Metalworks
-- NPC: Mih Ketto
-- Type: Standard NPC
-- @zone: 237
-- @pos 24.046 -17 32.751
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
require("scripts/zone... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Metalworks/npcs/Mih_Ketto.lua | 38 | 1037 | -----------------------------------
-- Area: Metalworks
-- NPC: Mih Ketto
-- Type: Standard NPC
-- @zone: 237
-- @pos 24.046 -17 32.751
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
require("scripts/zone... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/items/serving_of_patriarch_sautee.lua | 36 | 1253 | -----------------------------------------
-- ID: 5677
-- Item: Serving of Patriarch Sautee
-- Food Effect: 4Hrs, All Races
-----------------------------------------
-- MP 60
-- Mind 7
-- MP Recovered While Healing 7
-----------------------------------------
require("scripts/globals/status");
-------------------------... | gpl-3.0 |
pascal76680/luacodessc | scripts/races/wraith/scripts/ai_subsystems.lua | 1 | 1691 | aitrace("LOADING GOA SUBSYSTEM INFO")
function DoSubSystemDemand_Goa()
CpuBuildSS_DoSubSystemProductionDemand( FIGHTERPRODUCTION, eFighter, kUnitCapId_Fighter )
local researchcount = NumSubSystems(RESEARCH) + NumSubSystemsQ(RESEARCH)
local highestCorvetteDemand = ShipDemandMaxByClass( eCorvette )
local highe... | gpl-2.0 |
kianoshboy/beyond | plugins/groupmanager.lua | 1 | 145088 | local function modadd(msg)
local hash = "gp_lang:"..msg.to.id
local lang = redis:get(hash)
-- superuser and admins only (because sudo are always has privilege)
if not is_admin(msg) then
if not lang then
return '_You are not bot admin_'
else
return 'شما مدیر ربات نمیباشید'
end
end
local d... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Norg/TextIDs.lua | 1 | 2266 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6390; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6393; -- Obtained: <item>.
GIL_OBTAINED = 6394; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6396; -- Obtai... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Windurst_Waters/npcs/Ranpi-Monpi.lua | 6 | 5309 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Ranpi-Monpi
-- Starts and Finishes Quest: A Crisis in the Making
-- Involved in quest: In a Stew, For Want of a Pot, The Dawn of Delectability
-- @zone = 238
-- @pos = -116 -3 52 (outside the shop he is in)
-----------------------------------
pac... | gpl-3.0 |
jeiboor/nfrat | plugins/danbooru.lua | 616 | 1750 | do
local URL = "http://danbooru.donmai.us"
local URL_NEW = "/posts.json"
local URL_POP = "/explore/posts/popular.json"
local scale_day = "?scale=day"
local scale_week = "?scale=week"
local scale_month = "?scale=month"
local function get_post(url)
local b, c, h = http.request(url)
if c ~= 200 then return nil end
... | gpl-2.0 |
prefanatic/exsto | lua/exsto/plugins/server/sethealth-command.lua | 1 | 1864 | -- Prefan Access Controller
-- Health Related Commands
-- FURST PLUGIN TO USE NEW COMMAND SYSTEM
local PLUGIN = exsto.CreatePlugin()
PLUGIN:SetInfo({
Name = "Health Related Commands",
ID = "health-items",
Desc = "A plugin that contains a bunch of health related commands!",
Owner = "Prefanatic",
} )
function PLU... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Kazham/npcs/Romaa_Mihgo.lua | 9 | 1430 | -----------------------------------
-- Area: Kazham
-- NPC: Romaa Mihgo
-- Type: Standard NPC
-- @zone: 250
-- @pos 29.000 -13.023 -176.500
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
---------------------... | gpl-3.0 |
DoktorAmir/Test | plugins/banhammer.lua | 294 | 10470 | local function is_user_whitelisted(id)
local hash = 'whitelist:user#id'..id
local white = redis:get(hash) or false
return white
end
local function is_chat_whitelisted(id)
local hash = 'whitelist:chat#id'..id
local white = redis:get(hash) or false
return white
end
local function kick_user(user_id, chat_id)... | gpl-2.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Windurst_Walls/npcs/Moan-Maon.lua | 38 | 1408 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Moan-Maon
-- Type: Standard NPC
-- @pos 88.244 -6.32 148.912 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scr... | gpl-3.0 |
Vivitarut/darkstar | scripts/globals/items/strip_of_bison_jerky.lua | 35 | 1398 | -----------------------------------------
-- ID: 5207
-- Item: strip_of_bison_jerky
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Strength 5
-- Mind -2
-- Attack % 18
-- Attack Cap 70
-----------------------------------------
require("scripts/globals/status");
------------... | gpl-3.0 |
Gwynthell/FFDB | scripts/globals/spells/bluemagic/digest.lua | 2 | 1276 | -----------------------------------------
-- Spell: Digest
-- Drain functions only on skill level!!
-----------------------------------------
require("scripts/globals/magic");
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
functio... | gpl-3.0 |
szorfein/dotfiles | awesomewm/.config/awesome/daemons/volume.lua | 1 | 2252 | -- Create a signal: daemon::volume
-- return values: volume [number], is_muted [0 or 1]
local spawn = require("awful.spawn")
local noti = require("utils.noti")
local volume_old = -1
local msg_old = ""
local start = true
local function emit_volume_info_alsa()
spawn.easy_async_with_shell("~/bin/volume.sh get", functi... | mit |
Vivitarut/darkstar | scripts/zones/Yughott_Grotto/Zone.lua | 2 | 1607 | -----------------------------------
--
-- Zone: Yughott_Grotto (142)
--
-----------------------------------
package.loaded["scripts/zones/Yughott_Grotto/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Yughott_Grotto/TextIDs");
-----------------------------------
-- onInitialize... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Bhaflau_Remnants/Zone.lua | 19 | 1071 | -----------------------------------
--
-- Zone: Bhaflau_Remnants
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Bhaflau_Remnants/TextIDs"] = nil;
require("scripts/zones/Bhaflau_Remnants/TextIDs");
-----------------------------------
-- onInitialize
-------... | gpl-3.0 |
ld-test/vanilla | vanilla/sys/vanilla.lua | 3 | 3396 | -- dep
local ansicolors = require 'vanilla.v.libs.ansicolors'
-- perf
local error = error
local sgmatch = string.gmatch --cli didn't have ngx.re API
-- vanilla
local va_conf = require 'vanilla.sys.config'
local ngx_handle = require 'vanilla.sys.nginx.handle'
local ngx_config = require 'vanilla.sys.nginx.config'
local... | mit |
Vivitarut/darkstar | scripts/zones/Windurst_Waters/npcs/Tonana.lua | 34 | 1137 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Tonana
-- Warps players to Windurst Woods
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Windurst_Waters/TextIDs");
------------... | gpl-3.0 |
A-N-bot/ali-nima | plugins/inpm.lua | 18 | 3002 | do
local function pairsByKeys (t, f)
local a = {}
for n in pairs(t) do table.insert(a, n) end
table.sort(a, f)
local i = 0 -- iterator variable
local iter = function () -- iterator function
i = i + 1
if a[i] == nil then return nil
else return a[i], t[a[i]]
... | gpl-2.0 |
Vivitarut/darkstar | scripts/globals/mobskills/Rime_Spray.lua | 6 | 1444 | ---------------------------------------------
-- Rime Spray
--
-- Description: Deals Ice damage to enemies within a fan-shaped area, inflicting them with Frost and All statuses down.
-- Type: Breath
-- Utsusemi/Blink absorb: Ignores shadows
-- Range: Unknown cone
-- Notes:
--------------------------------... | gpl-3.0 |
iOSTestApps/vlc | share/lua/modules/simplexml.lua | 103 | 3732 | --[==========================================================================[
simplexml.lua: Lua simple xml parser wrapper
--[==========================================================================[
Copyright (C) 2010 Antoine Cellerier
$Id$
Authors: Antoine Cellerier <dionoea at videolan dot org>
This progra... | gpl-2.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Ceizak_Battlegrounds/Zone.lua | 34 | 1262 | -----------------------------------
--
-- Zone: Ceizak Battlegrounds
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Ceizak_Battlegrounds/TextIDs"] = nil;
require("scripts/zones/Ceizak_Battlegrounds/TextIDs");
-----------------------------------
-... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Castle_Oztroja/npcs/_479.lua | 2 | 1593 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _479 (Brass Door)
-- Involved in Mission "Saintly Invitation"
-- @pos -99 -59 84 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Castle... | gpl-3.0 |
jtrack3d/zbGuildManager | libs/LibStub/LibStub.lua | 184 | 1367 | -- LibStub is a simple versioning stub meant for use in Libraries. http://www.wowace.com/wiki/LibStub for more info
-- LibStub is hereby placed in the Public Domain Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 2 -- NEVER MAKE THIS AN SVN REVI... | gpl-3.0 |
ezibyte/EziSocial-PhotoExample | Cocos2dx-3x/PhotoExample/cocos2d/external/lua/luajit/src/dynasm/dasm_x86.lua | 73 | 58651 | ------------------------------------------------------------------------------
-- DynASM x86/x64 module.
--
-- Copyright (C) 2005-2013 Mike Pall. All rights reserved.
-- See dynasm.lua for full copyright notice.
------------------------------------------------------------------------------
local x64 = x64
-- Module i... | apache-2.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/abilities/wild_flourish.lua | 28 | 2168 | -----------------------------------
-- Ability: Wild Flourish
-- Readies target for a skillchain. Requires at least two Finishing Moves.
-- Obtained: Dancer Level 60
-- Finishing Moves Used: 2
-- Recast Time: 0:30
-- Duration: 0:05
-----------------------------------
require("scripts/globals/settings");
requ... | gpl-3.0 |
Gwynthell/FFDB | scripts/globals/spells/noctohelix.lua | 1 | 1493 | --------------------------------------
-- Spell: Noctohelix
-- Deals dark damage that gradually reduces
-- a target's HP. Damage dealt is greatly affected by the weather.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");... | gpl-3.0 |
claudelee/vlc | share/lua/playlist/pluzz.lua | 105 | 3740 | --[[
$Id$
Copyright © 2011 VideoLAN
Authors: Ludovic Fauvet <etix at l0cal dot com>
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 option) any l... | gpl-2.0 |
prefanatic/exsto | lua/exsto/menu/controls/exvarmultichoice.lua | 1 | 4297 | --[[
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 |
Gwynthell/FFDB | scripts/zones/Windurst_Walls/npcs/Naih_Arihmepp.lua | 38 | 1415 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Naih Arihmepp
-- Type: Standard NPC
-- @pos -64.578 -13.465 202.147 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
requi... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/East_Ronfaure_[S]/npcs/Logging_Point.lua | 4 | 1069 | -----------------------------------
-- Area: East Ronfaure [S]
-- NPC: Logging Point
-----------------------------------
package.loaded["scripts/zones/East_Ronfaure_[S]/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/logging");
require("scripts/zones/East_Ronfaure_[S]/TextIDs");
---... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Port_Bastok/npcs/Ronan.lua | 19 | 2559 | -----------------------------------
-- Area: Port Bastok
-- NPC: Ronan
-- Start & Finishes Quest: Out of One's Shell
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/... | gpl-3.0 |
cryptotoad/prosody-modules | mod_couchdb/couchdb/couchapi.lib.lua | 32 | 2213 |
local setmetatable = setmetatable;
local pcall = pcall;
local type = type;
local t_concat = table.concat;
local print = print;
local socket_url = require "socket.url";
local http = require "socket.http";
local ltn12 = require "ltn12";
--local json = require "json";
local json = module:require("couchdb/js... | mit |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Port_San_dOria/npcs/Answald.lua | 19 | 1451 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Answald
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
require("scripts/zones/Port_San_dOria/TextIDs");
-----------------------------------
-- onTrade Action
--------... | gpl-3.0 |
Vivitarut/darkstar | scripts/globals/weaponskills/rock_crusher.lua | 6 | 1206 | -----------------------------------
-- Rock Crusher
-- Staff weapon skill
-- Skill Level: 40
-- Delivers an earth elemental attack. Damage varies with TP.
-- Aligned with the Thunder Gorget.
-- Aligned with the Thunder Belt.
-- Element: Earth
-- Modifiers: STR:20% ; INT:20%
-- 100%TP 200%TP 300%... | gpl-3.0 |
fdserr/mal | lua/stepA_mal.lua | 40 | 6064 | #!/usr/bin/env lua
local table = require('table')
local readline = require('readline')
local utils = require('utils')
local types = require('types')
local reader = require('reader')
local printer = require('printer')
local Env = require('env')
local core = require('core')
local List, Vector, HashMap = types.List, typ... | mpl-2.0 |
Vivitarut/darkstar | scripts/zones/Castle_Oztroja/npcs/_m72.lua | 17 | 2267 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _m72 (Torch Stand)
-- Notes: Opens door _477 when _m72 to _m75 are lit
-- @pos -60 -72 -139 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require("... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Windurst_Woods/npcs/Taraihi-Perunhi.lua | 6 | 1735 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Taraihi-Perunhi
-- Only sells when Windurst controlls Derfland Region
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/harvest_festivals")
require("scripts/globals/shop");
require("scripts/glo... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Port_Bastok/TextIDs.lua | 2 | 5090 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6378; -- You cannot obtain the item <item>. Come back after sorting your inventory.
FULL_INVENTORY_AFTER_TRADE = 6380; -- You cannot obtain the item (item>. Try trading again after sorting your inventory.
ITEM_OBTAINE... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/Kazham/npcs/Romaa_Mihgo.lua | 10 | 1431 | -----------------------------------
-- Area: Kazham
-- NPC: Romaa Mihgo
-- Type: Standard NPC
-- @zone: 250
-- @pos 29.000 -13.023 -176.500
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
---------------------... | gpl-3.0 |
Vivitarut/darkstar | scripts/globals/items/cup_of_healing_tea.lua | 35 | 1373 | -----------------------------------------
-- ID: 4286
-- Item: cup_of_healing_tea
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Magic 10
-- Vitality -1
-- Charisma 3
-- Magic Regen While Healing 2
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/Port_Windurst/npcs/Pichichi.lua | 36 | 2675 | -----------------------------------
-- Area: Port Windurst
-- NPC: Pichichi
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scripts/zones/Port_W... | gpl-3.0 |
Gwynthell/FFDB | scripts/zones/Windurst_Woods/npcs/Varun.lua | 19 | 2170 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Varun
-- Type: Standard NPC
-- @zone: 241
-- @pos 7.800 -3.5 -10.064
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/z... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/items/pot-au-feu_+1.lua | 22 | 1573 | -----------------------------------------
-- ID: 5753
-- Item: Pot-au-feu
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Strength 4
-- Agility 4
-- Intelligence -2
-- Ranged Attk % 15 Cap 35 ??
-- Ranged ACC % 15 Cap 35 ??
-----------------------------------------
require("scripts/global... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/globals/mobskills/Nullifying_Dropkick.lua | 58 | 1046 | ---------------------------------------------
-- Nullifying Dropkick
--
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/zones/Empyreal_Paradox/TextIDs");
-----------------------------------... | gpl-3.0 |
Vivitarut/darkstar | scripts/zones/The_Colosseum/Zone.lua | 36 | 1116 | -----------------------------------
--
-- Zone: The_Colosseum
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/The_Colosseum/TextIDs"] = nil;
require("scripts/zones/The_Colosseum/TextIDs");
-----------------------------------
-- onInitialize
----... | gpl-3.0 |
Joeyjohjjo/Johjjodarkfork | scripts/zones/The_Eldieme_Necropolis/npcs/_5f9.lua | 34 | 1106 | -----------------------------------
-- Area: The Eldieme Necropolis
-- NPC: Shiva's Gate
-- @pos 270 -34 -60 195
-----------------------------------
package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/The_Eldieme_Necropolis/TextIDs")... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.