repo_name
stringlengths
6
78
path
stringlengths
4
206
copies
stringclasses
281 values
size
stringlengths
4
7
content
stringlengths
625
1.05M
license
stringclasses
15 values
mramir8274/deltabot
plugins/owners.lua
1467
12478
local function lock_group_namemod(msg, data, target) local group_name_set = data[tostring(target)]['settings']['set_name'] local group_name_lock = data[tostring(target)]['settings']['lock_name'] if group_name_lock == 'yes' then return 'Group name is already locked' else data[tostring(target)]['setting...
gpl-2.0
nesstea/darkstar
scripts/globals/items/plate_of_fin_sushi.lua
18
1473
----------------------------------------- -- ID: 5665 -- Item: plate_of_fin_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- Intelligence 5 -- Accuracy % 16 -- Ranged Accuracy % 16 ----------------------------------------- require("scripts/globals/status"); -------------------------...
gpl-3.0
nesstea/darkstar
scripts/globals/mobskills/Seismostomp.lua
51
1154
--------------------------------------------- -- Seismostomp -- -- Description: Damage varies with TP. Additional effect: "Stun." -- Type: Physical (Blunt) -- -- --------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmov...
gpl-3.0
FailcoderAddons/supervillain-ui
SVUI_Skins/components/addons/SexyCooldown.lua
2
2986
--[[ ########################################################## S V U I By: Failcoder ########################################################## LOCALIZED LUA FUNCTIONS ########################################################## ]]-- --[[ GLOBALS ]]-- local _G = _G; local unpack = _G.unpack; local select = _G.selec...
mit
nesstea/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Pahpe_Rauulih.lua
13
1068
----------------------------------- -- 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"] = n...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Monastic_Cavern/Zone.lua
30
1696
----------------------------------- -- -- Zone: Monastic_Cavern (150) -- ----------------------------------- package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Monastic_Cavern/TextIDs"); ------------...
gpl-3.0
nesstea/darkstar
scripts/globals/items/homura_+1.lua
41
1068
----------------------------------------- -- ID: 16986 -- Item: Homura +1 -- Additional Effect: Fire Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ----------------------------------...
gpl-3.0
longhf/torch7
CmdLine.lua
62
7104
local CmdLine = torch.class('torch.CmdLine') local function strip(str) return string.match(str, '%-*(.*)') end local function pad(str, sz) return str .. string.rep(' ', sz-#str) end function CmdLine:error(msg) print('') io.stderr:write(msg) print('') self:help() os.exit(1) end function CmdLine:...
bsd-3-clause
UnfortunateFruit/darkstar
scripts/zones/Horlais_Peak/bcnms/hostile_herbivores.lua
13
1701
----------------------------------- -- Area: Horlias peak -- Name: Hostile Herbivores -- BCNM50 ----------------------------------- package.loaded["scripts/zones/Horlais_Peak/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Horlais_Peak/TextIDs"); ----------------------------------- -- EXAM...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/lionhead.lua
17
1317
----------------------------------------- -- ID: 4312 -- Item: lionhead -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemChec...
gpl-3.0
nesstea/darkstar
scripts/globals/items/sausage.lua
18
1644
----------------------------------------- -- ID: 4578 -- Item: sausage -- Food Effect: 30Min, All Races ----------------------------------------- -- Health % 3 -- Strength 3 -- Intelligence -1 -- Attack % 27 -- Attack Cap 30 -- Ranged ATT % 27 -- Ranged ATT Cap 30 ----------------------------------------- require("scr...
gpl-3.0
Xileck/forgottenserver
data/actions/scripts/other/bed_modification_kits.lua
16
1607
local BEDS = { [7904] = {{7811, 7812}, {7813, 7814}}, -- green kit [7905] = {{7819, 7820}, {7821, 7822}}, -- yellow kit [7906] = {{7815, 7816}, {7817, 7818}}, -- red kit [7907] = {{1754, 1755}, {1760, 1761}}, -- removal kit [20252] = {{20197, 20198}, {20199, 20200}} -- canopy kit } local function internalBedTran...
gpl-2.0
focusworld/aabb
plugins/translate.lua
674
1637
--[[ -- Translate text using Google Translate. -- http://translate.google.com/translate_a/single?client=t&ie=UTF-8&oe=UTF-8&hl=en&dt=t&tl=en&sl=auto&text=hello --]] do function translate(source_lang, target_lang, text) local path = "http://translate.google.com/translate_a/single" -- URL query parameters local p...
gpl-2.0
fegimanam/sss
plugins/translate.lua
674
1637
--[[ -- Translate text using Google Translate. -- http://translate.google.com/translate_a/single?client=t&ie=UTF-8&oe=UTF-8&hl=en&dt=t&tl=en&sl=auto&text=hello --]] do function translate(source_lang, target_lang, text) local path = "http://translate.google.com/translate_a/single" -- URL query parameters local p...
gpl-2.0
JulioC/telegram-bot
plugins/translate.lua
674
1637
--[[ -- Translate text using Google Translate. -- http://translate.google.com/translate_a/single?client=t&ie=UTF-8&oe=UTF-8&hl=en&dt=t&tl=en&sl=auto&text=hello --]] do function translate(source_lang, target_lang, text) local path = "http://translate.google.com/translate_a/single" -- URL query parameters local p...
gpl-2.0
nesstea/darkstar
scripts/zones/Outer_RaKaznar_U/Zone.lua
30
1278
----------------------------------- -- -- Zone: Outer Ra’Kanzar [U] (275) -- ----------------------------------- package.loaded["scripts/zones/Outer_RaKaznar_U/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Outer_RaKaznar_U/TextIDs"); -----------------...
gpl-3.0
vonflynee/opencomputersserver
world/opencomputers/506bbd88-8247-4944-9b91-7506cac9fcb5/lib/note.lua
16
3434
--Provides all music notes in range of computer.beep in MIDI and frequency form --Author: Vexatos local computer = require("computer") local note = {} --The table that maps note names to their respective MIDI codes local notes = {} --The reversed table "notes" local reverseNotes = {} do --All the base notes local...
mit
vonflynee/opencomputersserver
world/opencomputers/6d437cc7-8fe8-4147-8a29-4c8b62fcedc7/lib/note.lua
16
3434
--Provides all music notes in range of computer.beep in MIDI and frequency form --Author: Vexatos local computer = require("computer") local note = {} --The table that maps note names to their respective MIDI codes local notes = {} --The reversed table "notes" local reverseNotes = {} do --All the base notes local...
mit
nesstea/darkstar
scripts/globals/items/serving_of_flurry_courante.lua
18
1500
----------------------------------------- -- ID: 5555 -- Item: serving_of_flurry_courante -- Food Effect: 240Min, All Races ----------------------------------------- -- Magic % 19 -- Magic Cap 65 -- Intelligence 2 -- Magic Regen While Healing 1 -- Wind Resist 5 ----------------------------------------- require("script...
gpl-3.0
nesstea/darkstar
scripts/zones/Northern_San_dOria/npcs/Palguevion.lua
13
1821
----------------------------------- -- Area: Northern San d'Oria -- NPC: Palguevion -- Only sells when San d'Oria controlls Valdeaunia Region ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/setti...
gpl-3.0
nesstea/darkstar
scripts/zones/RuLude_Gardens/npcs/Tillecoe.lua
13
1052
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Tillecoe -- Type: Standard NPC -- @zone: 243 -- @pos 38.528 -0.997 -6.363 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; ------------...
gpl-3.0
hussian/hell_iraq
plugins/broadcast.lua
8
1384
--[[ ▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ BY(@AHMED_ALOBIDE) ▀▄ ▄▀ ▀▄ ▄▀ BY(@hussian_9) ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄▀...
gpl-2.0
nesstea/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/AshmeaBGreinner1.lua
19
1083
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Ashmea B Greinner -- @zone 80 -- @pos 2 2 -81 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); ----------------------------------...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Castle_Zvahl_Baileys/npcs/Treasure_Coffer.lua
12
4195
----------------------------------- -- Area: Castle Zvahl Baileys -- NPC: Treasure Coffer -- @zone 161 -- @pos -75 0 19 ----------------------------------- package.loaded["scripts/zones/Castle_Zvahl_Baileys/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("sc...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/cherry_muffin_+1.lua
37
1331
----------------------------------------- -- ID: 5654 -- Item: Cherry Muffin -- Food Effect: 1Hr, All Races ----------------------------------------- -- Intelligence 2 -- MP % 10 (cap 85) -- Agility -1 ----------------------------------------- require("scripts/globals/status"); ---------------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Bibiki_Bay/npcs/Noih_Tahparawh.lua
13
4038
----------------------------------- -- Area: Bibiki Bay -- NPC: Noih Tahparawh -- Type: Manaclipper -- @pos -392 -3 -385 4 ----------------------------------- package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil; require("scripts/zones/Bibiki_Bay/TextIDs"); ----------------------------------- -- onTrade Act...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Windurst_Walls/npcs/Seven_of_Diamonds.lua
38
1044
----------------------------------- -- Area: Windurst Walls -- NPC: Seven of Diamonds -- Type: Standard NPC -- @pos 6.612 -3.5 278.553 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ----------------------------------- ----------------------------------- -- on...
gpl-3.0
nesstea/darkstar
scripts/zones/Ordelles_Caves/TextIDs.lua
15
1991
-- 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
nesstea/darkstar
scripts/zones/Temenos/npcs/Matter_Diffusion_Module.lua
13
6621
----------------------------------- -- Area: temenos -- NPC: Matter diffusion module -- @pos ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/globals/keyitems"); require("scripts/zones/Te...
gpl-3.0
dpino/snabbswitch
lib/pflua/src/pf/anf.lua
10
9145
module(...,package.seeall) local utils = require('pf.utils') local set, pp, dup = utils.set, utils.pp, utils.dup local filter_args = utils.filter_args local relops = set('<', '<=', '=', '!=', '>=', '>') local binops = set( '+', '-', '*', '*64', '/', '&', '|', '^', '<<', '>>' ) local unops = set('ntohs', 'ntohl',...
apache-2.0
dpino/snabbswitch
src/core/counter.lua
14
3741
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. -- counter.lua - Count discrete events for diagnostic purposes -- -- This module provides a thin layer for representing 64-bit counters -- as shared memory objects. -- -- Counters let you efficiently count discrete events (packet drops, --...
apache-2.0
Cyumus/NutScript
entities/entities/nut_money.lua
3
1263
AddCSLuaFile() ENT.Type = "anim" ENT.PrintName = "Money" ENT.Category = "NutScript" ENT.Spawnable = false if (SERVER) then function ENT:Initialize() self:SetModel("models/props_lab/box01a.mdl") self:SetSolid(SOLID_VPHYSICS) self:PhysicsInit(SOLID_VPHYSICS) local physObj = self:GetPhysicsObject() if (IsVa...
mit
nesstea/darkstar
scripts/zones/Port_Bastok/npcs/Hilda.lua
26
5026
----------------------------------- -- Area: Port Bastok -- NPC: Hilda -- Involved in Quest: Cid's Secret, Riding on the Clouds -- Starts & Finishes: The Usual -- @pos -163 -8 13 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- requi...
gpl-3.0
nesstea/darkstar
scripts/zones/Northern_San_dOria/npcs/Kuu_Mohzolhi.lua
25
3674
----------------------------------- -- Area: Northern San d'Oria -- NPC: Kuu Mohzolhi -- Starts and Finishes Quest: Growing Flowers -- @zone 231 -- @pos -123 0 80 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
nesstea/darkstar
scripts/zones/Castle_Zvahl_Keep/npcs/Treasure_Chest.lua
13
3743
----------------------------------- -- Area: Castle Zvahl Keep -- NPC: Treasure Chest -- @zone 162 ----------------------------------- package.loaded["scripts/zones/Castle_Zvahl_Keep/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require(...
gpl-3.0
nesstea/darkstar
scripts/zones/Al_Zahbi/npcs/Gadalar.lua
13
1043
----------------------------------- -- Area: Al Zahbi -- NPC: Gadalar -- Type: Fireserpent General -- @zone: 48 -- @pos -105.979 -7 39.692 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ---------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Windurst_Waters/npcs/Akkeke.lua
13
1392
----------------------------------- -- 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; ----------------------------------- req...
gpl-3.0
nesstea/darkstar
scripts/zones/Rolanberry_Fields/npcs/qm1.lua
15
1512
----------------------------------- -- Area: Rolanberry Fields -- NPC: qm1 (???) -- @pos -686.216 -31.556 -369.723 110 -- Notes: Spawns Chuglix Berrypaws for ACP mission "Gatherer of Light (I)" ----------------------------------- package.loaded["scripts/zones/Rolanberry_Fields/TextIDs"] = nil; -----------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/VeLugannon_Palace/mobs/Zipacna.lua
6
1825
----------------------------------- -- Area: VeLugannon Palace -- NPC: Zipacna ----------------------------------- local path = { -202, 0, 391, -209, 0, 387, -214, 0, 381, -238, 0, 380, -256, 4, 381, -261, 8, 400, -257, 12, 417, -240, 16, 420, -257, 12, 417, -261, 8, 400, -256, 4, 381, -238, 0, 380, -214, 0, 381, -209...
gpl-3.0
Cyumus/NutScript
plugins/vendor/derma/cl_vendoreditor.lua
4
7072
local PANEL = {} function PANEL:Init() local entity = nut.gui.vendor.entity self:SetSize(320, 480) self:MoveLeftOf(nut.gui.vendor, 8) self:MakePopup() self:CenterVertical() self:SetTitle(L"vendorEditor") self.name = self:Add("DTextEntry") self.name:Dock(TOP) self.name:SetText(entity:getNetVar("name...
mit
nesstea/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Kazween.lua
13
1080
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Kazween -- Type: Item Deliverer -- @pos -130 -6 95 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/Te...
gpl-3.0
nesstea/darkstar
scripts/zones/Port_Bastok/npcs/Talib.lua
12
3023
----------------------------------- -- Area: Port Bastok -- NPC: Talib -- Starts Quest: Beauty and the Galka -- Starts & Finishes Quest: Shady Business ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings");...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Bastok_Mines/Zone.lua
12
2721
----------------------------------- -- -- Zone: Bastok_Mines (234) -- ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; require("scripts/globals/events/harvest_festivals"); require("scripts/globals/zone"); require("scripts/globals/settings"); require("scripts/zon...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/cone_calamary.lua
18
1261
----------------------------------------- -- ID: 5128 -- Item: Cone Calamary -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 3 -- Mind -5 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -----...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Windurst_Waters/npcs/Piketo-Puketo.lua
7
2134
----------------------------------- -- Area: Windurst Waters -- NPC: Piketo-Puketo -- Type: Cooking Guild Master -- @pos -124.012 -2.999 59.998 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); ...
gpl-3.0
FailcoderAddons/supervillain-ui
SVUI_Skins/components/blizzard/system.lua
2
26800
--[[ ############################################################################## S V U I By: Failcoder ############################################################################## --]] --[[ GLOBALS ]]-- local _G = _G; local unpack = _G.unpack; local select = _G.select; --[[ ADDON ]]-- local SV = _G['SVUI']; lo...
mit
UnfortunateFruit/darkstar
scripts/zones/Kazham/npcs/Shey_Wayatih.lua
12
1379
----------------------------------- -- Area: Kazham -- NPC: Shey Wayatih -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Kazham/TextIDs"] = nil; require("scripts/zones/Kazham/TextIDs"); ----------------------------------- -- onTrade Action --------------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Dynamis-Beaucedine/mobs/Adamantking_Effigy.lua
6
1848
----------------------------------- -- Area: Dynamis Beaucedine -- MOB: Adamantking Effigy -- Map Position: http://images1.wikia.nocookie.net/__cb20090312005233/ffxi/images/thumb/b/b6/Bea.jpg/375px-Bea.jpg ----------------------------------- package.loaded["scripts/zones/Dynamis-Beaucedine/TextIDs"] = nil; -----------...
gpl-3.0
nesstea/darkstar
scripts/zones/Inner_Horutoto_Ruins/npcs/_5cs.lua
13
2583
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: _5cs (Magical Gizmo) #4 -- Involved In Mission: The Horutoto Ruins Experiment ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/g...
gpl-3.0
heyuqi/wxFormBuilder
build/premake/4.3/src/actions/make/_make.lua
6
3433
-- -- _make.lua -- Define the makefile action(s). -- Copyright (c) 2002-2010 Jason Perkins and the Premake project -- _MAKE = { } premake.make = { } -- -- Escape a string so it can be written to a makefile. -- function _MAKE.esc(value) local result if (type(value) == "table") then result = { } for _,v i...
gpl-2.0
UnfortunateFruit/darkstar
scripts/zones/Port_San_dOria/npcs/Coribalgeant.lua
36
1378
----------------------------------- -- Area: Port San d'Oria -- NPC: Coribalgeant -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Port_San_dOria/...
gpl-3.0
nesstea/darkstar
scripts/zones/Bhaflau_Remnants/mobs/Colibri.lua
16
1620
----------------------------------- -- Area: Mamook -- MOB: Colibri ----------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onMobFight Action ----------------------------------- function onMobFight(mob, target) local delay =...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/dish_of_spaghetti_vongole_rosso_+1.lua
36
1593
----------------------------------------- -- ID: 5198 -- Item: Dish of Spaghetti Vongole Rosso +1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health % 20 -- Health Cap 95 -- Vitality 2 -- Mind -1 -- Defense % 25 -- Defense Cap 35 -- Store TP 6 ----------------------------------------- ...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/QuBia_Arena/mobs/Vangknok_of_Clan_Death.lua
24
2525
----------------------------------- -- 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
traceguide/api-php
vendor/apache/thrift/lib/lua/TBinaryProtocol.lua
23
6141
-- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file -- distributed with this work for additional information -- regarding copyright ownership. The ASF licenses this file -- to you under the Apache License, Version 2.0 (the -- "License"); you ma...
mit
UnfortunateFruit/darkstar
scripts/zones/Ghelsba_Outpost/bcnms/toadal_recall.lua
13
1477
----------------------------------- -- Area: Ghelsba Outpost -- Name: toadal_recall BCNM30 -- @pos -162 -11 78 140 ----------------------------------- package.loaded["scripts/zones/Ghelsba_Outpost/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/keyitems"...
gpl-3.0
dpino/snabbswitch
lib/ljsyscall/syscall/osx/constants.lua
18
22917
-- tables of constants for OSX local require, error, assert, tonumber, tostring, setmetatable, pairs, ipairs, unpack, rawget, rawset, pcall, type, table, string = require, error, assert, tonumber, tostring, setmetatable, pairs, ipairs, unpack, rawget, rawset, pcall, type, table, string local h = require "syscall.hel...
apache-2.0
nesstea/darkstar
scripts/zones/Pashhow_Marshlands_[S]/npcs/Telepoint.lua
13
1243
----------------------------------- -- Area: Pashhow Marshlands [S] -- NPC: Telepoint ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Pashhow_Marshlands_[S]/TextIDs...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Windurst_Woods/npcs/Bozack.lua
38
1036
----------------------------------- -- Area: Windurst Woods -- NPC: Bozack -- Type: Event Replayer -- @zone: 241 -- @pos 92.591 -5.58 -31.529 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; -------------...
gpl-3.0
dpino/snabbswitch
lib/ljsyscall/syscall/helpers.lua
24
11381
-- misc helper functions that we use across the board local require, error, assert, tonumber, tostring, setmetatable, pairs, ipairs, unpack, rawget, rawset, pcall, type, table, string, math = require, error, assert, tonumber, tostring, setmetatable, pairs, ipairs, unpack, rawget, rawset, pcall, type, table, string, m...
apache-2.0
nesstea/darkstar
scripts/globals/items/red_hot_cracker.lua
17
1323
----------------------------------------- -- ID: 4281 -- Item: red_hot_cracker -- Food Effect: 3Min, All Races ----------------------------------------- -- HP Recovered While Healing 9 -- Beast Killer 5 -- Resist Sleep 5 ----------------------------------------- require("scripts/globals/status"); --------------------...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Talacca_Cove/npcs/_1l0.lua
38
1487
----------------------------------- -- Area: Talacca_Cove -- NPC: rock slab (corsair job flag quest) -- ----------------------------------- package.loaded["scripts/zones/Talacca_Cove/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Talacca_Cove/TextIDs"); require("scripts/globals/keyitems"...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Ranguemont_Pass/npcs/Waters_of_Oblivion.lua
8
2195
----------------------------------- -- Area: Ranguemont Pass -- NPC: Waters of Oblivion -- Finish Quest: Painful Memory (BARD AF1) -- @pos -284 -45 210 166 ----------------------------------- package.loaded["scripts/zones/Ranguemont_Pass/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; ------...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Lower_Jeuno/npcs/Pawkrix.lua
37
1289
----------------------------------- -- Area: Lower Jeuno -- NPC: -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; require("scripts/zones/Lower_Jeuno/TextIDs"); ----------------------------------- -- onT...
gpl-3.0
hussian/hell_iraq
plugins/ar-supergroup.lua
2
80776
--[[ ▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ BY(@AHMED_ALOBIDE) ▀▄ ▄▀ ▀▄ ▄▀ BY(@hussian_9) ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ (ملف السوبر) ▀▄ ▄▀ ...
gpl-2.0
UnfortunateFruit/darkstar
scripts/globals/items/hellfire_sword.lua
16
1032
----------------------------------------- -- ID: 16928 -- Item: Hellfire Sword -- Additional Effect: Fire Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action -----------------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Palborough_Mines/npcs/Mining_Point.lua
13
1069
----------------------------------- -- Area: Palborough Mines -- NPC: Mining Point ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ------------------------------------- require("scripts/globals/mining"); require("scripts/zones/Palborough_Mines/TextIDs"); --------...
gpl-3.0
plajjan/snabbswitch
src/apps/tap/tap.lua
1
4204
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. module(..., package.seeall) local S = require("syscall") local link = require("core.link") local packet = require("core.packet") local ffi = require("ffi") local C = ffi.C local const = require("syscall.linux.constants") local os = require...
apache-2.0
nesstea/darkstar
scripts/zones/Mount_Zhayolm/npcs/Waudeen.lua
18
2108
----------------------------------- -- Area: Mount_Zhayolm -- NPC: Waudeen -- Type: Assault -- @pos 673.882 -23.995 367.604 61 ----------------------------------- package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Mount_Zhayolm/TextIDs"); require("sc...
gpl-3.0
nesstea/darkstar
scripts/zones/Hall_of_the_Gods/npcs/Shimmering_Circle.lua
12
1794
----------------------------------- -- Area: Hall of the Gods -- NPC: Shimmering Circle -- Lifts players up to the sky! -- @pos 0 -20 147 251 ----------------------------------- package.loaded["scripts/zones/Hall_of_the_Gods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); req...
gpl-3.0
cmassiot/vlc-broadcast
share/lua/playlist/cue.lua
5
3507
--[[ Parse CUE files $Id$ Copyright (C) 2009 Laurent Aimar This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This pro...
gpl-2.0
nesstea/darkstar
scripts/zones/Den_of_Rancor/npcs/HomePoint#2.lua
27
1263
----------------------------------- -- Area: Den_of_Rancor -- NPC: HomePoint#2 -- @pos 182 34 -62 160 ----------------------------------- package.loaded["scripts/zones/Den_of_Rancor/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Den_of_Rancor/TextIDs"); require("scripts/globals/homepoin...
gpl-3.0
nesstea/darkstar
scripts/zones/PsoXja/npcs/_09d.lua
13
2831
----------------------------------- -- Area: Pso'Xja -- NPC: _09d (Stone Gate) -- Notes: Spawns Gargoyle when triggered -- @pos 301.600 -1.925 -10.000 9 ----------------------------------- package.loaded["scripts/zones/PsoXja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/PsoXja/TextIDs...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/weaponskills/sunburst.lua
30
1295
----------------------------------- -- Sunburst -- Staff weapon skill -- Skill Level: 150 -- Deals light or darkness elemental damage. Damage varies with TP. -- Aligned with the Shadow Gorget & Aqua Gorget. -- Aligned with the Shadow Belt & Aqua Belt. -- Element: Light/Dark -- Modifiers: : STR:40% MND:40% -- 1...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Metalworks/npcs/Unlucky_Rat.lua
34
2137
----------------------------------- -- Area: Metalworks -- NPC: Unlucky Rat -- Starts & Finishes Quest: Mean Machine ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/se...
gpl-3.0
nesstea/darkstar
scripts/zones/Ilrusi_Atoll/npcs/Rune_of_Release.lua
13
2419
----------------------------------- -- Area: -- NPC: rune of release -- @zone illrusi atoll -- @pos ----------------------------------- package.loaded["scripts/zones/Ilrusi_Atoll/TextIDs"] = nil; package.loaded["scripts/globals/bcnm"] = nil; ------------------------------------- require("scripts/globals/bcnm"); requ...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Inner_Horutoto_Ruins/TextIDs.lua
5
1317
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6548; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6551; -- Obtained: <item>. GIL_OBTAINED = 6552; -- Obtained <number> gil. KEYITEM_OBTAINED = 6554; -- Obtained...
gpl-3.0
heyuqi/wxFormBuilder
build/premake/4.3/tests/test_project.lua
6
2956
-- -- tests/test_project.lua -- Automated test suite for the project support functions. -- Copyright (c) 2008-2010 Jason Perkins and the Premake project -- local _project = premake.project T.project = { } local cfg, result function T.project.setup() _ACTION = "gmake" cfg = {} cfg.project = {} cfg.langua...
gpl-2.0
nesstea/darkstar
scripts/globals/weaponskills/tachi_shoha.lua
11
1750
----------------------------------- -- Tachi: Shoha -- Great Katana weapon skill -- Skill Level: 357 -- Delivers a two-hit attack. Damage varies with TP. -- To obtain Tachi: Shoha, the quest Martial Mastery must be completed and it must be purchased from the Merit Points menu. -- Suspected to have an Attack Bonus simil...
gpl-3.0
nesstea/darkstar
scripts/zones/Bastok_Mines/npcs/Davyad.lua
13
1177
----------------------------------- -- Area: Bastok Mines -- NPC: Davyad -- Involved in Mission: Bastok 3-2 -- @zone 234 -- @pos 83 0 30 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scri...
gpl-3.0
FailcoderAddons/supervillain-ui
SVUI_UnitFrames/libs/oUF_1.6.9/elements/masterlooter.lua
7
2425
--[[ Element: Master Looter Icon Toggles visibility of the master looter icon. Widget MasterLooter - Any UI widget. Notes The default master looter icon will be applied if the UI widget is a texture and doesn't have a texture or color defined. Examples -- Position and size local MasterLooter = self:...
mit
UnfortunateFruit/darkstar
scripts/zones/Gusgen_Mines/npcs/_5gf.lua
34
1342
----------------------------------- -- Area: Gusgen Mines -- NPC: _5gf (Lever C) -- @pos 44 -40.561 -54.199 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gusgen_Mines/TextIDs"); ----------------...
gpl-3.0
nesstea/darkstar
scripts/globals/items/magma_steak.lua
18
1594
----------------------------------------- -- ID: 6071 -- Item: Magma Steak -- Food Effect: 180 Min, All Races ----------------------------------------- -- Strength +8 -- Attack +23% Cap 180 -- Ranged Attack +23% Cap 180 -- Vermin Killer +5 ----------------------------------------- require("scripts/globals/status"); -...
gpl-3.0
ennis/autograph-pipelines
resources/scripts/pl/text.lua
3
7279
--- Text processing utilities. -- -- This provides a Template class (modeled after the same from the Python -- libraries, see string.Template). It also provides similar functions to those -- found in the textwrap module. -- -- See @{03-strings.md.String_Templates|the Guide}. -- -- Calling `text.format_operator()` over...
mit
malortie/gmod-addons
th_weapons/lua/entities/ent_th_flame/cl_init.lua
1
1090
-- Only enable this addon if HL:S is mounted. if !IsHL1Mounted() then return end include( 'shared.lua' ) function ENT:InitializeClientSide() end local matPath = 'sprites/th/fthrow/' local Template = Material( matPath .. 'fthrow000' ) local params = Template:GetKeyValues() params["$spriterendermode"] = 5 params["$ve...
gpl-3.0
nesstea/darkstar
scripts/zones/Castle_Oztroja/npcs/_47u.lua
13
1272
----------------------------------- -- Area: Castle Oztroja -- NPC: _47u (Handle) -- Notes: Opens door _474 from behind -- @pos -60 24 -77 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Castle_Oztroja/T...
gpl-3.0
nesstea/darkstar
scripts/zones/Cloister_of_Tremors/bcnms/sugar-coated_directive.lua
30
1801
---------------------------------------- -- Area: Cloister of Tremors -- BCNM: Sugar Coated Directive (ASA-4) ---------------------------------------- package.loaded["scripts/zones/Cloister_of_Tremors/TextIDs"] = nil; ---------------------------------------- require("scripts/globals/keyitems"); require("scripts/global...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/homemade_rice_ball.lua
35
1129
----------------------------------------- -- ID: 5224 -- Item: homemade_rice_ball -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ...
gpl-3.0
Olipro/Payday-2-BLT_Club-Sandwich-Edition
mods/base/lua/MenuManager.lua
1
16095
CloneClass( MenuManager ) CloneClass( MenuCallbackHandler ) CloneClass( ModMenuCreator ) CloneClass( MenuModInfoGui ) Hooks:RegisterHook( "MenuManagerInitialize" ) Hooks:RegisterHook( "MenuManagerPostInitialize" ) function MenuManager.init( self, ... ) self.orig.init( self, ... ) Hooks:Call( "MenuManagerInitialize"...
mit
UnfortunateFruit/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Qulsun.lua
34
1031
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Qulsun -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); -----------...
gpl-3.0
jtattermusch/grpc
third_party/upb/upb/bindings/lua/upb.lua
8
2347
--[[-------------------------------------------------------------------------- Copyright (c) 2009-2021, Google LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of sour...
apache-2.0
nesstea/darkstar
scripts/zones/Selbina/npcs/Chutarmire.lua
13
1747
----------------------------------- -- Area: Selbina -- NPC: Chutarmire -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); require("scripts/globals/shop"); -------------------...
gpl-3.0
nesstea/darkstar
scripts/globals/mobskills/Hex_Palm.lua
29
1040
--------------------------------------------------- -- Hex Palm -- Family: Qutrub -- Description: Steals HP from targets in front. -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Front cone -- Notes: Used only when wielding no weapon. --------------------------------------------------- requir...
gpl-3.0
nesstea/darkstar
scripts/zones/Mount_Zhayolm/npcs/Runic_Portal.lua
24
1758
----------------------------------- -- Area: Mount Zhayolm -- NPC: Runic Portal -- Mount Zhayolm Teleporter Back to Aht Urgan Whitegate -- @pos 688 -23 349 61 ----------------------------------- package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Moun...
gpl-3.0
Irubataru/dotfiles
roles/awesome/config/config/keys/client.lua
1
2560
local awful = require("awful") local lain = require("lain") local modkey = require("config.keys.mod").mod_key local altkey = require("config.keys.mod").alt_key client.connect_signal("request::default_mousebindings", function() awful.mouse.append_client_mousebindings({ awful.button({}, 1, function(c) c:act...
mit
mohammadzareii/guardtm
plugins/admin.lua
381
7085
local function set_bot_photo(msg, success, result) local receiver = get_receiver(msg) if success then local file = 'data/photos/bot.jpg' print('File downloaded to:', result) os.rename(result, file) print('File moved to:', file) set_profile_photo(file, ok_cb, false) send_large_msg(rec...
gpl-2.0
hanxi/lua_run
app/src/main/jni/luasocket/src/url.lua
78
11036
----------------------------------------------------------------------------- -- URI parsing, composition and relative URL resolution -- LuaSocket toolkit. -- Author: Diego Nehab ----------------------------------------------------------------------------- --------------------------------------------------------------...
mit
nesstea/darkstar
scripts/zones/Sealions_Den/mobs/Omega.lua
8
2540
----------------------------------- -- Area: Sealions Den -- MOB: Omega ----------------------------------- require("scripts/globals/titles"); ----------------------------------- -- onMobInitialize Action ----------------------------------- function onMobInitialize(mob) mob:setMobMod(MOBMOD_ADD_EFFECT,mob:getSh...
gpl-3.0
vanish87/skia
tools/lua/count_reduced_clipstacks.lua
147
3116
stats = {} -- switch this to run on the automated scraper system newline = "\n" -- newline = "\\n" function sk_scrape_startcanvas(c, fileName) canvas = c oldstackstr = "<invalid>" end function sk_scrape_endcanvas(c, fileName) canvas = nil end function string.starts(String,Start) return string.sub(Str...
bsd-3-clause
QimatLuo/exosite
freebitcoin/modules/moses.lua
1
34310
local SWFtRywD='2.1.0'local e,v,l6Sm5=next,type,pcall;local oUA,QFKEzBf=setmetatable,getmetatable local odpE,p=table.insert,table.sort;local lIpFkbLI,JdUtcU=table.remove,table.concat local GQLN,toXyq,S9TO=math.randomseed,math.random,math.huge;local pS78Y,BCf7,RlMSrmdD,VCD=math.floor,math.max,math.min,math.ceil local OV...
gpl-3.0