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
Celtech/BOL
Outdated/EmoteSpammer.lua
1
8023
--[[ /$$ /$$ /$$ /$$$$$$ /$$$$$$$$ /$$ /$$ | $$ | $$|__/ |_ $$_/ | $$_____/ | $$ |__/ | $$ | $$ /$$ | $$ /$$$$$$/$$$$ | $$ /$$$$$$/$$$$ /$$$...
gpl-2.0
gedadsbranch/Darkstar-Mission
scripts/zones/Windurst_Waters/npcs/Rukuku.lua
36
1417
----------------------------------- -- Area: Windurst Waters -- NPC: Rukuku -- Involved in Quest: Making the Grade -- Working 100% -- @zone = 238 -- @pos = 130 -6 160 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/East_Ronfaure/npcs/Rayochindot.lua
38
1028
----------------------------------- -- Area: East Ronfaure -- NPC: Rayochindot -- Type: Gate Guard -- @pos 93.159 -62.999 272.601 101 ----------------------------------- package.loaded["scripts/zones/East_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/zones/East_Ronfaure/TextIDs"); ...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Lower_Jeuno/npcs/_l07.lua
36
1561
----------------------------------- -- Area: Lower Jeuno -- NPC: Streetlamp -- Involved in Quests: Community Service -- @zone 245 -- @pos -45.148 0 -47.279 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/glob...
gpl-3.0
FishFilletsNG/fillets-data
script/tank/dialogs_en.lua
1
1549
dialogId("sv-m-pomohli", "font_small", "This is some improvement. From bathyscaph to tank, this is like from a line into a net.") dialogId("sv-v-bezsneku", "font_big", "At least there are no oh-so-obliging snails here.") dialogId("sv-m-utecha", "font_small", "That is but little consolation.") dialogId("sv-v-chtel",...
gpl-2.0
hooksta4/darkstar
scripts/globals/weaponskills/realmrazer.lua
30
1450
----------------------------------- -- Realmrazer -- Club weapon skill -- Skill Level: 357 -- Delivers a seven-hit attack. params.accuracy varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Shadow Gorget & Soil Gorget. -- Aligned with the Shadow Belt & Soil Belt. -- Element: None -- Modifiers...
gpl-3.0
warrenseine/premake
tests/actions/vstudio/vc200x/test_platforms.lua
3
1850
-- -- tests/actions/vstudio/vc200x/test_platforms.lua -- Test the Visual Studio 2002-2008 project's Platforms block -- Copyright (c) 2009-2012 Jason Perkins and the Premake project -- T.vstudio_vc200x_platforms = { } local suite = T.vstudio_vc200x_platforms local vc200x = premake.vstudio.vc200x -- -- ...
bsd-3-clause
prosody-modules/import2
mod_blocking/mod_blocking.lua
32
5669
local jid_split = require "util.jid".split; local st = require "util.stanza"; local xmlns_blocking = "urn:xmpp:blocking"; module:add_feature("urn:xmpp:blocking"); -- Add JID to default privacy list function add_blocked_jid(username, host, jid) local privacy_lists = datamanager.load(username, host, "privacy") or {li...
mit
bigcrush/cqueues
regress/61-multiwriters.lua
4
1661
#!/bin/sh _=[[ . "${0%%/*}/regress.sh" exec runlua "$0" "$@" ]] require"regress".export".*" local main = cqueues.new() local _cache = {} local function megarep(s) if not _cache[s] then _cache[s] = string.rep(string.rep(s, 1024), 1024) end return _cache[s] end local function test(bufsiz) local loop = cqueues...
mit
Vavius/moai-framework
src/core/SceneTransitions.lua
1
6281
-------------------------------------------------------------------------------- -- -- -- -------------------------------------------------------------------------------- local App = require("core.App") local SceneTransitions = {} -- fadeIn -- fadeOut -- fadeOutIn -- crossfade -- zoomOutIn -- zoomOutInFade -- zoomIn...
mit
gedadsbranch/Darkstar-Mission
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
gedadsbranch/Darkstar-Mission
scripts/zones/Selbina/Zone.lua
12
2512
----------------------------------- -- -- Zone: Selbina (248) -- ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/zone"); require("scripts/globals/shop"); require("scri...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/spells/bluemagic/asuran_claws.lua
28
1798
----------------------------------------- -- Spell: Asuran Claws -- Delivers a sixfold attack. Accuracy varies with TP -- Spell cost: 81 MP -- Monster Type: Beasts -- Spell Type: Physical (Blunt) -- Blue Magic Points: 2 -- Stat Bonus: AGI +3 -- Level: 70 -- Casting Time: 3 seconds -- Recast Time: 60 seconds ...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Arrapago_Reef/npcs/qm1.lua
15
1170
----------------------------------- -- Area: Arrapago Reef -- NPC: ??? (Spawn Lil'Apkallu(ZNM T1)) -- @pos 488 -1 166 54 ----------------------------------- package.loaded["scripts/zones/Arrapago_Reef/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Arrapago_Reef/TextIDs"); ---------------...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Windurst_Waters/npcs/Akkeke.lua
36
1418
----------------------------------- -- Area: Windurst Waters -- NPC: Akkeke -- Involved in Quest: Making the Grade -- Working 100% -- @zone = 238 -- @pos = 135 -6 165 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- r...
gpl-3.0
ak48disk/wowaddons
Quartz/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
4
9244
--[[ $Id: CallbackHandler-1.0.lua 14 2010-08-09 00:43:38Z mikk $ ]] local MAJOR, MINOR = "CallbackHandler-1.0", 6 local CallbackHandler = LibStub:NewLibrary(MAJOR, MINOR) if not CallbackHandler then return end -- No upgrade needed local meta = {__index = function(tbl, key) tbl[key] = {} return tbl[key] end} ...
mit
hooksta4/darkstar
scripts/globals/spells/knights_minne_iii.lua
18
1520
----------------------------------------- -- Spell: Knight's Minne III -- Grants Defense bonus to all allies. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCast...
gpl-3.0
puchiedarcy/fceuxd
output/luaScripts/ButtonCount.lua
10
4028
--Written by Brandon Evans --You can change the number of controllers tracked here. local controllers = 2 --You can change the position of the text here. local x = 0 local y = 8 local players = {} local states = {} local pressed = 0 local inputted = 0 function table.copy(t) local t2 = {} for k, v in pairs(t) do ...
gpl-2.0
gedadsbranch/Darkstar-Mission
scripts/zones/Port_San_dOria/npcs/Albinie.lua
37
1468
----------------------------------- -- 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/P...
gpl-3.0
hooksta4/darkstar
scripts/zones/Yughott_Grotto/TextIDs.lua
9
1096
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6538; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6543; -- Obtained: <item>. GIL_OBTAINED = 6544; -- Obtained <number> gil. KEYITEM_OBTAINED = 6546; -- Obtained...
gpl-3.0
hooksta4/darkstar
scripts/globals/items/slice_of_buffalo_meat.lua
18
1424
----------------------------------------- -- ID: 5152 -- Item: slice_of_buffalo_meat -- Food Effect: 5Min, Galka only ----------------------------------------- -- Strength 4 -- Agility -5 -- Intelligence -7 ----------------------------------------- require("scripts/globals/status"); ----------------------...
gpl-3.0
rizaumami/merbot
plugins/urbandictionary.lua
1
2138
do local function get_udescription(msg, matches) local url = 'http://api.urbandictionary.com/v0/define?term=' .. URL.escape(matches) local jstr, res = http.request(url) if res ~= 200 then send_message(msg, '<b>Connection error</b>', 'html') return end local jdat = json:decode(jstr) ...
gpl-2.0
hooksta4/darkstar
scripts/zones/zones/Buburimu_Peninsula/Zone.lua
15
4493
----------------------------------- -- -- Zone: Buburimu_Peninsula (118) -- ----------------------------------- package.loaded[ "scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/TextI...
gpl-3.0
telemagma/prj-1
plugins/sticker_lock.lua
2
19228
-- data saved to data/moderation.json do local administrators_only = 'For administrator only!' local moderators_only = 'For moderators only!' local function create_group(msg) if not is_admin(msg) then return administrators_only end local group_creator = msg.from.print_name create_group_chat (group_creator, grou...
gpl-2.0
FishFilletsNG/fillets-data
script/city/dialogs_sv.lua
1
7024
dialogId("vit-hs-vitejteA", "font_statue", "Welcome to the most beautiful city under the sun.") dialogStr("Välkommen till den vackraste staden under solen.") dialogId("vit-hs-vitejteB", "font_statue", "Welcome to our city - the city of unlimited opportunities.") dialogStr("Välkommen till vår stad, staden med obegrän...
gpl-2.0
hooksta4/darkstar
scripts/zones/Mog_Garden/npcs/GreenThumbMo.lua
15
2319
package.loaded["scripts/zones/Mog_Garden/TextIDs"] = nil; require("scripts/zones/Mog_Garden/TextIDs"); require("scripts/globals/moghouse") require("scripts/globals/shop"); local BRONZE_PIECE_ITEMID = 2184; ----------------------------------- -- onTrade ----------------------------------- function onTrade(player, n...
gpl-3.0
RAlexis/ArcEmu_MoP
src/scripts/lua/LuaBridge/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Malchezaar.lua
30
4212
function Malchezaar_Hellfire(Unit, event, miscunit, misc) print "Malchezaar Hellfire" Unit:FullCastSpellOnTarget(43465,Unit:GetClosestPlayer()) Unit:SendChatMessage(11, 0, "BURN...") end function Malchezaar_Thrash(Unit, event, miscunit, misc) print "Malchezaar Thrash" Unit:FullCastSpell(21919) Unit:SendChatMessa...
agpl-3.0
Erotix8210/FrozenCore
src/scripts/lua/Lua/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Malchezaar.lua
30
4212
function Malchezaar_Hellfire(Unit, event, miscunit, misc) print "Malchezaar Hellfire" Unit:FullCastSpellOnTarget(43465,Unit:GetClosestPlayer()) Unit:SendChatMessage(11, 0, "BURN...") end function Malchezaar_Thrash(Unit, event, miscunit, misc) print "Malchezaar Thrash" Unit:FullCastSpell(21919) Unit:SendChatMessa...
agpl-3.0
hooksta4/darkstar
scripts/zones/zones/Heavens_Tower/npcs/Kupipi.lua
2
6369
----------------------------------- -- Area: Heaven's Tower -- NPC: Kupipi -- Involved in Mission 2-3 -- Involved in Quest: Riding on the Clouds -- @pos 2 0.1 30 242 ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
moteus/lua-lluv-gsmmodem
examples/basic.lua
1
2170
package.path = '../src/lua/?.lua;' .. package.path local GsmModem = require "lluv.gsmmodem" local uv = require "lluv" local ut = require "lluv.utils" local utils = require "lluv.gsmmodem.utils" local ok, pp = pcall(require, "pp") if not ok then pp = print end local device = GsmModem.new('COM3', { b...
mit
hooksta4/darkstar
scripts/zones/zones/Buburimu_Peninsula/npcs/Signpost.lua
19
1356
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Signpost ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/TextIDs"); ----------------------------------- -- onTrad...
gpl-3.0
hooksta4/darkstar
scripts/globals/spells/diaga_ii.lua
18
1869
----------------------------------------- -- Spell: Diaga II -- Lowers an enemy's defense and gradually deals light elemental damage. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ---------------------------...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/abilities/pets/fire_iv.lua
5
1159
--------------------------------------------------- -- Aero 2 --------------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status"); require("/scripts/globals/monstertpmoves"); require("/scripts/globals/magic"); ------------------------------------------...
gpl-3.0
FishFilletsNG/fillets-data
script/tetris/code.lua
1
3137
local cubes = {} for index = 0, 9 do cubes[index] = getModelsTable()[first_cube.index + index] end -- ----------------------------------------------------------------- -- Init -- ----------------------------------------------------------------- local function prog_init() initModels() sound_playMusic("musi...
gpl-2.0
AnySDK/Sample_Lua
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/TargetedAction.lua
10
1593
-------------------------------- -- @module TargetedAction -- @extend ActionInterval -- @parent_module cc -------------------------------- -- @overload self -- @overload self -- @function [parent=#TargetedAction] getForcedTarget -- @param self -- @return Node#Node ret (return value: cc.Node) ------...
mit
hooksta4/darkstar
scripts/zones/Dangruf_Wadi/npcs/qm5.lua
2
1828
----------------------------------- -- NPC: ??? (QM5) -- Type: Eggblix dice roll game part 3 -- @zone: 191 -- Involved in quest "As Thick As Thieves" ----------------------------------- package.loaded["scripts/zones/Dangruf_Wadi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests")...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Korroloka_Tunnel/npcs/Excavation_Point.lua
2
1075
----------------------------------- -- Area: Korroloka Tunnel -- NPC: Excavation Point ----------------------------------- package.loaded["scripts/zones/Korroloka_Tunnel/TextIDs"] = nil; ------------------------------------- require("scripts/globals/excavation"); require("scripts/zones/Korroloka_Tunnel/TextIDs"); ...
gpl-3.0
hooksta4/darkstar
scripts/globals/items/high_breath_mantle.lua
43
1427
----------------------------------------- -- ID: 15487 -- Item: High Breath Mantle -- Item Effect: HP+38 / Enmity+5 ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -------------------------------...
gpl-3.0
DarkRoku12/lua_sort
qsort_op.lua
1
3034
-- Copyright (C) 2017 - DarkRoku12 -- Optimized version. -- Stack slot #1 = t. local function set2( t , i , j , ival , jval ) t[ i ] = ival ; -- lua_rawseti(L, 1, i); t[ j ] = jval ; -- lua_rawseti(L, 1, j); end local function default_comp( a , b ) return a < b end local auxsort ; function a...
mit
catinred2/skynet
service/bootstrap.lua
29
1191
local skynet = require "skynet" local harbor = require "skynet.harbor" require "skynet.manager" -- import skynet.launch, ... local memory = require "memory" skynet.start(function() local sharestring = tonumber(skynet.getenv "sharestring") memory.ssexpand(sharestring or 4096) local standalone = skynet.getenv "stand...
mit
gedadsbranch/Darkstar-Mission
scripts/zones/Northern_San_dOria/npcs/HomePoint#2.lua
12
1261
----------------------------------- -- Area: Northern San dOria -- NPC: HomePoint#2 -- @pos 10 -0.2 95 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Northern_San_dOria/TextIDs"); require(...
gpl-3.0
chihyang/koreader
frontend/ui/widget/linewidget.lua
3
1099
local Widget = require("ui/widget/widget") local Blitbuffer = require("ffi/blitbuffer") local LineWidget = Widget:new{ style = "solid", background = Blitbuffer.COLOR_BLACK, dimen = nil, --@TODO replay dirty hack here 13.03 2013 (houqp) empty_segments = nil, } function LineWidget:paintTo(bb, x, y)...
agpl-3.0
thetaeo/cuberite
MCServer/Plugins/NetworkTest/Info.lua
13
3430
-- Info.lua -- Implements the g_PluginInfo standard plugin description g_PluginInfo = { Name = "NetworkTest", Version = "1", Date = "2015-01-28", Description = [[Implements test code (and examples) for the cNetwork API]], Commands = { }, ConsoleCommands = { net = { Subcommands = { client =...
apache-2.0
hooksta4/darkstar
scripts/zones/zones/Al_Zahbi/npcs/Yudi_Yolhbi.lua
53
2326
----------------------------------- -- Area: Al Zahbi -- NPC: Yudi Yolhbi -- Type: Woodworking Normal/Adv. Image Support -- @pos -71.584 -7 -56.018 48 ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); requ...
gpl-3.0
GreatBigBushyBeard/PAYDAY-2-BeardLib-Editor
Classes/Map/StaticEditor.lua
1
56379
--Clean this script by separating parts of it to different classes StaticEditor = StaticEditor or class(EditorPart) local Static = StaticEditor local Utils = BLE.Utils function Static:init(parent, menu) Static.super.init(self, parent, menu, "Selection", nil, {delay_align_items = true}) self._selected_units = {}...
mit
GreatBigBushyBeard/PAYDAY-2-BeardLib-Editor
Hooks/ElementAiGlobalEvent.lua
2
1516
if not Global.editor_mode then return end core:import("CoreMissionScriptElement") ElementAiGlobalEvent = ElementAiGlobalEvent or class(CoreMissionScriptElement.MissionScriptElement) --Report if outdated. function ElementAiGlobalEvent:_finalize_values(values) end function ElementAiGlobalEvent:on_executed(instigator) ...
mit
hooksta4/darkstar
scripts/zones/zones/Southern_San_dOria/npcs/Ashene.lua
4
1977
----------------------------------- -- Area: Southern San d'Oria -- NPC: Ashene -- Standard Merchant NPC -- @zone 230 -- @pos 70 0 61 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("...
gpl-3.0
hooksta4/darkstar
scripts/zones/The_Garden_of_RuHmet/mobs/Aw_zdei.lua
19
1909
----------------------------------- -- Area: The Garden of Ru'Hmet -- MOB: Aw'Zdei -- Animation Sub 0 Pot Form -- Animation Sub 1 Pot Form (reverse eye position) -- Animation Sub 2 Bar Form -- Animation Sub 3 Ring Form ----------------------------------- require("scripts/globals/status"); ---------------------------...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Norg/npcs/Colleraie.lua
38
1028
----------------------------------- -- Area: Norg -- NPC: Colleraie -- Type: Event Scene Replayer -- @zone: 252 -- @pos -24.684 0.097 -39.409 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ---------------------...
gpl-3.0
hooksta4/darkstar
scripts/zones/Southern_San_dOria/npcs/Chanpau.lua
2
1979
----------------------------------- -- Area: Southern San d'Oria -- NPC: Chanpau -- Optional Involvement in Quest: A Squire's Test II -- @zone 230 -- @pos -152 -2 55 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0
AnySDK/Sample_Lua
src/cocos/cocos2d/DrawPrimitives.lua
98
12024
local dp_initialized = false local dp_shader = nil local dp_colorLocation = -1 local dp_color = { 1.0, 1.0, 1.0, 1.0 } local dp_pointSizeLocation = -1 local dp_pointSize = 1.0 local SHADER_NAME_POSITION_U_COLOR = "ShaderPosition_uColor" local targetPlatform = cc.Application:getInstance():getTargetPlatform() lo...
mit
hooksta4/darkstar
scripts/zones/zones/Aht_Urhgan_Whitegate/npcs/Tehf_Kimasnahya.lua
19
2969
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Tehf Kimasnahya -- Type: Standard NPC -- @pos -89.897 -1 6.199 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems")...
gpl-3.0
hooksta4/darkstar
scripts/zones/East_Ronfaure/npcs/Stone_Monument.lua
3
1236
----------------------------------- -- Area: East Ronfaure -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" -- @pos 77.277 -2.894 -517.376 101 ----------------------------------- package.loaded["scripts/zones/East_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua
2
3108
----------------------------------- -- Area: Phomiuna Aqueducts -- NPC: Wooden Ladder -- @pos 101.9 -1.5 -101.9 -- @pos 101.948 -1.5 -18.016 -- @pos -61.888 -1.5 -18.079 -- @pos -218.109 -1.499 18.081 -- @pos -61.903 -1.5 138.099 -- @pos 21.901 -1.5 138.096 -- @pos 101.902 -1.5 181.902 -- @pos -159.32 -2.5 60 -- @pos...
gpl-3.0
4aiman/MultiCraft_game
mods/redstone/mesecons_compatibility/init.lua
1
5555
if not multicraft.get_modpath("check") then os.exit() end if not default.multicraft_is_variable_is_a_part_of_multicraft_subgame_and_copying_it_means_you_use_our_code_so_we_become_contributors_of_your_project then exit() end doors = {} -- Registers a door - REDEFINITION ONLY | DOORS MOD MUST HAVE BEEN LOADED BEFORE -- ...
lgpl-3.0
SirFrancisBillard/assorted-gamemodes
prison/entities/weapons/lite_fiveseven.lua
2
1482
AddCSLuaFile() SWEP.Base = "lite_base" SWEP.PrintName = "FN Five-seveN" SWEP.Category = "Lite Weapons" SWEP.DrawWeaponInfoBox = false SWEP.IconLetter = "u" SWEP.Spawnable = true SWEP.AdminOnly = false SWEP.HoldType = "pistol" SWEP.WorldModel = Model( "models/weapons/w_pist_fiveseven.mdl" ) SWEP.ViewModel = Model( ...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Rabao/npcs/Waylea.lua
38
1048
----------------------------------- -- Area: Rabao -- NPC: Waylea -- Type: Reputation -- @zone: 247 -- @pos 12.384 4.658 -32.392 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; ---------------------------------...
gpl-3.0
gflima/nclua
tests/test-canvas-api.lua
1
1683
--[[ Copyright (C) 2013-2018 PUC-Rio/Laboratorio TeleMidia This file is part of NCLua. NCLua is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version...
gpl-2.0
hooksta4/darkstar
scripts/zones/Gustav_Tunnel/MobIDs.lua
7
1533
----------------------------------- -- Area: Gustav Tunnel (212) -- Comments: -- posX, posY, posZ --(Taken from 'mob_spawn_points' table) ----------------------------------- Goblinsavior_Heronox=17645609; Goblinsavior_Heronox_PH={ [17645592] = '1', -- 153.000, -10.000, -53.000 [17645605] = '1', -- 152.325, -10.70...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/items/bowl_of_seafood_stew.lua
35
1467
----------------------------------------- -- ID: 4561 -- Item: Bowl of Seafood Stew -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 20 -- Dexterity 1 -- Vitality 5 -- Defense % 25 -- Defense Cap 120 ----------------------------------------- require("scripts/globals/sta...
gpl-3.0
Shayan123456/mehbot
plugins/Feedback.lua
1
1036
do function run(msg, matches) local fuse = '#DearAdmin😜 we have recived a new feedback just now : #newfeedback \n\nID▶️ : ' .. msg.from.id .. '\n\nName▶ : ' .. msg.from.print_name ..'\n\nusername▶️ :@ ' .. msg.from.username ..'\n\n🅿️♏️ :\n\n\n' .. matches[1] local fuses = '!printf user#id' .. msg.from.id loc...
gpl-2.0
unigent/openwrt-3.10.14
package/ramips/ui/luci-mtk/src/applications/luci-radvd/luasrc/model/cbi/radvd/interface.lua
78
7996
--[[ LuCI - Lua Configuration Interface Copyright 2010 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id$ ]]-- lo...
gpl-2.0
gedadsbranch/Darkstar-Mission
scripts/globals/spells/bluemagic/bad_breath.lua
9
3501
----------------------------------------- -- Spell: Bad Breath -- Deals earth damage that inflicts multiple status ailments on enemies within a fan-shaped area originating from the caster -- Spell cost: 212 MP -- Monster Type: Plantoids -- Spell Type: Magical (Earth) -- Blue Magic Points: 5 -- Stat Bonus: INT+2,...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Norg/npcs/Washu.lua
17
3559
----------------------------------- -- Area: Norg -- NPC: Washu -- Involved in Quest: Yomi Okuri -- Starts and finishes Quest: Stop Your Whining -- @pos 49 -6 15 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/g...
gpl-3.0
hooksta4/darkstar
scripts/zones/Al_Zahbi/npcs/Zazarg.lua
38
1028
----------------------------------- -- Area: Al Zahbi -- NPC: Zazarg -- Type: Stoneserpent General -- @zone: 48 -- @pos -41.675 -8 104.452 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ---------------------...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/items/silken_squeeze.lua
36
1215
----------------------------------------- -- ID: 5630 -- Item: Silken Squeeze -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP Recovered while healing +4 -- MP Recovered while healing +5 ----------------------------------------- require("scripts/globals/status"); ...
gpl-3.0
hooksta4/darkstar
scripts/zones/Spire_of_Dem/npcs/_0j3.lua
6
1261
----------------------------------- -- Area: Spire_of_Dem -- NPC: web of regret ----------------------------------- package.loaded["scripts/zones/Spire_of_Dem/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/zones/Spire_of_Dem/TextIDs"); -------------------------...
gpl-3.0
4aiman/MultiCraft_game
mods/signs/init.lua
1
10226
if not multicraft.get_modpath("check") then os.exit() end if not default.multicraft_is_variable_is_a_part_of_multicraft_subgame_and_copying_it_means_you_use_our_code_so_we_become_contributors_of_your_project then exit() end -- Font: 04.jp.org -- load characters map local chars_file = io.open(multicraft.get_modpath("si...
lgpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Qufim_Island/npcs/Numumu_WW.lua
30
3050
----------------------------------- -- Area: Qufim Island -- NPC: Numumu, W.W. -- Type: Border Conquest Guards -- @pos 179.093 -21.575 -15.282 126 ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); re...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Port_Bastok/npcs/Jabbar.lua
4
1709
----------------------------------- -- Area: Port Bastok -- NPC: Jabbar -- Type: Tenshodo Merchant -- Involved in Quests: Tenshodo Menbership -- @pos -99.718 -2.299 26.027 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scr...
gpl-3.0
GreatBigBushyBeard/PAYDAY-2-BeardLib-Editor
Classes/Map/UpperMenu.lua
1
4393
UpperMenu = UpperMenu or class(EditorPart) function UpperMenu:get_menu_h() return self._menu:Panel():parent():h() - self._menu.h - 1 end function UpperMenu:init(parent, menu) self._parent = parent local normal = not Global.editor_safe_mode self._tabs = { {name = "world", rect = {135, 271, 115, 115}}...
mit
gedadsbranch/Darkstar-Mission
scripts/zones/Tavnazian_Safehold/npcs/_0qa.lua
17
2001
----------------------------------- -- Area: Tavnazian Safehold -- NPC: walnut door -- Involved in mission 2-4 -- @pos 111 -41 41 26 ----------------------------------- package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); ...
gpl-3.0
hooksta4/darkstar
scripts/globals/abilities/pets/geocrush.lua
18
1404
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); --------------------------------------------...
gpl-3.0
ld-test/lj2procfs
lj2procfs/ProcessEntry.lua
3
1204
--ProcessEntry.lua local fs = require("lj2procfs.fs-util") local libc = require("lj2procfs.libc") local fun = require("lj2procfs.fun") local Decoders = require("lj2procfs.Decoders") local ProcessEntry = {} setmetatable(ProcessEntry, { __call = function(self, ...) return self:new(...) end, }) local ProcessEntry...
mit
gedadsbranch/Darkstar-Mission
scripts/zones/Windurst_Woods/npcs/Kuoh_Rhel.lua
19
3722
----------------------------------- -- Area: Windurst Woods -- NPC: Kuoh Rhel -- Type: Standard NPC -- @zone: 241 -- @pos 131.437 -6 -102.723 -- Starts quests: Chocobilious, In a Stew -- Note: In a Stew should only repeat once per conquest tally. The tally is not implemented at time of -- writing this ques...
gpl-3.0
hooksta4/darkstar
scripts/zones/GM_Home/npcs/Trader.lua
32
1090
----------------------------------- -- Area: GM Home -- NPC: Trader -- Type: Debug NPC for testing trades. ----------------------------------- package.loaded["scripts/zones/GM_Home/TextIDs"] = nil; ----------------------------------- require("scripts/zones/GM_Home/TextIDs"); ----------------------------------- -- on...
gpl-3.0
hooksta4/darkstar
scripts/zones/Selbina/npcs/Catus.lua
4
1028
----------------------------------- -- Area: Selbina -- NPC: Catus -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); ----------------------------------- -- onTrade Action -------...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Selbina/npcs/Catus.lua
4
1028
----------------------------------- -- Area: Selbina -- NPC: Catus -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); ----------------------------------- -- onTrade Action -------...
gpl-3.0
MadkaT182/DDRNoteskins
SPACESHIP/NoteSkin.lua
38
4718
--I am the bone of my noteskin --Arrows are my body, and explosions are my blood --I have created over a thousand noteskins --Unknown to death --Nor known to life --Have withstood pain to create many noteskins --Yet these hands will never hold anything --So as I pray, Unlimited Stepman Works local ret = ... or {}; --...
gpl-2.0
MadkaT182/DDRNoteskins
EMI/NoteSkin.lua
38
4718
--I am the bone of my noteskin --Arrows are my body, and explosions are my blood --I have created over a thousand noteskins --Unknown to death --Nor known to life --Have withstood pain to create many noteskins --Yet these hands will never hold anything --So as I pray, Unlimited Stepman Works local ret = ... or {}; --...
gpl-2.0
MadkaT182/DDRNoteskins
NORMAL/NoteSkin.lua
38
4718
--I am the bone of my noteskin --Arrows are my body, and explosions are my blood --I have created over a thousand noteskins --Unknown to death --Nor known to life --Have withstood pain to create many noteskins --Yet these hands will never hold anything --So as I pray, Unlimited Stepman Works local ret = ... or {}; --...
gpl-2.0
hooksta4/darkstar
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
gedadsbranch/Darkstar-Mission
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
hooksta4/darkstar
scripts/globals/abilities/dark_arts.lua
28
1588
----------------------------------- -- Ability: Dark Arts -- Optimizes black magic capability while lowering white magic proficiency. Grants a bonus to enfeebling, elemental, and dark magic. Also grants access to Stratagems. -- Obtained: Scholar Level 10 -- Recast Time: 1:00 -- Duration: 2:00:00 -----------------...
gpl-3.0
hooksta4/darkstar
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
snabbco/snabb
lib/luajit/testsuite/test/lib/string/format/num.lua
6
7720
local format, type, tonumber = string.format, type, tonumber local function check(input, fstr, output, inputN) local actual = format(fstr, inputN or tonumber(input)) if actual == output then return end local t = type(output) if t == "string" then if output:find"[[%]]" then local s, e = actual:find((o...
apache-2.0
Hostle/openwrt-luci-multi-user
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network_tab.lua
48
2480
-- Copyright 2008 Steven Barth <steven@midlink.org> -- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" m = Map("network", translate("Interfaces")) m.pageaction = false m:section(SimpleSection).template = "admin_network/iface_overvi...
apache-2.0
FishFilletsNG/fillets-data
script/atlantis/dialogs_cs.lua
1
5008
dialogId("sp-v-no0", "font_big", "Lo and behold!") dialogStr("No tohle!") dialogId("sp-m-no1", "font_small", "Just imagine!") dialogStr("No teda!") dialogId("sp-v-kdoby", "font_big", "Who could have guessed?!") dialogStr("Kdo by to řekl?!") dialogId("sp-m-neopatrnost", "font_small", "Such carelessness.") dialogS...
gpl-2.0
SirFrancisBillard/assorted-gamemodes
shooter/gamemode/modules/main/cl_shopmenu.lua
1
3621
SHOP = {} surface.CreateFont("Shooter_ShopMenu", { size = ScreenScale(8), weight = 800, antialias = true, shadow = false, font = "Comic Sans MS" }) function SHOP:BuyItem(id) local m = tonumber(id) if not isnumber(m) then return false end RunConsoleCommand("shooter_buy", id) return true end function SHOP:Se...
gpl-3.0
SirFrancisBillard/assorted-gamemodes
shooter/entities/weapons/weapon_bandages.lua
1
3953
AddCSLuaFile() game.AddAmmoType({name = "bandages"}) if CLIENT then language.Add("bandages_ammo", "Bandages") end SWEP.Base = "weapon_sck_base" SWEP.PrintName = "Bandages" SWEP.Instructions = [[ <color=green>[PRIMARY FIRE]</color> Use on yourself. <color=green>[SECONDARY FIRE]</color> Use on someone else. Bandages...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/globals/spells/rasp.lua
11
1577
----------------------------------------- -- Spell: Rasp -- Deals earth damage that lowers an enemy's dexterity and gradually reduces its HP. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ------------------...
gpl-3.0
zielmicha/freeciv-mirror
data/classic/script.lua
1
2666
-- Freeciv - Copyright (C) 2007 - The Freeciv Project -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2, or (at your option) -- any later version. -- -- This program ...
gpl-2.0
FishFilletsNG/fillets-data
script/reef/dialogs_en.lua
1
1477
dialogId("uts-m-otresy", "font_small", "My goodness, the impact created cave-in!") dialogId("uts-v-projet0", "font_big", "I can’t go through this cave-in, we have to find another exit.") dialogId("uts-v-projet1", "font_big", "This is not the way.") dialogId("uts-v-sam", "font_big", "I won’t make it alone.") dialog...
gpl-2.0
hooksta4/darkstar
scripts/zones/Port_Jeuno/npcs/Horst.lua
29
3441
----------------------------------- -- Area: Port Jeuno -- NPC: Horst -- Type: Abyssea Warp NPC -- @pos -54.379 0.001 -10.061 246 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Port_Jeuno/TextIDs"); ------------...
gpl-3.0
warrenseine/premake
tests/actions/make/cpp/test_objects.lua
3
2963
-- -- tests/actions/make/cpp/test_objects.lua -- Validate the list of objects for a makefile. -- Copyright (c) 2009-2013 Jason Perkins and the Premake project -- local suite = test.declare("make_cpp_objects") local make = premake.make local project = premake.project -- -- Setup -- local sln, prj function suit...
bsd-3-clause
hooksta4/darkstar
scripts/zones/zones/Riverne-Site_A01/npcs/HomePoint#1.lua
19
1189
----------------------------------- -- Area: Riverne-Site A01 -- NPC: HomePoint#1 -- @pos ----------------------------------- package.loaded["scripts/zones/Riverne-Site_A01/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Riverne-Site_A01/TextIDs"); require("scripts/globals/homepoint"); ...
gpl-3.0
hooksta4/darkstar
scripts/zones/Sauromugue_Champaign/Zone.lua
15
4529
----------------------------------- -- -- Zone: Sauromugue_Champaign (120) -- ----------------------------------- package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/zones/Sauromugue_Champaign/...
gpl-3.0
gedadsbranch/Darkstar-Mission
scripts/zones/Aht_Urhgan_Whitegate/npcs/Sajaaya.lua
59
1060
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sajaaya -- Type: Weather Reporter ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Aht_Urhgan_...
gpl-3.0
hooksta4/darkstar
scripts/zones/zones/Aht_Urhgan_Whitegate/npcs/Sajaaya.lua
59
1060
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sajaaya -- Type: Weather Reporter ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Aht_Urhgan_...
gpl-3.0
hooksta4/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Sajaaya.lua
59
1060
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sajaaya -- Type: Weather Reporter ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Aht_Urhgan_...
gpl-3.0