repo_name stringlengths 6 69 | path stringlengths 6 178 | copies stringclasses 278
values | size stringlengths 4 7 | content stringlengths 671 917k | license stringclasses 15
values |
|---|---|---|---|---|---|
LuaDist2/dromozoa-tree | dromozoa/tree/model.lua | 3 | 3896 | -- Copyright (C) 2015 Tomoyuki Fujimori <moyu@dromozoa.com>
--
-- This file is part of dromozoa-tree.
--
-- dromozoa-tree 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
-... | gpl-3.0 |
LeMagnesium/minetest-minetestforfun-server | mods/signs_lib/init.lua | 9 | 32729 | -- This mod provides the visible text on signs library used by Home Decor
-- and perhaps other mods at some point in the future. Forked from thexyz's/
-- PilzAdam's original text-on-signs mod and rewritten by Vanessa Ezekowitz
-- and Diego Martinez
-- textpos = {
-- { delta = {entity position for 0° yaw}, exact yaw ... | unlicense |
zynjec/darkstar | scripts/globals/items/porcupine_pie.lua | 11 | 1808 | -----------------------------------------
-- ID: 5156
-- Item: porcupine_pie
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP 55
-- Strength 6
-- Vitality 2
-- Intelligence -3
-- Mind 3
-- HP recovered while healing 2
-- MP recovered while healing 2
-- Accuracy 5
-- Attack % 18 (cap 95)
... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Al_Zahbi/npcs/Chochoroon.lua | 14 | 1035 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Chochoroon
-- Type: Appraiser
-- @zone 48
-- @pos -42.739 -1 -45.987
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/abilities/feather_step.lua | 1 | 7964 | -----------------------------------
-- Ability: Stutter Step
-- Applies Weakened Daze. Lowers the targets magic resistance. If successful, you will earn two Finishing Moves.
-- Obtained: Dancer Level 40
-- TP Required: 10%
-- Recast Time: 00:05
-- Duration: First Step lasts 1 minute, each following Step extends its cur... | gpl-3.0 |
qaisjp/openframe | client/gui/progressbar_class.lua | 1 | 7334 | push([[
-----------------------------------------------------------
--- /client/gui/progressbar_class.lua ---
--- Part of openFrame project ---
--- Written by 50p. Additional changes by Orange. ---
--- Lately edited in revision number 13 by Orange ---
--- Li... | mit |
JarnoVgr/InfectedWars | entities/weapons/iw_mp5/shared.lua | 1 | 1867 | --[[-----------------------------------------------------------------------------
* Infected Wars, an open source Garry's Mod game-mode.
*
* Infected Wars is the work of multiple authors,
* a full list can be found in CONTRIBUTORS.md.
* For more information, visit https://github.com/JarnoVgr/InfectedWars
*
* Inf... | mit |
visualfc/go-ui | make/ui/lineedit.lua | 1 | 3172 | module("lineedit")
name = "LineEdit"
base = "Widget"
comment = [[
InputMask:
A ASCII alphabetic character required. A-Z, a-z.
a ASCII alphabetic character permitted but not required.
N ASCII alphanumeric character required. A-Z, a-z, 0-9.
n ASCII alphanumeric character permitted but not required.
X Any character re... | bsd-2-clause |
Colettechan/darkstar | scripts/globals/items/dragon_steak.lua | 18 | 1866 | -----------------------------------------
-- ID: 4350
-- Item: dragon_steak
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 25
-- Strength 7
-- Intelligence -3
-- Health Regen While Healing 2
-- Attack % 20
-- Attack Cap 150
-- Ranged ATT % 20
-- Ranged ATT Cap 150
-- Demon Killer ... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Kazham/npcs/Hari_Pakhroib.lua | 29 | 3020 | -----------------------------------
-- Area: Kazham
-- NPC: Hari Pakhroib
-- Starts and Finishes Quest: Greetings to the Guardian
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/globals/quests");
require("scripts/globals/t... | gpl-3.0 |
zynjec/darkstar | scripts/globals/abilities/pets/attachments/mana_tank.lua | 11 | 1151 | -----------------------------------
-- Attachment: Mana Tank
-----------------------------------
require("scripts/globals/automaton")
require("scripts/globals/status")
-----------------------------------
function onEquip(pet)
-- We do not have support to do a fraction of a percent so we rounded
local frame = p... | gpl-3.0 |
Arashbrsh/cccdpay | plugins/gnuplot.lua | 622 | 1813 | --[[
* Gnuplot plugin by psykomantis
* dependencies:
* - gnuplot 5.00
* - libgd2-xpm-dev (on Debian distr) for more info visit: https://libgd.github.io/pages/faq.html
*
]]
-- Gnuplot needs absolute path for the plot, so i run some commands to find where we are
local outputFile = io.popen("pwd","r")
io.input(outputFile... | gpl-2.0 |
vatanambib/uzzbot | plugins/quotes.lua | 651 | 1630 | local quotes_file = './data/quotes.lua'
local quotes_table
function read_quotes_file()
local f = io.open(quotes_file, "r+")
if f == nil then
print ('Created a new quotes file on '..quotes_file)
serialize_to_file({}, quotes_file)
else
print ('Quotes loaded: '..quotes_file)
f... | gpl-2.0 |
actboy168/MoeHero | scripts/maps/hero/魔理沙/黑魔[黑洞边缘].lua | 1 | 2011 | local math = math
local mt = ac.skill['黑魔[黑洞边缘]']
mt{
--初始等级
level = 0,
--技能图标
art = [[replaceabletextures\commandbuttons\BTNmarisaQ.blp]],
--技能说明
title = '黑魔[黑洞边缘]',
tip = [[
魔理沙释放很多星弹,向目标地点飞去,每颗星弹造成%damage%(+%damage_plus%)伤害。
|cffffff11可充能%charge_max_stack%次|r
]],
--施法距离
range = {600, 800},
--耗蓝
... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Stellar_Fulcrum/npcs/_4z3.lua | 27 | 1030 | -----------------------------------
-- Area: Stellar Fulcrum
-- NPC: Qe'Lov Gate
-------------------------------------
require("scripts/globals/status");
-----------------------------------
function onTrade(player,npc,trade)
end;
function onTrigger(player,npc)
player:startEvent(32003);
return 1;
end;
functi... | gpl-3.0 |
lcf8858/Sample_Lua | frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/PhysicsBody.lua | 10 | 16743 |
--------------------------------
-- @module PhysicsBody
-- @extend Ref
-- @parent_module cc
--------------------------------
-- whether this physics body is affected by the physics world’s gravitational force.
-- @function [parent=#PhysicsBody] isGravityEnabled
-- @param self
-- @return bool#bool ret (return value... | mit |
tsdfsetatata/xserver | config/server/P20018Table.lua | 1 | 1317 | local P20018Table = {
[350401001] = {
['ID'] = 350401001, --索引
['TypeID'] = 4, --脚本ID
['Parameter1'] = {154000011}, --参数1
['Parameter2'] = {''} --参数2
},
[350401002] = {
['ID'] = 350401002,
['TypeID'] = 2,
['Parameter1'] = {151005019},
['Parameter2'] = {''}
},
[350401003] = {
['ID'... | gpl-3.0 |
hedgewars/hw | share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua | 1 | 50989 | --[[
A Classic Fairytale: Backstab
= SUMMARY =
It is revealed that there's a traitor among the natives.
Player decides whether to kill him or not.
After this, the natives must defeat 3 waves of cannibals.
= FLOW CHART =
== Linear events ==
- Cut scene: startScene (traitor is revealed)
- Player is instructed to deci... | gpl-2.0 |
Colettechan/darkstar | scripts/zones/Al_Zahbi/npcs/Famatar.lua | 27 | 3042 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Famatar
-- Type: Imperial Gate Guard
-- @pos -105.538 0.999 75.456 48
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/global... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Port_San_dOria/npcs/Maunadolace.lua | 13 | 1058 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Maunadolace
-- Type: Standard NPC
-- @zone: 232
-- @pos -22.800 -9.3 -148.645
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/items/serving_of_marbled_steak.lua | 18 | 1763 | -----------------------------------------
-- ID: 5157
-- Item: serving_of_marbled_steak
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Strength 6
-- Agility 1
-- Intelligence -3
-- Attack % 18
-- Attack Cap 95
-- Ranged ATT % 32
-- Ranged ATT Cap 95
-- Lizard Killer 5
-------------------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/effects/shock.lua | 1 | 1253 | -----------------------------------
--
-- EFFECT_SHOCK
--
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
target:ad... | gpl-3.0 |
aleksijuvani/premake-core | modules/gmake2/tests/test_gmake2_pch.lua | 2 | 3078 | --
-- test_gmake2_pch.lua
-- Validate the setup for precompiled headers in makefiles.
-- (c) 2016-2017 Jason Perkins, Blizzard Entertainment and the Premake project
--
local p = premake
local suite = test.declare("gmake2_pch")
local p = premake
local gmake2 = p.modules.gmake2
local project = p.project
--
-- ... | bsd-3-clause |
Akamaru/Mikubot | plugins/birthday_get.lua | 1 | 1250 | do
local function get_value(msg, var_name)
local hash = 'telegram:birthdays'
if hash then
local value = redis:hget(hash, var_name)
if not value then
return'Geburtstag nicht gefunden, benutze "#getbd", um alle Geburtstage aufzulisten.'
else
return var_name..' hat am '..value..' Geburtstag'
... | gpl-2.0 |
Colettechan/darkstar | scripts/globals/mobskills/Turbofan.lua | 33 | 1281 | ---------------------------------------------------
-- Turbofan
-- Description:
-- Type: Magical
-- additional effect : Silence.
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
-------------------... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Halvung/npcs/qm3.lua | 30 | 1312 | -----------------------------------
-- Area: Halvung
-- NPC: ??? (Spawn Reacton(ZNM T2))
-- @pos 18 -9 213 62
-----------------------------------
package.loaded["scripts/zones/Halvung/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Halvung/TextIDs");
require("scripts/globals/status");
----... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/spells/knights_minne_iii.lua | 27 | 1498 | -----------------------------------------
-- Spell: Knight's Minne III
-- Grants Defense bonus to all allies.
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(ca... | gpl-3.0 |
iamelectron/WPN-XM | bin/innosetup-download-plugin/source/misc/utf8toansi.lua | 5 | 1381 | --Converts UTF-8 file to ANSI
--Usage: luajit utf8toansi.lua inputfile.iss [encoding] > outputfile.iss
--Default encoding is 1252
local ffi = require("ffi")
ffi.cdef[[
int MultiByteToWideChar(unsigned int CodePage, unsigned int dwFlags, const char* lpMultiByteStr, int cbMultiByte, wchar_t* lpWideCharStr, int... | mit |
zynjec/darkstar | scripts/globals/weaponskills/cross_reaper.lua | 10 | 1806 | -----------------------------------
-- Cross Reaper
-- Scythe weapon skill
-- Skill level: 225
-- Delivers a two-hit attack. Damage varies with TP.
-- Modifiers: STR:30% MND:30%
-- 100%TP 200%TP 300%TP
-- 2.0 2.25 2.5
-----------------------------------
require("scripts/globals/status")
require("scr... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Bastok_Markets/npcs/Harmodios.lua | 14 | 2447 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Harmodios
-- Standard Merchant NPC
-- @pos -79.928 -4.824 -135.114 235
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scri... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Castle_Oztroja/npcs/_47b.lua | 9 | 1646 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _47b (Handle)
-- Notes: Opens Trap Door (_47a) or Brass Door (_470)
-- !pos 22.310 -1.087 -14.320 151
-----------------------------------
local ID = require("scripts/zones/Castle_Oztroja/IDs")
require("scripts/globals/missions")
require("scripts/globa... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/abilities/eagle_eye_shot.lua | 1 | 2124 | -----------------------------------
-- Ability: Eagle Eye Shot
-- Delivers a powerful and accurate ranged attack.
-- Obtained: Ranger Level 1
-- Recast Time: 1:00:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals... | gpl-3.0 |
actboy168/MoeHero | scripts/maps/rule/units.lua | 1 | 1838 | local player = require 'ac.player'
local hero = require 'types.hero'
--补兵数
player.__index.farm_count = 0
--小兵死亡加钱
ac.game:event '单位-杀死单位' (function(trg, source, target)
if target:is_type('建筑') then
return
end
local from_p = source and source:get_owner()
--找到附近的英雄
local heros = hero.getAllHeros()
local group =... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/items/stick_of_pepperoni.lua | 18 | 1588 | -----------------------------------------
-- ID: 5660
-- Item: stick_of_pepperoni
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP % 3 (assuming 3% from testing, no known cap)
-- Strength 3
-- Intelligence -1
-- Attack % 60 (assuming 60%, cap 30)
-----------------------------------------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Temenos/bcnms/Temenos_Eastern_Tower.lua | 35 | 1553 | -----------------------------------
-- Area: Temenos
-- Name:
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
if (GetMobAction(16928844) > 0) then DespawnMob(16928844);end
if (GetMobAction(16928853) > 0) then DespawnMob(16928853);en... | gpl-3.0 |
syntafin/prosody-modules | mod_onhold/mod_onhold.lua | 32 | 2253 | -- Prosody IM
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
-- Copyright (C) 2009 Jeff Mitchell
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local datamanager = require "util.datamanager";
local jid_bare = requi... | mit |
IsCoolEntertainment/debpkg_redis | deps/lua/test/sort.lua | 889 | 1494 | -- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l<u then
local m=math.random(u-(l-1))+l-1 -- choose a random pivot in range l..u
x[l],x[m]=x[m],x[l] -- swap pivot to first posit... | bsd-3-clause |
Murii/CLove | src/3rdparty/lua/test/sort.lua | 889 | 1494 | -- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l<u then
local m=math.random(u-(l-1))+l-1 -- choose a random pivot in range l..u
x[l],x[m]=x[m],x[l] -- swap pivot to first posit... | mit |
Colettechan/darkstar | scripts/zones/Windurst_Waters/npcs/Orez-Ebrez.lua | 17 | 1793 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Orez-Ebrez
-- Standard Merchant NPC
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
require("scripts/zones/Windurst_Waters/TextI... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Chamber_of_Oracles/npcs/Pedestal_of_Water.lua | 13 | 2386 | -----------------------------------
-- Area: Chamber of Oracles
-- NPC: Pedestal of Water
-- Involved in Zilart Mission 7
-- @pos 199 -2 36 168
-------------------------------------
package.loaded["scripts/zones/Chamber_of_Oracles/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/titles"... | gpl-3.0 |
zynjec/darkstar | scripts/globals/weaponskills/rudras_storm.lua | 10 | 1927 | -----------------------------------
-- Rudra's Storm
-- Dagger weapon skill
-- Skill level: N/A
-- Deals triple damage and weighs target down (duration: 60s). Damage varies with TP.
-- Aligned with the Aqua Gorget, Snow Gorget & Shadow Gorget.
-- Aligned with the Aqua Belt, Snow Belt & Shadow Belt.
-- Element: None
-- ... | gpl-3.0 |
RJRetro/mame | 3rdparty/genie/tests/actions/xcode/test_xcode_dependencies.lua | 20 | 9645 | --
-- tests/actions/xcode/test_xcode_dependencies.lua
-- Automated test suite for Xcode project dependencies.
-- Copyright (c) 2009-2011 Jason Perkins and the Premake project
--
T.xcode3_deps = { }
local suite = T.xcode3_deps
local xcode = premake.xcode
----------------------------------------------------------... | gpl-2.0 |
lcf8858/Sample_Lua | frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/SkeletonRenderer.lua | 10 | 2646 |
--------------------------------
-- @module SkeletonRenderer
-- @extend Node,BlendProtocol
-- @parent_module sp
--------------------------------
--
-- @function [parent=#SkeletonRenderer] setTimeScale
-- @param self
-- @param #float scale
--------------------------------
--
-- @function [parent=#SkeletonR... | mit |
syntafin/prosody-modules | mod_munin/mod_munin.lua | 20 | 3500 | module:set_global();
local s_format = string.format;
local array = require"util.array";
local it = require"util.iterators";
local mt = require"util.multitable";
local meta = mt.new(); meta.data = module:shared"meta";
local data = mt.new(); data.data = module:shared"data";
local munin_listener = {};
local munin_comma... | mit |
Vadavim/jsr-darkstar | scripts/zones/Lower_Jeuno/npcs/_l03.lua | 7 | 1574 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Streetlamp
-- Involved in Quests: Community Service
-- @zone 245
-- @pos -81.310 0 -109.947
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/setti... | gpl-3.0 |
reaperrr/OpenRA | mods/cnc/maps/gdi09/gdi09.lua | 6 | 6830 | --[[
Copyright 2007-2022 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you 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 vers... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Bastok_Markets/npcs/Matthias.lua | 9 | 6995 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Matthias
-- Standard Info NPC
-- Involved in Quest:
-----------------------------------
local ID = require("scripts/zones/Bastok_Markets/IDs");
require("scripts/globals/quests");
-----------------------------------
--local variables for item IDs to m... | gpl-3.0 |
jugglerchris/textadept-vi | vi_quickfix.lua | 1 | 3692 | -- Implement quickfix-like functionality.
local M = {}
local lpeg = require('lpeg')
local P = lpeg.P
local S = lpeg.S
local C = lpeg.C
local R = lpeg.R
local Ct = lpeg.Ct
local Cg = lpeg.Cg
local Cc = lpeg.Cc
local ws = S" \t"
local to_nl = (P(1) - P"\n") ^ 0
local errpat_newdir = Ct(P"make: Entering directory " * S(... | mit |
JarnoVgr/InfectedWars | entities/effects/refract_ring/init.lua | 1 | 1986 | --[[-----------------------------------------------------------------------------
* Infected Wars, an open source Garry's Mod game-mode.
*
* Infected Wars is the work of multiple authors,
* a full list can be found in CONTRIBUTORS.md.
* For more information, visit https://github.com/JarnoVgr/InfectedWars
*
* Inf... | mit |
Colettechan/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Saluhwa.lua | 13 | 1480 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Saluhwa
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scripts/zones/Aht_Urhgan_White... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/spells/barthunder.lua | 1 | 1425 | -----------------------------------------
-- Spell: BARTHUNDER
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,target,s... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/effects/magic_shield.lua | 33 | 1698 | -----------------------------------
--
-- Magic Shield BLOCKS all magic attacks
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
if (effect:getPower() == 3)... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Xarcabard/npcs/Luck_Rune.lua | 14 | 1042 | -----------------------------------
-- Area: Xarcabard
-- NPC: Luck Rune
-- Involved in Quest: Mhaura Fortune
-- @pos 576.117 -0.164 -16.935 112
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-------------------------------------
require("scripts/zones/Xarcabard/TextID... | gpl-3.0 |
scholzd/libmoon | examples/reflector.lua | 4 | 1855 | --- Layer 2 reflector, swaps src and dst MACs and echoes the packet
local lm = require "libmoon"
local memory = require "memory"
local device = require "device"
local stats = require "stats"
local lacp = require "proto.lacp"
function configure(parser)
parser:argument("dev", "Devices to use."):args("+"):convert... | mit |
Colettechan/darkstar | scripts/zones/Dynamis-Bastok/npcs/qm1.lua | 13 | 1302 | -----------------------------------
-- Area: Dynamis Bastok
-- NPC: qm1 (???)
-- Notes: Spawns when Megaboss is defeated
-----------------------------------
package.loaded["scripts/zones/Dynamis-Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/D... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Kazham/npcs/Cobbi_Malgharam.lua | 17 | 1073 | -----------------------------------
-- Area: Kazham
-- NPC: Cobbi Malgharam
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
-----------------------------------
... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Waughroon_Shrine/npcs/Burning_Circle.lua | 14 | 2281 | -----------------------------------
-- Area: Waughroon Shrine
-- NPC: Burning Circle
-- Waughroon Shrine Burning Circle
-- @pos -345 104 -260 144
-------------------------------------
package.loaded["scripts/zones/Waughroon_Shrine/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/bcnm");... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Al_Zahbi/npcs/Banjanu.lua | 14 | 1038 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Banjanu
-- Type: Standard NPC
-- @zone 48
-- @pos -75.954 0.999 105.367
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
--------------------------... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Beadeaux/npcs/Haggleblix.lua | 12 | 6781 | -----------------------------------
-- Area: Beadeaux
-- NPC: Haggleblix
-- Type: Dynamis NPC
-- !pos -255.847 0.595 106.485 147
-----------------------------------
local ID = require("scripts/zones/Beadeaux/IDs");
require("scripts/globals/keyitems");
require("scripts/globals/settings");
require("scripts/globals/dynam... | gpl-3.0 |
benqiu2016/nifi-minifi-cpp | thirdparty/civetweb-1.10/test/filehandler.lua | 11 | 2399 | function send_ok()
mg.write("HTTP/1.0 200 OK\r\n")
mg.write("Connection: close\r\n")
mg.write("Date: " .. os.date("%a, %d %b %Y %H:%M:%S GMT") .. "\r\n")
end
function send_not_found()
mg.write("HTTP/1.0 404 Not Found\r\n")
mg.write("Connection: close\r\n")
mg.write("Date: " .. os.date("%a, %d %b %Y %H... | apache-2.0 |
Colettechan/darkstar | scripts/globals/weaponskills/blast_arrow.lua | 9 | 1362 | -----------------------------------
-- Blast Arrow
-- Archery weapon skill
-- Skill level: 200
-- Delivers a melee-distance ranged attack. params.accuracy varies with TP.
-- Aligned with the Snow Gorget & Light Gorget.
-- Aligned with the Snow Belt & Light Belt.
-- Element: None
-- Modifiers: STR:16% ; AGI:25%
-- 100%T... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Feretory/Zone.lua | 32 | 1164 | -----------------------------------
--
-- Zone: Feretory
--
-----------------------------------
package.loaded["scripts/zones/Marjami_Ravine/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Marjami_Ravine/TextIDs");
-----------------------------------
--... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/East_Ronfaure/TextIDs.lua | 15 | 1413 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6401; -- You cannot obtain the item <item> come back again after sorting your inventory.
ITEM_OBTAINED = 6406; -- Obtained: <item>.
GIL_OBTAINED = 6407; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6409; -- Obt... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Ordelles_Caves/npcs/qm3.lua | 13 | 1628 | -----------------------------------
-- Area: Ordelle's Caves
-- NPC: ??? (qm3)
-- Involved in Quest: A Squire's Test II
-- @pos -139 0.1 264 193
-------------------------------------
package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/settings")... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Southern_San_dOria_[S]/npcs/_6eo.lua | 9 | 1121 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Door:House
-- !pos 148 0 27 80
-----------------------------------
local ID = require("scripts/zones/Southern_San_dOria_[S]/IDs")
require("scripts/globals/quests");
require("scripts/globals/settings");
-----------------------------------
funct... | gpl-3.0 |
aminba/iramin | plugins/wlc_by_mobin.lua | 8 | 3761 | local add_user_cfg = load_from_file('data/add_user_cfg.lua')
local function template_add_user(base, to_username, from_username, chat_name, chat_id)
base = base or ''
to_username = '@' .. (to_username or '')
from_username = '@' .. (from_username or '')
chat_name = string.gsub(chat_name, '_', ' ') or '... | gpl-2.0 |
zynjec/darkstar | scripts/zones/RoMaeve/mobs/Shikigami_Weapon.lua | 11 | 1556 | -----------------------------------
-- Area: RoMaeve
-- NM: Shikigami Weapon
-----------------------------------
require("scripts/globals/pathfind")
require("scripts/globals/regimes")
require("scripts/globals/status")
-----------------------------------
local path =
{
-47, -4, -37,
-49, -4, -37,
-54, -4,... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/items/plate_of_fin_sushi_+1.lua | 18 | 1476 | -----------------------------------------
-- ID: 5666
-- Item: plate_of_fin_sushi_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Intelligence 5
-- Accuracy % 17
-- Ranged Accuracy % 17
-----------------------------------------
require("scripts/globals/status");
----------------------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/effects/str_down.lua | 34 | 1111 | -----------------------------------
--
-- EFFECT_STR_DOWN
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
if ((target:getStat(MOD_STR) - effect:ge... | gpl-3.0 |
qaisjp/openframe | client/gui/gridlist_class.lua | 1 | 14343 | push([[
-----------------------------------------------------------
--- /client/gui/gridlist_class.lua ---
--- Part of openFrame project ---
--- Written by 50p. Additional changes by Orange. ---
--- Lately edited in revision number 13 by Orange ---
--- Licensed... | mit |
Vadavim/jsr-darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Adjutant.lua | 14 | 1061 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Adjutant
-- Type: Standard NPC
-- @zone 94
-- @pos -67.819 -4.499 58.997
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
---... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Rolanberry_Fields/npcs/Field_Manual.lua | 29 | 1061 | -----------------------------------
-- Area: Rolanberry Fields
-- NPC: Field Manual
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/fieldsofvalor");
-----------------------------------
-- onTrigger Action
----------------------... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Southern_San_dOria_[S]/npcs/Thierride.lua | 9 | 2808 | -----------------------------------
-- Area: Southern SandOria [S]
-- NPC: Thierride
-- !pos -124 -2 14 80
-----------------------------------
local ID = require("scripts/zones/Southern_San_dOria_[S]/IDs");
require("scripts/globals/quests");
-----------------------------------
-- Item 1019 = Lufet Salt
-- Had to use ... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/RuAun_Gardens/npcs/relic.lua | 13 | 1848 | -----------------------------------
-- Area: Ru'Aun Gardens
-- NPC: <this space intentionally left blank>
-- @pos -241 -12 332 130
-----------------------------------
package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/RuAun_Gardens/TextIDs");
-----... | gpl-3.0 |
RJRetro/mame | 3rdparty/genie/src/tools/snc.lua | 16 | 3848 | --
-- snc.lua
-- Provides Sony SNC-specific configuration strings.
-- Copyright (c) 2010 Jason Perkins and the Premake project
--
premake.snc = { }
-- TODO: Will cfg.system == "windows" ever be true for SNC? If
-- not, remove the conditional blocks that use this test.
--
-- Set default tools
--
premake.snc.cc... | gpl-2.0 |
Colettechan/darkstar | scripts/zones/Grand_Palace_of_HuXzoi/npcs/qm1.lua | 15 | 2751 | -----------------------------------
-- Area: Grand Palace of Hu'Xzoi
-- NPC: ??? (Ix'Aern - MNK)
-- @pos 460 0 540
-- ID: 16916819
-----------------------------------
package.loaded["scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Grand_Palace_of_... | gpl-3.0 |
RJRetro/mame | 3rdparty/genie/tests/actions/vstudio/sln2005/dependencies.lua | 47 | 1320 | --
-- tests/actions/vstudio/sln2005/dependencies.lua
-- Validate generation of Visual Studio 2005+ solution project dependencies.
-- Copyright (c) 2009-2011 Jason Perkins and the Premake project
--
T.vstudio_sln2005_dependencies = { }
local suite = T.vstudio_sln2005_dependencies
local sln2005 = premake.vstudio.sln2... | gpl-2.0 |
Vadavim/jsr-darkstar | scripts/zones/King_Ranperres_Tomb/Zone.lua | 4 | 2205 | -----------------------------------
--
-- Zone: King_Ranperres_Tomb (190)
--
-----------------------------------
package.loaded["scripts/zones/King_Ranperres_Tomb/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/zone");
require("scripts/zones/King_Ranpe... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/The_Garden_of_RuHmet/npcs/_iz2.lua | 14 | 2003 | -----------------------------------
-- Area: The Garden of RuHmet
-- NPC: _iz2 (Ebon_Panel)
-- @pos 422.351 -5.180 -100.000 35 | Hume Tower
-----------------------------------
package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/The_Garden_of... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Northern_San_dOria/npcs/Abeaule.lua | 25 | 4316 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Abeaule
-- Starts and Finishes Quest: The Trader in the Forest, The Medicine Woman
-- @pos -136 -2 56 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
berinhard/newfies-dialer | lua/libs/tag_replace.lua | 1 | 2630 | --
-- Newfies-Dialer License
-- http://www.newfies-dialer.org
--
-- This Source Code Form is subject to the terms of the Mozilla Public
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (C) 2011-2013 Star2Billing S.L.
--
--... | mpl-2.0 |
CosyVerif/library | src/cosy/token/init.lua | 1 | 3263 | if _G.js then
error "Not available"
end
return function (loader)
local Configuration = loader.load "cosy.configuration"
local Digest = loader.load "cosy.digest"
local App = loader.load "cosy.configuration.layers".app
local Jwt = loader.require "jwt"
local Time = loader.... | mit |
zynjec/darkstar | scripts/globals/items/plate_of_tentacle_sushi.lua | 11 | 1548 | -----------------------------------------
-- ID: 5215
-- Item: plate_of_tentacle_sushi
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP 20
-- Dexterity 3
-- Agility 3
-- Mind -1
-- Accuracy % 20 (cap 18)
-- Ranged Accuracy % 20 (cap 18)
-- Double Attack 1
--------------------------------... | gpl-3.0 |
PhearZero/phear-scanner | bin/nmap-openshift/nselib/tns.lua | 3 | 65400 | ---
-- TNS Library supporting a very limited subset of Oracle operations
--
-- Summary
-- -------
-- The library currently provides functionality to connect and authenticate
-- to the Oracle database server. Some preliminary query support has been
-- added, which only works against a few specific versions. The library ... | mit |
Colettechan/darkstar | scripts/zones/Northern_San_dOria/npcs/Galahad.lua | 13 | 1046 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Galahad
-- Type: Consulate Representative NPC
-- @zone: 231
-- @pos -51.984 -2.000 -15.373
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
require("scripts/zones/Northern_San_dOria/Tex... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/items/earth_wand.lua | 41 | 1075 | -----------------------------------------
-- ID: 17076
-- Item: Earth Wand
-- Additional Effect: Earth Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
--------------------------------... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/fieldsofvalor.lua | 12 | 19354 | -------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/conquest");
-- require("scripts/globals/teleports");
require("scripts/globals/status");
require("scripts/globals/regimereward");
require("scripts/globals/regimeinfo");
require("scripts/globals/common");
-- ... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Full_Moon_Fountain/npcs/Moon_Spiral.lua | 27 | 1442 | -----------------------------------
-- Area: Full Moon Fountain
-- NPC: Moon Spiral
-- Involved in Quests: The Moonlit Path
-- @pos -302 9 -260 170
-----------------------------------
package.loaded["scripts/zones/Full_Moon_Fountain/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/bcnm"... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Port_Windurst/npcs/Kuroido-Moido.lua | 1 | 4402 | -----------------------------------
-- Area: Port Windurst
-- NPC: Kuriodo-Moido
-- Involved In Quest: Making Amends, Wonder Wands
-- Starts and Finishes: Making Amens!
-- Working 100%
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
---------------------------------... | gpl-3.0 |
zynjec/darkstar | scripts/zones/Bastok_Markets/npcs/Foss.lua | 11 | 1274 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Foss
-- Starts & Finishes Repeatable Quest: Buckets of Gold
-- !pos -283 -12 -37 235
-----------------------------------
require("scripts/globals/npc_util");
require("scripts/globals/quests");
require("scripts/globals/titles");
function onTrade(player... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/items/dried_date_+1.lua | 18 | 1342 | -----------------------------------------
-- ID: 5574
-- Item: dried_date_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 12
-- Magic 22
-- Agility -1
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
--------------------------------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Port_Bastok/npcs/Bagnobrok.lua | 17 | 1554 | -----------------------------------
-- Area: Port Bastok
-- NPC: Bagnobrok
-- Only sells when Bastok controls Movalpolos
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = ... | gpl-3.0 |
haiderqwwwqe/mr.SRBOT | plugins/tools.lua | 1 | 23104 | --Begin Tools.lua :)
local SUDO = 226861861 -- حـط ايـديك<===
local function index_function(user_id)
for k,v in pairs(_config.admins) do
if user_id == v[1] then
print(k)
return k
end
end
-- If not found
return false
end
local function getindex(t,id)
for i,v in pairs(t) do
if v == id then
... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Buburimu_Peninsula/npcs/Bonbavour_RK.lua | 13 | 3337 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Bonbavour, R.K.
-- Outpost Conquest Guards
-- @pos -481.164 -32.858 49.188 118
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conq... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/items/watermelon.lua | 18 | 1176 | -----------------------------------------
-- ID: 4491
-- Item: watermelon
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -6
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
----... | gpl-3.0 |
Colettechan/darkstar | scripts/zones/Jugner_Forest/npcs/Stone_Monument.lua | 13 | 1274 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos -65.976 -23.829 -661.362 104
-----------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-----------------------------------
require("scr... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/zones/Abyssea-Grauberg/npcs/qm6.lua | 14 | 1344 | -----------------------------------
-- Zone: Abyssea-Grauberg
-- NPC: qm6 (???)
-- Spawns Minaruja
-- @pos ? ? ? 254
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
--[[... | gpl-3.0 |
Colettechan/darkstar | scripts/globals/items/pestle.lua | 41 | 1123 | -----------------------------------------
-- ID: 18599
-- Item: Pestle
-- Additional effect: MP Drain
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
fun... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/items/rabbit_pie.lua | 18 | 1844 | -----------------------------------------
-- ID: 5685
-- Item: rabbit_pie
-- Food Effect: 30minutes, All Races
-----------------------------------------
-- Strength 5
-- Vitality 5
-- Attack 25% (caps @ 100)
-- Ranged Attack 25% (caps @ 100)
-- Defense 25% (caps @ 100)
-- Intelligence -2
-------------------------------... | gpl-3.0 |
Vadavim/jsr-darkstar | scripts/globals/items/bowl_of_ulbuconut_milk.lua | 18 | 1192 | -----------------------------------------
-- ID: 5976
-- Item: Bowl of Ulbuconut Milk
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Charisma +3
-- Vitality -2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItem... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.