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
Servius/tfa-sw-weapons-repository
Backups_Reworks/tfa_swrp_shared_old/lua/entities/vox_e60r_rocket/cl_init.lua
11
1374
include('shared.lua') //[[--------------------------------------------------------- //Name: Draw Purpose: Draw the model in-game. //Remember, the things you render first will be underneath! //-------------------------------------------------------]] function ENT:Draw() // self.BaseCl...
apache-2.0
Servius/tfa-sw-weapons-repository
Backups_Reworks/tfa_swrp_shared_old/lua/entities/dc17m_at_rocket2/cl_init.lua
11
1374
include('shared.lua') //[[--------------------------------------------------------- //Name: Draw Purpose: Draw the model in-game. //Remember, the things you render first will be underneath! //-------------------------------------------------------]] function ENT:Draw() // self.BaseCl...
apache-2.0
Dual-Boxing/Jamba
Modules/Jamba-Trade/JambaTrade.lua
1
36470
--[[ Jamba - Jafula's Awesome Multi-Boxer Assistant Copyright 2008 - 2015 Michael "Jafula" Miller License: The MIT License ]]-- -- Create the addon using AceAddon-3.0 and embed some libraries. local AJM = LibStub( "AceAddon-3.0" ):NewAddon( "JambaTrade", "JambaModule-1.0", "AceConsole-3.0", "AceEvent-3.0", "A...
mit
Sonicrich05/FFXI-Server
scripts/zones/West_Sarutabaruta/npcs/Banege_RK.lua
30
3066
----------------------------------- -- Area: West Sarutabaruta -- NPC: Banege, R.K. -- Type: Border Conquest Guards -- @pos 399.450 -25.858 727.545 115 ----------------------------------- package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conq...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/spells/blizzaga.lua
2
1025
----------------------------------------- -- Spell: Blizzaga -- Deals ice damage to an enemy. ----------------------------------------- require("scripts/globals/magic"); require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMa...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Chateau_dOraguille/npcs/Chaloutte.lua
4
1054
----------------------------------- -- Area: Chateau d'Oraguille -- NPC: Chaloutte -- Type: Event Scene Replayer -- @zone: 233 -- @pos: 10.450 -1 -11.985 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = ...
gpl-3.0
ArtixBot/tome4-minstrel
tome-minstrel/overload/data/gfx/particles/revivification.lua
1
1564
-- ToME - Tales of Maj'Eyal -- Copyright (C) 2009 - 2017 Nicolas Casalini -- -- 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 ...
gpl-3.0
DiNaSoR/Angel_Arena
game/angel_arena/scripts/vscripts/items/rubick_dagon/rubick_dagon.lua
1
1466
if item_rubick_dagon == nil then item_rubick_dagon = class({}) end LinkLuaModifier( "modifier_rubick_dagon_passive", 'items/rubick_dagon/modifier_rubick_dagon_passive', LUA_MODIFIER_MOTION_NONE ) function item_rubick_dagon:GetIntrinsicModifierName() return "modifier_rubick_dagon_passive" end function item_rubi...
mit
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Northern_San_dOria/npcs/Daveille.lua
6
1369
----------------------------------- -- Area: Northern San d'Oria -- NPC: Daveille -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests"); requi...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/effects/accuracy_down.lua
18
1045
----------------------------------- -- -- EFFECT_ACCURACY_DOWN -- ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) if (effect:getPower()>100) then ...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Bibiki_Bay/npcs/Tswe_Panipahr.lua
4
1935
----------------------------------- -- Area: Bibiki Bay -- NPC: Tswe Panipahr -- Type: Manaclipper -- @zone: 4 -- @pos: 484.604 -4.035 729.671 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil; ---------------...
gpl-3.0
paulosalvatore/forgottenserver
data/spells/scripts/attack/inflict_wound.lua
5
1059
local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_DRAWBLOOD) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WEAPONTYPE) local function getHighestSkillLevel(creature) local skillLevel = -1 for skillType = SKILL_CLUB, SKI...
gpl-2.0
Sonicrich05/FFXI-Server
scripts/zones/Windurst_Woods/npcs/Peshi_Yohnts.lua
44
2158
----------------------------------- -- Area: Windurst Woods -- NPC: Peshi Yohnts -- Type: Bonecraft Guild Master -- @pos -6.175 -6.249 -144.667 241 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); r...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/meat_mithkabob.lua
3
1342
----------------------------------------- -- ID: 4381 -- Item: meat_mithkabob -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength 5 -- Agility 1 -- Intelligence -2 -- Attack % 22 -- Attack Cap 60 ----------------------------------------- require("scripts/globals/status"); ----------...
gpl-3.0
JesterXL/Corona-SDK---Adobe-AIR-Workshop-and-Refactoring-Presentation
Gaming/code-gaming/Corona/Lesson-5/5-c/main.lua
1
2027
require "physics" physics.start() physics.setDrawMode( "hybrid" ) physics.setGravity( 0, 0 ) stage = display.getCurrentStage() player = display.newImage("player.png") player.x = 40 player.y = 40 physics.addBody( player, { density = 1.0, friction = 0.3, bounce = 0.2, bodyType = "kinematic", isBullet = t...
mit
Sonicrich05/FFXI-Server
scripts/globals/abilities/pets/ecliptic_howl.lua
20
1294
--------------------------------------------------- -- Aerial Armor --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/utils"); ----------------------------------------...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/mobskills/Dispelling_Wind.lua
18
1037
--------------------------------------------- -- Dispelling Wind -- -- Description: Dispels two effects from targets in an area of effect. -- Type: Enfeebling -- Utsusemi/Blink absorb: Ignores shadows -- Range: 10' radial -- Notes: --------------------------------------------- require("scripts/globals/se...
gpl-3.0
arabi373/nod32bot
plugins/location.lua
93
1704
-- Implement a command !loc [area] which uses -- the static map API to get a location image -- Not sure if this is the proper way -- Intent: get_latlong is in time.lua, we need it here -- loadfile "time.lua" -- Globals -- If you have a google api key for the geocoding/timezone api do local api_key = nil local base_...
gpl-2.0
DiNaSoR/Angel_Arena
game/angel_arena/scripts/vscripts/items/magician_ring/modifiers/modifier_item_magician_ring_buff.lua
1
1619
modifier_item_magician_ring_buff = class({}) -------------------------------------------------------------------------------- function modifier_item_magician_ring_buff:IsHidden() return false end -------------------------------------------------------------------------------- function modifier_item_magician_ring_bu...
mit
Sonicrich05/FFXI-Server
scripts/zones/The_Eldieme_Necropolis/npcs/_5ff.lua
34
1109
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Leviathan's Gate -- @pos 88 -34 -60 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextID...
gpl-3.0
Servius/tfa-sw-weapons-repository
Live Addons/servius_uploader_legacy/rako_hardeen_rifle/lua/weapons/tfa_rakohardeen_rifle/shared.lua
1
6554
if ( SERVER ) then AddCSLuaFile( "shared.lua" ) end if ( CLIENT ) then SWEP.PrintName = "Rako Hardeens Rifle" SWEP.Author = "TFA, Servius" SWEP.ViewModelFOV = 70 SWEP.Slot = 2 SWEP.SlotPos = 3 end SWEP.Base = "tfa_3dscoped_base" SWEP.Category = "TFA Star Wars" SWEP.Spawnable = true SWEP.AdminSpawnable = tru...
apache-2.0
zillemarco/CppSharp
build/premake5.lua
2
1252
-- This is the starting point of the build scripts for the project. -- It defines the common build settings that all the projects share -- and calls the build scripts of all the sub-projects. config = {} include "Helpers.lua" include "LLVM.lua" workspace "CppSharp" configurations { "Debug", "Release" } platform...
mit
rlowrance/re
lua/abandoned/WeightedLinearRegression.lua
1
5238
-- WeightedLinearRegression.lua -- define class WeightedLinearRegression -- torch libraries require 'nn' require 'optim' -- local libraries require 'Trainer' require 'Validations' require 'WeightedMSECriterion' local WeightedLinearRegression = torch.class('WeightedLinearRegression') function WeightedLinearRegressi...
gpl-3.0
fruitwasp/DarkRP
gamemode/modules/fadmin/fadmin/playeractions/changeteam/cl_init.lua
3
1379
FAdmin.StartHooks["zzSetTeam"] = function() FAdmin.Messages.RegisterNotification{ name = "setteam", hasTarget = true, message = {"instigator", " set the team of ", "targets", " to ", "extraInfo.1"}, readExtraInfo = function() return {team.GetName(net.ReadUInt(16))} ...
mit
Sonicrich05/FFXI-Server
scripts/zones/Castle_Oztroja/TextIDs.lua
4
2162
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6564; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6567; -- You cannot obtain the #. Try trading again after sorting your inventory. ITEM_OBTAINED = 6568; -- Ob...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/Talacca_Cove/Zone.lua
28
1314
----------------------------------- -- -- Zone: Talacca_Cove (57) -- ----------------------------------- package.loaded["scripts/zones/Talacca_Cove/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Talacca_Cove/TextIDs"); ----------------------...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Buburimu_Peninsula/npcs/Stone_Monument.lua
3
1214
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/Te...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Heavens_Tower/npcs/Heruru.lua
4
1032
----------------------------------- -- Area: Heavens Tower -- NPC: Heruru -- Type: Standard NPC -- @zone: 242 -- @pos: 2.321 -26.5 4.641 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; -----------------...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/serving_of_snowy_rolanberry.lua
3
1287
----------------------------------------- -- ID: 4594 -- Item: serving_of_snowy_rolanberry -- Food Effect: 240Min, All Races ----------------------------------------- -- Magic % 18 -- Magic Cap 60 -- Intelligence 2 -- Wind Res 5 ----------------------------------------- require("scripts/globals/status"); ------------...
gpl-3.0
mandrav/moai_pex_editor
src/hp/event/EventDispatcher.lua
1
4133
-------------------------------------------------------------------------------- -- This class is has a function of event notification. -- -------------------------------------------------------------------------------- local class = require("hp/lang/class") local Event = require("hp/event/Event") local EventListener...
mit
Siliconsoul/mirror-askozia-svn
scripts/config-functions.lua
3
6796
#!/usr/bin/lua -- --- T2-COPYRIGHT-NOTE-BEGIN --- -- This copyright note is auto-generated by ./scripts/Create-CopyPatch. -- -- T2 SDE: scripts/config-functions.lua -- Copyright (C) 2006 - 2007 The T2 SDE Project -- Copyright (C) 2006 - 2007 Rene Rebe <rene@exactcode.de> -- -- More information can be found in the fil...
gpl-2.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/loach_slop.lua
2
1410
----------------------------------------- -- ID: 5669 -- Item: loach_slop -- Food Effect: 3Hour,Group Food, All Races ----------------------------------------- -- Accuracy % 7 -- Accuracy Cap 15 -- HP % 7 -- HP Cap 15 -- Evasion 3 -- (Did Not Add Group Food Effect) ----------------------------------------- require("s...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/weaponskills/spinning_slash.lua
30
1563
----------------------------------- -- Spinning Slash -- Great Sword weapon skill -- Skill level: 225 -- Delivers a single-hit attack. Damage varies with TP. -- Modifiers: STR:30% ; INT:30% -- 100%TP 200%TP 300%TP -- 2.5 3 3.5 ----------------------------------- require("scripts/globals/status"); require...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Windurst_Waters_[S]/npcs/Pahpe_Rauulih.lua
4
1054
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Pahpe Rauulih -- Type: Standard NPC -- @zone: 94 -- @pos: -39.740 -4.499 53.223 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = ...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/items/plate_of_tentacle_sushi.lua
21
1809
----------------------------------------- -- ID: 5215 -- Item: plate_of_tentacle_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- HP 20 -- Dexterity 3 -- Agility 3 -- Mind -1 -- Accuracy % 19 (cap 18) -- Ranged Accuracy % 19 (cap 18) -- Double Attack 1 --------------------...
gpl-3.0
bright-things/ionic-luci
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua
30
2974
-- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. require "luci.sys" local m, s, o local sensor_types = { ["12v"] = "voltage", ["2.0v"] = "voltage", ["2.5v"] = "voltage", ["3.3v"] = "voltage", ["5.0v"] = "voltage", ["5v"] = "voltage", ["ain1"] = "voltag...
apache-2.0
AdUki/Grapedit
scripts/libs/pl/utils.lua
9
14915
--- Generally useful routines. -- See @{01-introduction.md.Generally_useful_functions|the Guide}. -- @module pl.utils local format,gsub,byte = string.format,string.gsub,string.byte local compat = require 'pl.compat' local clock = os.clock local stdout = io.stdout local append = table.insert local unpack = rawget(_G,'u...
mit
Moosader/Intro-to-Mobile-Game-Development-2015
Projects/Grab the Treasure I/main.lua
1
1682
-- Load our images treasure_texture = Texture.new( "content/treasure.png" ) background = Bitmap.new( Texture.new( "content/background.png" ) ) treasure = Bitmap.new( treasure_texture ) -- Load sounds pickupSound = Sound.new( "content/Pickup_Coin3.wav" ) music = Sound.new( "content/DancingBunnies_Moosader.mp3"...
mit
Sonicrich05/FFXI-Server
scripts/zones/Mhaura/npcs/Rycharde.lua
17
16001
----------------------------------- -- Area: Mhaura -- NPC: Rycharde -- Standard Info NPC -- Starts & Finishes non Repeatable Quest: Rycharde the Chef, -- WAY_OF_THE_COOK, UNENDING_CHASE -- his name is Valgeir (not completed correctly, ferry not implemented) -- the clue (100%) -- the basics (not completed...
gpl-3.0
everslick/awesome
lib/wibox/widget/base.lua
2
17688
--------------------------------------------------------------------------- -- @author Uli Schlachter -- @copyright 2010 Uli Schlachter -- @release @AWESOME_VERSION@ -- @module wibox.widget.base --------------------------------------------------------------------------- local debug = require("gears.debug") local objec...
gpl-2.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Bastok_Markets/TextIDs.lua
2
3742
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6375; -- You cannot obtain the item <item> come back again after sorting your inventory FULL_INVENTORY_AFTER_TRADE = 6377; -- You cannot obtain the <item>. Try trading again after sorting your inventory ITEM_OBTAINED = 637...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Gusgen_Mines/npcs/_5ge.lua
2
1420
----------------------------------- -- Area: Gusgen Mines -- NPC: Lever E -- @pos 20 -20.561 143.801 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gusgen_Mines/TextIDs"); ----------------------------------- -...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Den_of_Rancor/npcs/_4g4.lua
2
2613
----------------------------------- -- Area: Den of Rancor -- NPC: Lantern (NW) -- @pos -59 45 24 160 ----------------------------------- package.loaded["scripts/zones/Den_of_Rancor/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Den_of_Rancor/TextIDs")...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/fish_chiefkabob.lua
3
1418
----------------------------------------- -- ID: 4575 -- Item: fish_chiefkabob -- Food Effect: 60Min, All Races ----------------------------------------- -- Dexterity 1 -- Vitality 2 -- Mind 1 -- Charisma 1 -- defense % 26 -- defense Cap 95 ----------------------------------------- require("scripts/globals/status"); ...
gpl-3.0
Servius/tfa-sw-weapons-repository
Live Addons/servius_uploader_legacy/tfa_shared_resources/lua/effects/servius_stun/init.lua
4
2800
TRACER_FLAG_USEATTACHMENT = 0x0002; SOUND_FROM_WORLD = 0; CHAN_STATIC = 6; EFFECT.Speed = 6500; EFFECT.Length = 64; --EFFECT.WhizSound = Sound( "nomad/whiz.wav" ); -- by Robinhood76 (http:--www.freesound.org/people/Robinhood76/sounds/96556/) EFFECT.WhizDistance = 72; local MaterialMain = Material(...
apache-2.0
Sonicrich05/FFXI-Server
scripts/globals/spells/bluemagic/ram_charge.lua
27
1737
----------------------------------------- -- Spell: Ram Charge -- Damage varies with TP -- Spell cost: 79 MP -- Monster Type: Beasts -- Spell Type: Physical (Blunt) -- Blue Magic Points: 4 -- Stat Bonus: HP+5 -- Level: 73 -- Casting Time: 0.5 seconds -- Recast Time: 34.75 seconds -- Skillchain Element(s): Fr...
gpl-3.0
RavenX8/osIROSE-new
scripts/mobs/ai/elder_sikuku.lua
2
1076
registerNpc(555, { walk_speed = 210, run_speed = 470, scale = 110, r_weapon = 1103, l_weapon = 0, level = 183, hp = 37, attack = 909, hit = 549, def = 507, res = 930, avoi...
apache-2.0
everslick/awesome
lib/awful/prompt.lua
7
22293
--------------------------------------------------------------------------- --- Prompt module for awful -- -- @author Julien Danjou &lt;julien@danjou.info&gt; -- @copyright 2008 Julien Danjou -- @release @AWESOME_VERSION@ -- @module awful.prompt --------------------------------------------------------------------------...
gpl-2.0
Dual-Boxing/Jamba
Modules/Jamba-Talk/JambaTalk.lua
1
29121
--[[ Jamba - Jafula's Awesome Multi-Boxer Assistant Copyright 2008 - 2015 Michael "Jafula" Miller License: The MIT License ]]-- -- Create the addon using AceAddon-3.0 and embed some libraries. local AJM = LibStub( "AceAddon-3.0" ):NewAddon( "JambaTalk", "JambaModule-1.0", "AceConsole-3.0", "AceEvent-3.0", "Ac...
mit
Phu1237/annot-player
lib/luaresolver/lua/luascript/sitelist/sina.lua
5
2752
---[[by lostangel 20101117]] ---[[edit 20101117]] --[[edit 20110314 for video tag]] --[[edit lostangel 20110402 for subxml return struct]] require "lalib" --[[parse single sina url]] function getTaskAttribute_sina ( str_url, str_tmpfile , pDlg) if pDlg~=nil then sShowMessage(pDlg, '¿ªÊ¼½âÎö..'); end local int_a...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Ifrits_Cauldron/npcs/Altar_of_Ashes.lua
2
1912
---------------------------------- -- Area: Ifrit's Cauldron -- NPC: Altar of Ashes -- @pos: I-9 (X:16, Y:0, Z:-58) -- Involved in Quest: Greetings to the Guardian ----------------------------------- require("scripts/zones/Ifrits_Cauldron/TextIDs"); require("scripts/globals/settings"); require("scripts/globals/quests...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Aht_Urhgan_Whitegate/npcs/Tehf_Kimasnahya.lua
4
2986
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Tehf Kimasnahya -- Type: Standard NPC -- @zone: 50 -- @pos: -89.897 -1 6.199 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = n...
gpl-3.0
RavenX8/osIROSE-new
scripts/mobs/ai/dusk_crystal.lua
2
1060
registerNpc(433, { walk_speed = 0, run_speed = 0, scale = 200, r_weapon = 0, l_weapon = 0, level = 85, hp = 400, attack = 260, hit = 300, def = 330, res = 430, avoid ...
apache-2.0
Sonicrich05/FFXI-Server
scripts/zones/Windurst_Walls/Zone.lua
28
2946
----------------------------------- -- -- Zone: Windurst_Walls (239) -- ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/keyitems"); require("scripts/globals/settin...
gpl-3.0
projectbismark/luci-bismark
applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua
14
5674
--[[ Luci diag - Diagnostics controller module (c) 2009 Daniel Dickinson Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ]]-- module("luci.cont...
apache-2.0
SnakeSVx/spacebuild
lua/includes/modules/hashmap.lua
5
7305
--=============================================================================-- -- Addon: CAF -- Author: SnakeSVx -- Version: 0.1 -- -- A really simple module to allow the creation of Java like HashMaps -- --=============================================================================-- local table = table...
apache-2.0
Servius/tfa-sw-weapons-repository
Live Addons/servius_uploader/[TFA] Extended Pack/lua/weapons/tfa_e11_extended/shared.lua
1
4646
if ( SERVER ) then AddCSLuaFile( "shared.lua" ) end if ( CLIENT ) then SWEP.PrintName = "E-11" SWEP.Author = "TFA, Servius" SWEP.ViewModelFOV = 60 SWEP.Slot = 2 SWEP.SlotPos = 3 --SWEP.WepSelectIcon = surface.GetTextureID("HUD/killicons/DC15A") --killicon.Add( "weapon_752_dc15a", "HUD/killic...
apache-2.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Windurst_Waters_[S]/npcs/Kristen.lua
4
1042
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Kristen -- Type: Standard NPC -- @zone: 94 -- @pos: 2.195 -2 60.296 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; -------...
gpl-3.0
nrodriguez/SpellGainz
libs/AceGUI-3.0/widgets/AceGUIContainer-Window.lua
52
9726
local AceGUI = LibStub("AceGUI-3.0") -- Lua APIs local pairs, assert, type = pairs, assert, type -- WoW APIs local PlaySound = PlaySound local CreateFrame, UIParent = CreateFrame, UIParent -- Global vars/functions that we don't upvalue since they might get hooked, or upgraded -- List them here for Mikk's FindGlobals...
gpl-3.0
OuTopos/hate
lib/hate/viewports.lua
1
1689
local hate = require((...):match("(.+)%.[^%.]+$") .. ".table") local viewports = {} local function new() local self = {} self.x = 0 self.y = 0 self.r = 0 self.sx = 1 self.sy = 1 self.ox = 0 self.oy = 0 self.kx = 0 self.ky = 0 local width, height = love.graphics.getDimensions() -- CAMERAS local camera...
gpl-3.0
ArnaudSiebens/AutoActionCam
Libs/AceGUI-3.0/widgets/AceGUIContainer-Window.lua
52
9726
local AceGUI = LibStub("AceGUI-3.0") -- Lua APIs local pairs, assert, type = pairs, assert, type -- WoW APIs local PlaySound = PlaySound local CreateFrame, UIParent = CreateFrame, UIParent -- Global vars/functions that we don't upvalue since they might get hooked, or upgraded -- List them here for Mikk's FindGlobals...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Windurst_Woods/npcs/Nikkoko.lua
5
1035
----------------------------------- -- Area: Windurst Woods -- NPC: Nikkoko -- Type: Craftsman -- @zone: 241 -- @pos: -32.810 -3.25 -113.680 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; --------------...
gpl-3.0
d909b/GADEL-Snake
Tools/BuildScripts/lua-lib/penlight-1.0.2/lua/pl/class.lua
12
5169
--- Provides a reuseable and convenient framework for creating classes in Lua. -- Two possible notations: -- -- B = class(A) -- class.B(A) -- -- The latter form creates a named class. -- -- See the Guide for further @{01-introduction.md.Simplifying_Object_Oriented_Programming_in_Lua|discussion} -- @module pl.clas...
bsd-3-clause
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/server.lua
2
3271
----------------------------------- -- Note from Tenjou: -- now you can customize it a little more in the settings! -- ----------------------------------- require("scripts/globals/conquest"); require("scripts/globals/keyitems"); require("scripts/globals/missions"); require("scripts/globals/mobs"); require("scripts/gl...
gpl-3.0
nimaghorbani/newbot
bot/utils.lua
646
23489
URL = require "socket.url" http = require "socket.http" https = require "ssl.https" ltn12 = require "ltn12" serpent = require "serpent" feedparser = require "feedparser" json = (loadfile "./libs/JSON.lua")() mimetype = (loadfile "./libs/mimetype.lua")() redis = (loadfile "./libs/redis.lua")() JSON = (loadfile "./libs/...
gpl-2.0
Servius/tfa-sw-weapons-repository
In Development/servius_development/tfa_training_weapons/expanded_pack/lua/weapons/tfa_752_ihr_training/shared.lua
1
2391
if ( SERVER ) then AddCSLuaFile( "shared.lua" ) end if ( CLIENT ) then SWEP.PrintName = "Imperial Heavy Repeater" SWEP.Author = "TFA, Servius" SWEP.ViewModelFOV = 50 SWEP.Slot = 2 SWEP.SlotPos = 3 SWEP.WepSelectIcon = surface.GetTextureID("HUD/killicons/IHR") killicon.Add( "tfa_752_ihr", "HUD...
apache-2.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Northern_San_dOria/npcs/Lucretia.lua
2
1090
----------------------------------- -- Area: Northern San d'Oria -- NPC: Lucretia -- Guild Merchant NPC: Blacksmithing Guild -- @zone: 231 -- @pos: -193.729 3.999 159.412 -- ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; require("scripts/zones/Northern_San_d...
gpl-3.0
mohammadkabir1/kabirBot
plugins/twitter_send.lua
627
1555
do local OAuth = require "OAuth" local consumer_key = "" local consumer_secret = "" local access_token = "" local access_token_secret = "" local client = OAuth.new(consumer_key, consumer_secret, { RequestToken = "https://api.twitter.com/oauth/request_token", AuthorizeUser = {"https://api.twitter.com/oauth/autho...
gpl-2.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Kazham/npcs/Romaa_Mihgo.lua
2
1029
----------------------------------- -- 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
bright-things/ionic-luci
applications/luci-app-asterisk/luasrc/model/cbi/asterisk/trunk_sip.lua
68
2351
-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. local ast = require("luci.asterisk") -- -- SIP trunk info -- if arg[2] == "info" then form = SimpleForm("asterisk", "SIP Trunk Information") form.reset = false form.submit = "Back to overview" local info,...
apache-2.0
Sonicrich05/FFXI-Server
scripts/zones/RuAun_Gardens/npcs/qm4.lua
16
1444
----------------------------------- -- Area: Ru'Aun Gardens -- NPC: ??? (Suzaku's Spawn) -- Allows players to spawn the HNM Suzaku with a Gem of the South and a Summerstone. -- @pos -514 -70 -264 130 ----------------------------------- package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil; ---------------...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/Port_Windurst/npcs/Yujuju.lua
17
2619
----------------------------------- -- Area: Port Windurst -- NPC: Yujuju -- Involved In Quest: Making Headlines -- @pos 201.523 -4.785 138.978 240 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/q...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/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
Sonicrich05/FFXI-Server
scripts/globals/items/smoldering_salisbury_steak.lua
36
1686
----------------------------------------- -- ID: 5924 -- Item: Smoldering Salisbury Steak -- Food Effect: 180 Min, All Races ----------------------------------------- -- HP +30 -- Strength +7 -- Intelligence -5 -- Attack % 20 Cap 160 -- Ranged Attack %20 Cap 160 -- Dragon Killer +5 -------------------------------------...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Dynamis-Xarcabard/mobs/Animated_Longsword.lua
2
1295
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Animated_Longsword ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action ----------------------------------- function onMobInitialize(mob,target) mob:addMod(MOD_STUN...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/Chamber_of_Oracles/TextIDs.lua
4
1386
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item> come back again after sorting your inventory ITEM_OBTAINED = 6383; -- Obtained: <item> GIL_OBTAINED = 6384; -- Obtained <number> gil KEYITEM_OBTAINED = 6386; -- Obtain...
gpl-3.0
Servius/tfa-sw-weapons-repository
Live Addons/servius_uploader/[TFA][AT] Shared Resources Pack/lua/entities/sent_swrc_hoth/shared.lua
3
3658
AddCSLuaFile( ) DEFINE_BASECLASS( "base_anim" ) ENT.IsDODSTNT = true ENT.TotalExplosions = 1 ENT.AutomaticFrameAdvance = true util.PrecacheModel( "models/props/starwars/weapons/hoth_bomb.mdl" ) util.PrecacheSound( "buttons/spark6.wav" ) util.PrecacheSound( "ambient/fire/mtov_flame2.wav" ) if CLIENT then ENT.Mat = M...
apache-2.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Southern_San_dOria/npcs/Katharina.lua
6
1054
----------------------------------- -- 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/Southern_San_dO...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Northern_San_dOria/npcs/Esqualea.lua
6
1369
----------------------------------- -- Area: Northern San d'Oria -- NPC: Esqualea -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests"); requi...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/items/plate_of_royal_sautee.lua
35
1749
----------------------------------------- -- ID: 4295 -- Item: plate_of_royal_sautee -- Food Effect: 240Min, All Races ----------------------------------------- -- Strength 5 -- Agility 1 -- Intelligence -2 -- Attack % 20 -- Attack Cap 80 -- Ranged ATT % 20 -- Ranged ATT Cap 80 -- Stun Resist 5 -----------...
gpl-3.0
Sonicrich05/FFXI-Server
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
Sonicrich05/FFXI-Server
scripts/zones/Monarch_Linn/npcs/Spatial_Displacement.lua
19
2455
----------------------------------- -- Area: Monarch_Linn -- NPC: Spatial Displacement -- @pos -35 -1 -539 31 ----------------------------------- package.loaded["scripts/zones/Monarch_LinnTextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/quests"); require("...
gpl-3.0
daVoodooShuffle/OpenRA
mods/d2k/maps/harkonnen-01a/harkonnen01a.lua
10
5266
--[[ Copyright 2007-2017 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you 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 vers...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/North_Gustaberg/npcs/Quellebie_RK.lua
4
2899
----------------------------------- -- Area: North Gustaberg -- NPC: Quellebie, R.K. -- Border Conquest Guards -- @pos -520.704 38.75 560.258 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); ...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Port_San_dOria/npcs/Bricorsant.lua
6
1319
----------------------------------- -- Area: Port San d'Oria -- NPC: Bricorsant -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Port_San_dOria/TextIDs"); ...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/items/serving_of_yellow_curry.lua
35
2067
----------------------------------------- -- ID: 4517 -- Item: serving_of_yellow_curry -- Food Effect: 3hours, All Races ----------------------------------------- -- Health Points 20 -- Strength 5 -- Agility 2 -- Intelligence -4 -- HP Recovered While Healing 2 -- MP Recovered While Healing 1 -- Attack 20% (...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/Southern_San_dOria/npcs/Aravoge_TK.lua
28
4900
----------------------------------- -- Area: Southern San d'Oria -- NPC: Aravoge, T.K. -- X Grant Signet -- X Recharge Emperor Band, Empress Band, or Chariot Band -- X Accepts traded Crystals to fill up the Rank bar to open new Missions. -- X Sells items in exchange for Conquest Points -- X Start Supply Run M...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/LaLoff_Amphitheater/mobs/Ark_Angel_EV.lua
27
1471
----------------------------------- -- Area: LaLoff Amphitheater -- NPC: Ark Angel EV ----------------------------------- require("scripts/globals/status"); require("scripts/zones/LaLoff_Amphitheater/TextIDs"); function onMobInitialize(mob) mob:addMod(MOD_REGAIN, 50); end; --------------------------...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Quicksand_Caves/mobs/Centurio_IV-VII.lua
2
1073
-- Centurio IV-VII -- by ReaperX (Convert to DSP by Hypnotoad) -- Pops in Bastok mission 8-1 "The Chains that Bind Us" require("scripts/globals/settings"); require("scripts/zones/Quicksand_Caves/TextIDs"); ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/West_Ronfaure/npcs/Colmaie.lua
19
1122
----------------------------------- -- Area: West Ronfaure -- NPC: Colmaie -- Type: Standard NPC -- @pos -133.627 -61.999 272.373 100 ----------------------------------- package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil; ----------------------------------- ----------------------------------- -- onTrade ...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/globals/items/icefish.lua
18
1317
----------------------------------------- -- ID: 4470 -- Item: icefish -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 3 -- Mind -5 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/West_Ronfaure/npcs/Phairet.lua
17
2450
----------------------------------- -- Area: West Ronfaure -- NPC: Phairet -- Involved in Quest: The Trader in the Forest -- @pos -57 -1 -501 100 ----------------------------------- package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quest...
gpl-3.0
fruitwasp/DarkRP
gamemode/modules/fadmin/fadmin/playeractions/voicemute/cl_init.lua
10
3196
hook.Add("PlayerBindPress", "FAdmin_voicemuted", function(ply, bind, pressed) if ply:FAdmin_GetGlobal("FAdmin_voicemuted") and string.find(string.lower(bind), "voicerecord") then return true end -- The voice muting is not done clientside, this is just so people know they can't talk end) FAdmin.StartHooks["Voic...
mit
Sonicrich05/FFXI-Server
scripts/zones/RuLude_Gardens/npcs/Marshal.lua
38
1032
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Marshal -- Type: Marshal -- @zone: 243 -- @pos 41.143 -0.998 -26.566 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; -----------------...
gpl-3.0
Sonicrich05/FFXI-Server
scripts/zones/Chateau_dOraguille/npcs/Curilla.lua
17
5152
----------------------------------- -- Area: Chateau d'Oraguille -- NPC: Curilla -- Starts and Finishes Quest: The General's Secret, Enveloped in Darkness, Peace for the Spirit, Lure of the Wildcat (San d'Oria) -- @pos 27 0.1 0.1 233 ----------------------------------- package.loaded["scripts/zones/Chateau_dOrag...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Windurst_Waters_[S]/npcs/Yasmina.lua
2
1059
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Yasmina -- Type: Chocobo Renter -- @zone: 94 -- @pos: -34.972 -5.815 221.845 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil...
gpl-3.0
RavenX8/osIROSE-new
scripts/mobs/ai/jewel_golem.lua
2
1944
registerNpc(161, { walk_speed = 250, run_speed = 700, scale = 200, r_weapon = 0, l_weapon = 0, level = 47, hp = 74, attack = 253, hit = 164, def = 168, res = 102, avoid ...
apache-2.0
Sonicrich05/FFXI-Server
scripts/zones/Temenos/bcnms/Central_Temenos_3rd_Floor.lua
19
1076
----------------------------------- -- Area: Temenos -- Name: ----------------------------------- -- After registering the BCNM via bcnmRegister(bcnmid) function onBcnmRegister(player,instance) SetServerVariable("[C_Temenos_3rd]UniqueID",GenerateLimbusKey()); HideArmouryCrates(GetInstanceRegion(1305),TEMENOS); ...
gpl-3.0
kidaa/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Beaucedine_Glacier/Zone.lua
3
1891
----------------------------------- -- -- Zone: Beaucedine_Glacier (111) -- ----------------------------------- package.loaded[ "scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; require( "scripts/zones/Beaucedine_Glacier/TextIDs"); require( "scripts/globals/missions"); require( "scripts/globals/icanheararainbow"); ...
gpl-3.0
rlowrance/re
lua/incorporate-errors.lua
1
26715
-- incorporate-errors.lua -- Read an estimated file and completed matrix file in order to build -- a new estimates file correcting all the estimates using the errors -- in the completed matrix file. -- Input files: -- ERRORS/all-estimates-mc.csv : apn x month error estimates -- OBS/analysis/RESULTS/estimates-laufe...
gpl-3.0