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
transitd/transitd
src/cjdnstools/contrib/lua/cjdns/config.lua
34
1851
-- Cjdns admin module for Lua -- Written by Philip Horger common = require 'cjdns/common' ConfigFile = {} ConfigFile.__index = ConfigFile common.ConfigFile = ConfigFile function ConfigFile.new(path, no_init) local values = { path = path, text = "", contents = {}, } setmeta...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Carpenters_Landing/npcs/relic.lua
38
1857
----------------------------------- -- Area: Carpenter's Landing -- NPC: <this space intentionally left blank> -- @pos -99 -0 -514 2 ----------------------------------- package.loaded["scripts/zones/Carpenters_Landing/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Carpenters_Landing/TextI...
gpl-3.0
Vivitarut/darkstar
scripts/zones/The_Sanctuary_of_ZiTah/npcs/qm2.lua
9
1836
----------------------------------- -- Area: The Sanctuary of ZiTah -- NPC: qm2 (???) -- Involved in Quest: Forge Your Destiny -- @pos 639 -1 -151 121 ----------------------------------- package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
olax/prosody-modules
mod_captcha_registration/modules/mod_register.lua
32
13867
-- Prosody IM -- Copyright (C) 2008-2010 Matthew Wild -- Copyright (C) 2008-2010 Waqas Hussain -- Modifications copyright (C) 2014 mrDoctorWho -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- local st = require "util.stanza"; local dataform_new = r...
mit
Vivitarut/darkstar
scripts/globals/weaponskills/flat_blade.lua
6
1385
----------------------------------- -- Flat Blade -- Sword weapon skill -- Skill Level: 75 -- Stuns enemy. Chance of stunning 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 200%TP 300...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Empyreal_Paradox/mobs/Prishe.lua
5
2220
----------------------------------- -- Area: Empyreal Paradox -- NPC: Prishe -- Chains of Promathia 8-4 BCNM Fight ----------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("/scripts/zones/Empyreal_Paradox/TextIDs"); function onMobInitialize(mob) mob:addMod(...
gpl-3.0
Vivitarut/darkstar
scripts/globals/weaponskills/atonement.lua
4
4450
----------------------------------- -- Atonement -- Sword weapon skill -- Skill Level: N/A -- Delivers a Twofold attack. Damage varies with TP. Conqueror: Aftermath effect varies with TP. -- Available only after completing the Unlocking a Myth (Paladin) quest. -- Aligned with the Aqua Gorget, Flame Gorget &...
gpl-3.0
olax/prosody-modules
mod_storage_xmlarchive/mod_storage_xmlarchive.lua
11
7035
-- mod_storage_xmlarchive -- Copyright (C) 2015 Kim Alvefur -- -- This file is MIT/X11 licensed. -- -- luacheck: ignore unused self local dm = require "core.storagemanager".olddm; local hmac_sha256 = require"util.hashes".hmac_sha256; local st = require"util.stanza"; local dt = require"util.datetime"; local new_stream ...
mit
cloudteampro/juma-editor
editor/lib/lua/editor/canvas/3d/CanvasDrawGrid.lua
2
1696
local ScriptPropComponent = require("entity.components.ScriptPropComponent") --------------------------------------------------------------------------------- -- -- @type CanvasDrawGrid -- --------------------------------------------------------------------------------- local CanvasDrawGrid = Class( ScriptPropCompon...
mit
Yevano/see
see/lib/see/net/HTTP.lua
1
1914
--@native http --@import see.io.IOException --@import see.net.HTTPResponse --@import see.net.URL --@import see.util.ArgumentUtils --@import see.event.impl.HTTPSuccessEvent --@import see.event.impl.HTTPFailureEvent --[[ Makes a blocking HTTP request. @param see.net.Url:url The URL to request from. @param s...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Northern_San_dOria/npcs/Tavourine.lua
36
1864
----------------------------------- -- Area: Northern San d'Oria -- NPC: Tavourine -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/sh...
gpl-3.0
msafin/luci
applications/luci-asterisk/luasrc/controller/asterisk.lua
69
7498
--[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> 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 h...
apache-2.0
Gwynthell/FFDB
scripts/globals/items/m&p_dumpling.lua
3
1149
----------------------------------------- -- ID: 5641 -- Item: M&P Dumpling -- Food Effect: 3Min, All Races ----------------------------------------- -- Intelligence 5 -- Agility -5 -- MP 30 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIte...
gpl-3.0
prefanatic/exsto
lua/exsto/menu/controls/extext.lua
1
4041
--[[ 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/globals/mobskills/Mow.lua
25
1073
--------------------------------------------- -- Mow -- -- Description: Deals damage in an area of effect. Additional effect: Poison -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: Unknown radial -- Notes: Poison can take around 10HP/tick --------------------------------------------- re...
gpl-3.0
kepler155c/opus-apps
turtle/apis/jumper/core/path.lua
1
1926
--- The Path class. -- The `path` class is a structure which represents a path (ordered set of nodes) from a start location to a goal. -- An instance from this class would be a result of a request addressed to `Pathfinder:getPath`. -- -- This module is internally used by the library on purpose. -- It should normally no...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Throne_Room/npcs/_4l3.lua
36
1164
----------------------------------- -- Area: Throne Room -- NPC: Ore Door ------------------------------------- require("scripts/globals/bcnm"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) if(TradeBCNM(player,player:get...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Throne_Room/npcs/_4l4.lua
36
1164
----------------------------------- -- Area: Throne Room -- NPC: Ore Door ------------------------------------- require("scripts/globals/bcnm"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) if(TradeBCNM(player,player:get...
gpl-3.0
Bubbus/ACF-Missiles
lua/acf/shared/missiles/missile_aam.lua
1
10685
--define the class ACF_defineGunClass("AAM", { type = "missile", spread = 1, name = "Air-To-Air Missile", desc = "Missiles specialized for air-to-air flight. They have varying range, but are agile, can be radar-guided, and withstand difficult launch angles well.", muz...
mit
Gwynthell/FFDB
scripts/globals/items/chocobiscuit.lua
3
1370
----------------------------------------- -- ID: 5934 -- Item: Chocobiscuit -- Food Effect: 3Min, All Races ----------------------------------------- -- Magic Regen While Healing 3 -- Charisma 3 -- Evasion 2 -- Aquan Killer 10 -- Silence Resist 10 ----------------------------------------- require("scripts/globals/stat...
gpl-3.0
Gwynthell/FFDB
scripts/zones/The_Shrine_of_RuAvitau/npcs/qm1.lua
2
1291
----------------------------------- -- Area: The Shrine of Ru'Avitau -- NPC: ??? (Spawn Olla Pequena) -- @pos 851 0.1 92 178 ----------------------------------- package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Shrine_of_RuAvitau/TextI...
gpl-3.0
Napiophelios/church
church_bell/init.lua
2
6961
-- bell_positions are saved through server restart -- bells ring every hour -- they ring as many times as a bell ought to church_bell = {}; church_bell.RING_INTERVAL = 3600; --60*60; -- ring each hour church_bell.church_bell_SAVE_FILE = minetest.get_worldpath()..'/church_bell_positions.data'; local church_bell_pos...
gpl-3.0
erfan1292/sezar4
bot/bot.lua
2
8064
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua' ..';.luarocks/share/lua/5.2/?/init.lua' package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so' require("./bot/utils") require("./bot/permissions") local f = assert(io.popen('/usr/bin/git describe --tags', 'r')) VERSION = assert(f:read('*a')) f:...
gpl-2.0
Vivitarut/darkstar
scripts/zones/Dynamis-Beaucedine/mobs/Avatar_Icon.lua
16
3417
----------------------------------- -- Area: Dynamis Beaucedine -- NPC: Avatar Icon -- Map Position: http://images1.wikia.nocookie.net/__cb20090312005233/ffxi/images/thumb/b/b6/Bea.jpg/375px-Bea.jpg ----------------------------------- package.loaded["scripts/zones/Dynamis-Beaucedine/TextIDs"] = nil; ------------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/spells/jubaku_san.lua
8
1758
----------------------------------------- -- Spell: Jubaku: San -- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and INT. -- taken from paralyze ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); --------------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/bunch_of_pamamas.lua
36
2212
----------------------------------------- -- ID: 4468 -- Item: Bunch of Pamamas -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength -3 -- Intelligence 1 -- Additional Effect with Opo-Opo Crown -- HP 50 -- MP 50 -- CHR 14 -- Additional Effect with Kinkobo or -- Primate Staff -- DELAY ...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/bunch_of_pamamas.lua
36
2212
----------------------------------------- -- ID: 4468 -- Item: Bunch of Pamamas -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength -3 -- Intelligence 1 -- Additional Effect with Opo-Opo Crown -- HP 50 -- MP 50 -- CHR 14 -- Additional Effect with Kinkobo or -- Primate Staff -- DELAY ...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Windurst_Waters/npcs/Prestapiq.lua
16
1546
----------------------------------- -- Area: Windurst Waters -- NPC: Prestapiq -- Only sells when Windurst controls Movalpolos -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Windurst_Waters/Te...
gpl-3.0
Vivitarut/darkstar
scripts/globals/abilities/pets/blizzard_ii.lua
6
1158
--------------------------------------------------- -- Aero 2 --------------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status"); require("/scripts/globals/monstertpmoves"); require("/scripts/globals/magic"); ------------------------------------------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Windurst_Waters_[S]/npcs/Cattah_Pamjah.lua
38
1050
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Cattah Pamjah -- Type: Title Changer -- @zone: 94 -- @pos -13.564 -2 10.673 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Port_Jeuno/npcs/_6ue.lua
4
1325
----------------------------------- -- Area: Port Jeuno -- NPC: Door: Departures Exit (for Windurst) -- @zone 246 -- @pos 3 7 -54 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/glob...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/humpty_dumpty_effigy.lua
3
1389
----------------------------------------- -- ID: 5683 -- Item: humpty_dumpty_effigy -- Food Effect: 30Min, All Races ----------------------------------------- -- Max HP % 6 -- Max MP % 6 -- HP recovered while healing 10 -- MP recovered while healing 10 (unconfirmed) ----------------------------------------- require("s...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/spells/stoneskin.lua
10
1762
----------------------------------------- -- Spell: Stoneskin ----------------------------------------- -- http://wiki.ffxiclopedia.org/wiki/Stoneskin -- Max 350 damage absorbed require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ---...
gpl-3.0
focusworld/teletmamal
bot/creedbot.lua
1
15436
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua' ..';.luarocks/share/lua/5.2/?/init.lua' package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so' require("./bot/utils") VERSION = '1.0' -- This function is called when tg receive a msg function on_msg_receive (msg) if not started then retu...
gpl-2.0
Vivitarut/darkstar
scripts/zones/Windurst_Waters/npcs/Honoi-Gomoi.lua
19
4225
----------------------------------- -- Area: Windurst Waters -- NPC: Honoi-Gumoi -- Involved In Quest: Crying Over Onions, Hat in Hand -- @zone = 238 -- @pos = -195 -11 -120 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- ...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/commands/takexp.lua
26
1232
--------------------------------------------------------------------------------------------------- -- func: @takexp <amount> <player> -- desc: Removes experience points from the target player. --------------------------------------------------------------------------------------------------- cmdprops = { p...
gpl-3.0
UPenn-RoboCup/UPennalizers
Player/Config/Camera/Config_NaoV4_Camera_.lua
1
1679
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
Joeyjohjjo/Johjjodarkfork
scripts/globals/abilities/drain_samba.lua
10
1463
----------------------------------- -- Ability: Drain Samba -- Inflicts the next target you strike with Drain daze, allowing all those engaged in battle with it to drain its HP. -- Obtained: Dancer Level 5 -- TP Required: 10% -- Recast Time: 1:00 -- Duration: 2:00 ----------------------------------- require("...
gpl-3.0
ezibyte/EziSocial-PhotoExample
Cocos2dx-3x/PhotoExample/cocos2d/tests/lua-tests/src/ParticleTest/ParticleTest.lua
10
43736
local SceneIdx = -1 local MAX_LAYER = 42 local emitter = nil local background = nil local labelAtlas = nil local titleLabel = nil local subtitleLabel = nil local baseLayer_entry = nil local s = cc.Director:getInstance():getWinSize() local function backAction() SceneIdx = SceneIdx - 1 if SceneIdx < 0 then ...
apache-2.0
Gwynthell/FFDB
scripts/zones/Windurst_Waters/npcs/Dienger.lua
38
1042
----------------------------------- -- Area: Windurst Waters -- NPC: Dienger -- Type: Melody Minstrel -- @zone: 238 -- @pos -46.448 -6.312 212.384 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; -------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/alchemists_belt.lua
30
1200
----------------------------------------- -- ID: 15450 -- Item: Alchemist's belt -- Enchantment: Synthesis image support -- 2Min, All Races ----------------------------------------- -- Enchantment: Synthesis image support -- Duration: 2Min -- Alchemy Skill +3 ----------------------------------------- requir...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/tidal_talisman.lua
6
2208
----------------------------------------- -- ID: 11290 -- Item: tidal talisman -- ----------------------------------------- function onItemCheck(target) local result = 56; local zone = target:getZone(); if (zone == 238 or zone == 239 or zone == 240 or zone == 241 or zone == 242 or -- Windurst zo...
gpl-3.0
Gwynthell/FFDB
scripts/globals/spells/bluemagic/screwdriver.lua
4
1060
require("scripts/globals/magic"); require("scripts/globals/status"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,target,spell) return 0; end; function onSpellCast(caster,target,spell) ...
gpl-3.0
iOSTestApps/vlc
share/lua/modules/sandbox.lua
96
4375
--[==========================================================================[ sandbox.lua: Lua sandboxing facilities --[==========================================================================[ Copyright (C) 2007 the VideoLAN team $Id$ Authors: Antoine Cellerier <dionoea at videolan dot org> This program is f...
gpl-2.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Northern_San_dOria/npcs/Calovour.lua
36
1427
----------------------------------- -- Area: Northern San d'Oria -- NPC: Calovour -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests...
gpl-3.0
UPenn-RoboCup/UPennalizers
Player/World/TeamDropin.lua
1
28404
module(..., package.seeall); require('Config'); require('Body'); require('Comm'); require('Speak'); require('vector'); require('util') require('serialization'); require('wcm'); require('vcm'); require('gcm'); require('utilMsgDropin') --Player ID: 1 to 5 --Role enum we used before ROLE_GOALIE = 0 ROLE_ATTACKER = 1 ROL...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/plate_of_sole_sushi_+1.lua
20
1529
----------------------------------------- -- ID: 5163 -- Item: plate_of_sole_sushi_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 20 -- Strength 5 -- Dexterity 6 -- Accuracy % 16 -- Ranged ACC % 16 -- Sleep Resist 5 ----------------------------------------- require...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Cape_Teriggan/npcs/Orukeke_WW.lua
6
3015
----------------------------------- -- Area: Cape Teriggan -- NPC: Orukeke, W.W. -- Type: Border Conquest Guards -- @pos 119 0 282 113 ----------------------------------- package.loaded["scripts/zones/Cape_Teriggan/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); req...
gpl-3.0
Gwynthell/FFDB
scripts/globals/weaponskills/shadow_of_death.lua
4
1194
----------------------------------- -- Shadow Of Death -- Scythe weapon skill -- Skill Level: 70 -- Delivers a dark elemental attack. Damage varies with TP. -- Aligned with the Snow Gorget & Aqua Gorget. -- Aligned with the Snow Belt & Aqua Belt. -- Element: Dark -- Modifiers: STR:30% ; INT:30% -- 100%TP 20...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_Jeuno/npcs/Squintrox_Dryeyes.lua
18
4407
----------------------------------- -- Area: Port Jeuno -- NPC: Squintrox Dryeyes -- Type: Addon Mission Merchant -- @pos -100.071 -1 11.869 246 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); re...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Selbina/npcs/Elfriede.lua
17
1951
----------------------------------- -- Area: Selbina -- NPC: Elfriede -- Involved In Quest: The Tenshodo Showdown -- @pos 61 -15 10 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); req...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Nashmau/npcs/Poporoon.lua
4
1188
----------------------------------- -- Area: Nashmau -- NPC: Poporoon -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Nashmau/TextIDs"); require("scripts/globals/shop"); ---------------------...
gpl-3.0
olax/prosody-modules
mod_throttle_presence/mod_throttle_presence.lua
31
1709
local filters = require "util.filters"; local st = require "util.stanza"; module:depends("csi"); local function presence_filter(stanza, session) if stanza._flush then stanza._flush = nil; return stanza; end local buffer = session.presence_buffer; local from = stanza.attr.from; if stanza.name ~= "presence" or...
mit
wizardbottttt/Unknown8765
plugins/search_youtube.lua
674
1270
do local google_config = load_from_file('data/google.lua') local function httpsRequest(url) print(url) local res,code = https.request(url) if code ~= 200 then return nil end return json:decode(res) end local function searchYoutubeVideos(text) local url = 'https://www.googleapis.com/youtube/v3/search?' u...
gpl-2.0
Vivitarut/darkstar
scripts/zones/Monarch_Linn/Zone.lua
4
1435
----------------------------------- -- -- Zone: Monarch_Linn -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Monarch_Linn/TextIDs"] = nil; require("scripts/zones/Monarch_Linn/TextIDs"); ----------------------------------- -- onInitialize -------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/bunch_of_gysahl_greens.lua
18
1506
----------------------------------------- -- ID: 4545 -- Item: Bunch of Gysahl Greens -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility +3 -- Vitality -5 -- Additional Effect with Chocobo Shirt -- Agility +10 ----------------------------------------- require("scripts/globals/status")...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Bastok_Markets/npcs/Enu.lua
7
1070
----------------------------------- -- Area: Bastok Markets -- NPC: Enu -- Type: Quest NPC -- @zone: 235 -- @pos -253.673 -13 -92.326 -- -- Auto-Script: Requires Verification. Verified standard dialog - thrydwolf 12/18/2011 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"]...
gpl-3.0
ezibyte/EziSocial-PhotoExample
Cocos2dx-3x/PhotoExample/cocos2d/external/lua/luajit/src/src/jit/dis_x86.lua
99
29330
---------------------------------------------------------------------------- -- LuaJIT x86/x64 disassembler module. -- -- Copyright (C) 2005-2013 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h --------------------------------------------------------------------------...
apache-2.0
jdhk94/DarkRP
gamemode/modules/hud/cl_hud.lua
3
15933
--[[--------------------------------------------------------------------------- HUD ConVars ---------------------------------------------------------------------------]] local ConVars = {} local HUDWidth local HUDHeight local Color = Color local CurTime = CurTime local cvars = cvars local DarkRP = DarkRP local draw = ...
mit
Vivitarut/darkstar
scripts/globals/weaponskills/tachi_rana.lua
4
4535
----------------------------------- -- 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. --...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Qulun_Dome/npcs/_441.lua
18
1528
----------------------------------- -- Area: Qulun Dome -- NPC: Door -- Involved in Mission: Limit Break 3 -- @pos 299.999 37.864 47.067 148 ----------------------------------- package.loaded["scripts/zones/Qulun_Dome/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("s...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Davoi/npcs/Lootblox.lua
19
7226
----------------------------------- -- Area: Davoi -- NPC: Lootblox -- Type: Standard NPC -- @pos 218.073 -0.982 -20.746 149 ----------------------------------- package.loaded["scripts/zones/Davoi/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Davoi/TextIDs"); require("scripts/globals...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Nashmau/Zone.lua
17
1751
----------------------------------- -- -- Zone: Nashmau (53) -- ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Nashmau/TextIDs"); ----------------------------------- ...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Nashmau/Zone.lua
17
1751
----------------------------------- -- -- Zone: Nashmau (53) -- ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Nashmau/TextIDs"); ----------------------------------- ...
gpl-3.0
Vivitarut/darkstar
scripts/globals/weaponskills/armor_break.lua
6
1635
----------------------------------- -- Armor Break -- Great Axe weapon skill -- Skill level: 100 -- Lowers enemy's defense. Duration of effect varies with TP. -- Lowers defense by as much as 25% if unresisted. -- Strong against: Antica, Bats, Cockatrice, Dhalmel, Lizards, Mandragora, Worms. -- Immune: Ahr...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Southern_San_dOria/npcs/Coderiant.lua
36
1471
----------------------------------- -- Area: Southern San d'Oria -- NPC: Coderiant -- General Info NPC -- @zone 230 -- @pos -111 -2 33 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settin...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/FeiYin/npcs/HomePoint#2.lua
12
1171
----------------------------------- -- Area: FeiYin -- NPC: HomePoint#2 -- @pos 102 0 269 204 ----------------------------------- package.loaded["scripts/zones/FeiYin/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/FeiYin/TextIDs"); require("scripts/globals/homepoint"); ----------------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/spells/ionohelix.lua
4
1721
-------------------------------------- -- Spell: Ionohelix -- Deals lightning 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/glob...
gpl-3.0
greatwolf/LAuth_2FA
extern/basexx.lua
1
6047
------------------------------------------------------------------------------------------------------------------------ -- util functions ------------------------------------------------------------------------------------------------------------------------ function divide_string( str, max, fillChar ) fillCh...
mit
Joeyjohjjo/Johjjodarkfork
scripts/zones/Stellar_Fulcrum/mobs/Kam_lanaut.lua
27
1401
----------------------------------- -- Area: Stellar Fulcrum -- NPC: Kam'lanaut -- Zilart Mission 8 BCNM Fight ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); require("scripts/globals/magic"); local blades = {567, 570, 572, 569, 568, 571}; ------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Lower_Jeuno/npcs/Alrauverat.lua
4
3112
----------------------------------- -- Area: Lower Jeuno -- NPC: Alrauverat -- @pos -101 0 -182 245 ------------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scrip...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_Bastok/npcs/Powhatan.lua
36
3269
----------------------------------- -- Area: Port Bastok -- NPC: Powhatan -- Starts & Ends Quest: Welcome to Bastok, Guest of Hauteur ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/broiled_trout.lua
3
1180
----------------------------------------- -- ID: 4587 -- Item: Broiled Trout -- Food Effect: 60Min, All Races ----------------------------------------- -- Dexterity 4 -- Mind -1 -- Ranged ATT % 14 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- --...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Pashhow_Marshlands/Zone.lua
2
2640
----------------------------------- -- -- Zone: Pashhow_Marshlands (109) -- ----------------------------------- package.loaded[ "scripts/zones/Pashhow_Marshlands/TextIDs"] = nil; package.loaded[ "scripts/globals/missions"] = nil; ----------------------------------- require( "scripts/globals/settings"); requi...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Windurst_Woods/npcs/Ronana.lua
12
1748
----------------------------------- -- Area: Windurst Woods -- NPC: Ronana -- Type: Bonecraft Image Support -- @pos -1.540 -6.25 -144.517 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Windurst_Woods/...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Southern_San_dOria_[S]/npcs/Kilhwch1.lua
19
1082
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Kilhwch -- @zone 80 -- @pos -63 2 -50 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); ----------------------------------- -- onT...
gpl-3.0
Vivitarut/darkstar
scripts/globals/spells/bluemagic/disseverment.lua
6
1363
require("scripts/globals/magic"); require("scripts/globals/status"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,target,spell) return 0; end; function onSpellCast(caster,target,sp...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/pot_of_san_dorian_tea.lua
35
1209
----------------------------------------- -- ID: 4494 -- Item: pot_of_san_dorian_tea -- Food Effect: 180Min, All Races ----------------------------------------- -- Vitality -2 -- Charisma 2 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/pot_of_san_dorian_tea.lua
35
1209
----------------------------------------- -- ID: 4494 -- Item: pot_of_san_dorian_tea -- Food Effect: 180Min, All Races ----------------------------------------- -- Vitality -2 -- Charisma 2 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------...
gpl-3.0
dani-sj/capitan02
plugins/stats.lua
56
3988
do -- Returns a table with `name` and `msgs` local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_prin...
gpl-2.0
shahabdark/progp
plugins/owners.lua
284
12473
local function lock_group_namemod(msg, data, target) local group_name_set = data[tostring(target)]['settings']['set_name'] local group_name_lock = data[tostring(target)]['settings']['lock_name'] if group_name_lock == 'yes' then return 'Group name is already locked' else data[tostring(target)]['setting...
gpl-2.0
Gwynthell/FFDB
scripts/globals/spells/armys_paeon_iii.lua
2
1343
----------------------------------------- -- Spell: Army's Paeon III -- Gradually restores target's HP. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,t...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Meriphataud_Mountains/npcs/Muzeze.lua
38
1035
----------------------------------- -- Area: Meriphataud Mountains -- NPC: Muzeze -- Type: Armor Storer -- @pos -6.782 -18.428 208.185 119 ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Meriphataud...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Eldieme_Necropolis/npcs/_5f6.lua
34
1105
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Odin's Gate -- @pos 260 -34 110 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs");...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Northern_San_dOria/npcs/Ailbeche.lua
7
6977
----------------------------------- -- Area: Northern San d'Oria -- NPC: Ailbeche -- Starts and Finishes Quest: Father and Son, Sharpening the Sword, A Boy's Dream (start) -- @zone 231 -- @pos 4 -1 24 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; --------...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/bowl_of_oceanfin_soup.lua
3
1761
----------------------------------------- -- ID: 6070 -- Item: Bowl of Oceanfin Soup -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- Accuracy % 15 Cap 95 -- Ranged Accuracy % 15 Cap 95 -- Attack % 19 Cap 85 -- Ranged Attack % 19 Cap 85 -- Amorph Killer 6 -----------------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Yughott_Grotto/TextIDs.lua
3
1043
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6537; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6540; -- Obtained: <item>. GIL_OBTAINED = 6541; -- Obtained <number> gil. KEYITEM_OBTAINED = 6543; -- Obtained...
gpl-3.0
kepler155c/opus-apps
milo/plugins/brewingStandView.lua
1
1207
local Ansi = require('opus.ansi') local UI = require('opus.ui') local colors = _G.colors local device = _G.device local template = [[%sBrewing stands have the ability to automatically learn recipes.%s Simply craft potions in the brewing stand as normal except for these conditions. 1. Place item in top slot FIRST. ...
mit
wetfish/denice
lua/msg.lua
1
2874
-- Main message handling callback function message_callback(event, origin, params) local my_master = get_config("bot:master") local my_nick = get_config("bot:nick") local msg_parts = str_split_max(params[2], " ", 2) -- send to channel if channel message, reply to sender if privmsg local send_to = params[1] if e...
mit
Gwynthell/FFDB
scripts/zones/Windurst_Walls/npcs/Luuh_Koplehn.lua
6
1115
----------------------------------- -- Area: Windurst Walls -- NPC: Luuh Koplehn -- Standard Info NPC -- Involved in Quest: Star Struck -- @zone = 239 -- @pos = -93 -5 130 ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/settings"); ----------------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Northern_San_dOria/TextIDs.lua
3
7624
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6578; -- Come back after sorting your inventory. ITEM_OBTAINED = 6581; -- Obtained: <<<Unknown Parameter (Type: 80) 1>>><<<Possible Special Code: 01>>><<<Possible Special Code: 05>>> GIL_OBTAINED = 6582;...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/abilities/puppet_roll.lua
11
2186
----------------------------------- -- Ability: Puppet Roll -- Enhances pet magic attack and magic accuracy for party members within area of effect -- Optimal Job: Puppetmaster -- Lucky Number: 3 -- Unlucky Number: 7 -- Level: 52 -- -- Die Roll |No PUP |With PUP -- -------- ------- ---------- -- 1 ...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Lower_Jeuno/npcs/Teigero-Bangero.lua
4
2843
----------------------------------- -- Area: Lower Jeuno -- NPC: Teigero Bangero -- Involved in Quests: Save the Clock Tower, The Lost Cardian -- @zone 245 -- @pos -58 0 -143 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Castle_Oztroja/npcs/_m71.lua
19
1187
----------------------------------- -- Area: Castle Oztroja -- NPC: _m71 (Torch Stand) -- Involved in Mission: Magicite -- @pos -99 24 -105 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); req...
gpl-3.0
kepler155c/opus-apps
milo/core/machines.lua
1
12923
local Event = require('opus.event') local itemDB = require('core.itemDB') local Map = require('opus.map') local Milo = require('milo') local UI = require('opus.ui') local Util = require('opus.util') local colors = _G.colors local device = _G.device local context = Milo:getContext() local nodeWizard loca...
mit
Vivitarut/darkstar
scripts/zones/Northern_San_dOria/npcs/Miageau.lua
17
2458
----------------------------------- -- Area: Northern San d'Oria -- NPC: Miageau -- Type: Quest Giver NPC -- @zone: 231 -- @pos 115 0 108 -- -- Starts and Finishes: Waters of Cheval ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ---------------------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Temenos/mobs/Enhanced_Ahriman.lua
1
1244
----------------------------------- -- Area: Temenos Central 1floor -- NPC: Enhanced_Ahriman ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); --------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/slice_of_diatryma_meat.lua
18
1290
----------------------------------------- -- ID: 5290 -- Item: Slice of Diatryma Meat -- Effect: 5 Minutes, food effect, Galka Only ----------------------------------------- -- Strength +3 -- Intelligence -5 ----------------------------------------- require("scripts/globals/status"); ---------------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/slice_of_diatryma_meat.lua
18
1290
----------------------------------------- -- ID: 5290 -- Item: Slice of Diatryma Meat -- Effect: 5 Minutes, food effect, Galka Only ----------------------------------------- -- Strength +3 -- Intelligence -5 ----------------------------------------- require("scripts/globals/status"); ---------------------------------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Crawlers_Nest/npcs/Treasure_Chest.lua
2
3081
----------------------------------- -- Area: Crawler Nest -- NPC: Treasure Chest -- Involved In Quest: Enveloped in Darkness -- @pos 41 0.1 -314 197 ----------------------------------- package.loaded["scripts/zones/Crawlers_Nest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings");...
gpl-3.0