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 |
|---|---|---|---|---|---|
hooksta4/darkstar | scripts/zones/zones/Quicksand_Caves/npcs/_5sb.lua | 2 | 1223 | -----------------------------------
-- Area: Quicksand Caves
-- NPC: Ornate Door
-- Door blocked by Weight system
-- @pos -420 0 735 208
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Quicksand_Caves/TextIDs... | gpl-3.0 |
prosody-modules/import2 | mod_listusers/mod_listusers.lua | 34 | 2522 | function module.command(args)
local action = table.remove(args, 1);
if not action then -- Default, list registered users
local data_path = CFG_DATADIR or "data";
if not pcall(require, "luarocks.loader") then
pcall(require, "luarocks.require");
end
local lfs = require "lfs";
function decode... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Port_Jeuno/npcs/Omiro-Zamiro.lua | 20 | 1362 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Omiro-Zamiro
-- @zone 246
-- @pos 3 7 -54
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems")... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Southern_San_dOria/npcs/Leuveret.lua | 13 | 1539 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Leuveret
-- General Info NPC
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Souther... | gpl-3.0 |
henry4k/konstrukt-pkman | packagemanager-gui/ArtProvider.lua | 1 | 8771 | local wx = require 'wx'
local path = require 'path'
local utils = require 'packagemanager-gui/utils'
local fs = require 'packagemanager/fs'
local ArtProvider = wx.wxLuaArtProvider()
local IgnoreCallbacks = false
local function IconStack( osDependantIconStacks )
local os = utils.getOperatingSystem()
local... | mit |
unigent/openwrt-3.10.14 | package/ramips/ui/luci-mtk/src/protocols/ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua | 59 | 1868 | --[[
LuCI - Lua Configuration Interface
Copyright 2011 Jo-Philipp Wich <xm@subsignal.org>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
]]--
local ma... | gpl-2.0 |
skwerlman/ccsquish | vio/vio.lua | 3 | 1401 | local vio = {};
vio.__index = vio;
function vio.open(string)
return setmetatable({ pos = 1, data = string }, vio);
end
function vio:read(format, ...)
if self.pos >= #self.data then return; end
if format == "*a" then
local oldpos = self.pos;
self.pos = #self.data;
return self.data:sub(oldpos, self.pos);
el... | mit |
hooksta4/darkstar | scripts/zones/zones/RuLude_Gardens/npcs/Tillecoe.lua | 38 | 1037 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Tillecoe
-- Type: Standard NPC
-- @zone: 243
-- @pos 38.528 -0.997 -6.363
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/mobskills/Sand_Blast.lua | 4 | 1244 | ---------------------------------------------------
-- Sand Blast
-- Deals Earth damage to targets in a fan-shaped area of effect. Additional effect: Blind
-- Range: 8' cone
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/s... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Promyvion-Vahzl/npcs/_0m0.lua | 2 | 1352 | -----------------------------------
-- Area: Promyvion vahzl
-- NPC: Memory flux (3)
-----------------------------------
package.loaded["scripts/zones/Promyvion-Vahzl/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Promyvion-Vahzl/TextIDs");
require("sc... | gpl-3.0 |
Hax0rs-Game-Off/game-off-2016 | src/util/resources.lua | 2 | 1043 | -- resources
require("util/helper")
Resources = class("Resources")
function Resources:__init(prefix)
self.prefix = prefix
self.imageQueue = {}
self.musicQueue = {}
self.fontQueue = {}
self.images = {}
self.music = {}
self.fonts = {}
end
function Resources:addFont(name, src, size)
se... | gpl-3.0 |
warrenseine/premake | src/base/globals.lua | 2 | 3282 | --
-- globals.lua
-- Replacements and extensions to Lua's global functions.
-- Copyright (c) 2002-2013 Jason Perkins and the Premake project
--
--
-- Helper for the dofile() and include() function: locate a script on the
-- standard search paths of: the /scripts argument provided on the command
-- line, then the PREM... | bsd-3-clause |
gedadsbranch/Darkstar-Mission | scripts/zones/Tavnazian_Safehold/npcs/Meret.lua | 19 | 5479 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Meret
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
require("scripts/globals/keyitems");
require("scripts/globals/quests");
require("scripts/zones/Tavnazian_Safeho... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Aht_Urhgan_Whitegate/npcs/Sharin-Garin.lua | 19 | 1899 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Sharin-Garin
-- Type: Adventurer's Assistant
-- @pos 122.658 -1.315 33.001 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/b... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/FeiYin/Zone.lua | 10 | 3499 | -----------------------------------
--
-- Zone: FeiYin (204)
--
-----------------------------------
package.loaded["scripts/zones/FeiYin/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts/globals/quests");
require("... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Bhaflau_Thickets/mobs/Sea_Puk.lua | 25 | 1222 | -----------------------------------
-- Area: Bhaflau Thickets
-- MOB: Sea Puk
-- Note: Place holder Nis Puk
-----------------------------------
require("scripts/zones/Bhaflau_Thickets/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
function onMobDeath(mob,kill... | gpl-3.0 |
Hostle/openwrt-luci-multi-user | modules/luci-base/luasrc/model/network.lua | 8 | 33786 | -- Copyright 2009-2015 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
local type, next, pairs, ipairs, loadfile, table
= type, next, pairs, ipairs, loadfile, table
local tonumber, tostring, math = tonumber, tostring, math
local require = require
local nxo = require "nixio... | apache-2.0 |
hooksta4/darkstar | scripts/zones/Port_Windurst/npcs/Sattsuh_Ahkanpari.lua | 16 | 1538 | -----------------------------------
-- Area: Port Windurst
-- NPC: Sattsuh Ahkanpari
-- Regional Marchant NPC
-- Only sells when Windurst controlls Elshimo Uplands
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loa... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/items/bowl_of_delicious_puls.lua | 35 | 1320 | -----------------------------------------
-- ID: 4533
-- Item: Bowl of Delicious Puls
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Dexterity -1
-- Vitality 3
-- Health Regen While Healing 5
-----------------------------------------
require("scripts/globals/status");
-----... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Windurst_Waters/npcs/Hariga-Origa.lua | 2 | 3432 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Hariga-Origa
-- Starts & Finishes Quest: Glyph Hanger
-- Involved in Mission 2-1
-- @pos -62 -6 105 238
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
requi... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Temenos/bcnms/Central_Temenos_1st_Floor.lua | 19 | 1075 | -----------------------------------
-- Area: Temenos
-- Name:
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[C_Temenos_1st]UniqueID",GenerateLimbusKey());
HideArmouryCrates(GetInstanceRegion(1303),TEMENOS); ... | gpl-3.0 |
jpuigcerver/Laia | laia/util/base.lua | 1 | 1280 | laia = laia or {}
laia.log = laia.log or require 'laia.util.log'
laia.log.loglevel = 'warn'
-- Overload assert to use Laia's own logging system
assert = function(test, msg, ...)
if not test then
local function getfileline(filename, lineno)
local n = 1
for l in io.lines(filename) do
if n == lineno th... | mit |
Moodstocks/nn | View.lua | 41 | 2232 | local View, parent = torch.class('nn.View', 'nn.Module')
function View:__init(...)
parent.__init(self)
if select('#', ...) == 1 and torch.typename(select(1, ...)) == 'torch.LongStorage' then
self.size = select(1, ...)
else
self.size = torch.LongStorage({...})
end
self.numElements = 1
loc... | bsd-3-clause |
hooksta4/darkstar | scripts/zones/Dynamis-San_dOria/bcnms/dynamis_sandoria.lua | 16 | 1180 | -----------------------------------
-- Area: Dynamis San d'Oria
-- Name: Dynamis San d'Oria
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[DynaSandoria]UniqueID",player:getDynamisUniqueID(1281));
SetServerVaria... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Dynamis-San_dOria/bcnms/dynamis_sandoria.lua | 16 | 1180 | -----------------------------------
-- Area: Dynamis San d'Oria
-- Name: Dynamis San d'Oria
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[DynaSandoria]UniqueID",player:getDynamisUniqueID(1281));
SetServerVaria... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Metalworks/npcs/Topuru-Kuperu.lua | 38 | 1044 | -----------------------------------
-- Area: Metalworks
-- NPC: Topuru-Kuperu
-- Type: Standard NPC
-- @zone: 237
-- @pos 28.284 -17.39 42.269
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
require("scrip... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Windurst_Waters/npcs/Hakeem.lua | 12 | 1768 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Hakeem
-- Type: Cooking Image Support
-- @pos -123.120 -2.999 65.472 238
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Windurst_Water... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Port_Jeuno/npcs/Red_Ghost.lua | 4 | 2023 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Red Ghost
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Port_Jeuno/TextIDs");
require("scripts/globals/quests");
require("scrip... | gpl-3.0 |
snabbco/snabb | lib/ljsyscall/syscall/linux/mips/ioctl.lua | 24 | 2047 | -- MIPS ioctl differences
local arch = {
IOC = {
SIZEBITS = 13,
DIRBITS = 3,
NONE = 1,
READ = 2,
WRITE = 4,
},
ioctl = function(_IO, _IOR, _IOW, _IORW)
return {
FIONREAD = 0x467f,
TCSBRK = 0x5405,
TCXONC = 0x5406,
TCFLSH = 0x5407,
TCGETS ... | apache-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Aht_Urhgan_Whitegate/npcs/Furious_Boulder.lua | 34 | 1040 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Furious Boulder
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
--... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Rolanberry_Fields/npcs/Saarlan.lua | 10 | 8608 | -----------------------------------
-- Area: Rolanberry Fields
-- NPC: Saarlan
-- Legion NPC
-- @pos 242 24.395 468
-----------------------------------
package.loaded["scripts/zones/Rolanberry_Fields/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/g... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Toraimarai_Canal/npcs/Grounds_Tome.lua | 34 | 1145 | -----------------------------------
-- Area: Toraimarai Canal
-- NPC: Grounds Tome
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/groundsofvalor");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrad... | gpl-3.0 |
p5n/notion | contrib/styles/look_cleansteel_trans.lua | 3 | 4766 | -- Authors: Steve Pomeroy <steve@staticfree.info>
-- License: Unknown
-- Last Changed: Unknown
--
-- look-cleansteel_trans.lua drawing engine configuration file for Ion.
-- Based on the default cleansteel look, but with added transparency
-- and a few other things that I like. -Steve Pomeroy <steve@staticfree.info>
i... | lgpl-2.1 |
hooksta4/darkstar | scripts/zones/Port_Bastok/npcs/Bagnobrok.lua | 16 | 1527 | -----------------------------------
-- 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 |
hooksta4/darkstar | scripts/zones/zones/Port_Bastok/npcs/Bagnobrok.lua | 16 | 1527 | -----------------------------------
-- 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 |
gedadsbranch/Darkstar-Mission | scripts/zones/Metalworks/npcs/Lorena.lua | 10 | 2527 | -----------------------------------
-- Area: Metalworks
-- NPC: Lorena
-- Type: Blacksmithing Guildworker's Union Representative
-- @zone: 237
-- @pos -104.990 1 30.995
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
require("scripts/zones/Metalworks/TextIDs");
requir... | gpl-3.0 |
FishFilletsNG/fillets-data | script/ufo/models.lua | 1 | 3923 |
createRoom(48, 30, "images/"..codename.."/ufo-pozadi-1.png")
setRoomWaves(5, 10, 5)
room = addModel("item_fixed", 0, 0,
[[
........XX......XXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXX
.......XX......XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
......XX......XXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXX
.....XX.......XXXXXXXXXXXXX.....XXXXX.....XXXXX.... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/zones/Valkurm_Dunes/npcs/qm4.lua | 37 | 1033 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: qm4 (???)
-- Involved in quest: Pirate's Chart
-- @pos -160 4 -131 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Valkurm_Dunes/TextIDs");... | gpl-3.0 |
kkragenbrink/shroud-addon | lib/AceGUI-3.0-SharedMediaWidgets/Libs/AceGUI-3.0/widgets/AceGUIContainer-InlineGroup.lua | 59 | 2966 | --[[-----------------------------------------------------------------------------
InlineGroup Container
Simple container widget that creates a visible "box" with an optional title.
-------------------------------------------------------------------------------]]
local Type, Version = "InlineGroup", 21
local AceGUI = Li... | mit |
RAlexis/ArcEmu_MoP | src/scripts/lua/LuaBridge/AUCHINDOUN/SHADOW_LABYRINTH/blackheart.lua | 13 | 4516 | --?!MAP=555
assert( include("shadowlabyrinth.lua") , "Failed to load shadowlabyrinth.lua")
local mod = require("DUNGEON_AUCHINDOUN.INSTANCE_SHADOW_LABYRINTH")
assert(mod)
module(mod._NAME..".BLACKHEART_THE_INCITER",package.seeall)
local self = getfenv(1)
function OnSpawn(unit)
local say = math.random(1,3)
if(say =... | agpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Port_Windurst/npcs/Pyo_Nzon.lua | 36 | 2750 | -----------------------------------
-- Area: Port Windurst
-- NPC: Pyo Nzon
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scripts/zones/Port_W... | gpl-3.0 |
AnySDK/Sample_Lua | src/cocos/cocostudio/DeprecatedCocoStudioFunc.lua | 39 | 3421 | --tip
local function deprecatedTip(old_name,new_name)
print("\n********** \n"..old_name.." was deprecated please use ".. new_name .. " instead.\n**********")
end
--functions of GUIReader will be deprecated begin
local GUIReaderDeprecated = { }
function GUIReaderDeprecated.shareReader()
deprecatedTip("GUIReader... | mit |
gedadsbranch/Darkstar-Mission | scripts/globals/spells/spirited_etude.lua | 13 | 1759 | -----------------------------------------
-- Spell: Spirited Etude
-- Static MND Boost, BRD 24
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onM... | gpl-3.0 |
dberga/arcbliz | src/scripts/lua/LuaBridge/AUCHINDOUN/AUCHENAI_CRYPTS/shirrak.lua | 13 | 2873 | --?!MAP=558
assert( include("acrypts.lua") , "Failed to load acrypts.lua")
local mod = require("DUNGEON_AUCHINDOUN.INSTANCE_ACRYPTS")
assert(mod)
module(mod._NAME..".SHIRRAK_THE_DEAD_WATCHER",package.seeall)
local self = getfenv(1)
local FocusFire;
--WorldDBQuery("DELETE FROM ai_agents WHERE entry = 18371;")
function ... | agpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Aht_Urhgan_Whitegate/npcs/Bhoy_Yhupplo.lua | 30 | 3598 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Bhoy Yhupplo
-- Type: Assault Mission Giver
-- @pos 127.474 0.161 -30.418 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/global... | gpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/Animation.lua | 10 | 4139 |
--------------------------------
-- @module Animation
-- @extend Ref
-- @parent_module cc
--------------------------------
-- Gets the times the animation is going to loop. 0 means animation is not animated. 1, animation is executed one time, ...
-- @function [parent=#Animation] getLoops
-- @param self
-- @return ... | mit |
FishFilletsNG/fillets-data | script/briefcase/dialogs_ru.lua | 1 | 9379 |
dialogId("kuf-m-je", "font_small", "Oh no, not again...")
dialogStr("О нет, только не это опять...")
dialogId("kuf-v-noco", "font_big", "You know there’s nothing we can do about it.")
dialogStr("Ты ведь знаешь, мы ничего не можем с этим поделать.")
dialogId("kuf-v-hod", "font_big", "Let’s push it down so we can take... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/zones/Dynamis-Qufim/mobs/Manifest_Icon.lua | 1 | 2195 | -----------------------------------
-- Area: Dynamis-Qufim
-- NPC: Manifest_Icon
-----------------------------------
package.loaded["scripts/zones/Dynamis-Qufim/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Qufim/TextIDs");
---------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/items/handful_of_roasted_almonds.lua | 36 | 1079 | -----------------------------------------
-- ID: 5649
-- Item: Handful of Roasted Almonds
-- Food Effect: 5Min, All Races
-----------------------------------------
-- HP 30
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-----------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Mhaura/npcs/Emyr.lua | 19 | 1051 | -----------------------------------
-- Area: Mhaura
-- NPC: Emyr
-- Type: Standard NPC
-- @pos 45.021 -9 37.095 249
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
----------------------------------... | gpl-3.0 |
m13790115/Fast-and-farioo | plugins/stats.lua | 236 | 3989 | do
-- Returns a table with `name` and `msgs`
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_prin... | gpl-2.0 |
FishFilletsNG/fillets-data | script/reef/dialogs_pl.lua | 1 | 2474 |
dialogId("uts-m-otresy", "font_small", "My goodness, the impact created cave-in!")
dialogStr("A niech to, uderzenie spowodowało zawał!")
dialogId("uts-v-projet0", "font_big", "I can’t go through this cave-in, we have to find another exit.")
dialogStr("Nie przepłynę przez ten zawał. Musimy znaleźć inne wyjście.")
d... | gpl-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Norg/npcs/Heizo.lua | 19 | 3109 | -----------------------------------
-- Area: Norg
-- NPC: Heizo
-- Starts and Ends Quest: Like Shining Leggings
-- @pos -1 -5 25 252
-----------------------------------
package.loaded["scripts/zones/Norg/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scrip... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Windurst_Woods/npcs/Hauh_Colphioh.lua | 2 | 2685 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Hauh Colphioh
-- Type: Guildworker's Union Representative
-- @zone: 241
-- @pos -38.173 -1.25 -113.679
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/globals/keyitems");
require(... | gpl-3.0 |
Hostle/openwrt-luci-multi-user | libs/luci-lib-nixio/docsrc/nixio.bit.lua | 171 | 2044 | --- Bitfield operators and mainpulation functions.
-- Can be used as a drop-in replacement for bitlib.
module "nixio.bit"
--- Bitwise OR several numbers.
-- @class function
-- @name bor
-- @param oper1 First Operand
-- @param oper2 Second Operand
-- @param ... More Operands
-- @return number
--- Invert given number.
... | apache-2.0 |
hooksta4/darkstar | scripts/zones/Dynamis-San_dOria/Zone.lua | 21 | 2392 | -----------------------------------
--
-- Zone: Dynamis-San_dOria
--
-----------------------------------
package.loaded["scripts/zones/Dynamis-San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Dynamis-San_dOria/TextIDs");
-----------------------... | gpl-3.0 |
chihyang/koreader | frontend/apps/reader/modules/readerdictionary.lua | 2 | 4737 | local InputContainer = require("ui/widget/container/inputcontainer")
local DictQuickLookup = require("ui/widget/dictquicklookup")
local InfoMessage = require("ui/widget/infomessage")
local DataStorage = require("datastorage")
local UIManager = require("ui/uimanager")
local Screen = require("device").screen
local Device... | agpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/RoMaeve/Zone.lua | 6 | 2256 | -----------------------------------
--
-- Zone: RoMaeve (122)
--
-----------------------------------
package.loaded["scripts/zones/RoMaeve/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/RoMaeve/TextIDs");
require("scripts/globals/zone");
--... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Southern_San_dOria/npcs/Rouva.lua | 17 | 1709 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Rouva
-- Involved in Quest: Lure of the Wildcat (San d'Oria)
-- @pos -17 2 10 230
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scrip... | gpl-3.0 |
dberga/arcbliz | src/scripts/lua/Lua/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Moroes.lua | 30 | 1211 | function Moroes_Enrage(Unit, event, miscunit, misc)
if Unit:GetHealthPct() < 30 and Didthat == 0 then
Unit:FullCastSpell(44779)
Didthat = 1
else
end
end
function Moroes_Gouge(Unit, event, miscunit, misc)
print "Moroes Gouge"
Unit:FullCastSpellOnTarget(28456,Unit:GetClosestPlayer())
Unit:SendChatMessage(11, 0... | agpl-3.0 |
FishFilletsNG/fillets-data | script/nowall/dialogs_en.lua | 1 | 1166 | dialogId("m-zvlastni", "font_small", "This is a very strange room.")
dialogId("v-zadne", "font_big", "There are no squares of walls here.")
dialogId("m-zeme", "font_small", "Or rather squares of the Earth.")
dialogId("m-uvedomit", "font_small",
"You need to realize that the steel cylinder surrounding us")
dialogId(... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/Port_Windurst/npcs/_6o6.lua | 2 | 1349 | -----------------------------------
-- Area: Port Windurst
-- NPC: Door: Departures Exit
-- @zone 240
-- @pos 218 -5 114
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/ke... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Bastok_Markets/Zone.lua | 28 | 2870 | -----------------------------------
--
-- Zone: Bastok_Markets (235)
--
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/globals/events/harvest_festivals");
require("scrip... | gpl-3.0 |
prosody-modules/import2 | mod_delegation/mod_delegation.lua | 16 | 17451 | -- XEP-0355 (Namespace Delegation)
-- Copyright (C) 2015 Jérôme Poisson
--
-- This module is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
-- This module manage namespace delegation, a way to delegate server features
-- to an external entity/component. Only the admin mode... | mit |
snabbco/snabb | lib/ljsyscall/syscall/netbsd/nr.lua | 24 | 9205 | -- NetBSD syscall numbers
local nr = {
SYS = {
syscall = 0,
exit = 1,
fork = 2,
read = 3,
write = 4,
open = 5,
close = 6,
compat_50_wait4 = 7,
compat_43_ocreat = 8,
link = 9,
unlink = 10,
chdir = 12,
fchdir = 13,
compat_50_mknod = 14,
chmod = 15,
chown = 16,
["break"] = 17,
compat... | apache-2.0 |
dberga/arcbliz | src/scripts/lua/LuaBridge/Stable Scripts/Outland/Magisters Terrace/UNIT-MagistersTerrace-SunbladeMageGuard.lua | 30 | 1409 | --[[
********************************
* *
* The Moon Project *
* *
********************************
This software is provided as free and open source by the
staff of The Moon Project, in accordance with
the GPL license. This means we provide the so... | agpl-3.0 |
dberga/arcbliz | src/scripts/lua/Lua/Stable Scripts/Outland/Magisters Terrace/UNIT-MagistersTerrace-SunbladeMageGuard.lua | 30 | 1409 | --[[
********************************
* *
* The Moon Project *
* *
********************************
This software is provided as free and open source by the
staff of The Moon Project, in accordance with
the GPL license. This means we provide the so... | agpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Port_San_dOria/TextIDs.lua | 5 | 4857 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED_1 = 6414; -- You cannot obtain the <<<Possible Special Code: 01>>><<<Possible Special Code: 05>>>#<<<BAD CHAR: 8280>>><<<BAD CHAR: 80>>><<<BAD CHAR: 80>>>.<<<Prompt>>>
ITEM_CANNOT_BE_OBTAINED_2 = 6415; -- You cannot obtain the <<<Possib... | gpl-3.0 |
m13790115/Fast-and-farioo | plugins/banhammer.lua | 35 | 12823 |
local function pre_process(msg)
-- SERVICE MESSAGE
if msg.action and msg.action.type then
local action = msg.action.type
-- Check if banned user joins chat by link
if action == 'chat_add_user_link' then
local user_id = msg.from.id
print('Checking invited user '..user_id)
local banned ... | gpl-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Windurst_Waters/npcs/Kopopo.lua | 33 | 1196 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Kopopo
-- Guild Merchant NPC: Cooking Guild
-- @pos -103.935 -2.875 74.304 238
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/... | gpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/UserDefault.lua | 10 | 3039 |
--------------------------------
-- @module UserDefault
-- @parent_module cc
--------------------------------
-- brief Set integer value by key.<br>
-- js NA
-- @function [parent=#UserDefault] setIntegerForKey
-- @param self
-- @param #char pKey
-- @param #int value
--------------------------------
-- @over... | mit |
dberga/arcbliz | src/scripts/lua/LuaBridge/0Misc/0LCF_Includes/LCF_Unit.lua | 13 | 6802 | --[[
/*
* ArcEmu MMORPG Server
* Copyright (C) 2005-2007 Ascent Team <http://www.ascentemu.com/>
* Copyright (C) 2008-2010 <http://www.ArcEmu.org/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Sof... | agpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/moon_carrot.lua | 35 | 1194 | -----------------------------------------
-- ID: 4567
-- Item: moon_carrot
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality -1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemC... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Grand_Palace_of_HuXzoi/Zone.lua | 19 | 4371 | -----------------------------------
--
-- Zone: Grand_Palace_of_HuXzoi (34)
--
-----------------------------------
package.loaded["scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Grand_Palace_of_HuXzoi/TextID... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/abilities/celerity.lua | 28 | 1156 | -----------------------------------
-- Ability: Celerity
-- Reduces the casting time and the recast time of your next white magic spell by 50%.
-- Obtained: Scholar Level 25
-- Recast Time: Stratagem Charge
-- Duration: 1 white magic spell or 60 seconds, whichever occurs first.
--
-- Level |Charges |Recharge T... | gpl-3.0 |
hgl888/flatbuffers | tests/namespace_test/NamespaceC/TableInC.lua | 12 | 1513 | -- automatically generated by the FlatBuffers compiler, do not modify
-- namespace: NamespaceC
local flatbuffers = require('flatbuffers')
local TableInC = {} -- the module
local TableInC_mt = {} -- the class metatable
function TableInC.New()
local o = {}
setmetatable(o, {__index = TableInC_mt})
return o... | apache-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Temenos/bcnms/Temenos_Western_Tower.lua | 13 | 1038 | -----------------------------------
-- Area: Temenos
-- Name:
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[Temenos_W_Tower]UniqueID",GenerateLimbusKey());
HideArmouryCrates(GetInstanceRegion(1298),TEMENOS);... | gpl-3.0 |
Hxrmn/gToolkit | data/data_binary.lua | 1 | 3424 | --BINARY FUNCTIONS
print("DATA BINARY")
module("zdata", package.seeall, package.inherit(bit))
MIN_SIGNED_BYTE = -128
MAX_SIGNED_BYTE = 127
MAX_UNSIGNED_BYTE = 255
MIN_SIGNED_SHORT = -32768
MAX_SIGNED_SHORT = 32767
MAX_UNSIGNED_SHORT = 65535
MIN_SIGNED_LONG = -2147483648
MAX_SIGNED_LONG = 2147483647
... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Aht_Urhgan_Whitegate/npcs/Sulbahn.lua | 10 | 2042 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Sulbahn
-- Type: Alchemy Adv. Image Support
-- @pos -10.470 -6.25 -141.700 241
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scr... | gpl-3.0 |
neukleus/LXML | src/LXML.lua | 1 | 32233 | -- XML Parser module written entirely in Lua
-- Using code from http://manoelcampos.com/files/LuaXML-0.0.1-(lua5).tar.gz
-- Updated to be a module
-- Updated to run in Lua 5.2
local table = table
local pairs = pairs
local string = string
local io = io
local type = type
-- Create the module table here
local M = {}
pac... | mit |
guanbaiqiang/notion-scripts | statusd/statusd_apm.lua | 2 | 2377 | -- Adds capability for OpenBSD APM info in ion3 statusbar.
--
-- Originally written by Greg Steuck and released into the Public Domain
-- 2006-10-28 modified by Darrin Chandler <dwchandler@stilyagin.com>
-- to work with OpenBSD 4.0 apm output.
--
-- To install:
-- Save this file as ~/.ion3/statusd_apm.lua,
-- Chan... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Southern_San_dOria/npcs/Vaquelage.lua | 4 | 1468 | -----------------------------------
-- Area: Southern San dOria
-- NPC: Vaquelage
-- Type: Item Deliverer NPC
-- @pos 17.396 1.699 -29.357 230
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
r... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Port_Bastok/npcs/Fo_Mocorho.lua | 59 | 1038 | -----------------------------------
-- Area: Port Bastok
-- NPC: Fo Mocorho
-- Type: Weather Reporter
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Port_Bastok/TextIDs");
--... | gpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/Animate3D.lua | 4 | 2650 |
--------------------------------
-- @module Animate3D
-- @extend ActionInterval
-- @parent_module cc
--------------------------------
--
-- @function [parent=#Animate3D] setSpeed
-- @param self
-- @param #float speed
--------------------------------
--
-- @function [parent=#Animate3D] setWeight
-- @param... | mit |
hooksta4/darkstar | scripts/zones/West_Ronfaure/npcs/Ballie_RK.lua | 30 | 3051 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Ballie, R.K.
-- Type: Border Conquest Guards
-- @pos -560.292 -0.961 -576.655 100
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");... | gpl-3.0 |
gorkinovich/DefendersOfMankind | Exes/media/scripts/test3.lua | 1 | 1195 | print("\nOh my god... that's the funky shit!!!\n");
SPANISH_TEXT = {
["TXT001"] = "Tras muchos años de profunda reflexión...";
["TXT002"] = "he llegado a la irrevocable conclusión...";
["TXT003"] = "que jugar mola más que desarrollar... xDD";
};
-- *********************************************************... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/commands/adddynatime.lua | 7 | 1216 | ---------------------------------------------------------------------------------------------------
-- func: adddynatime
-- auth: <Unknown> :: Modded by atom0s.
-- desc: Adds an amount of time to the given target. If no target; then to the current player.
------------------------------------------------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Bhaflau_Thickets/npcs/qm1.lua | 16 | 1188 | -----------------------------------
-- Area: Bhaflau Thickets
-- NPC: ??? (Spawn Lividroot Amooshah(ZNM T2))
-- @pos 334 -10 184 52
-----------------------------------
package.loaded["scripts/zones/Bhaflau_Thickets/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Bhaflau_Thickets/TextIDs");... | gpl-3.0 |
gflima/nclua | tests/test-event-stopwatch-get-time.lua | 1 | 1465 | --[[ Copyright (C) 2013-2018 PUC-Rio/Laboratorio TeleMidia
This file is part of NCLua.
NCLua is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version... | gpl-2.0 |
snabbco/snabb | src/dasm_mm.lua | 22 | 3988 |
--wrappers around mmap to support dynamic code exection.
--Written by Cosmin Apreutesei. Public Domain.
--Tested with Windows, Linux and OSX, x86 and x86-64.
local ffi = require'ffi'
local C = ffi.C
local function checkh(ptr) return assert(ptr ~= nil and ptr) end
local function checkz(ret) assert(ret == 0) end
local... | apache-2.0 |
hooksta4/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Marquis_Sabnak.lua | 2 | 1207 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NPC: Marquis Sabnak
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------------------
function onMobEnga... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/bowl_of_mushroom_soup.lua | 35 | 1384 | -----------------------------------------
-- ID: 4419
-- Item: mushroom_soup
-- Food Effect: 3hours, All Races
-----------------------------------------
-- Magic Points 20
-- Strength -1
-- Mind 2
-- MP Recovered While Healing 1
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Upper_Jeuno/npcs/Ajithaam.lua | 2 | 4176 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Ajithaam
-- @pos -82 0.1 160 244
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
package.loaded["scripts/globals/settings"] = nil;
-----------------------------------
require("scripts/globals/settings");
re... | gpl-3.0 |
guanbaiqiang/notion-scripts | styles/look_awesome.lua | 2 | 4272 | -- look-awesome.lua drawing engine configuration file for Ion.
if not gr.select_engine("de") then return end
de.reset()
de.defstyle("*", {
shadow_colour = "#99A",
highlight_colour = "#99A",
background_colour = "#667",
foreground_colour = "#FFF",
padding_colour = "#99A",
transparent_backgroun... | gpl-3.0 |
rrampage/monitor | lua/consumers/mail.lua | 2 | 1802 | -- http://serverfault.com/questions/230749/how-to-use-nginx-to-proxy-to-a-host-requiring-authentication
local m = require 'model_helpers'
local c = require 'consumer_helpers'
local inspect = require 'inspect'
local lock = require 'lock'
local fn = require 'functional'
local Confi... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Gusgen_Mines/npcs/_5g0.lua | 34 | 1096 | -----------------------------------
-- Area: Gusgen Mines
-- NPC: _5g0 (Door C)
-- @pos 44 -42.4 -25.5 196
-----------------------------------
package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Gusgen_Mines/TextIDs");
---------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Chateau_dOraguille/npcs/_6h4.lua | 2 | 3510 | -----------------------------------
-- Area: Chateau d'Oraguille
-- Door: Great Hall
-- Involved in Missions: 3-3, 5-2, 6-1, 8-2, 9-1
-- @pos 0 -1 13 233
-----------------------------------
package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = nil;
package.loaded["scripts/globals/missions"] = nil;
--------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Bastok_Markets/npcs/Reet.lua | 3 | 1299 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Reet
-- Adventurer's Assistant
-- @zone 235
-- @pos -237 -12 -41
-------------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/settings");
require("sc... | gpl-3.0 |
aoseeh003/aoooose | plugins/sof2.lua | 2 | 7071 | local function run(msg, matches)
if #matches < 2 then
return "بعد هذا الأمر، من خلال تحديد كلمة المسافة أو العبارة التي تريد إدخال الكتابة الجميلة"
end
if string.len(matches[2]) > 44 then
return "الحد الأقصى المسموح به 40 حرفاالأحرف الإنجليزية والأرقام"
end
local font_base = "ء,ئ,ا,ب,ت,ث,ج,ح,خ,د,ذ,ر,ز,س,ش,ص,ض,... | gpl-2.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/mobskills/Pinning_Shot.lua | 6 | 1055 | ---------------------------------------------
-- Pinning Shot
--
-- Description: Delivers a threefold ranged attack to targets in an area of effect. Additional effect: Bind
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: Unknown
-- Notes: Used only by Medusa.
----------------------------... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.