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 |
|---|---|---|---|---|---|
rizaumami/merbot | plugins/xkcd.lua | 1 | 1530 | do
function get_last_id(msg)
local res, code = https.request('http://xkcd.com/info.0.json')
if code ~= 200 then
send_message(msg, '<b>HTTP ERROR</b>', 'html')
end
local data = json:decode(res)
return data.num
end
function get_xkcd(msg, id)
local res,code = http.request('http:/... | gpl-2.0 |
hooksta4/darkstar | scripts/globals/abilities/pets/burning_strike.lua | 25 | 1274 | ---------------------------------------------------
-- Burning Strike M = 6?
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/summon");
require("scripts/globals/magic");
require("scripts/globals/monstertpmoves")... | gpl-3.0 |
RockySeven3161/Tgcli | plugins/anti-flood.lua | 281 | 2422 | local NUM_MSG_MAX = 5 -- Max number of messages per TIME_CHECK seconds
local TIME_CHECK = 5
local function kick_user(user_id, chat_id)
local chat = 'chat#id'..chat_id
local user = 'user#id'..user_id
chat_del_user(chat, user, function (data, success, result)
if success ~= 1 then
local text = 'I can\'t k... | gpl-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Quicksand_Caves/npcs/_5s0.lua | 19 | 1270 | -----------------------------------
-- Area: Quicksand Caves
-- NPC: Ornate Door
-- Door blocked by Weight system
-- @pos -21 0 -60 208
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Quicksand_Caves... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Cloister_of_Flames/npcs/Fire_Protocrystal.lua | 19 | 1804 | -----------------------------------
-- Area: Cloister of Flames
-- NPC: Fire Protocrystal
-- Involved in Quests: Trial by Fire, Trial Size Trial by Fire
-- @pos -721 0 -598 207
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Flames/TextIDs"] = nil;
-----------------------------------
req... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/spells/dark_carol.lua | 13 | 1501 | -----------------------------------------
-- Spell: Dark Carol
-- Increases dark resistance for party members within the area of effect.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Cloister_of_Gales/mobs/Ogmios.lua | 12 | 1272 | -----------------------------------
-- Area: Cloister of Gales
-- NPC: Ogmios
-- Involved in Quest: Carbuncle Debacle
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
-----------------------------------
-- OnMobSpawn Action
--------------------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/abilities/maguss_roll.lua | 9 | 2794 | -----------------------------------
-- Ability: Magus's Roll
-- Enhances magic defense for party members within area of effect
-- Optimal Job: Blue Mage
-- Lucky Number: 2
-- Unlucky Number: 6
-- Level: 17
--
-- Die Roll |No BLU |With BLU
----------- ------- -----------
-- 1 |+5 |+13
-... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Gustav_Tunnel/npcs/Grounds_Tome.lua | 34 | 1136 | -----------------------------------
-- Area: Gustav Tunnel
-- NPC: Grounds Tome
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/groundsofvalor");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(p... | gpl-3.0 |
Erotix8210/FrozenCore | src/scripts/lua/LuaBridge/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Kilrek.lua | 30 | 1152 | function Kilrek_Broken_Pact(Unit, event, miscunit, misc)
if Unit:GetHealthPct() < 2 and Didthat == 0 then
Unit:FullCastSpellOnTarget(30065,Unit:GetUnitBySqlId(15688))
Unit:SendChatMessage(11, 0, "You let me down Terestian, you will pay for this...")
Didthat = 1
else
end
end
function Kilrek_FireBolt(Unit, even... | agpl-3.0 |
p5n/notion | contrib/statusbar/statusbar_external.lua | 3 | 7016 | -- Authors: Antti Vähäkotamäki
-- License: LGPL, version 2.1 or later
-- Last Changed: 2005
--
-- statusbar_external.lua
--
if not statusbar_external then
statusbar_external = {
-- a simple example which shows utc time and date
-- in %udate every second with 'date -u'
{
template_key = 'dateb',
... | lgpl-2.1 |
hooksta4/darkstar | scripts/globals/items/dish_of_spag_nero_di_seppia_+1.lua | 35 | 1798 | -----------------------------------------
-- ID: 5202
-- Item: dish_of_spag_nero_di_seppia_+1
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP % 17 (cap 140)
-- Dexterity 3
-- Vitality 2
-- Agility -1
-- Mind -2
-- Charisma -1
-- Double Attack 1
-- Store TP 6
---------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/strip_of_bison_jerky.lua | 35 | 1398 | -----------------------------------------
-- ID: 5207
-- Item: strip_of_bison_jerky
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Strength 5
-- Mind -2
-- Attack % 18
-- Attack Cap 70
-----------------------------------------
require("scripts/globals/status");
------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Castle_Oztroja/npcs/_47j.lua | 13 | 1569 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _47j (Torch Stand)
-- Notes: Opens door _472 near password #1
-- @pos -62.533 -1.859 -30.634 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require(... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/mobskills/Heavy_Stomp.lua | 25 | 1078 | ---------------------------------------------
-- Heavy Stomp
--
-- Description: Deals heavy damage to targets within an area of effect. Additional effect: Paralysis
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: Unknown radial
-- Notes: Paralysis effect has a very long duration.
-------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/The_Garden_of_RuHmet/npcs/HomePoint#1.lua | 17 | 1203 | -----------------------------------
-- Area: The_Garden_of_RuHmet
-- NPC: HomePoint#1
-- @pos
-----------------------------------
package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/The_Garden_of_RuHmet/TextIDs");
require("scripts/globals... | gpl-3.0 |
FishFilletsNG/fillets-data | script/pyramid/dialogs_it.lua | 1 | 1421 |
dialogId("pyr-m-kam", "font_small", "Where are we now?")
dialogStr("E ora dove siamo?")
dialogId("pyr-v-vsim", "font_big", "The Pyramids... Notice how the classical motifs mix in this city.")
dialogStr("Le Piramidi... Osserva come i motivi classici si mescolino in questa città.")
dialogId("pyr-m-plaz", "font_small... | gpl-2.0 |
hooksta4/darkstar | scripts/globals/spells/dokumori_ichi.lua | 18 | 1202 | -----------------------------------------
-- Spell: Dokumori: Ichi
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,targ... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/mobskills/Cross_Reaver.lua | 6 | 1033 | ---------------------------------------------
-- Cross Reaver
--
-- Description: Deals high damage to players in a fan-shaped area. Additional effect: Stun
-- Type: Physical
-- ? ? ? (No data offered)
-- Range: Melee
-- Special weaponskill unique to Ark Angel HM. Deals ~500-900 damage.
--------------------------... | gpl-3.0 |
RAlexis/ArcEmu_MoP | src/scripts/lua/LuaBridge/0Misc/0LCF_Includes/LCF_Gameobject.lua | 13 | 4327 | --[[
* 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 Softwa... | agpl-3.0 |
gebo-10/GLRender | bin/Lua/base/eventsystem.lua | 3 | 4690 | --利用ID分离对EventSystem的直接引用
_inner_event_system_list = _inner_event_system_list or {}
_inner_event_system_id_count = _inner_event_system_id_count or 0
EventSystem = EventSystem or BaseClass()
--事件系统(非单健)
function EventSystem:__init()
_inner_event_system_id_count = _inner_event_system_id_count + 1
self.system_id = _inn... | agpl-3.0 |
Erotix8210/FrozenCore | src/scripts/lua/LuaBridge/0Misc/0Defined Variables.lua | 30 | 42701 | --[[
OBJECT_FIELD_GUID 0x0000 // Size: 2, Type: LONG, Flags: PUBLIC
OBJECT_FIELD_TYPE 0x0002 // Size: 1, Type: INT, Flags: PUBLIC
OBJECT_FIELD_ENTRY 0x0003 // Size: 1, Type: INT, Flags: PUBLIC
OBJECT_FIELD_SCALE_X 0x0004 //... | agpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Garlaige_Citadel/npcs/Oaken_Box.lua | 2 | 1666 | -----------------------------------
-- Area: Garlaige Citadel
-- NPC: Oaken Box
-- Involved In Quest: Peace for the Spirit
-- @pos -164 0.1 225 200
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings"... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/items/mushroom_salad.lua | 39 | 1426 | -----------------------------------------
-- ID: 5678
-- Item: Mushroom Salad
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- MP 14% Cap 85
-- Agility 6
-- Mind 6
-- Strength -5
-- Vitality -5
-----------------------------------------
require("scripts/globals/status");
------------------... | gpl-3.0 |
adiyoss/DeepVOT | back_end_old_structure/main.lua | 1 | 4490 | -- for debuing purposes
require('mobdebug').start()
require('torch')
require('nn')
require('rnn')
require('optim')
----------------------------------------------------------------------
-- parse command line arguments
if not opt then
print '\n==> processing options'
cmd = torch.CmdLine()
cmd:text()
cmd:tex... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Bastok_Mines/npcs/Sodragamm.lua | 38 | 1086 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Sodragamm
-- Type: Item Deliverer
-- @zone: 234
-- @pos -24.741 -1 -64.944
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scrip... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Mine_Shaft_2716/bcnms/century_of_hardship.lua | 1 | 1845 | -----------------------------------
-- Area: Mine_Shaft_2716
-- Name: century_of_hardship
-- bcnmID : 736
-- inst 2 -54 -1 -100
-- inst 3 425 -121 -99
-----------------------------------
package.loaded["scripts/zones/Mine_Shaft_2716/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
p5n/notion | ioncore/ioncore_tabnum.lua | 7 | 1322 | --
-- ion/share/ioncore_tabnum.lua -- Ioncore tab numbering support
--
-- Copyright (c) Tuomo Valkonen 2007-2009.
--
-- See the included file LICENSE for details.
--
ioncore.tabnum={}
local framestate={}
local function do_show(frame)
if obj_exists(frame) then
frame:set_grattr('numbered', 'set')
... | lgpl-2.1 |
hooksta4/darkstar | scripts/zones/zones/Korroloka_Tunnel/npcs/qm1.lua | 1 | 1102 | -----------------------------------
-- Area: Korroloka Tunnel
-- NPC: ??? (qm1) - Morion Worm spawn
-- @pos 254.652 -6.039 20.878 173
-----------------------------------
package.loaded["scripts/zones/Korroloka_Tunnel/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Korroloka_Tunnel/TextIDs"... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Davoi/npcs/_45g.lua | 19 | 2043 | -----------------------------------
-- Area: Davoi
-- NPC: Groaning Pond
-- Used In Quest: Whence Blows the Wind
-- @pos 101 0.1 60 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/glo... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Southern_San_dOria/npcs/Pourette.lua | 2 | 2136 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Pourette
-- Only sells when San d'Oria controlls Derfland Region
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/eve... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/abilities/pets/sand_breath.lua | 6 | 1257 | ---------------------------------------------------
-- Sand Breath
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/scripts/globals/monstertpmoves");
---------------------------------------------------
function onAbility... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Caedarva_Mire/npcs/Nasheefa.lua | 19 | 1384 | -----------------------------------
-- Area: Caedarva Mire
-- NPC: Nasheefa
-- Type: Alzadaal Undersea Ruins
-- @pos -440.998 0.107 -740.015 79
-----------------------------------
package.loaded["scripts/zones/Caedarva_Mire/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
requ... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Windurst_Walls/npcs/Scavnix.lua | 2 | 1180 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Scavnix
-- Standard merchant, though he acts like a guild merchant
-- @pos 17.731 0.106 239.626 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/... | gpl-3.0 |
moto-timo/vlc | share/lua/intf/dumpmeta.lua | 98 | 2125 | --[==========================================================================[
dumpmeta.lua: dump a file's meta data on stdout/stderr
--[==========================================================================[
Copyright (C) 2010 the VideoLAN team
$Id$
Authors: Antoine Cellerier <dionoea at videolan dot org>
Th... | gpl-2.0 |
Erotix8210/FrozenCore | src/scripts/lua/LuaBridge/AUCHINDOUN/MANA_TOMBS/shaffar.lua | 13 | 4734 | --?!MAP=557
assert( include("manatombs.lua") , "Failed to load manatombs.lua")
local mod = require("DUNGEON_AUCHINDOUN.INSTANCE_MANATOMBS")
assert(mod)
module(mod._NAME..".SHAFFAR",package.seeall)
local self = getfenv(1)
WorldDBQuery("DELETE FROM ai_agents WHERE entry = 18344;")
function OnSpawn(unit)
for i = 1,3 do
... | agpl-3.0 |
hooksta4/darkstar | scripts/globals/items/anthos_xiphos.lua | 41 | 1078 | -----------------------------------------
-- ID: 17750
-- Item: Anthos Xiphos
-- Additional Effect: Water Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/serving_of_cilbir.lua | 35 | 1562 | -----------------------------------------
-- ID: 5642
-- Item: serving_of_cilbir
-- Food Effect: 3Hrs, All Races
-----------------------------------------
-- HP % 5
-- MP % 5
-- HP recovered while healing 3
-- MP recovered while healing 3
-----------------------------------------
require("scripts/globals/st... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/abilities/wild_flourish.lua | 28 | 2168 | -----------------------------------
-- Ability: Wild Flourish
-- Readies target for a skillchain. Requires at least two Finishing Moves.
-- Obtained: Dancer Level 60
-- Finishing Moves Used: 2
-- Recast Time: 0:30
-- Duration: 0:05
-----------------------------------
require("scripts/globals/settings");
requ... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Kazham/npcs/Ghemi_Sinterilo.lua | 6 | 1332 | -----------------------------------
-- Area: Kazham
-- NPC: Ghemi Senterilo
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTrade Action... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Dynamis-Xarcabard/bcnms/dynamis_xarcabard.lua | 10 | 1179 | -----------------------------------
-- Area: Dynamis Xarcabard
-- Name: Dynamis Xarcabard
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[DynaXarcabard]UniqueID",player:getDynamisUniqueID(1285));
SetServerVariab... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/items/rarab_tail.lua | 35 | 1193 | -----------------------------------------
-- ID: 4444
-- Item: rarab_tail
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 1
-- Vitality -3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCh... | gpl-3.0 |
gflima/nclua | examples/www/http_get.lua | 1 | 3439 | --[[ 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 |
prosody-modules/import2 | mod_couchdb/couchdb/couchapi.lib.lua | 32 | 2213 |
local setmetatable = setmetatable;
local pcall = pcall;
local type = type;
local t_concat = table.concat;
local print = print;
local socket_url = require "socket.url";
local http = require "socket.http";
local ltn12 = require "ltn12";
--local json = require "json";
local json = module:require("couchdb/js... | mit |
hooksta4/darkstar | scripts/zones/zones/Ifrits_Cauldron/npcs/Mining_Point.lua | 2 | 1060 | -----------------------------------
-- Area: Ifrits Cauldron
-- NPC: Mining Point
-----------------------------------
package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/mining");
require("scripts/zones/Ifrits_Cauldron/TextIDs");
-----------... | gpl-3.0 |
warrenseine/premake | tests/actions/vstudio/vc200x/test_external_compiler.lua | 1 | 1684 | --
-- tests/actions/vstudio/vc200x/test_external_compiler.lua
-- Validate generation the VCCLCompiler element for external tools in VS 200x C/C++ projects.
-- Copyright (c) 2011-2013 Jason Perkins and the Premake project
--
local suite = test.declare("vs200x_external_compiler")
local vc200x = premake.vstudio.vc200x
... | bsd-3-clause |
hooksta4/darkstar | scripts/zones/zones/Aht_Urhgan_Whitegate/npcs/Ghatsad.lua | 2 | 26081 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Ghatsad
-- Standard Info NPC
-- Involved in quest: No String Attached
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/common");
... | gpl-3.0 |
instead-hub/plainstead | build/games/cat/main-ru.lua | 1 | 3005 | game.codepage="UTF-8";
game.act = 'Не получается.';
game.inv = 'Гм.. Странная штука..';
game.use = 'Не сработает...';
game.dsc = [[Команды:^
look(или просто ввод), act <на что> (или просто на что), use <что> [на что], go <куда>,^
back, inv, way, obj, quit, save <fname>, load <fname>. Работает автодополнение по ... | mit |
gedadsbranch/Darkstar-Mission | scripts/globals/abilities/desperate_flourish.lua | 2 | 2959 | -----------------------------------
-- Ability: Desperate Flourish
-- Weighs down a target with a low rate of success. Requires one Finishing Move.
-- Obtained: Dancer Level 30
-- Finishing Moves Used: 1
-- Recast Time: 00:20
-- Duration: ??
-----------------------------------
require("scripts/globals/setting... | gpl-3.0 |
membphis/vanilla | spec/v/dispatcher_spec.lua | 3 | 3889 | require('spec.helper')
describe("Dispatcher", function()
before_each(function()
Application = require 'vanilla.v.application'
Dispatcher = require 'vanilla.v.dispatcher'
Controller = require 'vanilla.v.controller'
Request = require 'vanilla.v.request'
Response = require 'van... | mit |
amireh/grind | test/unit/lua_regex.lua | 1 | 2491 | require 'rex_pcre'
local ptrn = [[(?<timestamp>[A-Z]{1}[a-z]{2} [0-9]+ [0-9]{2}:[0-9]{2}:[0-9]{2})\s{1}(?<app>\w+)\s{1}.*]]
local ptrn = [[(?:<\d+>)(?<timestamp>[A-Z]{1}[a-z]{2}\s+[0-9]+\s+[0-9]{2}:[0-9]{2}:[0-9]{2}\s{1})|(?<moo>\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\s{1})|(\d{2}:\d{2}:\d{2}):\s{1}|(\d{2}:\d{2}:\d{2})]... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Windurst_Waters_[S]/npcs/Ezura-Romazura.lua | 34 | 1541 | -----------------------------------
-- Area: Windurst Waters [S]
-- NPC: Ezura-Romazura
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scripts/zones/Wi... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/homemade_steak.lua | 35 | 1124 | -----------------------------------------
-- ID: 5226
-- Item: homemade_steak
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Strength 1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-----... | gpl-3.0 |
drogers141/mac-hydra | winutil.lua | 1 | 7154 | -- window related functionality
-- moving, data, etc
--local util = require "util"
local util = dofile(package.searchpath("util", package.path))
win = {}
----------------------------------------------------------------------
-- Rectangle operations - all take and return rectangles (no mutation)
-- ie - same as hydra... | mit |
hooksta4/darkstar | scripts/zones/The_Colosseum/npcs/Crystal.lua | 3 | 1346 | -----------------------------------
-- Area: The Colosseum
-- NPC: Cooking
-- Guild Merchant NPC: Woodworking Guild
-- @pos 0 0 0 0 zone 71
-----------------------------------
package.loaded["scripts/zones/The_Colosseum/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require(... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/spells/raiton_ichi.lua | 17 | 1257 | -----------------------------------------
-- Spell: Raiton: Ichi
-- Deals lightning damage to an enemy and lowers its resistance against earth.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCa... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/cup_of_healing_tea.lua | 35 | 1373 | -----------------------------------------
-- ID: 4286
-- Item: cup_of_healing_tea
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Magic 10
-- Vitality -1
-- Charisma 3
-- Magic Regen While Healing 2
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Dynamis-Qufim/mobs/Adamantking_Effigy.lua | 17 | 2130 | -----------------------------------
-- Area: Dynamis Qufim
-- NPC: Adamantking_Effigy
-----------------------------------
package.loaded["scripts/zones/Dynamis-Qufim/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Qufim/TextIDs");
--... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Port_Windurst/npcs/Pichichi.lua | 36 | 2675 | -----------------------------------
-- Area: Port Windurst
-- NPC: Pichichi
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scripts/zones/Port_W... | gpl-3.0 |
FishFilletsNG/fillets-data | script/snowman/dialogs_bg.lua | 1 | 1469 | dialogId("tr-m-chlad1", "font_small", "I’m kind of cold.")
dialogStr("Нещо ми е хладно.")
dialogId("tr-v-jid1", "font_big", "No wonder. This is the Winter Mess Hall.")
dialogStr("Не се учудвам. Това е Зимна бъркотия.")
dialogId("tr-m-chlad2", "font_small", "I’m cold.")
dialogStr("Студено ми е.")
dialogId("tr-v-jid2"... | gpl-2.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Upper_Jeuno/npcs/Brutus.lua | 11 | 9517 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Brutus
-- Starts Quest: Chocobo's Wounds, Save My Son, Path of the Beastmaster, Wings of gold, Scattered into Shadow, Chocobo on the Loose!
-- @pos -55 8 95 244
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] ... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Horlais_Peak/npcs/Hot_springs.lua | 2 | 1887 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Hot Springs
-- @Zone: 139
-- @pos 444 -37 -18
-----------------------------------
package.loaded["scripts/zones/Horlais_Peak/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/keyitem... | gpl-3.0 |
FishFilletsNG/fillets-data | script/imprisoned/dialogs_ru.lua | 1 | 1938 | dialogId("ncp-m-tesno0", "font_small", "Look, how I am supposed to get out of here?")
dialogStr("Посмотри, как я смогу выйти отсюда?")
dialogId("ncp-m-tesno1", "font_small", "It’s quite tight in here.")
dialogStr("Здесь достаточно тесно.")
dialogId("ncp-v-dostala", "font_big", "How did you manage to get there?")
dial... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/zones/Selbina/npcs/Mathilde.lua | 19 | 1810 | -----------------------------------
-- Area: Selbina
-- NPC: Mathilde
-- Involved in Quest: Riding on the Clouds
-- @pos 12.578 -8.287 -7.576 248
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
req... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Quicksand_Caves/Zone.lua | 2 | 5828 | -----------------------------------
--
-- Zone: Quicksand_Caves (208)
--
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts/globals/zone");
requ... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/weaponskills/swift_blade.lua | 30 | 1389 | -----------------------------------
-- Swift Blade
-- Sword weapon skill
-- Skill Level: 225
-- Delivers a three-hit attack. params.accuracy varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Shadow Gorget & Soil Gorget.
-- Aligned with the Shadow Belt & Soil Belt.
-- Element: None
-- Modifie... | gpl-3.0 |
FishFilletsNG/fillets-data | script/viking1/dialogs_ru.lua | 1 | 3170 | dialogId("d1-z-b1", "", "")
dialogStr("")
dialogId("d1-z-b2", "", "")
dialogStr("")
dialogId("d1-z-b3", "", "")
dialogStr("")
dialogId("d1-z-p1", "", "")
dialogStr("")
dialogId("d1-z-p2", "", "")
dialogStr("")
dialogId("d1-z-v0", "", "")
dialogStr("")
dialogId("d1-z-v1", "", "")
dialogStr("")
dialogId("d1-z-v2",... | gpl-2.0 |
hooksta4/darkstar | scripts/zones/zones/Bastok_Mines/npcs/Griselda.lua | 4 | 1819 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Griselda
-- Standard Merchant NPC
-- @pos -25.749 -0.044 52.360 234
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scripts/glo... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/globals/items/skewer_of_m&p_chicken.lua | 36 | 1336 | -----------------------------------------
-- ID: 5639
-- Item: Skewer of M&P Chicken
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Strength 5
-- Intelligence -5
-- Attack % 25
-- Attack Cap 154
-----------------------------------------
require("scripts/globals/status");
----------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Abyssea-Uleguerand/Zone.lua | 33 | 1487 | -----------------------------------
--
-- Zone: Abyssea - Uleguerand
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Uleguerand/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
require("scripts/zones/Abyssea-Ulegue... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Abyssea-Uleguerand/Zone.lua | 33 | 1487 | -----------------------------------
--
-- Zone: Abyssea - Uleguerand
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Uleguerand/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
require("scripts/zones/Abyssea-Ulegue... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Lower_Jeuno/npcs/Domenic.lua | 34 | 1998 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Domenic
-- BCNM/KSNM Teleporter
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Lower_Jeuno/TextIDs");
require("scripts/globals/settings")... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Northern_San_dOria/npcs/Cauzeriste.lua | 2 | 1211 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Cauzeriste
-- Guild Merchant NPC: Woodworking Guild
-- @pos -175.946 3.999 280.301 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/glo... | gpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/external/lua/luajit/src/src/jit/bc.lua | 78 | 5606 | ----------------------------------------------------------------------------
-- LuaJIT bytecode listing module.
--
-- Copyright (C) 2005-2013 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
-... | mit |
modulexcite/Zero-K-Infrastructure | ZeroKLobby_NET4.0/Benchmarker/Benchmarks/games/path_test.sdd/Luaui/pathTests/Config/Crossing_4_final.lua | 12 | 1412 | local test = {
{
delayToNextTest = 300,
unitList = {},
},
{
delayToNextTest = 300,
unitList = {},
},
{
delayToNextTest = 300,
unitList = {},
},
{
delayToNextTest = 300,
unitList = {},
},
}
local MAX_DELAY_FACTOR = 1.75
local stepSize = 128
local units = {
"corak",
"corraid",
"corsh",
"corr... | gpl-3.0 |
p5n/notion | etc/look_brownsteel.lua | 5 | 2149 | -- look_brownsteel.lua drawing engine configuration file for Notion.
if not gr.select_engine("de") then return end
de.reset()
de.defstyle("*", {
shadow_colour = "#404040",
highlight_colour = "#707070",
background_colour = "#505050",
foreground_colour = "#a0a0a0",
padding_pixels = 1,
highlight... | lgpl-2.1 |
gedadsbranch/Darkstar-Mission | scripts/zones/Konschtat_Highlands/npcs/qm2.lua | 11 | 1422 | -----------------------------------
-- Area: Konschtat Highlands
-- NPC: qm2 (???)
-- Involved in Quest: Forge Your Destiny
-- @pos -709 2 102 108
-----------------------------------
package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests"... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Castle_Oztroja/Zone.lua | 28 | 1816 | -----------------------------------
--
-- Zone: Castle_Oztroja (151)
--
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/zone");
require("scripts/zones/Castle_Ozt... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/Mount_Zhayolm/mobs/Wamoura_Prince.lua | 2 | 1564 | -----------------------------------
-- Area: Mount Zhayolm
-- MOB: Wamoura Prince
-----------------------------------
require("scripts/globals/status");
-- TODO: Damage resistances in streched and curled stances. Halting movement during stance change. Morph into Wamoura.
-----------------------------------
-- OnMobS... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Tavnazian_Safehold/npcs/Hieroglyphics.lua | 17 | 2352 | -----------------------------------
-- Area: Tavnazian_Safehold
-- NPC: Hieroglyphics
-- Notes: Dynamis Tavnazia Enter
-- @pos 3.674 -7.278 -27.856 26
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
AnySDK/Sample_Lua | frameworks/cocos2d-x/tests/lua-tests/src/AssetsManagerTest/AssetsManagerTest.lua | 10 | 4584 | local targetPlatform = cc.Application:getInstance():getTargetPlatform()
local lineSpace = 40
local itemTagBasic = 1000
local menuItemNames =
{
"enter",
"reset",
"update",
}
local winSize = cc.Director:getInstance():getWinSize()
local function updateLayer()
local layer = cc.Layer:create()
local s... | mit |
hooksta4/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Tahl_Mhioguch.lua | 38 | 1053 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Tahl Mhioguch
-- Type: Standard NPC
-- @zone: 94
-- @pos -64.907 -5.947 81.391
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = n... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/West_Sarutabaruta/npcs/Twinkle_Tree.lua | 4 | 2136 | -----------------------------------
-- Area: West Sarutabaruta
-- NPC: Twinkle Tree
-- Involved in Quest: To Catch a Falling Star
-- Note: EventID for Twinkle Tree is unknown. Quest funtions but the full event is not played.
-- @pos 156.003 -40.753 333.742 115
-----------------------------------
package.loaded["scri... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/West_Sarutabaruta/npcs/Twinkle_Tree.lua | 4 | 2136 | -----------------------------------
-- Area: West Sarutabaruta
-- NPC: Twinkle Tree
-- Involved in Quest: To Catch a Falling Star
-- Note: EventID for Twinkle Tree is unknown. Quest funtions but the full event is not played.
-- @pos 156.003 -40.753 333.742 115
-----------------------------------
package.loaded["scri... | gpl-3.0 |
BooM-amour/DJBOOM | data/utils.lua | 23 | 23874 | URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
serpent = require "serpent"
feedparser = require "feedparser"
json = (loadfile "./libs/JSON.lua")()
mimetype = (loadfile "./libs/mimetype.lua")()
redis = (loadfile "./libs/redis.lua")()
JSON = (loadfile "./libs/... | gpl-2.0 |
snabbco/snabb | src/lib/yang/path.lua | 6 | 7158 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
-- This module can be used to parse a path based on a yang schema (or its
-- derivative grammar) and produce a lua table which is a native lua way
-- of representing a path. The path provided is a subset of XPath supporting
-- named keys su... | apache-2.0 |
bigcrush/cqueues | src/cqueues.lua | 3 | 4105 | local loader = function(loader, ...)
local core = require"_cqueues"
local errno = require"_cqueues.errno"
local monotime = core.monotime
local running = core.running
local strerror = errno.strerror
local unpack = assert(table.unpack or unpack) -- 5.1 compat
-- lazily load auxlib to prevent circular or unused de... | mit |
hooksta4/darkstar | scripts/zones/Gustav_Tunnel/mobs/Macroplasm.lua | 18 | 1100 | ----------------------------------
-- Area: Gustav Tunnel
-- MOB: macroplasm
-----------------------------------
package.loaded["scripts/zones/Gustav_Tunnel/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/zones/Gustav_Tunnel/TextIDs");
---------------------... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Valkurm_Dunes/Zone.lua | 2 | 4846 | -----------------------------------
--
-- 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 |
RAlexis/ArcEmu_MoP | src/scripts/lua/Lua/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Aran.lua | 30 | 3347 | function Aran_Water_Elementals(Unit, event, miscunit, misc)
if Unit:GetHealthPct() < 40 and Didthat == 0 then
Unit:SpawnCreature(21160, -11167.2, -1914.13, 232.009, 0, 18, 96000000);
Unit:SpawnCreature(21160, -11163.2, -1910.13, 232.009, 0, 18, 96000000);
Unit:SpawnCreature(21160, -11165.2, -1916.13, 232.009, 0,... | agpl-3.0 |
RAlexis/ArcEmu_MoP | src/scripts/lua/LuaBridge/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Aran.lua | 30 | 3347 | function Aran_Water_Elementals(Unit, event, miscunit, misc)
if Unit:GetHealthPct() < 40 and Didthat == 0 then
Unit:SpawnCreature(21160, -11167.2, -1914.13, 232.009, 0, 18, 96000000);
Unit:SpawnCreature(21160, -11163.2, -1910.13, 232.009, 0, 18, 96000000);
Unit:SpawnCreature(21160, -11165.2, -1916.13, 232.009, 0,... | agpl-3.0 |
ak48disk/wowaddons | Quartz/libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua | 6 | 5620 | --[[-----------------------------------------------------------------------------
ColorPicker Widget
-------------------------------------------------------------------------------]]
local Type, Version = "ColorPicker", 22
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVer... | mit |
gedadsbranch/Darkstar-Mission | scripts/zones/Dynamis-Windurst/mobs/Tzee_Xicu_Idol.lua | 11 | 1290 | -----------------------------------
-- Area: Dynamis Windurst
-- NPC: Tzee Xicu Idol
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/dynamis");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Port_Jeuno/npcs/Supiroro.lua | 12 | 1388 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Supiroro
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil;
require("scripts/zones/Port_Jeuno/TextIDs");
-----------------------------------
-- onTrade Action
------------------... | gpl-3.0 |
gedadsbranch/Darkstar-Mission | scripts/zones/Abyssea-La_Theine/mobs/Lusion.lua | 13 | 1536 | -----------------------------------
-- Area: Abyssea - La Theine
-- NPC: Luison
-----------------------------------
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn(mob)
setLocalVar("transformTime", os.time())
end;
-----------------------------------
-... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/Windurst_Waters/npcs/Chyuk-Kochak.lua | 38 | 1048 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Chyuk-Kochak
-- Type: Standard NPC
-- @zone: 238
-- @pos -252.162 -6.319 -307.011
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-... | gpl-3.0 |
ld-test/dromozoa-image | dromozoa/image/sips_reader.lua | 3 | 2047 | -- Copyright (C) 2015 Tomoyuki Fujimori <moyu@dromozoa.com>
--
-- This file is part of dromozoa-image.
--
-- dromozoa-image 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 |
hooksta4/darkstar | scripts/zones/zones/Al_Zahbi/Zone.lua | 2 | 1268 | -----------------------------------
--
-- Zone: Al_Zahbi (48)
--
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Al_Zahbi/TextIDs");
-----------------------------------
-- onInit... | gpl-3.0 |
hooksta4/darkstar | scripts/globals/weaponskills/tachi_shoha.lua | 30 | 1753 | -----------------------------------
-- Tachi: Shoha
-- Great Katana weapon skill
-- Skill Level: 357
-- Delivers a two-hit attack. Damage varies with TP.
-- To obtain Tachi: Shoha, the quest Martial Mastery must be completed and it must be purchased from the Merit Points menu.
-- Suspected to have an Attack Bonus... | gpl-3.0 |
hooksta4/darkstar | scripts/zones/zones/La_Theine_Plateau/npcs/Cermet_Headstone.lua | 2 | 2609 | -----------------------------------
-- Area: La Theine Plateau
-- NPC: Cermet Headstone
-- Involved in Mission: ZM5 Headstone Pilgrimage (Water Fragment)
-- @pos -170 39 -504 102
-----------------------------------
package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.