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
Gwynthell/FFDB
scripts/globals/besieged.lua
1
10331
----------------------------------------------------------------- -- Variable for getNationTeleport and getRegionPoint ----------------------------------------------------------------- IS = 3; ZENI = 10; AHTURHGAN = 3; LEUJAOAM_ASSAULT_POINT = 0; MAMOOL_ASSAULT_POINT = 1; LEBROS_ASSAULT_POINT = 2; PERIQIA_ASSAULT_PO...
gpl-3.0
sammyt291/wire
lua/wire/client/rendertarget_fix.lua
5
3673
WireLib.RTFix = {} local RTFix = WireLib.RTFix --------------------------------------------------------------------- -- RTFix Lib --------------------------------------------------------------------- RTFix.List = {} function RTFix:Add( ClassName, NiceName, Function ) RTFix.List[ClassName] = { NiceName, Function } en...
apache-2.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_Bastok/npcs/Kaede.lua
17
2431
----------------------------------- -- Area: Port Bastok -- NPC: Kaede -- Start Quest: Ayame and Kaede -- Involved in Quests: Riding on the Clouds -- @pos 48 -6 67 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Port_Jeuno/npcs/Zona_Shodhun.lua
34
3745
----------------------------------- -- Area: Port Jeuno -- NPC: Zona Shodhun -- Starts and Finishes Quest: Pretty Little Things -- @zone 246 -- @pos -175 -5 -4 ----------------------------------- package.loaded["scripts/globals/settings"] = nil; ----------------------------------- require("scripts/globals/s...
gpl-3.0
Gwynthell/FFDB
scripts/globals/mobskills/Glacier_Splitter.lua
4
1052
--------------------------------------------- -- Glacier Splitter -- -- Description: Cleaves into targets in a fan-shaped area. Additional effect: Paralyze -- Type: Physical -- Utsusemi/Blink absorb: 1-3 shadows -- Range: Unknown cone -- Notes: Only used the Aern wielding a sword (RDM, DRK, and PLD). ------------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Al_Zahbi/npcs/Famatar.lua
7
2741
----------------------------------- -- Area: Al Zahbi -- NPC: Famatar -- Type: Imperial Gate Guard -- @pos -105.538 0.999 75.456 48 ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/gl...
gpl-3.0
szorfein/dotfiles
awm-m3/.config/awesome/widgets/mem.lua
1
1247
local wibox = require('wibox') local card = require('lib.card-elevated') local mem = class() function mem:init(args) self.color = md.sys.color.tertiary self.radial = self:radial() self.width = args.w or dpi(80) self.height = args.h or dpi(80) self:signals() return card:elevated(self:widget()) end functio...
mit
Gwynthell/FFDB
scripts/globals/items/galette_des_rois.lua
39
1322
----------------------------------------- -- ID: 5875 -- Item: Galette Des Rois -- Food Effect: 180 Min, All Races ----------------------------------------- -- MP % 1 -- Intelligence +2 -- Random Jewel ----------------------------------------- require("scripts/globals/status"); require("scripts/zones/Bastok_Mines/Text...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Jugner_Forest_[S]/Zone.lua
17
1510
----------------------------------- -- -- Zone: Jugner_Forest_[S] (82) -- ----------------------------------- package.loaded["scripts/zones/Jugner_Forest_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Jugner_Forest_[S]/TextIDs"); -------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Windurst_Woods/npcs/HomePoint#1.lua
3
1723
----------------------------------- -- Area: Windurst Woods -- NPC: HomePoint#1 -- @pos -98.588 0.001 -183.416 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Quicksand_Caves/npcs/_5sb.lua
19
1272
----------------------------------- -- Area: Quicksand Caves -- NPC: Ornate Door -- Door blocked by Weight system -- @pos -420 0 735 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Cave...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Dynamis-Jeuno/mobs/Goblin_Statue.lua
17
5156
----------------------------------- -- Area: Dynamis Jeuno -- NPC: Goblin Statue -- Map1 Position: http://images3.wikia.nocookie.net/__cb20090312005127/ffxi/images/b/bb/Jeu1.jpg -- Map2 Position: http://images4.wikia.nocookie.net/__cb20090312005155/ffxi/images/3/31/Jeu2.jpg -- Vanguard Position: http://faranim.li...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Dynamis-Jeuno/mobs/Goblin_Statue.lua
17
5156
----------------------------------- -- Area: Dynamis Jeuno -- NPC: Goblin Statue -- Map1 Position: http://images3.wikia.nocookie.net/__cb20090312005127/ffxi/images/b/bb/Jeu1.jpg -- Map2 Position: http://images4.wikia.nocookie.net/__cb20090312005155/ffxi/images/3/31/Jeu2.jpg -- Vanguard Position: http://faranim.li...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Shrine_of_RuAvitau/npcs/blank_4.lua
22
4957
----------------------------------- -- Area: The Shrine of Ru'Avitau -- NPC: ??? divine might mission -- @pos -40 0 -151 178 ----------------------------------- package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Shrine_of_RuAvitau/TextI...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/bowl_of_puls.lua
3
1196
----------------------------------------- -- ID: 4492 -- Item: bowl_of_puls -- Food Effect: 3Hrs, All Races ----------------------------------------- -- Vitality 2 -- Dexterity -1 -- HP Recovered While Healing 3 ----------------------------------------- require("scripts/globals/status"); -----------------------------...
gpl-3.0
alagoutte/ntopng
scripts/lua/examples/sqlite.lua
11
1830
-- -- (C) 2014-15-15 - ntop.org -- -- Hello world 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") dofile(dirs.installdir .. "/scrip...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Lower_Delkfutts_Tower/npcs/_544.lua
16
1666
----------------------------------- -- Area: Lower Delkfutt's Tower -- NPC: Cermet Door -- Notes: Door opens when you trade Delkfutt Key to it -- @pos 345 0.1 20 184 ----------------------------------- package.loaded["scripts/zones/Lower_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- ...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Metalworks/Zone.lua
28
1683
----------------------------------- -- -- Zone: Metalworks (237) -- ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/zone"); require("scripts/globals/settings"); requi...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Yhoator_Jungle/npcs/Telepoint.lua
17
1628
----------------------------------- -- Area: Yhoator Jungle -- NPC: Telepoint ----------------------------------- package.loaded["scripts/zones/Yhoator_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Yhoator_Jungle/TextIDs"); ---------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Dynamis-Windurst/mobs/Tzee_Xicu_Idol.lua
11
1290
----------------------------------- -- Area: Dynamis Windurst -- NPC: Tzee Xicu Idol ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/dynamis"); ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn...
gpl-3.0
aminsa2000/nod32
plugins/info.lua
1
9098
do local SUDO = 41471906 --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
Joeyjohjjo/Johjjodarkfork
scripts/zones/Lower_Jeuno/npcs/Ruslan.lua
37
2004
----------------------------------- -- Area: Lower Jeuno -- NPC: Ruslan -- Involved In Quest: Wondering Minstrel -- Working 100% -- @zone = 245 -- @pos = -19 -1 -58 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Windurst_Waters/npcs/Hariga-Origa.lua
4
3284
----------------------------------- -- Area: Windurst Waters -- NPC: Hariga-Origa -- Starts & Finishes Quest: Glyph Hanger -- Involved in Mission 2-1 -- @pos -62 -6 105 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- requi...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Southern_San_dOria_[S]/npcs/Crochepallade.lua
36
1043
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Crochepallade -- Name is Moogle for some reason -- @zone 80 -- @pos -46 2 -8 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextI...
gpl-3.0
cristiana214/cristianachavez214-cristianachavez
lua/luasocket/src/http.lua
121
12193
----------------------------------------------------------------------------- -- HTTP/1.1 client support for the Lua language. -- LuaSocket toolkit. -- Author: Diego Nehab -- RCS ID: $Id: http.lua,v 1.71 2007/10/13 23:55:20 diego Exp $ ----------------------------------------------------------------------------- -----...
apache-2.0
Merg3D/Titan-Designer
thirdparty/bullet3/build3/findOpenGLGlewGlut.lua
5
2786
function findOpenGL() configuration{} if os.is("Linux") then return true end --assume OpenGL is available on Mac OSX, Windows etc return true end function findOpenGL3() configuration{} if os.is("MacOSX") then local osversion = os.getversion(...
gpl-3.0
pascal76680/luacodessc
scripts/races/goauld/singleplayer/props/Goauld_Tutorial_SP.lua
1
1085
-- Goauld -- Number_Properties_Priority = 3.0 Number_Properties = { } String_Properties_Priority = 3.0 String_Properties = { cfg_hyperspace_effect_fx = "sg_hyperspace", cfg_hyperspace_effect_audio = [[sfx/sgeffect/hyperspace_in]], path_build = [[data:scripts/races/goauld/scripts/def_build.lua]]...
gpl-2.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/weaponskills/dragon_kick.lua
30
1693
----------------------------------- -- Dragon Kick -- Hand-to-Hand weapon skill -- Skill Level: 225 -- Damage varies with TP. -- Despite the name, Dragon Kick damage is not affected by Kick Attacks or equipment that enhances kick attacks such as Dune Boots. http://www.bluegartr.com/threads/121610-Rehauled-Weapon-S...
gpl-3.0
jdhk94/DarkRP
entities/entities/spawned_money/init.lua
5
3283
AddCSLuaFile("cl_init.lua") AddCSLuaFile("shared.lua") include("shared.lua") function ENT:Initialize() self:SetModel(GAMEMODE.Config.moneyModel or "models/props/cs_assault/money.mdl") self:PhysicsInit(SOLID_VPHYSICS) self:SetMoveType(MOVETYPE_VPHYSICS) self:SetSolid(SOLID_VPHYSICS) self:SetUseType...
mit
cryptotoad/prosody-modules
mod_listusers/mod_listusers.lua
34
2522
function module.command(args) local action = table.remove(args, 1); if not action then -- Default, list registered users local data_path = CFG_DATADIR or "data"; if not pcall(require, "luarocks.loader") then pcall(require, "luarocks.require"); end local lfs = require "lfs"; function decode...
mit
hnutank163/lua-cjson
lua/cjson/util.lua
170
6837
local json = require "cjson" -- Various common routines used by the Lua CJSON package -- -- Mark Pulford <mark@kyne.com.au> -- Determine with a Lua table can be treated as an array. -- Explicitly returns "not an array" for very sparse arrays. -- Returns: -- -1 Not an array -- 0 Empty table -- >0 Highest index ...
mit
Gwynthell/FFDB
scripts/zones/Port_San_dOria/npcs/Albinie.lua
6
1403
----------------------------------- -- Area: Port San d'Oria -- NPC: Albinie -- Standard Merchant NPC -- Working 100% ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Port_San_dO...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/sandfish.lua
17
1317
----------------------------------------- -- ID: 4291 -- Item: sandfish -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 3 -- Mind -5 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemChec...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Apollyon/mobs/Bardha.lua
2
1349
----------------------------------- -- Area: Apollyon NW -- NPC: Kaiser Behemoth ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Apollyon/TextIDs"); ----------------------------------- -- onMobSpawn Action -------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/QuBia_Arena/mobs/Yukvok_of_Clan_Death.lua
10
2802
----------------------------------- -- Area: QuBia_Arena -- Mission 9-2 SANDO ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); require("scripts/globals/missions"); require("scripts/zones/QuBia_Arena/TextIDs"); ----------------------------------- -- onMobSpawn A...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/RongeloutsNDistaud.lua
16
1463
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Rongelouts N Distaud -- @zone 80 -- @pos 0.067 2 -22 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/glob...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Al_Zahbi/npcs/Chayaya.lua
34
1603
----------------------------------- -- Area: Al Zahbi -- NPC: Chayaya -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Al_Zahbi/TextIDs"); --------...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Upper_Jeuno/npcs/Koriso-Manriso.lua
38
1024
---------------------------------- -- Area: Upper Jeuno -- NPC: Koriso-Manriso -- Type: Item Deliverer -- @zone: 244 -- @pos -64.39 1 23.704 -- ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; require("scripts/zones/Upper_Jeuno/TextIDs"); ----------------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Al_Zahbi/npcs/Zafif.lua
36
1695
----------------------------------- -- Area: Al Zahbi -- NPC: Zafif -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; require("scripts/zones/Al_Zahbi/TextIDs"); ----------------------------------- -- onTrade...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Southern_San_dOria/npcs/Sharzalion.lua
4
3451
----------------------------------- -- Area: Southern San d'Oria -- NPC: Sharzalion -- Starts and Finishes Quest: The Crimson Trial -- Involved in Quest: Peace for the Spirit -- @zone 230 -- @pos 95 0 111 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Temple_of_Uggalepih/npcs/Stone_Picture_Frame.lua
9
3486
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Stone Picture Frame -- Notes: Opens door to Den of Rancor using Painbrush of Souls -- @pos -52.239 -2.089 10.000 159 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; -----------------...
gpl-3.0
Yevano/see
see/lib/see/io/DataOutputStream.lua
1
3030
--@import see.io.OutputStream --@import see.util.Math --@extends see.io.OutputStream --[[ Modified float conversions from http://snippets.luacode.org/snippets/IEEE_float_conversion_144. Modified integer conversions from http://lua-users.org/wiki/ReadWriteFormat. ]] --[[ An OutputStream for doing more adv...
mit
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/hallowed_sword.lua
16
1413
----------------------------------------- -- ID: 16550 -- Hallowed Sword -- Additional Effect: Light Damage -- Enchantment: "Enlight" ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action --------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Bastok_Mines/npcs/Sieglinde.lua
24
1809
----------------------------------- -- Area: Bastok Mines -- NPC: Sieglinde -- Alchemy Synthesis Image Support ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/crafti...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Bastok_Mines/npcs/Mariadok.lua
9
1057
----------------------------------- -- Area: Bastok Mines -- NPC: Mariadok -- Type: Weather Checker -- @zone: 234 -- @pos 34.460 -1 -82.839 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; require("script...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Sacrarium/npcs/qm5.lua
9
1736
----------------------------------- -- Area: Sacrarium -- NPC: qm5 (???) -- Notes: Used to spawn Old Prof. Mariselle -- @pos 102.670 -3.111 -127.318 28 ----------------------------------- package.loaded["scripts/zones/Sacrarium/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Sac...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/North_Gustaberg/npcs/Heavy_Fog_IM.lua
30
3055
----------------------------------- -- Area: North Gustaberg -- NPC: Heavy Fog, I.M. -- Type: Border Conquest Guards -- @pos -520.704 38.75 560.258 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conque...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/weaponskills/gale_axe.lua
30
1309
----------------------------------- -- Gale Axe -- Axe weapon skill -- Skill level: 70 -- Chokes enemy. Duration of effect varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Breeze Gorget. -- Aligned with the Breeze Belt. -- Element: Wind -- Modifiers: STR:30% -- 100%TP 200%TP 300%TP ...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/ulbukan_lobster.lua
18
1341
----------------------------------------- -- ID: 5960 -- Item: Ulbukan Lobster -- Food Effect: 5 Min, Mithra only ----------------------------------------- -- Dexterity -3 -- Vitality 1 -- Defense +9% ----------------------------------------- require("scripts/globals/status"); ----------------------------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Temenos/mobs/Cryptonberry_Skulker.lua
17
1139
----------------------------------- -- Area: Temenos N T -- NPC: Cryptonberry_Skulker ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Temenos/mobs/Cryptonberry_Skulker.lua
17
1139
----------------------------------- -- Area: Temenos N T -- NPC: Cryptonberry_Skulker ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------------...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/sweet_baked_apple.lua
3
1206
----------------------------------------- -- ID: 4336 -- Item: sweet_baked_apple -- Food Effect: 1hour, All Races ----------------------------------------- -- Magic Points 25 -- Intelligence 4 -- MP Recovered While Healing 2 ----------------------------------------- require("scripts/globals/status"); ----------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/mobskills/Hydro_Canon.lua
7
1271
--------------------------------------------------- -- Hydro_Canon -- Description: -- Type: Magical -- additional effect : 40hp/tick Poison --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); -----...
gpl-3.0
shkan/telebot5
plugins/banhammer_fa.lua
1
11814
local function pre_process(msg) -- SERVICE MESSAGE if msg.action and msg.action.type then local action = msg.action.type -- Check if banned user joins chat by link if action == 'chat_add_user_link' then local user_id = msg.from.id print('Checking invited user '..user_id) local banned ...
gpl-2.0
Gwynthell/FFDB
scripts/zones/Castle_Oztroja/npcs/Kaa_Toru_the_Just.lua
19
1579
----------------------------------- -- Area: Castle Oztroja -- NPC: Kaa Toru the Just -- Type: Mission NPC [ Windurst Mission 6-2 NPC ]~ -- @pos -100.188 -62.125 145.422 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- requir...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Dynamis-Valkurm/mobs/Serjeant_Tombstone.lua
17
2167
----------------------------------- -- Area: Dynamis Valkurm -- NPC: Serjeant_Tombstone ----------------------------------- package.loaded["scripts/zones/Dynamis-Valkurm/TextIDs"] = nil; ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Valkurm/TextIDs");...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Temenos/mobs/Kindred_Summoner.lua
2
1117
----------------------------------- -- Area: Temenos N T -- NPC: Kindred_Summoner. ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Temple_of_Uggalepih/npcs/_mf1.lua
8
1363
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Granite Door -- Notes: Door blocked by Temple Guardian -- @pos -62 0 -99 159 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- require("scripts/glo...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Rolanberry_Fields/npcs/Saarlan.lua
10
8608
----------------------------------- -- Area: Rolanberry Fields -- NPC: Saarlan -- Legion NPC -- @pos 242 24.395 468 ----------------------------------- package.loaded["scripts/zones/Rolanberry_Fields/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/g...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Toraimarai_Canal/npcs/Grounds_Tome.lua
34
1145
----------------------------------- -- Area: Toraimarai Canal -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrad...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Metalworks/npcs/Mighty_Fist.lua
17
2528
----------------------------------- -- Area: Metalworks -- NPC: Mighty Fist -- Starts & Finishes Quest: The Darksmith (R) -- Involved in Quest: Dark Legacy -- @pos -47 2 -30 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- ...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Southern_San_dOria/npcs/Katharina.lua
37
1095
----------------------------------- -- Area: Southern San d'Oria -- NPC: Katharina -- General Info NPC ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Southe...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/La_Theine_Plateau/npcs/Deaufrain.lua
17
2302
----------------------------------- -- Area: La Theine Plateau -- NPC: Deaufrain -- Involved in Mission: The Rescue Drill -- @pos -304 28 339 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/m...
gpl-3.0
ezibyte/EziSocial-PhotoExample
Cocos2dx-3x/PhotoExample/cocos2d/tests/lua-tests/src/VideoPlayerTest/VideoPlayerTest.lua
2
6298
require("experimentalConstants") local visibleRect = cc.Director:getInstance():getOpenGLView():getVisibleRect() local centerPos = cc.p(visibleRect.x + visibleRect.width / 2,visibleRect.y + visibleRect.height /2) local function VideoPlayerTest() local layer = cc.Layer:create() --createTestLayer("VideoPlayerTest...
apache-2.0
Gwynthell/FFDB
scripts/zones/Temenos/mobs/Pee_Qoho_the_Python.lua
2
1549
----------------------------------- -- Area: Temenos -- NPC: ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); ----------------------------------- -- onMobSpawn A...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Attohwa_Chasm/npcs/Excavation_Point.lua
6
1106
----------------------------------- -- Area: Attohwa Chasm -- NPC: Excavation Point ----------------------------------- package.loaded["scripts/zones/Attohwa_Chasm/TextIDs"] = nil; ------------------------------------- require("scripts/globals/excavation"); require("scripts/zones/Attohwa_Chasm/TextIDs"); ...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Qufim_Island/npcs/qm3.lua
17
4404
----------------------------------- -- Area: Qufim Island -- NPC: ??? (qm3) -- Mission: ACP - The Echo Awakens -- @zone 126 -- @pos -120.342 -19.471 306.661 ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ------------------------------------- require("scripts/z...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Qufim_Island/npcs/qm3.lua
17
4404
----------------------------------- -- Area: Qufim Island -- NPC: ??? (qm3) -- Mission: ACP - The Echo Awakens -- @zone 126 -- @pos -120.342 -19.471 306.661 ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ------------------------------------- require("scripts/z...
gpl-3.0
WilliamO7/Sunshell
LUA/modules/themes.lua
1
4229
-- Set private "Photo" mode mode = "Photo" -- Internal module settings master_index_t = 0 SetBottomRefresh(false) p_t = 1 update_bottom_screen = true my_themes = {} tmp = System.listDirectory(main_dir.."/themes") for i,file in pairs(tmp) do if file.directory then table.insert(my_themes,file.name) end end function...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/weaponskills/burning_blade.lua
30
1294
----------------------------------- -- Burning Blade -- Sword weapon skill -- Skill Level: 30 -- Desription: Deals Fire elemental damage to enemy. Damage varies with TP. -- Aligned with the Flame Gorget. -- Aligned with the Flame Belt. -- Element: Fire -- Modifiers: STR:20% ; INT:20% -- 100%TP 200%TP 300...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Kocco_Ehllek.lua
38
1053
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Kocco Ehllek -- Type: Quest Giver -- @zone: 94 -- @pos -41.465 -2.125 -163.018 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = n...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Wenonah_CA.lua
38
1052
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Wenonah, C.A. -- Type: Campaign Arbiter -- @zone: 94 -- @pos -2.175 -2 10.184 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = ni...
gpl-3.0
Gwynthell/FFDB
scripts/zones/FeiYin/Zone.lua
1
2237
----------------------------------- -- -- Zone: FeiYin (204) -- ----------------------------------- package.loaded["scripts/zones/FeiYin/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/quests"); require("scripts/zon...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Temenos/mobs/Temenos_Cleaner.lua
17
1285
----------------------------------- -- Area: Temenos Central 1floor -- NPC: Temenos_Cleaner ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/spells/bluemagic/amplification.lua
4
1118
----------------------------------------- -- Spell: Amplification ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast ----------------------------------------...
gpl-3.0
BurmistrovJ/prosody-modules
mod_statsd/mod_statsd.lua
32
2429
-- Log common stats to statsd -- -- Copyright (C) 2014 Daurnimator -- -- This module is MIT/X11 licensed. local socket = require "socket" local iterators = require "util.iterators" local jid = require "util.jid" local options = module:get_option("statsd") or {} -- Create UDP socket to statsd server local sock = sock...
mit
Gwynthell/FFDB
scripts/globals/effects/str_down.lua
4
1048
----------------------------------- -- -- EFFECT_STR_DOWN -- ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) if((target:getStat(MOD_STR) - effect:getPower()) ...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Tavnazian_Safehold/npcs/Porter_Moogle.lua
41
1547
----------------------------------- -- Area: Tavnazian_Safehold -- NPC: Porter Moogle -- Type: Storage Moogle -- @zone 26 -- @pos TODO ----------------------------------- package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Tavnazian_S...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Jugner_Forest/npcs/Pure_Heart_IM.lua
30
3050
----------------------------------- -- Area: Jugner Forest -- NPC: Pure Heart, I.M. -- Type: Border Conquest Guards -- @pos 570.732 -2.637 553.508 104 ----------------------------------- package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/Port_San_dOria/npcs/Auvare.lua
19
1428
----------------------------------- -- Area: Port San d'Oria -- NPC: Auvare -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; require("scripts/zones/Port_San_dOria/TextIDs"); ----------------------------------- -- onTrade Action ---------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/globals/items/crepe_caprice.lua
36
1318
----------------------------------------- -- ID: 5776 -- Item: Crepe Caprice -- Food Effect: 60 Min, All Races ----------------------------------------- -- HP +20 -- MP Healing 3 -- Magic Accuracy +5 -- Magic Defense +2 ----------------------------------------- require("scripts/globals/status"); ---------------------...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/crepe_caprice.lua
36
1318
----------------------------------------- -- ID: 5776 -- Item: Crepe Caprice -- Food Effect: 60 Min, All Races ----------------------------------------- -- HP +20 -- MP Healing 3 -- Magic Accuracy +5 -- Magic Defense +2 ----------------------------------------- require("scripts/globals/status"); ---------------------...
gpl-3.0
Joeyjohjjo/Johjjodarkfork
scripts/zones/The_Garden_of_RuHmet/npcs/_0z0.lua
12
1882
----------------------------------- -- Area: The_Garden_of_RuHmet -- NPC: _0z0 ----------------------------------- package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/The_Garden_of_RuHmet/TextIDs");...
gpl-3.0
Gwynthell/FFDB
scripts/globals/items/bastore_sweeper.lua
3
1377
----------------------------------------- -- ID: 5473 -- Item: Bastore Sweeper -- Food Effect: 5 Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality +3 -- Defense +15% Cap 50 ----------------------------------------- require("scripts/globals/status"); -------------------------------...
gpl-3.0
kianoshboy/beyond
plugins/msg-checks.lua
26
13860
--Begin msg_checks.lua By @SoLiD local function pre_process(msg) local data = load_data(_config.moderation.data) local chat = msg.to.id local user = msg.from.id local is_channel = msg.to.type == "channel" local is_chat = msg.to.type == "chat" local auto_leave = 'auto_leave_bot' local hash = "gp_lang:"..chat local lang ...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Port_San_dOria/npcs/Ceraulian.lua
17
5033
----------------------------------- -- Area: Port San d'Oria -- NPC: Ceraulian -- Involved in Quest: The Holy Crest -- @pos 0 -8 -122 232 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); re...
gpl-3.0
Gwynthell/FFDB
scripts/globals/mobskills/Barbed_Crescent.lua
10
1034
--------------------------------------------------- -- Barbed Crescent -- Damage. Additional Effect: Accuracy Down. -- Area of Effect is centered around caster. -- The Additional Effect: Accuracy Down may not always process. -- Duration: Three minutes ? --------------------------------------------------- require("/scr...
gpl-3.0
jdhk94/DarkRP
entities/weapons/weaponchecker/shared.lua
3
12476
AddCSLuaFile() if CLIENT then SWEP.PrintName = "Weapon Checker" SWEP.Slot = 1 SWEP.SlotPos = 9 SWEP.DrawAmmo = false SWEP.DrawCrosshair = false end SWEP.Author = "DarkRP Developers" SWEP.Instructions = "Left click to weapon check\nRight click to confiscate weapons\nReload to give back the weapons"...
mit
msafin/luci
applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua
80
2172
--[[ 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
Joeyjohjjo/Johjjodarkfork
scripts/zones/Mog_Garden/Zone.lua
28
1310
----------------------------------- -- -- Zone: Mog Garden (280) -- ----------------------------------- package.loaded["scripts/zones/Mog_Garden/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Mog_Garden/TextIDs"); ---------------------------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Southern_San_dOria/npcs/Rouva.lua
17
1709
----------------------------------- -- Area: Southern San d'Oria -- NPC: Rouva -- Involved in Quest: Lure of the Wildcat (San d'Oria) -- @pos -17 2 10 230 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
kianoshboy/beyond
bot/utils.lua
4
22553
--Begin Utils.lua By #BeyondTeam :) local clock = os.clock function sleep(time) -- seconds local t0 = clock() while clock() - t0 <= time do end end function var_cb(msg, data) -------------Get Var------------ bot = {} msg.to = {} msg.from = {} msg.media = {} msg.id = msg.id_ msg.to.type = gp_type(data.ch...
gpl-3.0
Vivitarut/darkstar
scripts/globals/items/dish_of_salsa.lua
35
1591
----------------------------------------- -- ID: 5299 -- Item: dish_of_salsa -- Food Effect: 3Min, All Races ----------------------------------------- -- Strength -1 -- Dexterity -1 -- Agility -1 -- Vitality -1 -- Intelligence -1 -- Mind -1 -- Sleep Resist 5 ----------------------------------------- requ...
gpl-3.0
Gwynthell/FFDB
scripts/zones/Southern_San_dOria_[S]/npcs/Loillie.lua
4
1398
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Loillie -- @zone 80 -- @pos 78 -8 -23 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); --------...
gpl-3.0
Vivitarut/darkstar
scripts/zones/Metalworks/npcs/Romualdo.lua
34
1431
----------------------------------- -- Area: Metalworks -- NPC: Romualdo -- Involved in Quest: Stamp Hunt ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Metalworks/Text...
gpl-3.0
Gwynthell/FFDB
scripts/globals/spells/kurayami_ichi.lua
2
1084
----------------------------------------- -- Spell: Kurayami:Ichi ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,targe...
gpl-3.0
ezibyte/EziSocial-PhotoExample
Cocos2dx-3x/PhotoExample/cocos2d/tests/lua-tests/src/UserDefaultTest/UserDefaultTest.lua
17
2518
-- enable log local function doTest() cclog("********************** init value ***********************") -- set default value cc.UserDefault:getInstance():setStringForKey("string", "value1") cc.UserDefault:getInstance():setIntegerForKey("integer", 10) cc.UserDefault:getInstance():setFloatForKey(...
apache-2.0
Gwynthell/FFDB
scripts/zones/Waughroon_Shrine/Zone.lua
1
1488
----------------------------------- -- -- Zone: Waughroon_Shrine (144) -- ----------------------------------- package.loaded["scripts/zones/Waughroon_Shrine/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Waughroon_Shrine/TextIDs"); --------------------...
gpl-3.0
norefle/arenero
src/conf.lua
1
3476
function love.conf(t) t.identity = nil -- The name of the save directory (string) t.version = "0.10.2" -- The LÖVE version this game was made for (string) t.console = true -- Attach a console (boolean, Windows only) t.accelerometerjoystick = true ...
mit
sammyt291/wire
lua/entities/gmod_wire_button.lua
5
4517
AddCSLuaFile() DEFINE_BASECLASS( "base_wire_entity" ) ENT.PrintName = "Wire Button" ENT.WireDebugName = "Button" function ENT:SetupDataTables() self:NetworkVar( "Bool", 0, "On" ) end if CLIENT then local halo_ent, halo_blur function ENT:Initialize() self.PosePosition = 0.0 end function ENT:Think() ba...
apache-2.0