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 |
|---|---|---|---|---|---|
LegionXI/darkstar | scripts/globals/chocobo_digging.lua | 46 | 7397 | -- chocobo_digging.lua
require("scripts/globals/status");
require("scripts/globals/utils");
require("scripts/globals/settings");
-----------------------------------
-- DIG REQUIREMENTS
-----------------------------------
DIGREQ_NONE = 0;
DIGREQ_BURROW = 1;
DIGREQ_BORE = 2;
DIGREQ_MODIFIER = 4;
DIGREQ_NIGHT ... | gpl-3.0 |
MarcusChang/Repo-QUANTengine | QUANTengine/QuantENGINE_API/Utility/GetNodes.lua | 1 | 1481 | function OnStart()
--justChildNodes = true
--[[
local table = Util:GetChildNodes("SIM.O.>", true)
if (table ~= nil) then
for series, isLeafNode in pairs(table) do
local hasChildren = not(isLeafNode)
print("SERIES:"..tostring(series)..", HasChildren:"..tostring(hasChildren), LOG_DEB)
end
end
--]]... | gpl-2.0 |
evrooije/beerarchy | mods/00_bt_nodes/farming/cotton.lua | 1 | 3214 |
local S = farming.intllib
-- cotton seeds
minetest.register_node("farming:seed_cotton", {
description = S("Cotton Seed"),
tiles = {"farming_cotton_seed.png"},
inventory_image = "farming_cotton_seed.png",
wield_image = "farming_cotton_seed.png",
drawtype = "signlike",
groups = {seed = 1, snappy = 3, attached_nod... | lgpl-2.1 |
LegionXI/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 |
greasydeal/darkstar | scripts/globals/mobskills/PW_Tourbillion.lua | 15 | 1122 | ---------------------------------------------
-- Tourbillion
--
-- Description: Delivers an area attack. Additional effect duration varies with TP. Additional effect: Weakens defense.
-- Type: Physical
-- Shadow per hit
-- Range: Unknown range
---------------------------------------------
require("scripts/globals/setti... | gpl-3.0 |
edwinhollen/StationIsLife | src/systems/ui_system.lua | 1 | 1185 | local class = require "middleclass"
local tastytext = require "tastytext"
require "system"
require "components/position_component"
require "components/ui_component"
UISystem = class("UISystem", System)
function UISystem:initialize()
System.initialize(self, {UIComponent, PositionComponent})
self.font_regular = lo... | gpl-3.0 |
LegionXI/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 |
LegionXI/darkstar | scripts/zones/Upper_Jeuno/npcs/Mairee.lua | 27 | 1734 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Mairee
-- Type: Chocobo Renter
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/globals/keyitems");
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
-- o... | gpl-3.0 |
greasydeal/darkstar | scripts/globals/effects/weakness.lua | 19 | 1566 | -----------------------------------
--
-- Weakness
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
--reduce HP and MP by the power amount. Add... | gpl-3.0 |
greasydeal/darkstar | scripts/globals/items/bunny_ball.lua | 35 | 1739 | -----------------------------------------
-- ID: 4349
-- Item: Bunny Ball
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Health 10
-- Strength 2
-- Vitality 2
-- Intelligence -1
-- Attack % 30
-- Attack Cap 25
-- Ranged ATT % 30
-- Ranged ATT Cap 25
-------------------------... | gpl-3.0 |
naclander/tome | game/modules/tome/data/talents/corruptions/torment.lua | 3 | 5106 | -- 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 |
SOHUDBA/SOHU-DBProxy | tests/suite/base/t/overlong-mock.lua | 4 | 1885 | --[[ $%BEGINLICENSE%$
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
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; version 2 of the
License.
This program is dis... | gpl-2.0 |
bittorf/luci | protocols/luci-proto-qmi/luasrc/model/network/proto_qmi.lua | 9 | 1192 | -- Copyright 2016 David Thornley <david.thornley@touchstargroup.com>
-- Licensed to the public under the Apache License 2.0.
local netmod = luci.model.network
local interface = luci.model.network.interface
local proto = netmod:register_protocol("qmi")
function proto.get_i18n(self)
return luci.i18n.translate("QMI Cel... | apache-2.0 |
greasydeal/darkstar | scripts/globals/weaponskills/refulgent_arrow.lua | 30 | 1408 | -----------------------------------
-- Refulgent Arrow
-- Archery weapon skill
-- Skill level: 290
-- Delivers a twofold attack. Damage varies with TP.
-- Aligned with the Aqua Gorget & Light Gorget.
-- Aligned with the Aqua Belt & Light Belt.
-- Element: None
-- Modifiers: STR: 60% http://www.bg-wiki.com/bg/Re... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Bastok_Markets/npcs/Brunhilde.lua | 36 | 1636 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Brunhilde
-- Standard Merchant NPC
--
-- Updated Aug-09-2013 by Zerahn, based on bgwiki and gamerescape
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
requir... | gpl-3.0 |
ibm2431/darkstar | scripts/globals/mobskills/ink_jet_alt.lua | 9 | 1030 | ---------------------------------------------
-- Ink Jet alt
--
-- Description: Unleashes a torrent of black spores in a fan-shaped area of effect, dealing dark damage to targets. Additional effect: Blind
-- Type: Magical Dark (Element)
--
-- Notes: Used by Fe'e in Up in Arms BCNM
----------------------------------... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Marquis_Nebiros.lua | 19 | 1259 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NPC: Marquis Decarabia
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------------------
fun... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Uleguerand_Range/npcs/Fissure.lua | 17 | 1691 | -----------------------------------
-- Area: Uleguerand Range
-- NPC: Fissure
-- Teleports players from underground to surface
-- @pos 380.267 34.859 -179.655 5
-- @pos 460.339 -29.137 220.311 5
-- @pos 180.207 -77.147 500.276 5
-----------------------------------
package.loaded["scripts/zones/Uleguerand_Range/T... | gpl-3.0 |
CuteOne/meta | meta/lists/dummyList.lua | 1 | 7703 | -- Required to access other files.
local meta = ...
-- Init dummyList
local dummyList = {}
dummyList.dummies = {
-- Misc/Unknown
[79987] = "Training Dummy", -- Location Unknown
[92169] = "Raider's Training Dummy", -- Tanking (Eastern Plaguelands)
[96442] = "Training Dummy", -- Damage (Locatio... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Sealions_Den/npcs/Sueleen.lua | 17 | 1980 | -----------------------------------
-- Area: Sealion's Den
-- NPC: Sueleen
-- @pos 612 132 774 32
-----------------------------------
package.loaded["scripts/zones/Sealions_Den/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Sealions_Den/TextID... | gpl-3.0 |
mhmjhamyargroup44233/hamyargroup63635567 | plugins/rss.lua | 700 | 5434 | local function get_base_redis(id, option, extra)
local ex = ''
if option ~= nil then
ex = ex .. ':' .. option
if extra ~= nil then
ex = ex .. ':' .. extra
end
end
return 'rss:' .. id .. ex
end
local function prot_url(url)
local url, h = string.gsub(url, "http://", "")
local... | gpl-2.0 |
LegionXI/darkstar | scripts/zones/Western_Adoulin/npcs/Bilp.lua | 14 | 1948 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Bilp
-- Type: Standard NPC and Quest NPC
-- Starts and Involved with Quest: 'Scaredy-Cats'
-- @zone 256
-- @pos -91 3 0 256
-----------------------------------
require("scripts/globals/quests");
-----------------------------------
-- onTrade Ac... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Abyssea-Vunkerl/npcs/qm22.lua | 9 | 1769 | -----------------------------------
-- Zone: Abyssea-Vunkerl
-- NPC: qm22 (???)
-- Spawns Durinn
-- @pos ? ? ? 217
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-----------------------------------
fu... | gpl-3.0 |
ibm2431/darkstar | scripts/globals/abilities/sic.lua | 12 | 1199 | -----------------------------------
-- Ability: Sic
-- Commands the charmed Pet to make a random special attack.
-- Obtained: Beastmaster Level 25
-- Recast Time: 2 minutes
-- Duration: N/A
-----------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/North_Gustaberg_[S]/npcs/Roderich.lua | 10 | 1302 | -----------------------------------
-- Area: North Gustaberg (S) (I-6)
-- NPC: Gebhardt
-- Involved in Quests: The Fighting Fourth
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg_[S]/TextIDs"] = nil;
package.loaded["scripts/globals/quests"] = nil;
-----------------------------------
r... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Kazham/npcs/Toeh_Leddenbah.lua | 17 | 1072 | -----------------------------------
-- Area: Kazham
-- NPC: Toeh Leddenbah
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action
-----------------------------------
... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Nyzul_Isle/mobs/Amnaf_psycheflayer.lua | 9 | 2734 | -----------------------------------
-- Area: Nyzul Isle (Path of Darkness)
-- MOB: Amnaf Psycheflayer
-----------------------------------
require("scripts/zones/Nyzul_Isle/IDs");
require("scripts/globals/status");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
funct... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Northern_San_dOria/npcs/Greubaque.lua | 53 | 1967 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Greubaque
-- Type: Smithing Adv. Synthesis Image Support
-- @pos -179.400 10.999 150.000 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scrip... | gpl-3.0 |
mathf07/trivia | lua/trivia.lua | 26 | 5867 | local Game = {}
Game.__index = Game
function Game:new()
instance = {}
setmetatable(instance, Game)
instance.players = {}
instance.places = { 0,0,0,0,0,0}
instance.purses = { 0,0,0,0,0,0}
instance.in_penalty_box = {0,0,0,0,0,0}
instance.pop_questions = {}
instance.science_questions = {}
inst... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Mhaura/npcs/Felisa.lua | 17 | 1201 | -----------------------------------
-- Area: Mhaura
-- NPC: Felisa
-- Admits players to the dock in Mhaura.
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
-----------------------------------
-- onT... | gpl-3.0 |
christopho/entropy2048 | cross_entropy.lua | 1 | 3681 | -- Runs the cross-entropy method to optimize appropriate weights for
-- the features_player.lua artificial player.
-- Usage : luajit cross_entropy.lua
-- Press Ctrl-C to stop.
-- The cross-entropy method is described in
-- http://hal.inria.fr/docs/00/41/89/30/PDF/article.pdf
local game_manager = require("game_manager... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Riverne-Site_B01/mobs/Nimbus_Hippogryph.lua | 23 | 1357 | -----------------------------------
-- Area: Riverne - Site B01
-- MOB: Nimbus Hippogryph
-- Note: Place holder Imdugud
-----------------------------------
require("scripts/zones/Riverne-Site_B01/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
funct... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Bostaunieux_Oubliette/npcs/Novalmauge.lua | 17 | 4006 | -----------------------------------
-- Area: Bostaunieux Obliette
-- NPC: Novalmauge
-- Starts and Finishes Quest: The Rumor
-- Involved in Quest: The Holy Crest, Trouble at the Sluice
-- @pos 70 -24 21 167
-----------------------------------
package.loaded["scripts/zones/Bostaunieux_Oubliette/TextIDs"] = nil;
... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/_0rs.lua | 12 | 1094 | -----------------------------------
-- Area: Phomiuna_Aqueducts
-- NPC: Oil lamp
-- !pos -60 -23 60 27
-----------------------------------
require("scripts/globals/missions");
local ID = require("scripts/zones/Phomiuna_Aqueducts/IDs");
-----------------------------------
function onTrade(player,npc,trade)
end;
funct... | gpl-3.0 |
SuperNexus/android_external_skia | tools/lua/skia.lua | 207 | 1863 | -- Experimental helpers for skia --
function string.startsWith(String,Start)
return string.sub(String,1,string.len(Start))==Start
end
function string.endsWith(String,End)
return End=='' or string.sub(String,-string.len(End))==End
end
Sk = {}
function Sk.isFinite(x)
return x * 0 == 0
end
----------------... | bsd-3-clause |
Mahdi-Rom/android_external_skia | tools/lua/skia.lua | 207 | 1863 | -- Experimental helpers for skia --
function string.startsWith(String,Start)
return string.sub(String,1,string.len(Start))==Start
end
function string.endsWith(String,End)
return End=='' or string.sub(String,-string.len(End))==End
end
Sk = {}
function Sk.isFinite(x)
return x * 0 == 0
end
----------------... | bsd-3-clause |
Igalia/snabbswitch | lib/ljsyscall/syscall/osx/syscalls.lua | 18 | 1899 | -- OSX specific syscalls
local require, error, assert, tonumber, tostring,
setmetatable, pairs, ipairs, unpack, rawget, rawset,
pcall, type, table, string =
require, error, assert, tonumber, tostring,
setmetatable, pairs, ipairs, unpack, rawget, rawset,
pcall, type, table, string
local abi = require "syscall.abi"
r... | apache-2.0 |
naclander/tome | game/modules/tome/data/maps/towns/irkkk.lua | 3 | 4120 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later ... | gpl-3.0 |
ibm2431/darkstar | scripts/globals/mobskills/soothing_aroma.lua | 12 | 1036 | ---------------------------------------------
-- Soothing Aroma
-- Family: Rafflesia
-- Description: Charms nearby players.
-- Type:
-- Utsusemi/Blink absorb:
-- Range:
-- Notes:
---------------------------------------------
require("scripts/globals/monstertpmoves")
require("scripts/globals/settings")
require("scripts/... | gpl-3.0 |
LegionXI/darkstar | scripts/globals/spells/bluemagic/eyes_on_me.lua | 31 | 1587 | -----------------------------------------
-- Spell: Eyes On Me
-- Deals dark damage to an enemy
-- Spell cost: 112 MP
-- Monster Type: Demons
-- Spell Type: Magical (Dark)
-- Blue Magic Points: 4
-- Stat Bonus: HP-5, MP+15
-- Level: 61
-- Casting Time: 4.5 seconds
-- Recast Time: 29.25 seconds
-- Magic Bursts on: Compr... | gpl-3.0 |
Tyxz/-ESO--ingame--Clock---Tamriel-Standard-Time | Lib/Feature/Time/Time.lua | 1 | 19519 | --[[--------------------------------------------
Project: Clock - Tamriel Standard Time
Author: Arne Rantzen (Tyx)
Created: 2020-01-22
Updated: 2020-03-06
License: GPL-3.0
--------------------------------------------]]--
Clock_TST = Clock_TST or {}
local Time = ZO_Object:Subclass()... | gpl-3.0 |
alomina007/sgp | libs/lua-redis.lua | 580 | 35599 | local redis = {
_VERSION = 'redis-lua 2.0.4',
_DESCRIPTION = 'A Lua client library for the redis key value storage system.',
_COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri',
}
-- The following line is used for backwards compatibility in order to keep the `Redis`
-- global module name. Using... | gpl-2.0 |
LegionXI/darkstar | scripts/globals/items/coeurl_sub_+1.lua | 12 | 2020 | -----------------------------------------
-- ID: 5167
-- Item: coeurl_sub_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Magic 15
-- Strength 5
-- Agility 1
-- Intelligence -2
-- Health Regen While Healing 1
-- Attack % 22
-- Attack Cap 80
-- Ranged ATT % 22
-- Ranged ATT Cap 80
-- Sle... | gpl-3.0 |
ibm2431/darkstar | scripts/globals/abilities/pets/sand_breath.lua | 11 | 1413 | ---------------------------------------------------
-- Sand Breath
---------------------------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/monstertpmoves")
require("scripts/globals/ability")
---------------------------------------------------
... | gpl-3.0 |
whd/data-pipeline | hindsight/modules/fx/ping.lua | 2 | 5998 | -- 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/.
local M = {}
local ipairs = ipairs
local pairs = pairs
local pcall = pcall
local tonumber = tonumber
loca... | mpl-2.0 |
ChaoticMind/OpenRA | lua/sandbox.lua | 84 | 5098 | local sandbox = {
_VERSION = "sandbox 0.5",
_DESCRIPTION = "A pure-lua solution for running untrusted Lua code.",
_URL = "https://github.com/kikito/sandbox.lua",
_LICENSE = [[
MIT LICENSE
Copyright (c) 2013 Enrique García Cota
Permission is hereby granted, free of charge, to an... | gpl-3.0 |
naclander/tome | game/modules/tome/data/zones/south-beach/objects.lua | 3 | 1185 | -- 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 |
LegionXI/darkstar | scripts/zones/Navukgo_Execution_Chamber/mobs/Karababa.lua | 12 | 2698 | -----------------------------------
-- Area: Navukgo Execution Chamber
-- MOB: Karababa
-----------------------------------
package.loaded["scripts/zones/Navukgo_Execution_Chamber/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/zones/Navukgo_Execution_Chamber/T... | gpl-3.0 |
naclander/tome | game/engines/default/engine/interface/PlayerRest.lua | 3 | 3468 | -- TE4 - T-Engine 4
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Northern_San_dOria/npcs/Prerivon.lua | 38 | 1025 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Prerivon
-- Type: Standard Dialogue NPC
-- @zone: 231
-- @pos 142.324 0.000 132.515
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
require("scripts/zones/Northern_San_dOria/TextIDs");... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Uleguerand_Range/npcs/Zebada.lua | 9 | 1884 | -----------------------------------
-- Area: Uleguerand Range
-- NPC: Zebada
-- Type: ENM Quest Activator
-- !pos -308.112 -42.137 -570.096 5
-----------------------------------
local ID = require("scripts/zones/Uleguerand_Range/IDs");
require("scripts/globals/keyitems");
-----------------------------------
function ... | gpl-3.0 |
ricker75/Global-Server | data/actions/scripts/svargrond arena quest/arena_reward.lua | 1 | 1400 | dofile('data/lib/svargrondArenaQuest.lua')
local STORAGE_ARENA = 1100
function onUse(cid, item, fromPosition, itemEx, toPosition)
if(getPlayerStorageValue(cid, STORAGE_ARENA) < 0) then
return doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Nothing here.")
end
for i = 1 , 3 do
local arena = getPlayerStorageV... | gpl-2.0 |
LegionXI/darkstar | scripts/zones/RuLude_Gardens/npcs/_6r8.lua | 14 | 2431 | -----------------------------------
-- Area: Ru'Lud Gardens
-- Door: Windurstian Ambassador
-- Windurst Missions 3.3 "A New Journey" and 4.1 "Magicite"
-- @pos 31 9 -22 243
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
-----------------------------------
require("scri... | gpl-3.0 |
up9cloud/line-api-server | lib/lua/TFramedTransport.lua | 23 | 2926 | --
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
-- distributed with this work for additional information
-- regarding copyright ownership. The ASF licenses this file
-- to you under the Apache License, Version 2.0 (the
-- "License"); you ma... | mit |
greasydeal/darkstar | scripts/globals/items/serving_of_red_curry.lua | 35 | 2169 | -----------------------------------------
-- ID: 4298
-- Item: serving_of_red_curry
-- Food Effect: 3 hours, All Races
-----------------------------------------
-- HP +25
-- Strength +7
-- Agility +1
-- Intelligence -2
-- HP recovered while healing +2
-- MP recovered while healing +1
-- ... | gpl-3.0 |
shadog/shado | plugins/all.lua | 1321 | 4661 | do
data = load_data(_config.moderation.data)
local function get_msgs_user_chat(user_id, chat_id)
local user_info = {}
local uhash = 'user:'..user_id
local user = redis:hgetall(uhash)
local um_hash = 'msgs:'..user_id..':'..chat_id
user_info.msgs = tonumber(redis:get(um_hash) or 0)
user_info.name = user_print... | gpl-2.0 |
LegionXI/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Rakih_Lyhall.lua | 14 | 1063 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Rakih Lyhall
-- Type: Standard NPC
-- @zone 94
-- @pos -48.111 -4.5 69.712
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
-... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Port_Bastok/npcs/Steel_Bones.lua | 36 | 1727 | -----------------------------------
-- Area: Port Bastok
-- NPC: Steel Bones
-- Standard Info NPC
-- Involved in Quest: Guest of Hauteur
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
requir... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Wajaom_Woodlands/TextIDs.lua | 7 | 1135 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6384; -- Obtained: <item>.
GIL_OBTAINED = 6385; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6387; -- Obtained... | gpl-3.0 |
evrooije/beerarchy | mods/beds/functions.lua | 1 | 5665 | local pi = math.pi
local player_in_bed = 0
local is_sp = minetest.is_singleplayer()
local enable_respawn = minetest.settings:get_bool("enable_bed_respawn")
if enable_respawn == nil then
enable_respawn = true
end
-- Helper functions
local function get_look_yaw(pos)
local n = minetest.get_node(pos)
if n.param2 == 1 ... | lgpl-2.1 |
greasydeal/darkstar | scripts/zones/Port_San_dOria/npcs/Sheridan.lua | 19 | 1770 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Sheridan
-- Involved in Quests: Riding on the Clouds
-- @zone 232
-- @pos -19 -8 -129
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/glo... | gpl-3.0 |
LegionXI/darkstar | scripts/globals/items/party_egg.lua | 12 | 1333 | -----------------------------------------
-- ID: 4595
-- Item: party_egg
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 25
-- Magic 25
-- Attack 5
-- Ranged Attack 4
-----------------------------------------
require("scripts/globals/status");
-------------------------------------... | gpl-3.0 |
misaelmt/RequestBuffer | RequestBuffer.lua | 1 | 1217 | --[[
Request buffer to send multiple requests to a server in one call.
Copyright (c) 2015 Misael Madrigal Torres.
https://github.com/misaelmt/RequestBuffer
]]--
local buffer = {
list = nil,
callback = nil,
bufferSize = nil,
last = nil,
debug = false,
}
function buffer:new(callback, bufferSi... | mit |
ibm2431/darkstar | scripts/zones/Giddeus/npcs/Uu_Zhoumo.lua | 9 | 1501 | -----------------------------------
-- Area: Giddeus
-- NPC: Uu Zhoumo
-- Involved in Mission 2-3
-- !pos -179 16 155 145
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
-----------------------------------
function onTrade(player,npc,trade)
if (player... | gpl-3.0 |
ibm2431/darkstar | scripts/globals/spells/embrava.lua | 11 | 1070 | --------------------------------------
-- Spell: Embrava
-- Consumes 20% of your maximum MP. Gradually restores
-- target party member's HP and MP and increases attack speed.
--------------------------------------
require("scripts/globals/magic")
require("scripts/globals/msg")
require("scripts/globals/status")
---... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Konschtat_Highlands/npcs/Cavernous_Maw.lua | 29 | 1963 | -----------------------------------
-- Area: Konschtat Highlands
-- NPC: Cavernous Maw
-- @pos 96.344, -69.080, -580.008 108
-- Teleports Players to Abyssea - Konschtat
-----------------------------------
package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil;
-----------------------------------
r... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/The_Celestial_Nexus/Zone.lua | 30 | 1741 | -----------------------------------
--
-- Zone: The_Celestial_Nexus (181)
--
-----------------------------------
package.loaded["scripts/zones/The_Celestial_Nexus/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/The_Celestial_Nexus/TextIDs");
-----------... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Apollyon/mobs/Earth_Elemental.lua | 9 | 2117 | -----------------------------------
-- Area: Apollyon SW
-- Mob: Earth Elemental
-----------------------------------
require("scripts/globals/limbus");
-----------------------------------
function onMobDeath(mob, player, isKiller)
end;
function onMobDespawn(mob)
local mobID = mob:getID();
-- print(mobID);
lo... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Windurst_Woods/npcs/Tesch_Garanjy.lua | 36 | 4446 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Tesch_Garanjy
-- Armor Storage NPC
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/armorstorage"... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Upper_Jeuno/npcs/Turlough.lua | 41 | 1446 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Turlough
-- Mission NPC
-- @pos
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
require("scripts/zones/Upper_Jeuno/TextIDs");
require("scripts/globals/quests");
require("scripts/globals/missions");
require(... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Windurst_Woods/npcs/Kororo.lua | 9 | 3043 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Kororo
-- Type: Standard NPC
-- !pos -11.883 -3.75 5.508 241
-- Starts quest: A Greeting Cardian
-- Involved in quests: Lost Chick
-----------------------------------
local ID = require("scripts/zones/Windurst_Woods/IDs")
require("scripts/globals/ques... | gpl-3.0 |
LegionXI/darkstar | scripts/globals/mobskills/Spirit_Tap.lua | 32 | 1401 | ---------------------------------------------------
-- Spirit Tap
-- Attempts to absorb one buff from a single target, or otherwise steals HP.
-- Type: Magical
-- Utsusemi/Blink absorb: Ignores Shadows
-- Range: Melee
-- Notes: Can be any (positive) buff, including food. Will drain about 100HP if it can't take any buff... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Port_San_dOria/npcs/Portaure.lua | 17 | 1666 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Portaure
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Port_San_dOria/TextIDs");
require("scripts/globals/quests");
--... | gpl-3.0 |
LegionXI/darkstar | scripts/globals/items/fudgy-wudge.lua | 12 | 1201 | -----------------------------------------
-- ID: 5920
-- Item: Fudgy-wudge
-- Food Effect: 3 Min, All Races
-----------------------------------------
-- Intelligence 1
-- Speed 12.5%
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Rolanberry_Fields/IDs.lua | 1 | 2849 | -----------------------------------
-- Area: Rolanberry_Fields
-----------------------------------
require("scripts/globals/zone")
-----------------------------------
zones = zones or {}
zones[dsp.zone.ROLANBERRY_FIELDS] =
{
text =
{
NOTHING_HAPPENS = 141, -- Nothing happens...
ITEM... | gpl-3.0 |
softer/prosody-modules | mod_auth_external/mod_auth_external.lua | 31 | 4708 | --
-- Prosody IM
-- Copyright (C) 2010 Waqas Hussain
-- Copyright (C) 2010 Jeff Mitchell
-- Copyright (C) 2013 Mikael Nordfeldth
-- Copyright (C) 2013 Matthew Wild, finally came to fix it all
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local lpt... | mit |
evrooije/beerarchy | mods/00_bt_mobs/mobs_animal/penguin.lua | 1 | 1622 |
local S = mobs.intllib
-- Penguin by D00Med
mobs:register_mob("mobs_animal:penguin", {
type = "animal",
passive = true,
reach = 1,
hp_min = 5,
hp_max = 10,
armor = 200,
collisionbox = {-0.2, -0.0, -0.2, 0.2, 0.5, 0.2},
visual = "mesh",
mesh = "mobs_penguin.b3d",
visual_size = {x = 0.25, y = 0.25},
textu... | lgpl-2.1 |
LegionXI/darkstar | scripts/zones/Southern_San_dOria/npcs/Paunelie.lua | 14 | 1169 | -----------------------------------
-- Area: Port Bastok
-- NPC: Ilita
-- Linkshell merchant
-- @pos -142 -1 -25 236
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scripts/zones/South... | gpl-3.0 |
lache/RacingKingLee | crazyclient/frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/TransitionFadeTR.lua | 11 | 1653 |
--------------------------------
-- @module TransitionFadeTR
-- @extend TransitionScene,TransitionEaseScene
-- @parent_module cc
--------------------------------
--
-- @function [parent=#TransitionFadeTR] easeActionWithAction
-- @param self
-- @param #cc.ActionInterval action
-- @return ActionInterval#ActionInterva... | mit |
ibm2431/darkstar | scripts/globals/mobskills/aegis_schism.lua | 11 | 1043 | ---------------------------------------------
-- Aegis Schism
--
-- Description: Damage varies with TP. Additional effect: defense down
-- Type: Physical (Blunt)
--
--
---------------------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/monstert... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Windurst_Woods/npcs/Spare_Five.lua | 17 | 1506 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Spare Five
-- Working 100%
-- Involved in quest: A Greeting Cardian
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/globals/quests"] = nil;
require("scripts/globals/quests");
package.loaded["scripts/z... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Batallia_Downs_[S]/Zone.lua | 12 | 1284 | -----------------------------------
--
-- Zone: Batallia_Downs_[S] (84)
--
-----------------------------------
package.loaded["scripts/zones/Batallia_Downs_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Batallia_Downs_[S]/TextIDs");
---------------... | gpl-3.0 |
LegionXI/darkstar | scripts/globals/items/black_curry_bun.lua | 12 | 1955 | -----------------------------------------
-- ID: 5758
-- Item: black_curry_bun
-- Food Effect: 30minutes, All Races
-----------------------------------------
-- TODO: Group effects
-- DEX +2
-- VIT +4
-- INT +1
-- Accuracy +5
-- Ranged Accuracy +5
-- Evasion +5
-- DEF +15% (cap 180)
-- Resist Sleep +3
-- hHP +2
-- hMP ... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Bibiki_Bay/npcs/Pohka_Chichiyowahl.lua | 14 | 1243 | -----------------------------------
-- Area: Bibiki Bay
-- NPC: Pohka Chichiyowahl
-- Type: Standard Merchant NPC
-- @pos -415 -2 -430 4
-----------------------------------
package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil;
require("scripts/zones/Bibiki_Bay/TextIDs");
require("scripts/globals/shop");
-------... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Dangruf_Wadi/npcs/qm3.lua | 9 | 2636 | -----------------------------------
-- NPC: ??? (QM3)
-- Type: Saltvix (dice roll game part 1)
-- !pos -367.367 2.999 229.020 191
-- Involved in quest "As Thick As Thieves"
-----------------------------------
local ID = require("scripts/zones/Dangruf_Wadi/IDs")
require("scripts/globals/npc_util")
require("scripts/glob... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Jugner_Forest/npcs/Cavernous_Maw_2.lua | 29 | 1957 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Cavernous Maw
-- @pos 246.318, -0.709, 5.706 104
-- Teleports Players to Abyssea - Vunkerl
-----------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Tavnazian_Safehold/Zone.lua | 7 | 3137 | -----------------------------------
--
-- Zone: Tavnazian_Safehold (26)
--
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/missions");
require("scripts/zones/Tavnazian... | gpl-3.0 |
greasydeal/darkstar | scripts/zones/Dynamis-Beaucedine/mobs/Avatar_Icon.lua | 16 | 3417 | -----------------------------------
-- Area: Dynamis Beaucedine
-- NPC: Avatar Icon
-- Map Position: http://images1.wikia.nocookie.net/__cb20090312005233/ffxi/images/thumb/b/b6/Bea.jpg/375px-Bea.jpg
-----------------------------------
package.loaded["scripts/zones/Dynamis-Beaucedine/TextIDs"] = nil;
------------... | gpl-3.0 |
ibm2431/darkstar | scripts/zones/Northern_San_dOria/npcs/Secodiand.lua | 11 | 1623 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Secodiand
-- Starts and Finishes Quest: Fear of the dark
-- !pos -160 -0 137 231
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/shop");
require("scripts/globals/quests");
local ID = require("scri... | gpl-3.0 |
LegionXI/darkstar | scripts/zones/Ilrusi_Atoll/npcs/Ancient_Lockbox.lua | 14 | 1179 | -----------------------------------
-- Area:
-- NPC: ancient lockbox
-- @zone illrusi atoll
-- @pos
-----------------------------------
package.loaded["scripts/zones/Ilrusi_Atoll/TextIDs"] = nil;
package.loaded["scripts/globals/bcnm"] = nil;
-------------------------------------
require("scripts/globals/bcnm");
requ... | gpl-3.0 |
gwlim/luci | contrib/luadoc/lua/luadoc/init.lua | 172 | 1333 | -------------------------------------------------------------------------------
-- LuaDoc main function.
-- @release $Id: init.lua,v 1.4 2008/02/17 06:42:51 jasonsantos Exp $
-------------------------------------------------------------------------------
local require = require
local util = require "luadoc.util"
log... | apache-2.0 |
naclander/tome | game/modules/tome/data/gfx/particles/golden_shield.lua | 4 | 1550 | -- 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 |
bittorf/luci | applications/luci-app-wshaper/luasrc/model/cbi/wshaper.lua | 56 | 1848 | -- Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
-- Licensed to the public under the Apache License 2.0.
require("luci.tools.webadmin")
m = Map("wshaper", translate("Wondershaper"),
translate("Wondershaper shapes traffic to ensure low latencies for interactive traffic even when your " ..
"internet connec... | apache-2.0 |
greasydeal/darkstar | scripts/globals/weaponskills/tachi_fudo.lua | 30 | 1566 | -----------------------------------
-- Tachi: Fudo
-- Great Katana weapon skill
-- Skill Level: N/A
-- Deals double damage. Damage varies with TP. Masamune: Aftermath.
-- Available only when equipped with Masamune (85), Masamune (90), Masamune (95), Hiradennotachi +1 or Hiradennotachi +2.
-- Aligned with Light Go... | gpl-3.0 |
alomina007/sgp | plugins/msg_checks.lua | 11 | 11073 | --Begin msg_checks.lua
--Begin pre_process function
local function pre_process(msg)
--
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.moderation.data)
local print_name = user_print_name(msg... | gpl-2.0 |
atheurer/MoonGen | lua/include/distribute.lua | 8 | 3439 | ---------------------------------
--- @file distribute.lua
--- @brief Distribute ...
--- @todo TODO docu
---------------------------------
local ffi = require "ffi"
local dpdk = require "dpdk"
local serpent = require "Serpent"
local log = require "log"
ffi.cdef [[
struct mg_distribute_queue{
uint16_t next_idx;
ui... | mit |
ibm2431/darkstar | scripts/zones/Carpenters_Landing/Zone.lua | 11 | 1327 | -----------------------------------
--
-- Zone: Carpenters_Landing (2)
--
-----------------------------------
local func = require("scripts/zones/Carpenters_Landing/globals")
local ID = require("scripts/zones/Carpenters_Landing/IDs")
require("scripts/globals/chocobo_digging")
require("scripts/globals/conquest")
require... | gpl-3.0 |
naclander/tome | game/modules/tome/data/talents/uber/const.lua | 1 | 8888 | -- 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 |
LegionXI/darkstar | scripts/zones/Port_Bastok/npcs/Ensetsu.lua | 26 | 3363 | -----------------------------------
-- Area: Port Bastok
-- NPC: Ensetsu
-- Finish Quest: Ayame and Kaede
-- Involved in Quest: 20 in Pirate Years, I'll Take the Big Box
-- @pos 33 -6 67 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
---------------------------------... | gpl-3.0 |
greasydeal/darkstar | scripts/globals/items/plate_of_shrimp_sushi.lua | 35 | 1552 | -----------------------------------------
-- ID: 5691
-- Item: plate_of_shrimp_sushi
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Vitality 1
-- Defense 5
-- Accuracy % 11
-- Store TP 2
-- Triple Attack 1
-----------------------------------------
require("scripts/globals/sta... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.