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 |
|---|---|---|---|---|---|
nyczducky/darkstar | scripts/globals/items/coeurl_sub.lua | 12 | 1928 | -----------------------------------------
-- ID: 5166
-- Item: coeurl_sub
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Magic 10
-- Strength 5
-- Agility 1
-- Intelligence -2
-- Health Regen While Healing 1
-- Attack % 20
-- Attack Cap 75
-- Ranged ATT % 20
-- Ranged ATT Cap 75
-- Resist... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Open_sea_route_to_Al_Zahbi/npcs/Cehn_Teyohngo.lua | 17 | 1230 | -----------------------------------
-- Area: Open sea route to Al Zahbi
-- NPC: Cehn Teyohngo
-- Guild Merchant NPC: Fishing Guild
-- @zone 4.986 -2.101 -12.026 46
-----------------------------------
package.loaded["scripts/zones/Open_sea_route_to_Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require... | gpl-3.0 |
aqasaeed/ali | plugins/anti_spam.lua | 435 | 3886 |
--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 |
nyczducky/darkstar | scripts/zones/Heavens_Tower/npcs/Rhy_Epocan.lua | 14 | 1721 | -----------------------------------
-- Area: Heavens Tower
-- NPC: Rhy Epocan
-- Involved in Mission 3-1
-- @pos 2 -48 14 242
-----------------------------------
package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones... | gpl-3.0 |
alinoroz/pop_tm | plugins/inpm.lua | 4 | 9312 | local function pre_process(msg)
local to = msg.to.type
local service = msg.service
if to == 'user' and msg.fwd_from then
if not is_support(msg.from.id) and not is_admin1(msg) then
return
end
local user = 'user#id'..msg.from.id
local from_id = msg.fwd_from.peer_id
if msg.fwd_from.first_name then
from_f... | gpl-2.0 |
xyysnybzi/ember | src/components/ogre/widgets/PickingInfo.lua | 3 | 2214 | --[[
A simple widget for showing picking info. It will show both ogre and worldforge positions and the distance to the picking. This is mainly useful for when you need to measure things in the world in order to do server side scripting and similiar stuff.
]]--
PickingInfo = {}
function PickingInfo:buildWidget(world... | gpl-3.0 |
jbeich/Aquaria | files/scripts/entities/_unused/sacrificebutton.lua | 6 | 1317 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/Nashmau/npcs/Nanaroon.lua | 14 | 1052 | ----------------------------------
-- Area: Nashmau
-- NPC: Nanaroon
-- Type: Item Deliverer
-- @pos -2.404 -6 37.141 53
-----------------------------------
package.loaded["scripts/zones/Nashmau/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Nashmau/TextIDs");
------------------... | gpl-3.0 |
Sojerbot/new | plugins/ingroup.lua | 30 | 48221 | do
-- Check Member
local function check_member_autorealm(cb_extra, success, result)
local receiver = cb_extra.receiver
local data = cb_extra.data
local msg = cb_extra.msg
for k,v in pairs(result.members) do
local member_id = v.id
if member_id ~= our_id then
-- Group configuration
data[tostr... | gpl-2.0 |
nyczducky/darkstar | scripts/mixins/families/aern.lua | 36 | 1749 | -- Aern family mixin
-- Customization:
-- Setting AERN_RERAISE_MAX will determine the number of times it will reraise.
-- By default, this will be 1 40% of the time and 0 the rest (ie. default aern behaviour).
-- For multiple reraises, this can be set on spawn for more reraises.
-- To run a function when a rera... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/HomePoint#4.lua | 27 | 1285 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: HomePoint#4
-- @pos -99 -6 -68 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
require("scr... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Norg/npcs/Colleraie.lua | 14 | 1041 | -----------------------------------
-- Area: Norg
-- NPC: Colleraie
-- Type: Event Scene Replayer
-- @zone 252
-- @pos -24.684 0.097 -39.409
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Norg/TextIDs"] = nil;
-----------------------... | gpl-3.0 |
jbeich/Aquaria | files/scripts/entities/collectiblestonehead.lua | 6 | 1320 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
wenhulove333/ScutServer | Sample/Koudai/Client/lua/lib/ZyArmy.lua | 1 | 13665 |
ZyArmy = {
_parent=nil,
_node=nil,
_sprite = nil,
_speed = 140,
_layer_num = nil,--ÔÚµÚ¼¸²ã
_name="",
_tag = nil,
_state = nil,--4Õ¾Á¢2ÅÜ
_move_x = nil,--Ä¿±ê×ø±ê
_move_y = nil,
_direction = nil,--·½Ïò
_headSpritePath=nil,
_headSprite=nil, --Í·ÏñµÄͼƬ
_taskState=nil , --ÈÎÎñ״̬... | mit |
dromozoa/dromozoa-curl | test/test_post.lua | 1 | 1907 | -- Copyright (C) 2018 Tomoyuki Fujimori <moyu@dromozoa.com>
--
-- This file is part of dromozoa-curl.
--
-- dromozoa-curl 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 |
nyczducky/darkstar | scripts/zones/Jugner_Forest/npcs/Chaplion_RK.lua | 14 | 3317 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Chaplion, R.K.
-- Outpost Conquest Guards
-- @pos 54 0 -11 104
-------------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/conquest");
require("scrip... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Valkurm_Dunes/Zone.lua | 12 | 4762 | -----------------------------------
--
-- Zone: Valkurm_Dunes (103)
--
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
package.loaded["scripts/globals/chocobo_digging"] = nil;
-----------------------------------
require("scripts/zones/Valkurm_Dunes/TextIDs");
require("s... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Abyssea-La_Theine/mobs/Piasa.lua | 12 | 1376 | -----------------------------------
-- Area: Abyssea - La Theine
-- MOB: Piasa
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mob)
m... | gpl-3.0 |
GSRMOHAMMAD/fortg | plugins/supergroup.lua | 7 | 75734 | --Begin supergrpup.lua
--Check members #Add supergroup
local function check_member_super(cb_extra, success, result)
local receiver = cb_extra.receiver
local data = cb_extra.data
local msg = cb_extra.msg
if success == 0 then
send_large_msg(receiver, "Promote me to admin first!")
end
for k,v in pairs(result)... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/Metalworks/npcs/Wise_Owl.lua | 29 | 1891 | -----------------------------------
-- Area: Metalworks
-- NPC: Wise Owl
-- Type: Smithing Adv. Image Support
-- @pos -106.336 2.000 26.117 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("... | gpl-3.0 |
AquariaOSE/Aquaria | files/scripts/maps/_unused/node_whaleorbholder.lua | 6 | 1029 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
AquariaOSE/Aquaria | files/scripts/maps/node_beacon_forest.lua | 6 | 1186 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/The_Eldieme_Necropolis/npcs/_5fd.lua | 12 | 1097 | -----------------------------------
-- Area: The Eldieme Necropolis
-- NPC: Shiva's Gate
-- @pos 110 -34 -60 195
-----------------------------------
package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/The_Eldieme_Necropolis/TextIDs");
-----... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Labyrinth_of_Onzozo/mobs/Goblin_Shepherd.lua | 14 | 1210 | -----------------------------------
-- Area: Labyrinth of Onzozo
-- MOB: Goblin Shepherd
-- Note: Place holder Soulstealer Skullnix
-----------------------------------
require("scripts/globals/groundsofvalor");
require("scripts/zones/Labyrinth_of_Onzozo/MobIDs");
-----------------------------------
-- onMobDeath
---... | gpl-3.0 |
nyczducky/darkstar | scripts/globals/abilities/choral_roll.lua | 19 | 2717 | -----------------------------------
-- Ability: Choral Roll
-- Decreases spell interruption rate for party members within area of effect
-- Optimal Job: Bard
-- Lucky Number: 2
-- Unlucky Number: 6
-- Level: 26
--
-- Die Roll |No BRD |With BRD
-- -------- -------- -------
-- 1 |-13 |-38... | gpl-3.0 |
GSRMOHAMMAD/fortg | plugins/msg_checks.lua | 149 | 11202 | --Begin msg_checks.lua
--Begin pre_process function
local function pre_process(msg)
-- Begin 'RondoMsgChecks' text checks by @rondoozle
if is_chat_msg(msg) or is_super_group(msg) then
if msg and not is_momod(msg) and not is_whitelisted(msg.from.id) then --if regular user
local data = load_data(_config.moderatio... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/spells/bluemagic/battle_dance.lua | 27 | 1922 | -----------------------------------------
-- Spell: Battle Dance
-- Delivers an area attack. Additional effect: DEX Down. Duration of effect varies with TP
-- Spell cost: 12 MP
-- Monster Type: Beastmen
-- Spell Type: Physical (Slashing)
-- Blue Magic Points: 3
-- Stat Bonus: DEX+2
-- Level: 12
-- Casting Time: 1 secon... | gpl-3.0 |
StamusNetworks/stamus-luajit-scripts | self-signed-cert.lua | 1 | 2789 | --[[
#*************************************************************
# Copyright(C) 2015, Stamus Networks
# All rights reserved.
# Written by Peter Manev <pmanev@stamus-networks.com>
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
# following c... | gpl-3.0 |
guangbin79/Lua_5.1.5-iOS | xavante-2.4.0/src/webdav/davhandler.lua | 1 | 13569 | -----------------------------------------------------------------------------
-- Xavante webDAV handler
-- Author: Javier Guerra
-- Copyright (c) 2005 Javier Guerra
-----------------------------------------------------------------------------
local lom = require "lxp.lom"
local url = require "socket.url"
local httpd = ... | mit |
MOSAVI17/Generalbot | plugins/xkcd.lua | 16 | 1376 | local command = 'xkcd [query]'
local doc = [[```
/xkcd [query]
Returns an xkcd strip and its alt text. If there is no query, it will be randomized.
```]]
local triggers = {
'^/xkcd[@'..bot.username..']*'
}
local action = function(msg)
local input = msg.text:input()
local jstr, res = HTTP.request('http://xkcd.com... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/items/cube_of_cotton_tofu.lua | 12 | 1417 | -----------------------------------------
-- ID: 5233
-- Item: cube_of_cotton_tofu
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Health % 10
-- Health Cap 30
-- Magic % 10
-- Magic Cap 30
-----------------------------------------
require("scripts/globals/status");
----------------------... | gpl-3.0 |
guangbin79/Lua_5.1.5-iOS | lua-script/wsapi/common.lua | 2 | 26353 | -----------------------------------------------------------------------------
-- wsapi.common - common functionality for adapters and launchers
--
-- Author: Fabio Mascarenhas
-- Copyright (c) 2007 Kepler Project
--
-----------------------------------------------------------------------------
local os = require "os"
l... | mit |
grechkin-pogrebnyakov/tntlua | sorted_array.lua | 5 | 2957 | local bit = require("bit")
local table = require("table")
local string = require("string")
local floor = require("math").floor
local function s_to_a(data)
local a = {}
local bytes = {string.byte(data, i, #data)}
for i = 1, #data / 8 do
a[i] = 0
for c = 0, 7 do
a[i] = bit.lshift(a[i], 8)
a[i] = ... | bsd-2-clause |
weissj3/milkywayathome_client | mwtao/tests/stripe10_nearby.lua | 4 | 3006 |
wedge = 10
start = {
background = {
q = 0.5,
r0 = 8.0
},
streams = {
{
epsilon = -1.3,
mu = 230.0,
r = 36.0,
theta = -1.5,
phi = -0.1,
sigma = 5.0
},
{
epsilon = -2.0,
mu = 195.0,
... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Sauromugue_Champaign/npcs/qm3.lua | 14 | 2473 | -----------------------------------
-- Area: Sauromugue Champaign
-- NPC: qm3 (???) (Tower 3)
-- Involved in Quest: THF AF "As Thick As Thieves"
-- @pos 417.121 15.598 -137.466 120
-----------------------------------
package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil;
------------------------------... | gpl-3.0 |
abcdefg30/OpenRA | mods/ra/maps/soviet-11b/soviet11b.lua | 7 | 1419 | --[[
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 |
nyczducky/darkstar | scripts/zones/Bastok_Markets_[S]/npcs/Blingbrix.lua | 17 | 1222 | -----------------------------------
-- Area: Bastok Markets (S)
-- NPC: Blingbrix
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Bastok_Markets_[S]/TextIDs");
require("scripts/glob... | gpl-3.0 |
nyczducky/darkstar | scripts/commands/addkeyitem.lua | 13 | 1362 | ---------------------------------------------------------------------------------------------------
-- func: addkeyitem <ID> <player>
-- desc: Adds a key item to the player.
---------------------------------------------------------------------------------------------------
require("scripts/globals/keyitems");
cmdprop... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Pashhow_Marshlands/npcs/Mesachedeau_RK.lua | 14 | 3350 | -----------------------------------
-- Area: Pashhow Marshlands
-- NPC: Mesachedeau, R.K.
-- Type: Outpost Conquest Guards
-- @pos 470.843 23.465 415.520 109
-----------------------------------
package.loaded["scripts/zones/Pashhow_Marshlands/TextIDs"] = nil;
-----------------------------------
require("scripts/globa... | gpl-3.0 |
jbeich/Aquaria | files/scripts/entities/_unused/schoolfish1.lua | 6 | 3874 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
AquariaOSE/Aquaria | files/scripts/entities/collectibletridenthead.lua | 6 | 1369 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
weissj3/milkywayathome_client | nbody/sample_workunits/orphan_test_2model.lua | 3 | 2456 |
arg = { ... }
assert(#arg == 6, "Expected 6 arguments")
assert(argSeed ~= nil, "Expected seed")
prng = DSFMT.create(argSeed)
evolveTime = arg[1]
reverseOrbitTime = arg[2]
r0 = arg[3]
r02 = arg[4]
dwarfMass = arg[5]
dwarfMass2 = arg[6]
model1Bodies = 1000
model2Bodies = 1000
totalBodies = model1Bodies + m... | gpl-3.0 |
AquariaOSE/Aquaria | files/scripts/entities/aggroeggs.lua | 6 | 3685 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
sjznxd/lc-20121231 | applications/luci-olsr/luasrc/controller/olsr.lua | 16 | 9505 | module("luci.controller.olsr", package.seeall)
function index()
if not nixio.fs.access("/etc/config/olsrd") then
return
end
local page = node("admin", "status", "olsr")
page.target = template("status-olsr/overview")
page.title = _("OLSR")
page.subindex = true
local page = node("admin", "status", "olsr", ... | apache-2.0 |
jamesbdunlop/iction | Libs/AceLocale-3.0/AceLocale-3.0.lua | 67 | 5637 | --- **AceLocale-3.0** manages localization in addons, allowing for multiple locale to be registered with fallback to the base locale for untranslated strings.
-- @class file
-- @name AceLocale-3.0
-- @release $Id: AceLocale-3.0.lua 1035 2011-07-09 03:20:13Z kaelten $
local MAJOR,MINOR = "AceLocale-3.0", 6
local AceLoc... | apache-2.0 |
wenhulove333/ScutServer | Sample/Doudizhu/Client/lua/layers/ActivityNoticLayer.lua | 1 | 6446 | --
-- ActivityNoticLayer.lua.lua
-- Author : Chensy
-- Version : 1.0
-- Date :
-- Description: »î¶¯¹«¸æ
--
module("ActivityNoticLayer", package.seeall)
-- ³¡¾°ÖÐÓõ½µÄ³ÉÔ±±äÁ¿ÒªÔÚÎļþÍ·²¿ÏÈÉêÃ÷£¬²¢¸½¼Ó±ØÒªµÄ˵Ã÷
-- ³ÉÔ±±äÁ¿Í³Ò»ÒÔÏ»®Ïß¿ªÊ¼£¬½ô½ÓµÄÊ××ÖĸҪСд
local mScene = nil -- ³¡¾°
l... | mit |
AquariaOSE/Aquaria | files/scripts/entities/_unused/childsharan.lua | 6 | 3400 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
jbeich/Aquaria | game_scripts/_mods/guert_mod/tempo/energybarrier.lua | 6 | 6063 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
wenhulove333/ScutServer | Sample/Koudai/Client/lua/battle/BattleResult.lua | 1 | 18049 | ------------------------------------------------------------------
-- BattleResult.lua
-- Author : Zonglin Liu
-- Version : 1.0
-- Date :
-- Description: Õ½¶·ºó½çÃæ £¨¸±±¾ÆÀ¼Û£¬×ªÌøÅжϣ©
------------------------------------------------------------------
module("BattleResult", package.seeall)
... | mit |
nyczducky/darkstar | scripts/zones/Spire_of_Vahzl/npcs/_0n2.lua | 66 | 1356 | -----------------------------------
-- Area: Spire_of_vahlz
-- NPC: web of regret
-----------------------------------
package.loaded["scripts/zones/Spire_of_Vahzl/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/bcnm");
require("scripts/zones/Spire_of_Vahzl/TextIDs");
-------------------... | gpl-3.0 |
nyczducky/darkstar | scripts/globals/spells/learned_etude.lua | 27 | 1845 | -----------------------------------------
-- Spell: Learned Etude
-- Static INT Boost, BRD 26
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMa... | gpl-3.0 |
qrealka/skia-hc | resources/slides_utils.lua | 78 | 2513 | function tostr(t)
local str = ""
for k, v in next, t do
if #str > 0 then
str = str .. ", "
end
if type(k) == "number" then
str = str .. "[" .. k .. "] = "
else
str = str .. tostring(k) .. " = "
end
if type(v) == "table" then
... | apache-2.0 |
jbeich/Aquaria | game_scripts/_mods/aquariaeditortutorial/scripts/node_editor.lua | 6 | 3097 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
liluo/pygments-main | tests/examplefiles/example.lua | 102 | 8677 | --[[
Auctioneer Advanced
Version: <%version%> (<%codename%>)
Revision: $Id: CoreMain.lua 2233 2007-09-25 03:57:33Z norganna $
URL: http://auctioneeraddon.com/
This is an addon for World of Warcraft that adds statistical history to the auction data that is collected
when the auction is scanned, so that you can ea... | bsd-2-clause |
AquariaOSE/Aquaria | files/scripts/entities/eviljelly.lua | 6 | 4892 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
bncastle/love2d-tutorial | lib/components/Sprite.lua | 1 | 2823 | local Class = require("lib.Class")
local Vector2 = require("lib.Vector2")
local Anim = require("lib.Animation")
local Rect = require("lib.Rect")
local U = require("lib.Utils")
local Sprite = Class:derive("Sprite")
--where x,y is the center of the sprite
--
--Note: This component assumes the presence of a Transform co... | mit |
nyczducky/darkstar | scripts/globals/items/prized_crab_stewpot.lua | 12 | 1994 | -----------------------------------------
-- ID: 5546
-- Item: Prized Crab Stewpot
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +10% Cap 100
-- MP +20
-- Vitality +2
-- Agility +2
-- Mind +4
-- HP Recovered while healing +9
-- MP Recovered while healing +3
-- De... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Crawlers_Nest_[S]/npcs/Kalsu-Kalasu.lua | 29 | 1786 | -----------------------------------
-- Area: Crawlers Nest [S]
-- NPC: Kalsu-Kalasu
-- @pos 304.768 -33.519 -19.168 171
-- Notes: Gives Green Letter required to start "Snake on the plains"
-----------------------------------
package.loaded["scripts/zones/Crawlers_Nest_[S]/TextIDs"] = nil;
-----------------------------... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Northern_San_dOria/npcs/Dapraugeant.lua | 17 | 1458 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Dapraugeant
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------");
require("scripts/zones/Northern_San_dOria/TextIDs");
require("scripts/gl... | gpl-3.0 |
jbeich/Aquaria | files/scripts/entities/doorcommon.lua | 5 | 3388 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
AquariaOSE/Aquaria | files/scripts/entities/spikyball.lua | 6 | 3014 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/items/silken_siesta.lua | 12 | 1253 | -----------------------------------------
-- ID: 5626
-- Item: Silken Siesta
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP Recoverd while healing 2
-- MP Recovered while healing 5
-----------------------------------------
require("scripts/globals/status");
----... | gpl-3.0 |
AquariaOSE/Aquaria | files/scripts/entities/darkjellyfg.lua | 5 | 5420 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/PsoXja/npcs/_091.lua | 14 | 2875 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _091 (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos 350.000 -1.925 -61.600 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
re... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Abyssea-Tahrongi/npcs/qm19.lua | 42 | 1872 | -----------------------------------
-- Zone: Abyssea-Tahrongi
-- NPC: ???
-- Spawns Chloris
-- @pos ? ? ? 45
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-----------------------------------
function... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Abyssea-Tahrongi/npcs/qm13.lua | 42 | 1872 | -----------------------------------
-- Zone: Abyssea-Tahrongi
-- NPC: ???
-- Spawns Chloris
-- @pos ? ? ? 45
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-----------------------------------
function... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/PsoXja/npcs/_099.lua | 14 | 2936 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _099 (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos 250.000 -1.925 -58.399 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
re... | gpl-3.0 |
guangbin79/Lua_5.1.5-iOS | luasocket-3.0-rc1/test/testclnt.lua | 20 | 22707 | local socket = require"socket"
host = host or "localhost"
port = port or "8383"
function printf(...)
io.stderr:write(string.format(...))
end
function pass(...)
printf(...)
io.stderr:write("\n")
end
function fail(...)
io.stderr:write("ERROR: ")
printf(...)
io.stderr:write("!\n")
os.exit(... | mit |
lgeek/koreader | frontend/ui/widget/imagewidget.lua | 1 | 15607 | --[[--
ImageWidget shows an image from a file or memory
Show image from file example:
UIManager:show(ImageWidget:new{
file = "resources/info-i.png",
-- Make sure alpha is set to true if png has transparent background
-- alpha = true,
})
Show image from memory exam... | agpl-3.0 |
nyczducky/darkstar | scripts/zones/RuLude_Gardens/npcs/Trail_Markings.lua | 7 | 3062 | -----------------------------------
-- Area: Rulude Gardens
-- NPC: Trail Markings
-- Dynamis-Jeuno Enter
-- @pos 35 9 -51 243
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/glo... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/LaLoff_Amphitheater/npcs/qm1_4.lua | 17 | 2450 | -----------------------------------
-- Area: LaLoff_Amphitheater
-- NPC: Shimmering Circle (BCNM Entrances)
-------------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
package.loaded["scripts/globals/bcnm"] = nil;
-------------------------------------
require("scripts/glob... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Port_Bastok/npcs/Vattian.lua | 17 | 1456 | -----------------------------------
-- Area: Port Bastok
-- NPC: Vattian
-- Only sells when Bastok controlls Kuzotz Region
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts/zones/Port_Bastok/TextIDs"] =... | gpl-3.0 |
xch91/lnex | src/lnex.lua | 1 | 2718 | local new_tab = require('table.new')
local clr_tab = require('table.clear')
local lnex = {}
lnex.__index = lnex
local function _expand(self, clause, vals)
if not self[clause] then
local len = #vals
self[clause] = new_tab(len, 0)
end
local arr = self[clause]
for _, v in ipairs(vals) do ... | apache-2.0 |
nyczducky/darkstar | scripts/zones/Abyssea-Vunkerl/npcs/qm6.lua | 14 | 1342 | -----------------------------------
-- Zone: Abyssea-Vunkerl
-- NPC: qm6 (???)
-- Spawns Rakshas
-- @pos ? ? ? 217
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
--[[
... | gpl-3.0 |
sjznxd/lc-20121231 | libs/web/luasrc/template.lua | 68 | 3061 | --[[
LuCI - Template Parser
Description:
A template parser supporting includes, translations, Lua code blocks
and more. It can be used either as a compiler or as an interpreter.
FileId: $Id$
License:
Copyright 2008 Steven Barth <steven@midlink.org>
Licensed under the Apache License, Version 2.0 (the "License");
you... | apache-2.0 |
abosalah22/memo | plugins/ar-broadcast.lua | 10 | 1389 | --[[
▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ BY SAJJAD NOORI ▀▄ ▄▀
▀▄ ▄▀ BY SAJAD NOORI (@SAJJADNOORI) ▀▄ ▄▀
▀▄ ▄▀ JUST WRITED BY SAJJAD NOORI ▀▄ ▄▀
▀▄ ▄▀ broadcast : اذاعه ▀▄ ▄▀
▀▄▀... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/Southern_San_dOria/npcs/Lanqueron.lua | 14 | 1610 | -----------------------------------
-- Area: Southern San dOria
-- NPC: Lanqueron
-- Type: Item Deliverer NPC
-- Involved in Quest: Lost Chick
-- @zone 230
-- @pos 0.335 1.199 -28.404
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
----------------------------------... | gpl-3.0 |
nyczducky/darkstar | scripts/globals/items/galkan_sausage_-1.lua | 12 | 1588 | -----------------------------------------
-- ID: 5862
-- Item: galkan_sausage_-1
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Strength -3
-- Dexterity -3
-- Vitality -3
-- Agility -3
-- Mind -3
-- Intelligence -3
-- Charisma -3
-----------------------------------------
require("scripts... | gpl-3.0 |
AquariaOSE/Aquaria | files/scripts/entities/songstalk.lua | 6 | 3240 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/items/serving_of_squirrels_delight.lua | 12 | 1332 | -----------------------------------------
-- ID: 5554
-- Item: serving_of_squirrels_delight
-- Food Effect: 4Hrs, All Races
-----------------------------------------
-- MP % 13 (cap 95)
-- MP Recovered While Healing 2
-----------------------------------------
require("scripts/globals/status");
-----------------------... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Bastok_Mines/npcs/Galdeo.lua | 17 | 1373 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Galdeo
-- Only sells when Bastok controlls Li'Telor Region
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scripts/zones/Basto... | gpl-3.0 |
nyczducky/darkstar | scripts/globals/items/margherita_pizza.lua | 12 | 1483 | -----------------------------------------
-- ID: 5695
-- Item: margherita_pizza
-- Food Effect: 3hours, All Races
-----------------------------------------
-- HP +30
-- Accuracy +10% (cap 8)
-- Attack +10% (cap 10)
-----------------------------------------
require("scripts/globals/status");
--------------------------... | gpl-3.0 |
aktel/vice-players | Vendor/CEGUI/cegui/src/ScriptingModules/LuaScriptModule/support/tolua++bin/lua/compat.lua | 22 | 4130 | -------------------------------------------------------------------
-- Real globals
-- _ALERT
-- _ERRORMESSAGE
-- _VERSION
-- _G
-- assert
-- error
-- metatable
-- next
-- print
-- require
-- tonumber
-- tostring
-- type
-- unpack
-------------------------------------------------------------------
-- collectgarbage
--... | gpl-3.0 |
devadvisor/Advisor | libs/feedparser.lua | 543 | 11955 | local LOM = assert(require("lxp.lom"), "LuaExpat doesn't seem to be installed. feedparser kind of needs it to work...")
local XMLElement = (loadfile "./libs/XMLElement.lua")()
local dateparser = (loadfile "./libs/dateparser.lua")()
local URL = (loadfile "./libs/url.lua")()
local tinsert, tremove, tconcat = table.insert... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Icon_Prototype.lua | 22 | 1416 | -----------------------------------
-- Area: Dynamis Xarcabard
-- MOB: Icon Prototype
-----------------------------------
package.loaded["scripts/zones/Dynamis-Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/dynamis");
require("scripts/zones/D... | gpl-3.0 |
admshao/obs-studio | UI/frontend-plugins/frontend-tools/data/scripts/pause-scene.lua | 21 | 1169 | obs = obslua
pause_scene = ""
function on_event(event)
if event == obs.OBS_FRONTEND_EVENT_SCENE_CHANGED then
local scene = obs.obs_frontend_get_current_scene()
local scene_name = obs.obs_source_get_name(scene)
if pause_scene == scene_name then
obs.obs_frontend_recording_pause(true)
else
obs.obs_frontend... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/abilities/pets/healing_breath_iv.lua | 25 | 1748 | ---------------------------------------------------
-- Healing Breath IV
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
---------------------------------------------------
function onAbilityCheck(p... | gpl-3.0 |
nyczducky/darkstar | scripts/globals/items/death_scythe_+1.lua | 41 | 1069 | -----------------------------------------
-- ID: 16791
-- Item: Death Scythe +1
-- Additional Effect: Drains HP
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-------------------------------... | gpl-3.0 |
ashkan1996/hunter000 | plugins/owners.lua | 1467 | 12478 |
local function lock_group_namemod(msg, data, target)
local group_name_set = data[tostring(target)]['settings']['set_name']
local group_name_lock = data[tostring(target)]['settings']['lock_name']
if group_name_lock == 'yes' then
return 'Group name is already locked'
else
data[tostring(target)]['setting... | gpl-2.0 |
wizardbottttt/illusion | plugins/owners.lua | 1467 | 12478 |
local function lock_group_namemod(msg, data, target)
local group_name_set = data[tostring(target)]['settings']['set_name']
local group_name_lock = data[tostring(target)]['settings']['lock_name']
if group_name_lock == 'yes' then
return 'Group name is already locked'
else
data[tostring(target)]['setting... | gpl-2.0 |
Shayan123456/bottttttt | plugins/owners.lua | 1467 | 12478 |
local function lock_group_namemod(msg, data, target)
local group_name_set = data[tostring(target)]['settings']['set_name']
local group_name_lock = data[tostring(target)]['settings']['lock_name']
if group_name_lock == 'yes' then
return 'Group name is already locked'
else
data[tostring(target)]['setting... | gpl-2.0 |
medoo3131/NEW-BOT3 | plugins/list.lua | 1 | 2332 | --[[
#
#ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
#:((
# For More Information ....!
# Developer : Aziz < @TH3_GHOST >
# our channel: @DevPointTeam
# Version: 1.1
#:))
#ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
#
]]
do... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/items/sweet_baked_apple.lua | 12 | 1308 | -----------------------------------------
-- ID: 4336
-- Item: sweet_baked_apple
-- Food Effect: 1hour, All Races
-----------------------------------------
-- Magic Points 25
-- Intelligence 4
-- MP Recovered While Healing 2
-----------------------------------------
require("scripts/globals/status");
----------------... | gpl-3.0 |
nyczducky/darkstar | scripts/zones/Port_Jeuno/npcs/Avijit.lua | 30 | 1167 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Avijit
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
require("scripts/zones/Port_Jeuno/TextIDs");
-----------------------------------
-- onTrade Action
--------------------------------... | gpl-3.0 |
AquariaOSE/Aquaria | game_scripts/_mods/aquariaeditortutorial/scripts/node_editor03.lua | 6 | 1715 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/zones/Gustav_Tunnel/mobs/Erlik.lua | 14 | 1057 | ----------------------------------
-- Area: Gustav Tunnel
-- MOB: Erlik
-- Note: Place holder Baobhan Sith
-----------------------------------
require("scripts/globals/groundsofvalor");
require("scripts/zones/Gustav_Tunnel/MobIDs");
-----------------------------------
-- onMobDeath
----------------------------------... | gpl-3.0 |
nyczducky/darkstar | scripts/globals/weaponskills/blade_rin.lua | 26 | 1394 | -----------------------------------
-- Blade Rin
-- Katana weapon skill
-- Skill Level: 5
-- Delivers a single-hit attack. Chance of params.critical varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Light Gorget.
-- Aligned with the Light Belt.
-- Element: None
-- Modifiers: STR:20% ; DEX:20%
-- 100%... | gpl-3.0 |
jbeich/Aquaria | files/scripts/entities/naijachild.lua | 6 | 1639 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
AquariaOSE/Aquaria | files/scripts/entities/naijachild.lua | 6 | 1639 | -- Copyright (C) 2007, 2010 - Bit-Blot
--
-- This file is part of Aquaria.
--
-- Aquaria 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 vers... | gpl-2.0 |
nyczducky/darkstar | scripts/globals/abilities/parsimony.lua | 27 | 1108 | -----------------------------------
-- Ability: Parsimony
-- Reduces the MP cost of your next black magic spell by 50%.
-- Obtained: Scholar Level 10
-- Recast Time: Stratagem Charge
-- Duration: 1 black magic spell or 60 seconds, whichever occurs first
--
-- Level |Charges |Recharge Time per Charge
-- ----- ------... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.