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
ibm2431/darkstar
scripts/globals/items/konigskuchen.lua
11
1148
----------------------------------------- -- ID: 5614 -- Item: konigskuchen -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 8 -- Magic % 3 -- Magic Cap 13 -- Intelligence 2 -- hMP +1 ----------------------------------------- require("scripts/globals/status") require("scripts/global...
gpl-3.0
LegionXI/darkstar
scripts/zones/Selbina/npcs/Herminia.lua
17
1331
----------------------------------- -- Area: Selbina -- NPC: Herminia -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); require("scripts/globals/shop"); ---------------------...
gpl-3.0
greasydeal/darkstar
scripts/zones/Bastok_Mines/npcs/Sieglinde.lua
24
1809
----------------------------------- -- Area: Bastok Mines -- NPC: Sieglinde -- Alchemy Synthesis Image Support ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/crafti...
gpl-3.0
LegionXI/darkstar
scripts/zones/Konschtat_Highlands/mobs/Highlander_Lizard.lua
19
1385
----------------------------------- -- Area: Konschtat Highlands -- NM: Highlander Lizard ----------------------------------- require("scripts/globals/status"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onMobInitialize ----------------------------------- function onMobInitial...
gpl-3.0
naclander/tome
game/modules/tome/data/gfx/particles/master_summoner.lua
3
1491
-- ToME - Tales of Maj'Eyal -- Copyright (C) 2009 - 2014 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
greasydeal/darkstar
scripts/zones/Dynamis-Beaucedine/mobs/Angra_Mainyu.lua
19
2392
----------------------------------- -- Area: Dynamis Beaucedine -- NPC: Angra Mainyu -- Mega Boss ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/keyitems"); require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action --...
gpl-3.0
LegionXI/darkstar
scripts/zones/Port_Windurst/npcs/Pherchabalet.lua
14
1052
----------------------------------- -- Area: Port Windurst -- NPC: Pherchabalet -- Type: Standard NPC -- @zone 240 -- @pos 34.683 -5.999 137.447 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ------------...
gpl-3.0
ibm2431/darkstar
scripts/zones/The_Colosseum/npcs/Zandjarl.lua
12
2646
----------------------------------- -- Area: The Colosseum -- NPC: Zandjarl -- Type: Pankration NPC -- !pos -599 0 45 71 ----------------------------------- local ID = require("scripts/zones/The_Colosseum/IDs"); ----------------------------------- function onTrade(player,npc,trade) local RESULT = nil; local C...
gpl-3.0
ibm2431/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Komalata.lua
11
1326
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Komalata -- Standard Merchant NPC ----------------------------------- local ID = require("scripts/zones/Tavnazian_Safehold/IDs") require("scripts/globals/missions") require("scripts/globals/shop") function onTrade(player,npc,trade) end function ...
gpl-3.0
ibm2431/darkstar
scripts/zones/King_Ranperres_Tomb/mobs/Vrtra.lua
10
1801
----------------------------------- -- Area: King Ranperre's Tomb -- NM: Vrtra ----------------------------------- require("scripts/globals/status") require("scripts/globals/titles") ----------------------------------- local offsets = {1, 3, 5, 2, 4, 6} function onMobEngaged(mob, target) mob:resetLocalVars() en...
gpl-3.0
LegionXI/darkstar
scripts/zones/Bibiki_Bay/npcs/Clamming_Point.lua
16
6736
----------------------------------- -- Area: Bibiki Bay -- NPC: Clamming Point ----------------------------------- package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil; require("scripts/zones/Bibiki_Bay/TextIDs"); require("scripts/globals/keyitems"); ----------------------------------- -- Local Variables ------...
gpl-3.0
HeavenIsLost/ChronusServer
data/talkactions/scripts/add_skill.lua
35
1716
local function getSkillId(skillName) if skillName == "club" then return SKILL_CLUB elseif skillName == "sword" then return SKILL_SWORD elseif skillName == "axe" then return SKILL_AXE elseif skillName:sub(1, 4) == "dist" then return SKILL_DISTANCE elseif skillName:sub(1, 6) == "shield" then return SKILL_S...
gpl-2.0
LegionXI/darkstar
scripts/zones/Lower_Jeuno/npcs/Akamafula.lua
14
1329
----------------------------------- -- Area: Lower Jeuno -- NPC: Akamafula -- Type: Tenshodo Merchant -- @pos 28.465 2.899 -46.699 245 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scri...
gpl-3.0
ibm2431/darkstar
scripts/zones/Attohwa_Chasm/mobs/Tiamat.lua
9
2993
----------------------------------- -- Area: Attohwa Chasm -- Mob: Tiamat ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); ----------------------------------- function onMobSpawn(mob) mob:SetMobSkillAttack(0); -- resetting so it doesn't respawn in flight mo...
gpl-3.0
greasydeal/darkstar
scripts/zones/Outer_Horutoto_Ruins/npcs/_5ei.lua
19
3305
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: Ancient Magical Gizmo #5 (I out of E, F, G, H, I, J) -- Involved In Mission: The Heart of the Matter ----------------------------------- package.loaded["scripts/zones/Outer_Horutoto_Ruins/TextIDs"] = nil; ---------------------------------...
gpl-3.0
ibm2431/darkstar
scripts/globals/items/altanas_repast.lua
11
3827
----------------------------------------- -- ID: 6538 -- Item: Altanas Repast -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- AoE: -- STR+10 -- DEX+10 -- VIT+10 -- AGI+10 -- INT+10 -- MND+10 -- CHR+10 -- Accuracy+70 -- Attack+70 -- R. Accuracy+70 -- R. Attack+70 -- M. Accuracy+70 -- "M. At...
gpl-3.0
greasydeal/darkstar
scripts/zones/Metalworks/npcs/Lorena.lua
10
2527
----------------------------------- -- Area: Metalworks -- NPC: Lorena -- Type: Blacksmithing Guildworker's Union Representative -- @zone: 237 -- @pos -104.990 1 30.995 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; require("scripts/zones/Metalworks/TextIDs"); requir...
gpl-3.0
LegionXI/darkstar
scripts/zones/Cloister_of_Flames/bcnms/trial-size_trial_by_fire.lua
26
2164
----------------------------------- -- Area: Cloister of Flames -- BCNM: Trial-size Trial by Fire -- @pos -721 0 -598 207 ----------------------------------- package.loaded["scripts/zones/Cloister_of_Flames/TextIDs"] = nil; ------------------------------------- require("scripts/globals/keyitems"); require("scripts/glo...
gpl-3.0
greasydeal/darkstar
scripts/zones/Windurst_Waters/npcs/HomePoint#1.lua
12
1265
----------------------------------- -- Area: Windurst Waters -- NPC: HomePoint#1 -- @pos -32.022 -5.000 131.741 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Windurst_Waters/TextIDs"); requi...
gpl-3.0
LegionXI/darkstar
scripts/globals/weaponskills/victory_smite.lua
26
1693
----------------------------------- -- Victory Smite -- Hand-to-Hand Weapon Skill -- Skill Level: N/A -- Description: Delivers a fourfold attack. Chance of params.critical hit varies with TP. -- Must have Verethragna (85)/(90)/(95)/(99)/(99-2) or Revenant Fists +1/+2/+3 equipped. -- Aligned with the Light Gorget, Breez...
gpl-3.0
greasydeal/darkstar
scripts/globals/weaponskills/burning_blade.lua
30
1294
----------------------------------- -- Burning Blade -- Sword weapon skill -- Skill Level: 30 -- Desription: Deals Fire elemental damage to enemy. Damage varies with TP. -- Aligned with the Flame Gorget. -- Aligned with the Flame Belt. -- Element: Fire -- Modifiers: STR:20% ; INT:20% -- 100%TP 200%TP 300...
gpl-3.0
LegionXI/darkstar
scripts/zones/VeLugannon_Palace/npcs/qm1.lua
13
2041
----------------------------------- -- Area: VeLugannon Palace -- NPC: ??? (qm1) -- @pos -370.039 16.014 -274.378 177 ----------------------------------- package.loaded["scripts/zones/VeLugannon_Palace/TextIDs"] = nil; ----------------------------------- require("scripts/zones/VeLugannon_Palace/TextIDs"); ----------...
gpl-3.0
cdriget/DomoCharts
Virtual-Device/Button-2-Power.lua
1
4053
-------------------------------------------------- -- Button : 2 => Power -- Author : Lazer -- Version : 5.0 -- Date : September 2015 -------------------------------------------------- -- System variables local debug = false local selfID = fibaro:getSelfId() local ip = fibaro:get(selfID, 'IPAddress') local port =...
gpl-2.0
UnfortunateFruit/darkstar
scripts/globals/items/crab_stewpot.lua
36
1675
----------------------------------------- -- ID: 5544 -- Item: Crab Stewpot -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +10% Cap 50 -- MP +10 -- HP Recoverd while healing 5 -- MP Recovered while healing 1 -- Defense +15% Cap 50 -- Evasion +5 -------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5f3.lua
13
1080
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Leviathan's Gate -- @pos 145 -34 20 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs"); --...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Monarch_Linn/npcs/Spatial_Displacement.lua
12
2447
----------------------------------- -- 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
cmassiot/vlc-broadcast
share/lua/playlist/googlevideo.lua
113
2746
--[[ $Id$ Copyright © 2007 the VideoLAN team 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 program is distribut...
gpl-2.0
nesstea/darkstar
scripts/zones/LaLoff_Amphitheater/mobs/Ark_Angel_EV.lua
7
1655
----------------------------------- -- Area: LaLoff Amphitheater -- MOB: Ark Angel EV ----------------------------------- package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil; ----------------------------------- require("scripts/zones/LaLoff_Amphitheater/TextIDs"); require("scripts/globals/status"); ----...
gpl-3.0
nesstea/darkstar
scripts/zones/Bastok_Mines/npcs/Goraow.lua
12
2552
----------------------------------- -- Area: Bastok Mines -- NPC: Goraow -- Starts Quests: Vengeful Wrath -- @pos 38 .1 14 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globals/s...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/spells/bluemagic/claw_cyclone.lua
27
1801
----------------------------------------- -- Spell: Claw Cyclone -- Damages enemies within area of effect with a twofold attack. Damage varies with TP -- Spell cost: 24 MP -- Monster Type: Beasts -- Spell Type: Physical (Slashing) -- Blue Magic Points: 2 -- Stat Bonus: VIT+1 -- Level: 20 -- Casting Time: 1 sec...
gpl-3.0
nesstea/darkstar
scripts/zones/Apollyon/mobs/Fire_Elemental.lua
49
2612
----------------------------------- -- Area: Apollyon SW -- NPC: elemental ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); ----------------------------------- ...
gpl-3.0
nesstea/darkstar
scripts/globals/items/dish_of_hydra_kofte_+1.lua
18
1876
----------------------------------------- -- ID: 5603 -- Item: dish_of_hydra_kofte_+1 -- Food Effect: 240Min, All Races ----------------------------------------- -- Strength 7 -- Intelligence -3 -- Attack % 21 -- Attack Cap 160 -- Defense % 25 -- Defense Cap 75 -- Ranged ATT % 21 -- Ranged ATT Cap 160 -- Poison Resist ...
gpl-3.0
nesstea/darkstar
scripts/globals/items/sandfish.lua
18
1315
----------------------------------------- -- ID: 4291 -- Item: sandfish -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 3 -- Mind -5 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ----------...
gpl-3.0
NezzKryptic/Wire-Extras
lua/entities/gmod_wire_adv_hudindicator/cl_init.lua
2
33250
include('shared.lua') ENT.RenderGroup = RENDERGROUP_BOTH local advhudindicators = {} // Default HUD x/y local hudx = 0 local hudy = 0 local nextupdate = 0 // Text Height Constant local dtextheight = draw.GetFontHeight("Default") // So we don't need to calculate this every frame w/ Percent Bar style...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/bcnm.lua
7
35801
require("scripts/globals/status"); require("scripts/globals/keyitems"); require("scripts/globals/missions"); require("scripts/globals/quests"); -- NEW SYSTEM BCNM NOTES -- The "core" functions TradeBCNM EventUpdateBCNM EventTriggerBCNM EventFinishBCNM all return TRUE if the action performed is covered by the function....
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/PsoXja/TextIDs.lua
2
1673
-- 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 = 6382; -- Obtained: <item> GIL_OBTAINED = 6383; -- Obtained <number> gil KEYITEM_OBTAINED = 6385; -- Obtain...
gpl-3.0
soulteary/serving-static-files
lua/shell.lua
2
1823
-- Copyright (C) 2014 Anton Jouline (juce) local format = string.format local match = string.match local find = string.find local tcp = ngx.socket.tcp local tonumber = tonumber local shell = { _VERSION = '0.02' } local default_socket = "unix:/tmp/shell.sock" function shell.execute(cmd, args) local timeou...
gpl-2.0
FailcoderAddons/supervillain-ui
SVUI_UnitFrames/libs/oUF/blizzard.lua
4
2447
local parent, ns = ... local oUF = ns.oUF local hiddenParent = CreateFrame("Frame") hiddenParent:Hide() local HandleFrame = function(baseName) local frame if(type(baseName) == 'string') then frame = _G[baseName] else frame = baseName end if(frame) then frame:UnregisterAllEvents() frame:Hide() -- Keep...
mit
NezzKryptic/Wire-Extras
lua/weapons/gmod_tool/stools/wire_servo.lua
4
9460
TOOL.Category = "Wire Extras/Physics/Force" TOOL.Name = "Servo" TOOL.Command = nil TOOL.ConfigName = "" TOOL.Tab = "Wire" TOOL.ClientConVar[ "torque" ] = "3000" TOOL.ClientConVar[ "friction" ] = "1" TOOL.ClientConVar[ "nocollide" ] = "1" TOOL.ClientConVar[ "initweld" ] = "1" TOOL.ClientConVar[ "f...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/weaponskills/hot_shot.lua
30
1336
----------------------------------- -- Hot Shot -- Marksmanship weapon skill -- Skill Level: 5 -- Deals fire elemental damage to enemy. -- Aligned with the Flame Gorget & Light Gorget. -- Aligned with the Flame Belt & Light Belt. -- Element: Fire -- Modifiers: AGI:30% -- 100%TP 200%TP 300%TP -- 0.50 ...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/trail_cookie.lua
36
1258
----------------------------------------- -- ID: 5940 -- Item: Trail Cookie -- Food Effect: 5Min, All Races ----------------------------------------- -- MP Healing 5 -- Aquan Killer 12 -- Sleep Resist 10 ----------------------------------------- require("scripts/globals/status"); -------------------------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Windurst_Walls/npcs/Yoran-Oran.lua
12
6075
----------------------------------- -- Area: Windurst Walls -- NPC: Yoran-Oran -- Type: Standard NPC -- @zone: 239 -- @pos -109.987 -14 203.338 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ------------...
gpl-3.0
ndbeals/Luabox
lua/luabox/ui/toolmenu.lua
2
18507
local spacing = 4 PANEL.ModelList = { ["33%"] = { "models/foran/luabox/033pentium4.mdl", "models/beer/wiremod/gate_e2_nano.mdl", "models/expression 2/cpu_expression_nano.mdl", "models/expression 2/cpu_microchip_nano.mdl", "models/expression 2/cpu_interface_nano.mdl", ...
gpl-3.0
akdor1154/awesome
spec/wibox/layout/align_spec.lua
6
9417
--------------------------------------------------------------------------- -- @author Uli Schlachter -- @copyright 2014 Uli Schlachter --------------------------------------------------------------------------- local align = require("wibox.layout.align") local utils = require("wibox.test_utils") local p = require("wi...
gpl-2.0
Lordlotter/AdvanSource
plugins/banhammer.lua
9
11729
local function pre_process(msg) local data = load_data(_config.moderation.data) -- SERVICE MESSAGE if msg.action and msg.action.type then local action = msg.action.type -- Check if banned user joins chat by link if action == 'chat_add_user_link' then local user_id = msg.from.id print('Che...
gpl-2.0
nesstea/darkstar
scripts/zones/Castle_Oztroja/mobs/Mee_Deggi_the_Punisher.lua
8
1042
----------------------------------- -- Area: Castle Oztroja (151) -- MOB: Mee_Deggi_the_Punisher ----------------------------------- ----------------------------------- -- onMobDeath ----------------------------------- function onMobDeath(mob,killer,ally) if (math.random(1,100) <= 5) then -- Hardcoded "this or ...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Abyssea-Tahrongi/Zone.lua
32
1537
----------------------------------- -- -- Zone: Abyssea - Tahrongi -- ----------------------------------- package.loaded["scripts/zones/Abyssea-Tahrongi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quests"); require("scripts/zones/Abyssea-...
gpl-3.0
dpino/snabbswitch
lib/ljsyscall/syscall/bit.lua
24
3014
-- abstract different bit libraries in different lua versions 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 ...
apache-2.0
MetSystem/skynet
test/testmysql.lua
48
3742
local skynet = require "skynet" local mysql = require "mysql" local function dump(obj) local getIndent, quoteStr, wrapKey, wrapVal, dumpObj getIndent = function(level) return string.rep("\t", level) end quoteStr = function(str) return '"' .. string.gsub(str, '"', '\\"') .. '"' end ...
mit
vonflynee/opencomputersserver
world/opencomputers/506bbd88-8247-4944-9b91-7506cac9fcb5/bin/more.lua
15
1509
local component = require("component") local event = require("event") local keyboard = require("keyboard") local shell = require("shell") local term = require("term") local text = require("text") local unicode = require("unicode") local args = shell.parse(...) if #args == 0 then io.write("Usage: more <filename1>") ...
mit
vonflynee/opencomputersserver
world/opencomputers/a3abb948-eba5-4c6b-9388-1bb1f150ed2b/usr/bin/oppm.lua
1
16683
--[[ OpenPrograms package manager, browser and downloader, for easy access to many programs Author: Vexatos ]] local component = require("component") local event = require("event") local fs = require("filesystem") local serial = require("serialization") local shell = require("shell") local term = require("term") local...
mit
Mashape/kong
kong/plugins/oauth2/daos.lua
1
2906
local url = require "socket.url" local typedefs = require "kong.db.schema.typedefs" local function validate_uri(uri) local parsed_uri = url.parse(uri) if not (parsed_uri and parsed_uri.host and parsed_uri.scheme) then return nil, "cannot parse '" .. uri .. "'" end if parsed_uri.fragment ~= nil then re...
apache-2.0
Spartan322/finalfrontier
gamemode/systems/medical.lua
2
2424
-- Copyright (c) 2014 Danni Lock [codednil@yahoo.co.uk] -- -- This file is part of Final Frontier. -- -- Final Frontier is free software: you can redistribute it and/or modify -- it under the terms of the GNU Lesser General Public License as -- published by the Free Software Foundation, either version 3 of -- the Lic...
lgpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Meriphataud_Mountains/Zone.lua
6
4707
----------------------------------- -- -- Zone: Meriphataud_Mountains (119) -- ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/zones/Meriphatau...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/weaponskills/calamity.lua
30
1485
----------------------------------- -- Calamity -- Axe weapon skill -- Skill level: 200 (Beastmasters and Warriors only.) -- Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Soil Gorget & Thunder Gorget. -- Aligned with the Soil Belt & Thunder Belt. -- El...
gpl-3.0
dpino/snabbswitch
src/apps/ipv4/reassemble.lua
3
16140
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. -- IPv4 reassembly (RFC 791) -- -- This reassembly implementation will abort ongoing reassemblies if -- it sees overlapping fragments. This follows the recommendation of -- RFC 5722, which although it is given specifically for IPv6, it -- ...
apache-2.0
nesstea/darkstar
scripts/globals/items/zucchini.lua
18
1262
----------------------------------------- -- ID: 5726 -- Item: Zucchini -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility 1 -- Vitality -3 -- Defense -1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCh...
gpl-3.0
nesstea/darkstar
scripts/zones/Ifrits_Cauldron/npcs/qm1.lua
16
1330
----------------------------------- -- Area: Ifrit's Cauldron -- NPC: qm1 (???) -- Notes: Used to spawn Tarasque -- @pos 126 18 166 0 ----------------------------------- package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Ifrits_Cauldron/TextIDs")...
gpl-3.0
heyuqi/wxFormBuilder
build/premake/4.3/src/actions/codeblocks/codeblocks_cbp.lua
7
4449
-- -- codeblocks_cbp.lua -- Generate a Code::Blocks C/C++ project. -- Copyright (c) 2009 Jason Perkins and the Premake project -- function premake.codeblocks_cbp(prj) -- alias the C/C++ compiler interface local cc = premake.gettool(prj) _p('<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>') _p('<Co...
gpl-2.0
yoggy/mqtt_lcd_display_test
nodemcu/mqtt_lcd_display.lua
1
1263
-- load configuration require("config") require("lcd_aqm0802a") lcd_setup() lcd_print("MQTT LCDDisplay") tmr.delay(2000 * 1000) -- wifi print("connect to ssid=" .. wifi_ssid); wifi.setmode(wifi.STATION) wifi.sta.config(wifi_ssid, wifi_pass) for i = 1, 10 do lcd_print("connecting. "); tmr.delay(1000 * 1000...
mit
nesstea/darkstar
scripts/zones/Al_Zahbi/npcs/Gadaana.lua
13
1036
----------------------------------- -- Area: Al Zahbi -- NPC: Gadaana -- Type: Standard NPC -- @zone: 48 -- @pos 18.596 -1 -29.891 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ----------------------------...
gpl-3.0
nesstea/darkstar
scripts/globals/items/trail_cookie.lua
18
1291
----------------------------------------- -- ID: 5940 -- Item: Trail Cookie -- Food Effect: 5Min, All Races ----------------------------------------- -- MP Healing 5 -- Aquan Killer 12 -- Sleep Resist 10 ----------------------------------------- require("scripts/globals/status"); -------------------------------------...
gpl-3.0
nesstea/darkstar
scripts/globals/items/pepperoni_pizza_+1.lua
18
1624
----------------------------------------- -- ID: 5698 -- Item: pepperoni_pizza_+1 -- Food Effect: 4hours, All Races ----------------------------------------- -- Health Points 40 -- Strength 1 -- Accuracy 6% (caps @ 11) -- Attack 11% (caps @ 27) --**wiki has no data, so basing stats off of lq version ------------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Outer_Horutoto_Ruins/mobs/Balloon.lua
5
2859
----------------------------------- -- Area: Outer Horutoto Ruins (194) -- MOB: Balloon -- Note: Place holder Bomb King, Doppelganger Dio, Doppelganger Gog ----------------------------------- require("scripts/globals/fieldsofvalor"); require("scripts/zones/Outer_Horutoto_Ruins/MobIDs"); -----------------------------...
gpl-3.0
NezzKryptic/Wire-Extras
lua/autorun/shared/lib-gui-panel-shared.lua
1
2497
guipErrorMsg = "guiPanel ERROR: " --Load all colour schemes found in schemes folder guiP_colourScheme = {} local schemePath = "autorun/schemes/" local schemeList = file.Find(schemePath.."*.lua", "LUA") for k, file in ipairs(schemeList) do if (SERVER) then AddCSLuaFile(schemePath..file) --Msg("(server)") end inc...
gpl-3.0
nesstea/darkstar
scripts/zones/Southern_San_dOria/npcs/Sobane.lua
24
3981
----------------------------------- -- Area: Southern San d'Oria -- NPC: Sobane -- Starts and Finishes Quest: Signed in Blood -- Involved in quest: Sharpening the Sword, Riding on the Clouds -- @zone 230 -- @pos -190 -3 97 -- csid: 0x0034 0x02dc 0x02dd 0x02de 0x02df 0x02e0 0x02e1 0x02e2 0x02e3 0x02e4 0x02e5 ...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Lower_Jeuno/npcs/Bluffnix.lua
7
5313
----------------------------------- -- Area: Lower Jeuno -- NPC: Bluffnix -- Starts and Finishes Quests: Gobbiebags I-X -- @pos -43.099 5.900 -114.788 245 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; -----------...
gpl-3.0
nesstea/darkstar
scripts/globals/weaponskills/mordant_rime.lua
6
2203
----------------------------------- -- Mordant Rime -- Dagger weapon skill -- Skill level: N/A -- Description: Delivers a twofold attack that decreases target's movement speed. Chance of decreasing movement speed varies with TP. Carnwenhan: Aftermath effect varies with TP. -- Aligned with the Breeze Gorget, Thunder Gor...
gpl-3.0
0xd4d/iced
src/rust/iced-x86-lua/lua/Register.lua
1
3230
-- SPDX-License-Identifier: MIT -- Copyright (C) 2018-present iced project and contributors -- ⚠️This file was generated by GENERATOR!🦹‍♂️ ---A register return { None = 0, AL = 1, CL = 2, DL = 3, BL = 4, AH = 5, CH = 6, DH = 7, BH = 8, SPL = 9, BPL = 10, SIL = 11, DIL = 12, R8L = 13, R9L = 14, R10L =...
mit
nesstea/darkstar
scripts/zones/Port_San_dOria/npcs/Joulet.lua
11
3462
----------------------------------- -- Area: Port San d'Oria -- NPC: Joulet -- Starts The Competition -- @zone: 232 -- @pos -18 -2 -45 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Port_San_dOria/TextIDs"...
gpl-3.0
nesstea/darkstar
scripts/globals/weaponskills/keen_edge.lua
11
1338
----------------------------------- -- Keen Edge -- Great Axe weapon skill -- Skill level: 150 -- Delivers a single hit attack. Chance of params.critical varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Shadow Gorget. -- Aligned with the Shadow Belt. -- Element: None -- Modifiers: STR:35% -- 100%TP ...
gpl-3.0
nesstea/darkstar
scripts/globals/spells/massacre_elegy.lua
24
1592
----------------------------------------- -- Spell: Massacre Elegy ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,target...
gpl-3.0
nesstea/darkstar
scripts/zones/AlTaieu/npcs/HomePoint#2.lua
29
1244
----------------------------------- -- Area: AlTaieu -- NPC: HomePoint#2 -- @pos -532 0 447 33 ----------------------------------- package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/AlTaieu/TextIDs"); require("scripts/globals/homepoint"); -------------...
gpl-3.0
nesstea/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Sulbahn.lua
29
2002
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sulbahn -- Type: Alchemy Adv. Image Support -- @pos -10.470 -6.25 -141.700 241 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
vonflynee/opencomputersserver
world/opencomputers/a3abb948-eba5-4c6b-9388-1bb1f150ed2b/bin/flash.lua
15
2414
local component = require("component") local shell = require("shell") local fs = require("filesystem") local args, options = shell.parse(...) if #args < 1 and not options.l then io.write("Usage: flash [-qlr] [<bios.lua>] [label]\n") io.write(" q: quiet mode, don't ask questions.\n") io.write(" l: print current ...
mit
nesstea/darkstar
scripts/zones/Jugner_Forest/npcs/Mionie.lua
13
1887
----------------------------------- -- Area: Jugner Forest -- NPC: Mionie -- Type: Outpost Vendor -- @pos 54 0 -11 104 ----------------------------------- package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/items/windurst_taco.lua
35
1560
----------------------------------------- -- ID: 5172 -- Item: windurst_taco -- Food Effect: 30Min, All Races ----------------------------------------- -- MP 20 -- Vitality -1 -- Agility 5 -- MP Recovered While Healing 1 -- Ranged Accuracy % 8 (cap 10) ----------------------------------------- require("scr...
gpl-3.0
Cycloneteam/CycloneTg
plugins/robot.lua
1
1639
-- Checks if bot was disabled on specific chat local function is_channel_disabled( receiver ) if not _config.disabled_channels then return false end if _config.disabled_channels[receiver] == nil then return false end return _config.disabled_channels[receiver] end local function enable_channel(receiver) if...
gpl-2.0
nesstea/darkstar
scripts/globals/mobskills/Thundris_Shriek.lua
30
1355
--------------------------------------------- -- Thundris Shriek -- -- Description: Deals heavy lightning damage to targets in area of effect. Additional effect: Terror -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Unknown -- Notes: Players will begin to be intimidated by the dvergr after this atta...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/East_Ronfaure_[S]/npcs/Cavernous_Maw.lua
29
1467
----------------------------------- -- Area: East Ronfaure [S] -- NPC: Cavernous Maw -- Teleports Players to East Ronfaure -- @pos 322 -59 503 81 ----------------------------------- package.loaded["scripts/zones/East_Ronfaure_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/k...
gpl-3.0
Cyumus/NutScript
gamemode/core/derma/cl_modelpanel.lua
4
2138
local PANEL = {} local MODEL_ANGLE = Angle(0, 45, 0) function PANEL:Init() self.brightness = 1 self:SetCursor("none") self.OldSetModel = self.SetModel self.SetModel = function(self, model) self:OldSetModel(model) local entity = self.Entity if (IsValid(entity)) then local sequence = entity:Sel...
mit
dpino/snabbswitch
src/program/lwaftr/quickcheck/quickcheck.lua
10
3698
module(...,package.seeall) local lib = require("core.lib") local utils = require("program.lwaftr.quickcheck.utils") local function show_usage(code) print(require("program.lwaftr.quickcheck.README_inc")) main.exit(code) end local function parse_args (args) local handlers = {} local opts = { iterations = 1...
apache-2.0
Mashape/kong
spec/02-integration/01-helpers/02-blueprints_spec.lua
2
8611
local DB = require "kong.db" local helpers = require "spec.helpers" local Blueprints = require "spec.fixtures.blueprints" local UUID_PATTERN = "%x%x%x%x%x%x%x%x%-%x%x%x%x%-%x%x%x%x%-%x%x%x%x%-%x%x%x%x%x%x%x%x%x%x%x%x" for _, strategy in helpers.each_strategy() do describe(string.format("blueprints db [#%s]", stra...
apache-2.0
UnfortunateFruit/darkstar
scripts/globals/items/cup_of_windurstian_tea.lua
35
1210
----------------------------------------- -- ID: 4493 -- Item: cup_of_windurstian_tea -- Food Effect: 180Min, All Races ----------------------------------------- -- Vitality -2 -- Charisma 1 ----------------------------------------- require("scripts/globals/status"); ---------------------------------------...
gpl-3.0
UnfortunateFruit/darkstar
scripts/globals/spells/horde_lullaby_ii.lua
11
1233
----------------------------------------- -- Spell: Horde Lullaby ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,target,...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Grand_Palace_of_HuXzoi/mobs/Ix_ghrah.lua
13
1306
----------------------------------- -- Area: Grand Palace of HuXzoi -- NPC: Ix_ghrah ----------------------------------- require("scripts/globals/status"); require("scripts/globals/missions"); ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(...
gpl-3.0
nesstea/darkstar
scripts/zones/Pashhow_Marshlands/npcs/Ioupie_RK.lua
13
3337
----------------------------------- -- Area: Pashhow Marshlands -- NPC: Ioupie, R.K. -- Type: Border Conquest Guards -- @pos 536.291 23.517 694.063 109 ----------------------------------- package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil; ----------------------------------- require("scripts/globals/con...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/Balgas_Dais/npcs/Burning_Circle.lua
12
2286
----------------------------------- -- Area: Balga's Dais -- NPC: Burning Circle -- Balga's Dais Burning Circle -- @pos 299 -123 345 146 ------------------------------------- package.loaded["scripts/zones/Balgas_Dais/TextIDs"] = nil; ------------------------------------- require("scripts/globals/keyitems"); ...
gpl-3.0
dany-sj/Kings_Bot
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
johnmccabe/dockercraft
world/Plugins/Core/web_serversettings.lua
6
29142
-- Some HTML helper functions local function HTML_Option(Value, Text, Selected) if (Selected) then return [[<option value="]] .. Value .. [[" selected>]] .. Text .. [[</option>]] else return [[<option value="]] .. Value .. [[">]] .. Text .. [[</option>]] end end local function HTML_Select_On_Off(Name, DefaultVa...
apache-2.0
Cyumus/NutScript
gamemode/items/base/sh_bags.lua
4
3010
ITEM.name = "Bag" ITEM.desc = "A bag to hold items." ITEM.model = "models/props_c17/suitcase001a.mdl" ITEM.category = "Storage" ITEM.width = 2 ITEM.height = 2 ITEM.invWidth = 4 ITEM.invHeight = 2 ITEM.isBag = true ITEM.functions.View = { icon = "icon16/briefcase.png", onClick = function(item) local index = item:get...
mit
Olipro/Payday-2-BLT_Club-Sandwich-Edition
mods/base/lua/MenuItemCustomizeController.lua
2
2881
CloneClass( MenuItemCustomizeController ) function MenuItemCustomizeController.init(self, data_node, parameters) CoreMenuItem.Item.init(self, data_node, parameters) self._type = MenuItemCustomizeController.TYPE end function MenuItemCustomizeController.setup_gui(self, node, row_item) row_item.gui_panel = node.item...
mit
nesstea/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Tachi.lua
7
1502
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Animated Tachi ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobEngag...
gpl-3.0
UnfortunateFruit/darkstar
scripts/zones/QuBia_Arena/mobs/Rojgnoj_s_Right_Hand.lua
10
1233
----------------------------------- -- 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
UnfortunateFruit/darkstar
scripts/globals/abilities/pets/thunderspark.lua
25
1489
--------------------------------------------------- -- Thunderspark M=whatever --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/summon"); require("scripts/globals/magic"); require("scripts/globals/monstertpmoves...
gpl-3.0
nesstea/darkstar
scripts/zones/Inner_Horutoto_Ruins/Zone.lua
13
5247
----------------------------------- -- -- Zone: Inner_Horutoto_Ruins (192) -- ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/zone"); require...
gpl-3.0
nesstea/darkstar
scripts/zones/Monastic_Cavern/npcs/Magicite.lua
13
1688
----------------------------------- -- Area: Monastic Cavern -- NPC: Magicite -- Involved in Mission: Magicite -- @pos -22 1 -66 150 ----------------------------------- package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scri...
gpl-3.0
ferisystem/ApiSeed
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
UnfortunateFruit/darkstar
scripts/globals/mobskills/PL_Tail_Slap.lua
13
1068
--------------------------------------------- -- Tail Slap -- -- Description: Delivers an area attack. Additional effect: "Stun." Damage varies with TP. -- Type: Physical (Blunt) --------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("script...
gpl-3.0
plajjan/snabbswitch
lib/ljsyscall/examples/lxc.lua
23
4075
-- Work in progress - not complete or tested yet -- script to run init.lua in a container for testing -- creates a container and runs init in it, innit. -- pushes an interface into the container, but only with local routing, not bridged or mac-vlan'd for now -- run as root local oldassert = assert local function a...
apache-2.0