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/spells/bluemagic/sudden_lunge.lua
8
1940
----------------------------------------- -- Spell: Sudden Lunge -- Damage varies with TP. Additional effect: "Stun." -- Spell cost: 18 MP -- Monster Type: Vermin -- Spell Type: Physical (Slashing) -- Blue Magic Points: 4 -- Stat Bonus: HP-5 MP-5 DEX+1 AGI+1 -- Level: 95 -- Casting Time: 0.5 seconds -- Recast Time: 15 ...
gpl-3.0
LegionXI/darkstar
scripts/globals/items/bowl_of_humpty_soup.lua
12
1393
----------------------------------------- -- ID: 4521 -- Item: Bowl of Humpty Soup -- Food Effect: 240Min, All Races ----------------------------------------- -- Health % 6 -- Health Cap 35 -- Magic 5 -- Health Regen While Healing 5 ----------------------------------------- require("scripts/globals/status"); --------...
gpl-3.0
LegionXI/darkstar
scripts/globals/weaponskills/spirit_taker.lua
25
1468
----------------------------------- -- Spirit Taker -- Staff weapon skill -- Skill Level: 215 -- Converts damage dealt to own MP. Damage varies with TP. -- Will stack with Sneak Attack. -- Not aligned with any "elemental gorgets" or "elemental belts" due to it's absence of Skillchain properties. -- It is a physical wea...
gpl-3.0
LegionXI/darkstar
scripts/zones/Port_Bastok/npcs/Romilda.lua
29
2475
----------------------------------- -- Area: Port Bastok -- NPC: Romilda -- Involved in Quest: Forever to Hold -- Starts & Ends Quest: Till Death Do Us Part ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"...
gpl-3.0
naclander/tome
game/modules/tome/data/general/objects/egos/light-boots.lua
3
1357
-- 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/globals/items/alchemists_belt.lua
30
1200
----------------------------------------- -- ID: 15450 -- Item: Alchemist's belt -- Enchantment: Synthesis image support -- 2Min, All Races ----------------------------------------- -- Enchantment: Synthesis image support -- Duration: 2Min -- Alchemy Skill +3 ----------------------------------------- requir...
gpl-3.0
ibm2431/darkstar
scripts/globals/items/sleep_bolt.lua
12
1175
----------------------------------------- -- ID: 18149 -- Item: Sleep Bolt -- Additional Effect: Sleep ----------------------------------------- require("scripts/globals/status") require("scripts/globals/magic") require("scripts/globals/msg") ----------------------------------------- function onAdditionalEffect(player...
gpl-3.0
ibm2431/darkstar
scripts/globals/items/silken_smile.lua
11
1026
----------------------------------------- -- ID: 5628 -- Item: Silken Smile -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- Intelligence 2 -- HP Recovered while healing 4 -- MP Recovered while healing 7 ----------------------------------------- require("scripts/global...
gpl-3.0
icyxp/kong
spec/03-plugins/16-response-transformer/02-body_transformer_spec.lua
10
7210
local body_transformer = require "kong.plugins.response-transformer.body_transformer" local cjson = require "cjson" describe("Plugin: response-transformer", function() describe("transform_json_body()", function() describe("add", function() local conf = { remove = { json = {} }, ...
apache-2.0
ibm2431/darkstar
scripts/globals/weaponskills/calamity.lua
10
1522
----------------------------------- -- 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. -- Element: N...
gpl-3.0
mhmjhamyargroup44233/hamyargroup63635567
plugins/meme.lua
637
5791
local helpers = require "OAuth.helpers" local _file_memes = './data/memes.lua' local _cache = {} local function post_petition(url, arguments) local response_body = {} local request_constructor = { url = url, method = "POST", sink = ltn12.sink.table(response_body), headers = {}, red...
gpl-2.0
bbn1234/uzzbot
plugins/meme.lua
637
5791
local helpers = require "OAuth.helpers" local _file_memes = './data/memes.lua' local _cache = {} local function post_petition(url, arguments) local response_body = {} local request_constructor = { url = url, method = "POST", sink = ltn12.sink.table(response_body), headers = {}, red...
gpl-2.0
peymankhanas8487/Horror-Avatar
plugins/meme.lua
637
5791
local helpers = require "OAuth.helpers" local _file_memes = './data/memes.lua' local _cache = {} local function post_petition(url, arguments) local response_body = {} local request_constructor = { url = url, method = "POST", sink = ltn12.sink.table(response_body), headers = {}, red...
gpl-2.0
greasydeal/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Signpost.lua
13
1351
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Signpost ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/TextIDs"); ----------------------------------- -- onTrad...
gpl-3.0
herrbrave/RTS_Engine
RTS/RTS/Games/spacecolonywars/Gorblox7.lua
1
2397
registrar = { ASSET = 0, DRAWABLE = 1, ENTITY = 0, FACTORY = 1, PHYSICS = 1, ANIMATION = 0, INPUT = 1, SCRIPT = 0, ASSET = 0, CAMERA = 1, MOUSE_MOVE = 1, } dx = 0 dy = 0 areaX = 0 areaY = 0 mouseDown = false function setup() print("setup space colony wars", entityId) enableMouseMove(entityId) selectAr...
mit
LegionXI/darkstar
scripts/zones/Apollyon/npcs/Radiant_Aureole.lua
13
6358
----------------------------------- -- Area: Appolyon -- NPC: Radiant_Aureole -- @pos ----------------------------------- require("scripts/globals/limbus"); require("scripts/globals/keyitems"); package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Apollyon...
gpl-3.0
naclander/tome
game/modules/tome/data/gfx/shaders/objectsoutline.lua
3
1052
-- 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
ibm2431/darkstar
scripts/zones/Port_Jeuno/Zone.lua
9
3114
----------------------------------- -- -- Zone: Port_Jeuno (246) -- ----------------------------------- local ID = require("scripts/zones/Port_Jeuno/IDs") require("scripts/globals/conquest") require("scripts/globals/settings") require("scripts/globals/chocobo") require("scripts/globals/quests") require("scripts/globals...
gpl-3.0
ibm2431/darkstar
scripts/zones/The_Sanctuary_of_ZiTah/npcs/qm2.lua
9
1128
----------------------------------- -- Area: The Sanctuary of ZiTah -- NPC: qm2 (???) -- Involved in Quest: Forge Your Destiny -- !pos 639 -1 -151 121 ----------------------------------- local ID = require("scripts/zones/The_Sanctuary_of_ZiTah/IDs") require("scripts/globals/npc_util") require("scripts/globals/quests")...
gpl-3.0
ibm2431/darkstar
scripts/zones/Nyzul_Isle/mobs/Imperial_Gear.lua
9
1482
----------------------------------- -- Area: Nyzul Isle (Path of Darkness) -- Mob: Imperial Gear ----------------------------------- local ID = require("scripts/zones/Nyzul_Isle/IDs") require("scripts/globals/status"); ----------------------------------- function onMobSpawn(mob) local instance = mob:getInstance()...
gpl-3.0
LegionXI/darkstar
scripts/globals/spells/knights_minne_iv.lua
27
1497
----------------------------------------- -- Spell: Knight's Minne IV -- Grants Defense bonus to all allies. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(cas...
gpl-3.0
lbthomsen/openwrt-luci
applications/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_resolvcrypt_tab.lua
18
1030
-- Copyright 2017 Dirk Brenken (dev@brenken.org) -- This is free software, licensed under the Apache License, Version 2.0 local nxfs = require("nixio.fs") local util = require("luci.util") local res_input = "/etc/resolv-crypt.conf" if not nxfs.access(res_input) then m = SimpleForm("error", nil, translate("...
apache-2.0
srijan/ntopng
third-party/LuaJIT-2.0.2/src/jit/dis_x86.lua
99
29330
---------------------------------------------------------------------------- -- LuaJIT x86/x64 disassembler module. -- -- Copyright (C) 2005-2013 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h --------------------------------------------------------------------------...
gpl-3.0
LegionXI/darkstar
scripts/zones/Northern_San_dOria/npcs/Mevreauche.lua
9
2114
----------------------------------- -- Area: Northern San d'Oria -- NPC: Mevreauche -- Type: Smithing Guild Master -- @pos -193.584 10 148.655 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_Sa...
gpl-3.0
greasydeal/darkstar
scripts/zones/Metalworks/npcs/Franziska.lua
13
1168
----------------------------------- -- Area: Metalworks -- NPC: Franziska -- Type: Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Metalworks/TextIDs"); -------------------------------...
gpl-3.0
danjia/GameForMom
proj.android/assets/CocoStudio.lua
11
8563
require "json" require "extern" function sendTriggerEvent(event) local triggerObjArr = TriggerMng.getInstance():get(event) if nil == triggerObjArr then return end for i = 1, table.getn(triggerObjArr) do local triObj = triggerObjArr[i] if nil ~= triObj and triObj:detect() t...
mit
LegionXI/darkstar
scripts/zones/Southern_San_dOria/npcs/Clainomille.lua
14
1305
----------------------------------- -- Area: Southern San d'Oria -- NPC: Clainomille -- Type: Standard NPC -- @zone 230 -- @pos -72.771 0.999 -6.112 -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----...
gpl-3.0
Igalia/snabbswitch
src/lib/lua/class.lua
15
3587
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. -- Support for basic OO programming. Apart from the usual -- incantations of setmetatable(), it implements a simple mechanism to -- avoid table allocations by recycling objects that have been -- explicitely declared to no longer be in use....
apache-2.0
LegionXI/darkstar
scripts/zones/Bastok_Markets/npcs/Wulfnoth.lua
53
1818
----------------------------------- -- Area: Bastok Markets -- NPC: Wulfnoth -- Type: Goldsmithing Synthesis Image Support -- @pos -211.937 -7.814 -56.292 235 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
ibm2431/darkstar
scripts/zones/Bastok_Mines/npcs/Boytz.lua
12
1300
----------------------------------- -- Area: Bastok Mines -- NPC: Boytz -- Standard Merchant NPC ----------------------------------- local ID = require("scripts/zones/Bastok_Mines/IDs") require("scripts/globals/conquest") require("scripts/globals/shop") function onTrade(player,npc,trade) end function onTrigger(playe...
gpl-3.0
evrooije/beerarchy
mods/00_bt_mobs/dmobs/spawn.lua
1
4205
if dmobs.regulars then -- friendlies -- mobs:register_spawn("dmobs:nyan", {"default:pine_needles","default:leaves"}, 20, 10, 50000, 2, 31000) -- mobs:register_spawn("dmobs:nyan", {"nyanland:meseleaves"}, 20, 10, 15000, 2, 31000) -- mobs:register_spawn("dmobs:hedgehog", {"default:dirt_with_grass","default:pine_needle...
lgpl-2.1
greasydeal/darkstar
scripts/zones/Stellar_Fulcrum/mobs/Kam_lanaut.lua
27
1401
----------------------------------- -- Area: Stellar Fulcrum -- NPC: Kam'lanaut -- Zilart Mission 8 BCNM Fight ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); require("scripts/globals/magic"); local blades = {567, 570, 572, 569, 568, 571}; ------...
gpl-3.0
ibm2431/darkstar
scripts/zones/Grand_Palace_of_HuXzoi/IDs.lua
12
1210
----------------------------------- -- Area: Grand_Palace_of_HuXzoi ----------------------------------- require("scripts/globals/zone") ----------------------------------- zones = zones or {} zones[dsp.zone.GRAND_PALACE_OF_HUXZOI] = { text = { ITEM_CANNOT_BE_OBTAINED = 6382, -- You cannot obtain the <...
gpl-3.0
alerque/sile
languages/sv.lua
3
43567
SILE.hyphenator.languages["sv"] = {} SILE.hyphenator.languages["sv"].patterns = { ".a4b", ".ab5i", ".ab5ol", ".ab3r", ".ac3", ".a4d", ".a3dr", ".ad3s", ".a5g4ra", ".a5gre", ".a5kl", ".a5le", ".al4pr", ".a3lu", ".am4br", ".amp3l", ".a5mu", ".and4rar", ".a2n5es", ".ang4er", ".an5go", ".an5s", ".ap1p", ".as2k", ".a3ske...
mit
naclander/tome
game/engines/default/engine/SavefilePipe.lua
1
10402
-- TE4 - T-Engine 4 -- 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 version....
gpl-3.0
greasydeal/darkstar
scripts/globals/weaponskills/spirits_within.lua
30
1518
----------------------------------- -- Spirits Within -- Sword weapon skill -- Spirits Within Sword Weapon Skill -- TrolandAdded by Troland -- Skill Level: 175 -- Delivers an unavoidable attack. Damage varies with HP and TP. -- Not aligned with any "elemental gorgets" or "elemental belts" due to it's absence of ...
gpl-3.0
bittorf/luci
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua
73
1370
-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("DF Plugin Configuration"), translate( "The df plugin collects statistics about the disk space " .. "usage on different devices, mount points or file...
apache-2.0
greasydeal/darkstar
scripts/zones/Bibiki_Bay/npcs/Toh_Zonikki.lua
11
4705
----------------------------------- -- Area: Bibiki Bay -- NPC: Toh Zonikki -- Type: Clamming NPC -- @pos -371 -1 -421 4 ----------------------------------- package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil; require("scripts/zones/Bibiki_Bay/TextIDs"); require("scripts/globals/keyitems"); -------------------...
gpl-3.0
mohammad25253/teamstar
plugins/owners.lua
284
12473
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
mahdikord/mahdibk9
plugins/boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
pleonex/telegram-bot
plugins/boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
TeleDALAD/harchi
plugins/boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
mohammad25253/teamstar
plugins/Boobs.lua
731
1601
do -- Recursive function local function getRandomButts(attempt) attempt = attempt or 0 attempt = attempt + 1 local res,status = http.request("http://api.obutts.ru/noise/1") if status ~= 200 then return nil end local data = json:decode(res)[1] -- The OpenBoobs API sometimes returns an empty array if no...
gpl-2.0
greasydeal/darkstar
scripts/zones/Norg/npcs/Ryoma.lua
17
3871
----------------------------------- -- Area: Norg -- NPC: Ryoma -- Start and Finish Quest: 20 in Pirate Years, I'll Take the Big Box, True Will -- Involved in Quest: Ayame and Kaede -- @pos -23 0 -9 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; --------------------...
gpl-3.0
ibm2431/darkstar
scripts/globals/abilities/pets/knockout.lua
14
1429
--------------------------------------------------- -- Knockout --------------------------------------------------- require("scripts/globals/status") require("scripts/globals/settings") require("scripts/globals/automatonweaponskills") --------------------------------------------------- function onMobSkillCheck(target...
gpl-3.0
naclander/tome
game/modules/tome/data/general/npcs/orc-vor.lua
3
5167
-- 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
lache/RacingKingLee
crazyclient/src/cocos/framework/extends/UIScrollView.lua
55
2042
--[[ Copyright (c) 2011-2014 chukong-inc.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, di...
mit
LegionXI/darkstar
scripts/zones/Open_sea_route_to_Mhaura/Zone.lua
17
1488
----------------------------------- -- -- Zone: Open_sea_route_to_Mhaura (47) -- ----------------------------------- package.loaded["scripts/zones/Open_sea_route_to_Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Open_sea_route_to_Mhaura/TextIDs"); --------------------------------...
gpl-3.0
ibm2431/darkstar
scripts/zones/Fort_Ghelsba/IDs.lua
9
1186
----------------------------------- -- Area: Fort_Ghelsba ----------------------------------- require("scripts/globals/zone") ----------------------------------- zones = zones or {} zones[dsp.zone.FORT_GHELSBA] = { text = { CONQUEST_BASE = 0, -- Tallying conquest results... ITEM_CANN...
gpl-3.0
LegionXI/darkstar
scripts/zones/Arrapago_Remnants/IDs.lua
13
1635
Arrapago = { text = { -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379, -- You cannot obtain the item <item> come back again after sorting your inventory ITEM_OBTAINED = 6384, -- Obtained: <item> GIL_OBTAINED = 6385, -- Obtained <number> gil KEYITEM_OBTAINED = 6387, -- Obtain...
gpl-3.0
greasydeal/darkstar
scripts/globals/items/plate_of_salmon_sushi_+1.lua
35
1480
----------------------------------------- -- ID: 5664 -- Item: plate_of_salmon_sushi_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Strength 2 -- Accuracy % 15 -- Ranged ACC % 15 ----------------------------------------- require("scripts/globals/status"); ----------------...
gpl-3.0
bacsmar/Urho3D
bin/Data/LuaScripts/33_Urho2DSpriterAnimation.lua
24
7416
-- Urho2D sprite example. -- This sample demonstrates: -- - Creating a 2D scene with spriter animation -- - Displaying the scene using the Renderer subsystem -- - Handling keyboard to move and zoom 2D camera require "LuaScripts/Utilities/Sample" local spriterNode = nil local spriterAnimationIndex...
mit
greasydeal/darkstar
scripts/zones/Temenos/mobs/Kindred_Summoner.lua
17
1155
----------------------------------- -- Area: Temenos N T -- NPC: Kindred_Summoner. ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -------------------...
gpl-3.0
greasydeal/darkstar
scripts/zones/Port_Bastok/npcs/Galvin.lua
36
1464
----------------------------------- -- Area: Port Bastok -- NPC: Galvin -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; require("scripts/zones/Port_Bastok/TextIDs"); ...
gpl-3.0
greasydeal/darkstar
scripts/commands/addallmaps.lua
24
1550
--------------------------------------------------------------------------------------------------- -- func: addallmaps -- desc: Adds all maps to the given player. --------------------------------------------------------------------------------------------------- cmdprops = { permission = 1, parameters...
gpl-3.0
icyxp/kong
spec/02-integration/05-proxy/05-ssl_spec.lua
3
7696
local ssl_fixtures = require "spec.fixtures.ssl" local helpers = require "spec.helpers" local cjson = require "cjson" local function get_cert(server_name) local _, _, stdout = assert(helpers.execute( string.format("echo 'GET /' | openssl s_client -connect 0.0.0.0:%d -servername %s", helpers.te...
apache-2.0
naclander/tome
game/modules/tome/data/gfx/particles/flame.lua
1
2191
-- 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/Windurst_Woods/npcs/Manyny.lua
36
1453
----------------------------------- -- Area: Windurst Woods -- NPC: Manyny -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; require("scripts/zones/Windurst_Woods/Tex...
gpl-3.0
greasydeal/darkstar
scripts/zones/Castle_Oztroja/npcs/_m71.lua
19
1187
----------------------------------- -- Area: Castle Oztroja -- NPC: _m71 (Torch Stand) -- Involved in Mission: Magicite -- @pos -99 24 -105 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); req...
gpl-3.0
naclander/tome
src/luajit2/dynasm/dasm_arm.lua
74
34483
------------------------------------------------------------------------------ -- DynASM ARM module. -- -- Copyright (C) 2005-2013 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- Module information: local _in...
gpl-3.0
Tommy228/TTTDamagelogs
lua/damagelogs/shared/lang/french.lua
1
14912
DamagelogLang.french = { DefaultReason = "Aucune raison spécifiée", -- Damage types DMG_BLAST = "une explosion", DMG_BURN = "du feu", DMG_CRUSH = "dégâts de chute ou de collisions", DMG_SLASH = "un objet pointu", DMG_CLUB = "mattraqué à mort", DMG_SHOCK = "un choc électrique", DMG_EN...
gpl-3.0
naclander/tome
game/modules/tome/data/gfx/particles/temporal_focus.lua
3
1490
-- 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/globals/items/slice_of_diatryma_meat.lua
18
1290
----------------------------------------- -- ID: 5290 -- Item: Slice of Diatryma Meat -- Effect: 5 Minutes, food effect, Galka Only ----------------------------------------- -- Strength +3 -- Intelligence -5 ----------------------------------------- require("scripts/globals/status"); ---------------------------------...
gpl-3.0
greasydeal/darkstar
scripts/globals/items/bowl_of_emerald_soup.lua
35
1393
----------------------------------------- -- ID: 4327 -- Item: Bowl of Emerald Soup -- Food Effect: 240Min, All Races ----------------------------------------- -- Agility 2 -- Vitality -1 -- Health Regen While Healing 3 -- Ranged ACC 6 ----------------------------------------- require("scripts/globals/statu...
gpl-3.0
peymankhanas8487/Horror-Avatar
plugins/get.lua
613
1067
local function get_variables_hash(msg) if msg.to.type == 'chat' then return 'chat:'..msg.to.id..':variables' end if msg.to.type == 'user' then return 'user:'..msg.from.id..':variables' end end local function list_variables(msg) local hash = get_variables_hash(msg) if hash then local names =...
gpl-2.0
pleonex/telegram-bot
plugins/get.lua
613
1067
local function get_variables_hash(msg) if msg.to.type == 'chat' then return 'chat:'..msg.to.id..':variables' end if msg.to.type == 'user' then return 'user:'..msg.from.id..':variables' end end local function list_variables(msg) local hash = get_variables_hash(msg) if hash then local names =...
gpl-2.0
alerque/sile
languages/rm.lua
3
3001
SILE.hyphenator.languages["rm"] = {} SILE.hyphenator.languages["rm"].patterns = { "2'2", "2'.", "2b'", "2c'", "2ch'.", "2ch''", "2d'", "2f'", "2g'", "2h'", "2j'", "2k'", "2l'.", "2l''", "2m'", "2n'", "2p'", "2q'", "2r'", "4s'.", "4s''", "2sch'", "2schs'", "2sh'", "2st'", "4tsch'", "4tschs'", "2t'.", "2t''", "2v'.", ...
mit
naclander/tome
game/modules/tome/data/talents/techniques/superiority.lua
1
4403
-- 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/Lower_Jeuno/npcs/Harnek.lua
17
2365
----------------------------------- -- Area: Lower Jeuno -- NPC: Harnek -- Starts and Finishes Quest: The Tenshodo Showdown (finish) -- @zone 245 -- @pos 44 0 -19 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; --...
gpl-3.0
LegionXI/darkstar
scripts/zones/Sea_Serpent_Grotto/npcs/_4wa.lua
14
1794
----------------------------------- -- Area: Sea Serpent Grotto -- NPC: Sahagin Key Door -- @zone 176 -- @pos 40 8.6 20.012 ----------------------------------- package.loaded["scripts/zones/Sea_Serpent_Grotto/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zo...
gpl-3.0
ibm2431/darkstar
scripts/zones/Castle_Zvahl_Baileys/npcs/Switchstix.lua
9
20014
----------------------------------- -- Area: Castle Zvahl Baileys -- NPC: Switchstix -- Type: Standard NPC -- !pos 386.091 -13 -17.399 161 ----------------------------------- local ID = require("scripts/zones/Castle_Zvahl_Baileys/IDs"); require("scripts/globals/keyitems"); require("scripts/globals/status"); ---------...
gpl-3.0
naclander/tome
game/modules/tome/data/rooms/space_tree_pod.lua
3
2749
-- 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
nicholas-leonard/rnn
MaskZero.lua
3
3518
------------------------------------------------------------------------ --[[ MaskZero ]]-- -- Decorator that zeroes the output rows of the encapsulated module -- for commensurate input rows which are tensors of zeros ------------------------------------------------------------------------ local MaskZero, parent = torc...
bsd-3-clause
LegionXI/darkstar
scripts/globals/abilities/fire_maneuver.lua
19
1605
----------------------------------- -- Ability: Fire Maneuver -- Enhances the effect of fire attachments. Must have animator equipped. -- Obtained: Puppetmaster level 1 -- Recast Time: 10 seconds (shared with all maneuvers) -- Duration: 1 minute ----------------------------------- require("scripts/globals/status"); re...
gpl-3.0
naclander/tome
game/engines/default/engine/dialogs/GameMenu.lua
3
4683
-- TE4 - T-Engine 4 -- 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 version....
gpl-3.0
rameplayerorg/rameplayer-backend
plugins/recorder.lua
1
12569
-- Must be safe version of cjson-lib for error handling local json = require 'cjson.safe' local plpath = require 'pl.path' local pldir = require 'pl.dir' local plutils = require 'pl.utils' local cqueues = require 'cqueues' local posix = require 'posix' local process = require 'cqp.process' local RAME = require 'rame.ra...
gpl-2.0
LegionXI/darkstar
scripts/globals/mobskills/Bilgestorm.lua
30
1415
--------------------------------------------- -- Bilgestorm -- -- Description: Deals damage in an area of effect. Additional effect: Lowers attack, accuracy, and defense -- Type: Physical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Unknown -- Notes: Only used at low health.*Experienced the use at 75%* -----...
gpl-3.0
Geigerkind/DPSMateTBC
DPSMate_Healing/DPSMate_Details_Healing.lua
1
30655
-- Global Variables DPSMate.Modules.DetailsHealing = {} -- Local variables local DetailsArr, DetailsTotal, DmgArr, DetailsUser, DetailsSelected = {}, 0, {}, "", 1 local DetailsArrComp, DetailsTotalComp, DmgArrComp, DetailsUserComp, DetailsSelectedComp = {}, 0, {}, "", 1 local g, g2, g3, g4,g5,g6,g7 local curKey = 1 ...
gpl-3.0
naclander/tome
game/modules/tome/data/general/npcs/skeleton.lua
3
5976
-- 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/globals/items/plate_of_coeurl_sautee.lua
35
1762
----------------------------------------- -- ID: 4548 -- Item: plate_of_coeurl_sautee -- Food Effect: 180Min, All Races ----------------------------------------- -- Strength 5 -- Agility 1 -- Intelligence -2 -- Attack % 20 -- Attack Cap 75 -- Ranged ATT % 20 -- Ranged ATT Cap 75 -- Stun Resist 5 ----------...
gpl-3.0
greasydeal/darkstar
scripts/globals/spells/bluemagic/feather_tickle.lua
2
1193
----------------------------------------- -- Spell: Feather Tickle -- Reduces an enemy's TP -- Spell cost: 48 MP -- Monster Type: Birds -- Spell Type: Magical (Wind) -- Blue Magic Points: 3 -- Stat Bonus: AGI+1 -- Level: 64 -- Casting Time: 4 seconds -- Recast Time: 26 seconds -- Magic Bursts on: Detonation,...
gpl-3.0
LegionXI/darkstar
scripts/zones/Abyssea-Uleguerand/npcs/qm17.lua
14
1404
----------------------------------- -- Zone: Abyssea-Uleguerand -- NPC: qm17 (???) -- Spawns Isgebind -- @pos ? ? ? 253 ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/status"); ----------------------------------- -- onTrigger Action ----------------------------------...
gpl-3.0
ibm2431/darkstar
scripts/zones/Arrapago_Reef/mobs/Medusa.lua
11
2583
----------------------------------- -- Area: Arrapago Reef -- NM: Medusa -- !pos -458 -20 458 -- TODO: resists, attack/def boosts ----------------------------------- local ID = require("scripts/zones/Arrapago_Reef/IDs") mixins = {require("scripts/mixins/job_special")} require("scripts/globals/titles") require("script...
gpl-3.0
gwlim/luci
applications/luci-radvd/luasrc/model/cbi/radvd/prefix.lua
74
3766
--[[ 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...
apache-2.0
LegionXI/darkstar
scripts/zones/Port_Bastok/npcs/Ominous_Cloud.lua
14
6572
----------------------------------- -- Area: Port Bastok -- NPC: Ominous Cloud -- Type: Traveling Merchant NPC -- @zone 236 -- @pos 146.962 7.499 -63.316 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----...
gpl-3.0
greasydeal/darkstar
scripts/zones/Metalworks/npcs/Ghemp.lua
24
2139
----------------------------------- -- Area: Metalworks -- NPC: Ghemp -- Type: Smithing Guild Master -- @pos -109 2 27 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/glo...
gpl-3.0
ricker75/Global-Server
data/npc/scripts/Queen Eloise.lua
2
12806
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg)...
gpl-2.0
greasydeal/darkstar
scripts/globals/mobskills/Dominion_Slash.lua
7
1570
--------------------------------------------- -- Domionion Slash -- -- Description: Performs an area of effect slashing weaponskill. Additional effect: Silence -- Type: Physical -- 2-3 Shadows -- Range: Unknown radial -- One source also mentions that it "can dispel important buffs." ------------------------------...
gpl-3.0
naclander/tome
game/modules/tome/data/zones/ancient-elven-ruins/zone.lua
3
2784
-- 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
ricker75/Global-Server
data/actions/scripts/tools/noxiousclaw.lua
2
1254
local cursed = Condition(CONDITION_CURSED) cursed:setParameter(CONDITION_PARAM_DELAYED, true) -- Condition will delay the first damage from when it's added cursed:setParameter(CONDITION_PARAM_MINVALUE, -800) -- Minimum damage the condition can do at total cursed:setParameter(CONDITION_PARAM_MAXVALUE, -1200) -- Maximum ...
gpl-2.0
greasydeal/darkstar
scripts/zones/Chateau_dOraguille/npcs/_6h0.lua
12
4476
----------------------------------- -- Area: Chateau d'Oraguille -- Door: Prince Royal's -- Finishes Quest: A Boy's Dream, Under Oath -- Involved in Missions: 3-1, 5-2, 8-2 -- @pos -38 -3 73 233 ----------------------------------- package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = nil; ---------------...
gpl-3.0
pokemoncentral/wiki-lua-modules
Statlist-fullevo.lua
1
2125
--[[ This module prints a list of all fully evolved Pokémon base statistics. Generation I has a separate table because it has different statistics, while the other are merged into one. --]] local s = {} -- stylua: ignore start local oop = require('Wikilib-oop') local list = require('Wikilib-lists') local gamesUtil...
cc0-1.0
lache/RacingKingLee
crazyclient/frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/MoveTo.lua
11
1337
-------------------------------- -- @module MoveTo -- @extend MoveBy -- @parent_module cc -------------------------------- -- @overload self, float, vec3_table -- @overload self, float, vec2_table -- @function [parent=#MoveTo] initWithDuration -- @param self -- @param #float duration -- @param #vec2...
mit
ibm2431/darkstar
scripts/globals/abilities/monks_roll.lua
12
2888
----------------------------------- -- Ability: Monk's Roll -- Enhances "Subtle Blow" effect for party members within area of effect -- Optimal Job: Monk -- Lucky Number: 3 -- Unlucky Number: 7 -- Level: 31 -- Phantom Roll +1 Value: 4 -- -- Die Roll |No MNK |With MNK -- -------- -------- ----------- -- 1 ...
gpl-3.0
LegionXI/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Staff.lua
17
1486
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Animated Staff ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobEngag...
gpl-3.0
evrooije/beerarchy
mods/00_bt_inventory/unified_inventory/init.lua
4
2119
-- Unified Inventory for Minetest 0.4.8+ local modpath = minetest.get_modpath(minetest.get_current_modname()) local worldpath = minetest.get_worldpath() local mygettext if rawget(_G, "intllib") then mygettext = intllib.Getter() else function mygettext(s, ...) local t = { ... } return (s:gsub("@(%d+)", function(n...
lgpl-2.1
ibm2431/darkstar
scripts/globals/items/dish_of_spaghetti_arrabbiata.lua
11
1755
----------------------------------------- -- ID: 5211 -- Item: dish_of_spaghetti_arrabbiata -- Food Effect: 30Min, All Races ----------------------------------------- -- HP +17% (cap 140) -- Strength +5 -- Vitality +2 -- Intelligence -7 -- Attack +22% (cap 90) -- Ranged Attack +22% (cap 90) -- Store TP +6 -- Sleep resi...
gpl-3.0
bittorf/luci
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua
73
1191
-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. m = Map("luci_statistics", translate("Unixsock Plugin Configuration"), translate( "The unixsock plugin creates a unix socket which can be used " .. "to read collected data from a running...
apache-2.0
LegionXI/darkstar
scripts/globals/spells/kaustra.lua
27
1401
-------------------------------------- -- Spell: Kaustra -- Consumes 20% of your maximum MP. Relentless -- dark damage slowly devours an enemy. -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); -----------------------------...
gpl-3.0
ibm2431/darkstar
scripts/zones/Northern_San_dOria/npcs/Guilberdrier.lua
9
2506
----------------------------------- -- Area: Northern San d'Oria -- NPC: Guilberdrier -- Involved in Quests: Flyers for Regine, Exit the Gambler -- !pos -159.082 12.000 253.794 231 ----------------------------------- local ID = require("scripts/zones/Northern_San_dOria/IDs") require("scripts/globals/settings") require...
gpl-3.0