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
Igdra/darkstar
scripts/zones/Metalworks/TextIDs.lua
7
3815
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6434; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6438; -- You cannot obtain the item <item>. Try trading again after sorting your inventory. ITEM_OBTAINED =...
gpl-3.0
kjl2y/darkstar
scripts/globals/weaponskills/seraph_strike.lua
23
1337
----------------------------------- -- Seraph Strike -- Club weapon skill -- Skill level: 40 -- Deals light elemental damage to enemy. Damage varies with TP. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:40% ; MND:40% -- 100%TP 200%TP 300%TP -- 2.125 ...
gpl-3.0
kjl2y/darkstar
scripts/globals/effects/spirit_surge.lua
33
1440
----------------------------------- -- -- EFFECT_SPIRIT_SURGE -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) -- The dragoon's MAX HP increases by % of wyvern MaxHP target:addMod(MOD_HP,e...
gpl-3.0
Igdra/darkstar
scripts/zones/Qulun_Dome/TextIDs.lua
22
1409
-- 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 = 6384; -- Obtained: <item> GIL_OBTAINED = 6385; -- Obtained <number> gil KEYITEM_OBTAINED = 6387; -- Obtain...
gpl-3.0
Tilka/vlc
share/lua/sd/librivox.lua
108
3015
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Rémi Duraffort <ivoire at videolan dot org> 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 ...
gpl-2.0
kjl2y/darkstar
scripts/zones/Bastok_Mines/npcs/Conrad.lua
12
1905
----------------------------------- -- Area: Bastok Mines -- NPC: Conrad -- Outpost Teleporter NPC -- @pos 94.457 -0.375 -66.161 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); require("scripts...
gpl-3.0
hfjgjfg/creeeed5
plugins/anti_spam.lua
923
3750
--An empty table for solving multiple kicking problem(thanks to @topkecleon ) kicktable = {} do local TIME_CHECK = 2 -- seconds local data = load_data(_config.moderation.data) -- Save stats, ban user local function pre_process(msg) -- Ignore service msg if msg.service then return msg end if msg.from.id =...
gpl-2.0
rigeirani/tsed
plugins/anti_spam.lua
923
3750
--An empty table for solving multiple kicking problem(thanks to @topkecleon ) kicktable = {} do local TIME_CHECK = 2 -- seconds local data = load_data(_config.moderation.data) -- Save stats, ban user local function pre_process(msg) -- Ignore service msg if msg.service then return msg end if msg.from.id =...
gpl-2.0
mrbangi/seed
plugins/anti_spam.lua
923
3750
--An empty table for solving multiple kicking problem(thanks to @topkecleon ) kicktable = {} do local TIME_CHECK = 2 -- seconds local data = load_data(_config.moderation.data) -- Save stats, ban user local function pre_process(msg) -- Ignore service msg if msg.service then return msg end if msg.from.id =...
gpl-2.0
tehran980/maxbot2
plugins/anti_spam.lua
923
3750
--An empty table for solving multiple kicking problem(thanks to @topkecleon ) kicktable = {} do local TIME_CHECK = 2 -- seconds local data = load_data(_config.moderation.data) -- Save stats, ban user local function pre_process(msg) -- Ignore service msg if msg.service then return msg end if msg.from.id =...
gpl-2.0
Igdra/darkstar
scripts/globals/items/slab_of_ruszor_meat.lua
18
1340
----------------------------------------- -- ID: 5755 -- Item: Slab of Ruszor Meat -- Food Effect: 30Min, Galka only ----------------------------------------- -- Strength 5 -- Intelligence -7 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIt...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/slab_of_ruszor_meat.lua
18
1340
----------------------------------------- -- ID: 5755 -- Item: Slab of Ruszor Meat -- Food Effect: 30Min, Galka only ----------------------------------------- -- Strength 5 -- Intelligence -7 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIt...
gpl-3.0
festevezga/ToME---t-engine4
game/modules/tome/dialogs/UnlockDialog.lua
3
1629
-- 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
Igdra/darkstar
scripts/globals/items/sazanbaligi.lua
18
1311
----------------------------------------- -- ID: 5459 -- Item: Sazanbaligi -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 4 -- Mind -6 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -------...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/broiled_pipira.lua
18
1356
----------------------------------------- -- ID: 4585 -- Item: Broiled Pipira -- Food Effect: 60Min, All Races ----------------------------------------- -- Dexterity 4 -- Mind -1 -- Attack % 14 -- Ranged ATT % 14 ----------------------------------------- require("scripts/globals/status"); ----------------------------...
gpl-3.0
daniel-david-gabriel/Errant-Audubon
lua/sprites/hud.lua
1
1925
Hud = {} Hud.__index = Hud setmetatable(Hud, { __index = Hud, __call = function (cls, ...) local self = setmetatable({}, cls) self:_init(...) return self end, }) function Hud:_init() self.healthAlpha = 255 self.healthFade = true self.toolAlpha = 255 self.toolFade = true self.toolFadeTimer = 0...
gpl-3.0
kjl2y/darkstar
scripts/globals/spells/bluemagic/cimicine_discharge.lua
27
1367
----------------------------------------- -- Spell: Cimicine Discharge -- Reduces the attack speed of enemies within range -- Spell cost: 32 MP -- Monster Type: Vermin -- Spell Type: Magical (Earth) -- Blue Magic Points: 3 -- Stat Bonus: DEX+1, AGI+2 -- Level: 78 -- Casting Time: 3 seconds -- Recast Time: 20 seconds -...
gpl-3.0
ld-test/zee
src/macro.lua
1
2620
-- Macro facility functions -- -- Copyright (c) 2010-2012 Free Software Foundation, Inc. -- -- This file is part of Zee. -- -- 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, o...
gpl-3.0
renolui/RenoStudio
Player/BB/apps/plugins/boomshine.lua
2
12130
--[[ __________ __ ___. Open \______ \ ____ ____ | | _\_ |__ _______ ___ Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ ...
gpl-2.0
kjl2y/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Wise_Turtle_IM.lua
13
3335
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Wise Turtle, I.M. -- Border Conquest Guards -- @pos -599.903 -41.441 165.776 118 ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require("scripts/globals/co...
gpl-3.0
kjl2y/darkstar
scripts/zones/Selbina/Zone.lua
14
2596
----------------------------------- -- -- Zone: Selbina (248) -- ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/zone"); require("scripts/globals/shop"); require("scripts/globals/...
gpl-3.0
kjl2y/darkstar
scripts/globals/spells/bluemagic/blood_drain.lua
21
1679
----------------------------------------- -- Spell: Blood Drain -- Steals an enemy's HP. Ineffective against undead -- Spell cost: 10 MP -- Monster Type: Giant Bats -- Spell Type: Magical (Dark) -- Blue Magic Points: 2 -- Stat Bonus: HP-5, MP+5 -- Level: 20 -- Casting Time: 4 seconds -- Recast Time: 90 seconds -- Magic...
gpl-3.0
mattsc/AI-demos
AI-demos/lua/fred_benefits_utilities.lua
1
34348
--[=[ Collect all the utility evaluation functions in one place. The goal is to make them as consistent as possible. ]=] local FU = wesnoth.dofile "~/add-ons/AI-demos/lua/fred_utils.lua" local FGM = wesnoth.require "~/add-ons/AI-demos/lua/fred_gamestate_map.lua" local FCFG = wesnoth.dofile "~/add-ons/AI-demos/lua/fred...
gpl-2.0
kjl2y/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/King_Zagan.lua
23
1567
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: King Zagan ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobEngaged(...
gpl-3.0
haste/ivar2
libs/irc.lua
2
4136
-- ivar2 IRC module -- vim: set noexpandtab: local util = require'util' local utf8 = util.utf8 local function parse(line) local source, command, destination, argument if(line:sub(1, 1) ~= ':') then command, argument = line:match'^(%S+) :(.*)' if(command) then return command, argumen...
mit
Noneatme/iLife-SA
client/Classes/Shader/cScrollImageShader.lua
1
3116
--[[ /////// ////////////////// /////// PROJECT: MTA iLife - German Fun Reallife Gamemode /////// VERSION: 1.7.2 /////// DEVELOPERS: See DEVELOPERS.md in the top folder /////// LICENSE: See LICENSE.md in the top folder /////// ///////////////// ]] -- -- Created by IntelliJ IDEA. -- User: Noneatme -- Date: 31.1...
mit
festevezga/ToME---t-engine4
game/engines/default/engine/interface/PlayerMouse.lua
2
6151
-- 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
festevezga/ToME---t-engine4
game/modules/tome/data/zones/town-iron-council/zone.lua
2
1889
-- 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
festevezga/ToME---t-engine4
game/modules/tome/data/gfx/particles/fear_violet.lua
3
1303
-- 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
kjl2y/darkstar
scripts/zones/Port_Bastok/npcs/Bruno.lua
30
1430
----------------------------------- -- Area: Port Bastok -- NPC: Bruno -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; require("scripts/zones/Port_Bastok/TextIDs"); ----------------------------------- -- onTrade Action ------------------------------...
gpl-3.0
festevezga/ToME---t-engine4
game/modules/tome/data/zones/ritch-tunnels/npcs.lua
2
4286
-- 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
e-lab/torch7-demos
person-detector/test.lua
1
5344
---------------------------------------------------------------------- -- This script implements a test procedure, to report accuracy -- on the test data. Nothing fancy here... -- -- Clement Farabet ---------------------------------------------------------------------- require 'torch' -- torch require 'xlua' -- x...
bsd-3-clause
Igdra/darkstar
scripts/globals/abilities/pets/lunar_cry.lua
27
1072
--------------------------------------------------- -- Aerial Armor --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); --------------------------------------------------- function onAbilityCheck(player...
gpl-3.0
Igdra/darkstar
scripts/zones/Grauberg_[S]/npcs/Harvesting_Point.lua
17
1094
----------------------------------- -- Area: Grauberg [S] -- NPC: Harvesting Point ----------------------------------- package.loaded["scripts/zones/Grauberg_[S]/TextIDs"] = nil; ------------------------------------- require("scripts/globals/harvesting"); require("scripts/zones/Grauberg_[S]/TextIDs"); ------------...
gpl-3.0
Igdra/darkstar
scripts/zones/Southern_San_dOria/npcs/Camereine.lua
27
2405
----------------------------------- -- Area: Southern San d'Oria -- NPC: Camereine -- Type: Chocobo Renter -- @pos -8 1 -100 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/chocobo"); require("scripts/gl...
gpl-3.0
Igdra/darkstar
scripts/globals/items/la_theine_cabbage.lua
18
1180
----------------------------------------- -- ID: 4366 -- Item: la_theine_cabbage -- Food Effect: 30Min, All Races ----------------------------------------- -- Agility 1 -- Vitality -3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ...
gpl-3.0
Noneatme/iLife-SA
client/Classes/Firework/cCoronaMarker3D.lua
1
3960
--[[ /////// ////////////////// /////// PROJECT: MTA iLife - German Fun Reallife Gamemode /////// VERSION: 1.7.2 /////// DEVELOPERS: See DEVELOPERS.md in the top folder /////// LICENSE: See LICENSE.md in the top folder /////// ///////////////// ]] -- -- Created by IntelliJ IDEA. -- User: Noneatme -- Date: 25.1...
mit
kjl2y/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/RongeloutsNDistaud.lua
13
1627
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Rongelouts N Distaud -- @zone 80 -- @pos 0.067 2 -22 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/ques...
gpl-3.0
kjl2y/darkstar
scripts/zones/Windurst_Waters/TextIDs.lua
6
5524
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6538; -- Come back after sorting your inventory. ITEM_OBTAINED = 6543; -- Obtained: <<<Unknown Parameter (Type: 80) 1>>><<<Possible Special Code: 01>>><<<Possible Special Code: 05>>> GIL_OBTAINED = 6544; -- Obtaine...
gpl-3.0
festevezga/ToME---t-engine4
game/modules/tome/data/talents/spells/wildfire.lua
3
6168
-- 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
Igdra/darkstar
scripts/zones/Northern_San_dOria/npcs/Emeige_AMAN.lua
65
1182
----------------------------------- -- Area: Northern San d'Oria -- NPC: Emeige A.M.A.N. -- Type: Mentor Recruiter ----------------------------------- ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) end; ----------------------------------- ...
gpl-3.0
SKA-ScienceDataProcessor/legion-sdp-clone
bindings/lua/examples/circuit/circuit_defs.lua
2
1355
-- Copyright 2015 Stanford University -- -- 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 -- -- Unless required by applicable law or agree...
apache-2.0
Igdra/darkstar
scripts/zones/Port_Bastok/npcs/_6k9.lua
14
1050
----------------------------------- -- Area: Port Bastok -- NPC: Door: Arrivals Entrance -- @pos -80 1 -26 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Port_Bastok/Text...
gpl-3.0
kjl2y/darkstar
scripts/zones/West_Sarutabaruta/npcs/Mahien-Uhien.lua
13
1791
----------------------------------- -- Area: West Sarutabaruta -- NPC: Mahien-Uhien -- Type: Outpost Vendor -- @pos -13 -12 311 115 ----------------------------------- package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts...
gpl-3.0
kjl2y/darkstar
scripts/zones/Apollyon/mobs/Cornu.lua
2
1120
----------------------------------- -- Area: Apollyon NE -- NPC: Sirins ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); -----------------------------------...
gpl-3.0
AndrewTsao/luvit
tests/test-fs-read.lua
6
1208
--[[ Copyright 2012 The Luvit Authors. All Rights Reserved. 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 Unless required by applicable law or agre...
apache-2.0
kjl2y/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
festevezga/ToME---t-engine4
game/modules/tome/data/chats/zemekkys.lua
3
6239
-- 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
Bo98/DarkRP
entities/entities/spawned_shipment/cl_init.lua
2
5419
include("shared.lua") local matBallGlow = Material("models/props_combine/tpballglow") function ENT:Draw() self.height = self.height or 0 self.colr = self.colr or 1 self.colg = self.colg or 0 self.StartTime = self.StartTime or CurTime() if GAMEMODE.Config.shipmentspawntime > 0 and self.height < sel...
mit
festevezga/ToME---t-engine4
game/modules/tome/data/talents/gifts/ooze.lua
3
11931
-- 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
l0k1/naev
dat/missions/pirate/pir_cargo.lua
2
6192
--[[ Handles the randomly generated Pirate cargo missions. Most of the code taken from Empire Shipping. ]]-- include "dat/scripts/cargo_common.lua" include "dat/scripts/numstring.lua" -- This is in cargo_common, but we need to increase the range… function cargo_selectMissionDistance () local seed = rnd.rn...
gpl-3.0
kjl2y/darkstar
scripts/zones/VeLugannon_Palace/Zone.lua
13
2000
----------------------------------- -- -- Zone: VeLugannon_Palace (177) -- ----------------------------------- package.loaded["scripts/zones/VeLugannon_Palace/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/zone"); require("scripts/zones/VeLugannon_Pal...
gpl-3.0
Igdra/darkstar
scripts/globals/spells/bluemagic/ice_break.lua
25
1919
----------------------------------------- -- Spell: Ice Break -- Deals ice damage to enemies within range. Additional Effect: "Bind" -- Spell cost: 142 MP -- Monster Type: Arcana -- Spell Type: Magical (Ice) -- Blue Magic Points: 3 -- Stat Bonus: INT+1 -- Level: 50 -- Casting Time: 5.25 seconds -- Recast Time: 33.75 se...
gpl-3.0
Igdra/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
Igdra/darkstar
scripts/zones/Norg/npcs/Gilgamesh.lua
14
2467
----------------------------------- -- Area: Norg -- NPC: Gilgamesh -- @pos 122.452 -9.009 -12.052 252 ----------------------------------- require("scripts/globals/missions"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) if (pl...
gpl-3.0
Igdra/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
coverxiaoeye/nginx-openresty-windows
LuaJIT-2.1-20150622/dynasm/dasm_arm.lua
120
34598
------------------------------------------------------------------------------ -- DynASM ARM module. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- Module information: local _in...
bsd-2-clause
haste/ivar2
modules/dokpro.lua
1
4541
local htmlparser = require'htmlparser' local trim = function(s) if not s then return nil end return s:match('^()%s*$') and '' or s:match('^%s*(.*%S)') end local wordClass = { f = 'substantiv', m = 'substantiv', n = 'substantiv', a = 'adjektiv', v = 'verb', } local removeDuplicates = function(tbl) local don...
mit
Igdra/darkstar
scripts/zones/East_Sarutabaruta/npcs/Field_Manual.lua
29
1059
----------------------------------- -- Area: East Sarutabaruta -- NPC: Field Manual ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onTrigger Action --------------------------...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/kinkobo.lua
30
1043
----------------------------------------- -- ID: 17592 -- Item: Kinkobo -- Enchantment: Subtle Blow -- Duration: 60 Mins ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/settings"); ----------------------------------------- -- OnItemCheck --------------------------...
gpl-3.0
Tilka/vlc
share/lua/playlist/joox.lua
113
1637
--[[ $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
Igdra/darkstar
scripts/zones/Dragons_Aery/npcs/qm0.lua
14
2199
----------------------------------- -- Area: Dragons Aery -- NPC: qm0 (???) -- Spawns Fafnir or Nidhogg -- @pos -81 32 2 178 ----------------------------------- package.loaded["scripts/zones/Dragons_Aery/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Dragons_Aery/TextIDs"); require("script...
gpl-3.0
Igdra/darkstar
scripts/zones/Silver_Knife/Zone.lua
17
1091
----------------------------------- -- -- Zone: Silver Knife -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Silver_Knife/TextIDs"] = nil; require("scripts/zones/Silver_Knife/TextIDs"); ----------------------------------- -- onInitialize -------------------...
gpl-3.0
Igdra/darkstar
scripts/zones/North_Gustaberg/npcs/Kuuwari-Aori_WW.lua
14
3343
----------------------------------- -- Area: North Gustaberg -- NPC: Kuuwari-Aori, W.W. -- Type: Outpost Conquest Guards -- @pos -584.687 39.107 54.281 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/co...
gpl-3.0
swizl/QSanguosha-For-Hegemony
extension-doc/value_config.lua
15
2938
sgs.dynamic_value = { damage_card = { Duel = true, ArcheryAttack = true, Slash = true, FireAttack = true, SavageAssault = true, QiangxiCard = true, FanjianCard = true, LijianCard = true, LuanwuCard = true, ShenfenCard = true, }, control_usecard = { Indulgence = true, SupplyShortage = t...
gpl-3.0
Igdra/darkstar
scripts/zones/Northern_San_dOria/npcs/Vavegallet.lua
17
1451
----------------------------------- -- Area: Northern San d'Oria -- NPC: Vavegallet -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dOria/TextIDs"); require("scripts/global...
gpl-3.0
yasinmoradi/thebot
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
rigeirani/1p
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
f5dfgmg5zxxs84hnjryk868fgjg1455jgutyhfu/nod3232
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
Igdra/darkstar
scripts/globals/spells/sentinels_scherzo.lua
27
1477
----------------------------------------- -- Spell: Sentinel's Scherzo -- Mitigates the impact of severely damaging attacks for party members within an area of effect. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------...
gpl-3.0
Igdra/darkstar
scripts/zones/Port_San_dOria/npcs/Antreneau.lua
13
2176
----------------------------------- -- Area: Port San d'Oria -- NPC: Antreneau -- Type: Standard NPC -- @zone 232 -- @pos -71 -5 -39 -- -- Involved in Quest: A Taste For Meat ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- requi...
gpl-3.0
Bo98/DarkRP
gamemode/modules/events/sv_events.lua
2
6598
resource.AddFile("sound/earthquake.mp3") util.PrecacheSound("earthquake.mp3") --[[--------------------------------------------------------- Variables ---------------------------------------------------------]] local timeLeft = 10 local stormOn = false --[[--------------------------------------------------------- Met...
mit
abusalimov/embox
platform/ti816x_net_filter/templates/x86_test/rootfs/server/compat_env.lua
12
4539
--[[ compat_env - see README for details. (c) 2012 David Manura. Licensed under Lua 5.1/5.2 terms (MIT license). --]] local M = {_TYPE='module', _NAME='compat_env', _VERSION='0.2.2.20120406'} local function check_chunk_type(s, mode) local nmode = mode or 'bt' local is_binary = s and #s > 0 and s:byte(1) == 2...
bsd-2-clause
festevezga/ToME---t-engine4
game/modules/tome/class/World.lua
3
3437
-- 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
kjl2y/darkstar
scripts/globals/items/emerald_quiche.lua
18
1384
----------------------------------------- -- ID: 5171 -- Item: emerald_quiche -- Food Effect: 60Min, All Races ----------------------------------------- -- Magic 15 -- Agility 1 -- Ranged ACC % 7 -- Ranged ACC Cap 20 ----------------------------------------- require("scripts/globals/status"); ------------------------...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/hypno_staff.lua
30
1064
----------------------------------------- -- ID: 17117 -- Item: Hypno Staff -- Additional Effect: Sleep ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ----------------------------------- f...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/aspir_knife.lua
41
1128
----------------------------------------- -- ID: 16509 -- Item: Aspir Knife -- Additional effect: MP Drain ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action -----------------------------------...
gpl-3.0
kjl2y/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Effigy_Prototype.lua
22
1114
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Effigy Prototype ----------------------------------- package.loaded["scripts/zones/Dynamis-Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/dynamis"); require("scripts/zones...
gpl-3.0
BooM-amour/amourcopywili
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
shima2015/TeleSeed
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
teleforspeed100/telefor_speed
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
mrbangi/seed
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
festevezga/ToME---t-engine4
game/modules/tome/data/general/grids/ice.lua
3
1622
-- 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
Igdra/darkstar
scripts/zones/Quicksand_Caves/npcs/_5sc.lua
14
1273
----------------------------------- -- Area: Quicksand Caves -- NPC: Ornate Door -- Door blocked by Weight system -- @pos -410 0 662 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Caves/TextIDs...
gpl-3.0
festevezga/ToME---t-engine4
game/modules/tome/data/zones/tutorial/npcs.lua
3
2908
-- 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
seem-sky/fceuxd
output/luaScripts/Multitrack.lua
3
26787
-- Multi-track rerecording for FCEUX 2.1.2 or later (script V2) -- To make up for the lack of an internal multi-track rerecording in FCEUX. -- It may get obsolete when TASEdit comes around. --FatRatKnight -- Rewind (by Antony Lavelle) added by DarkKobold -- Instructions: -- The script has its own buttons, defined in...
gpl-2.0
Igdra/darkstar
scripts/zones/Northern_San_dOria/npcs/Jeanvirgaud.lua
14
1954
----------------------------------- -- Area: Northern San d'Oria -- NPC: Jeanvirgaud -- Outpost Teleporter NPC -- @pos 45.559 -0.199 26.300 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest");...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/dish_of_spaghetti_vongole_rosso.lua
18
1654
----------------------------------------- -- ID: 5189 -- Item: dish_of_spaghetti_vongole_rosso -- Food Effect: 30Min, All Races ----------------------------------------- -- Health % 17 -- Health Cap 90 -- Vitality 2 -- Mind -1 -- Defense % 25 -- Defense Cap 30 -- Store TP 6 ----------------------------------------- re...
gpl-3.0
BarnamehNevisan/BarnameNevisanBot
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
Igdra/darkstar
scripts/zones/Northern_San_dOria/npcs/Machella.lua
17
1452
----------------------------------- -- Area: Northern San d'Oria -- NPC: Machella -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dOria/TextIDs"); require("scripts/globals/...
gpl-3.0
PhoNoTheSky/cursed-exp
scripts/interface.lua
1
1566
module("interface", package.seeall) remote.add_interface("cursed", { reset_gui = function(player_name) if player_name == nil then for _,v in ipairs(game.players) do if not v.gui.left.flowMain then resetgui.main(v) end end else local player = mix.getplayerbyname(player_name) resetgui.main(player) e...
mit
kjl2y/darkstar
scripts/globals/items/bowl_of_dragon_soup.lua
18
2024
----------------------------------------- -- ID: 4549 -- Item: Bowl of Dragon Soup -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 20 -- Strength 7 -- Agility 2 -- Vitality 2 -- Intelligence -3 -- Health Regen While Healing 8 -- Attack % 22 -- Attack Cap 150 -- Ranged ATT % 22 -- R...
gpl-3.0
kjl2y/darkstar
scripts/globals/items/roast_carp.lua
18
1259
----------------------------------------- -- ID: 4537 -- Item: roast_carp -- Food Effect: 30Min, All Races ----------------------------------------- -- Dexterity 1 -- Mind -1 -- Ranged ATT % 14 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- On...
gpl-3.0
kjl2y/darkstar
scripts/globals/effects/fan_dance.lua
20
1172
----------------------------------- -- -- EFFECT_FAN_DANCE -- ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) local fanDan...
gpl-3.0
kjl2y/darkstar
scripts/zones/Port_Windurst/npcs/Kumama.lua
17
1685
----------------------------------- -- Area: Port Windurst -- NPC: Kumama -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/zones/Port_Windurst/TextIDs"); ----...
gpl-3.0
kjl2y/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Elnonde.lua
13
1610
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Elnonde -- @zone 80 -- @pos 86 2 -0 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); -----------...
gpl-3.0
festevezga/ToME---t-engine4
game/modules/tome/data/zones/mark-spellblaze/npcs.lua
3
3925
-- 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
Igdra/darkstar
scripts/zones/Bastok_Mines/npcs/Phara.lua
14
2662
----------------------------------- -- Area: Bastok Mines -- NPC: Phara -- Starts and Finishes Quest: The doorman (start) -- Involved in Quest: The Talekeeper's Truth -- @zone 234 -- @pos 75 0 -80 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; --------------------------...
gpl-3.0
Igdra/darkstar
scripts/zones/Southern_San_dOria/npcs/Apairemant.lua
14
1995
----------------------------------- -- Area: Southern San d'Oria -- NPC: Apairemant -- Only sells when San d'Oria controls Gustaberg Region -- @zone 230 -- @pos 72 2 0 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
kjl2y/darkstar
scripts/zones/Bostaunieux_Oubliette/npcs/Grounds_Tome.lua
30
1118
----------------------------------- -- Area: Bostaunieux Oubliette -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(playe...
gpl-3.0