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 |
|---|---|---|---|---|---|
UnknownX7/darkstar | scripts/globals/spells/blindga.lua | 6 | 1146 | -----------------------------------------
-- Spell: Blind
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,target,spell)... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Attohwa_Chasm/npcs/HomePoint#1.lua | 14 | 1252 | -----------------------------------
-- Area: Attohwa Chasm
-- NPC: HomePoint#2
-- @pos
-----------------------------------
package.loaded["scripts/zones/Attohwa_Chasm/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Attohwa_Chasm/TextIDs");
require("scripts/globals/homepoint");
-----... | gpl-3.0 |
cuiqingwei1981/openwrt | feeds/luci/modules/base/luasrc/ltn12.lua | 83 | 11303 | --[[
LuaSocket 2.0.2 license
Copyright � 2004-2007 Diego Nehab
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, me... | gpl-2.0 |
UnknownX7/darkstar | scripts/globals/spells/hydrohelix.lua | 26 | 1690 | --------------------------------------
-- Spell: Hydrohelix
-- Deals water damage that gradually reduces
-- a target's HP. Damage dealt is greatly affected by the weather.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/m... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/weaponskills/tachi_yukikaze.lua | 18 | 1763 | -----------------------------------
-- Tachi Yukikaze
-- Great Katana weapon skill
-- Skill Level: 200 (Samurai only.)
-- Blinds target. Damage varies with TP.
-- Blind effect duration is 60 seconds when unresisted.
-- Will stack with Sneak Attack.
-- Tachi: Yukikaze appears to have an attack bonus of 50%. http://www.b... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Al_Zahbi/npcs/Yudi_Yolhbi.lua | 53 | 2326 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Yudi Yolhbi
-- Type: Woodworking Normal/Adv. Image Support
-- @pos -71.584 -7 -56.018 48
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
requ... | gpl-3.0 |
maikuru23/darkstar | scripts/globals/shop.lua | 4 | 2273 | -----------------------------------
-- Author: Dia
--
-- Functions for Shop system
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/conquest");
-----------------------------------
-- Nations
-----------------------------------
SANDORIA = 0;
BASTOK = 1;... | gpl-3.0 |
wland/quick3.6 | cocos/scripting/lua-bindings/auto/api/RichElementImage.lua | 13 | 1490 |
--------------------------------
-- @module RichElementImage
-- @extend RichElement
-- @parent_module ccui
--------------------------------
-- brief Initialize a RichElementImage with various arguments.<br>
-- param tag A integer tag value.<br>
-- param color A color in Color3B.<br>
-- param opacity A opacity in GLub... | mit |
UnknownX7/darkstar | scripts/globals/items/pork_cutlet_rice_bowl_+1.lua | 12 | 2051 | -----------------------------------------
-- ID: 6407
-- Item: pork_cutlet_rice_bowl_+1
-- Food Effect: 240Min, All Races
-----------------------------------------
-- HP +65
-- MP +65
-- STR +8
-- VIT +4
-- AGI +6
-- INT -8
-- Fire resistance +21
-- Attack +24% (cap 130)
-- Ranged Attack +24% (cap 130)
-- Store TP +5
-... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Northern_San_dOria/npcs/Cheupirudaux.lua | 9 | 2171 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Cheupirudaux
-- Type: Woodworking Guildmaster NPC
-- Involved in Quest: It's Raining Mannequins!
-- @pos -138 12 250 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Southern_San_dOria/npcs/Benaige.lua | 36 | 1982 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Benaige
-- Standard Merchant NPC
-- @zone 230
-- @pos-142,-6 47
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings... | gpl-3.0 |
druerridge/the-maestros | AI/Skirmish/Shard/dev/ai/EvoRTS/engineerturretbehaviour.lua | 1 | 1111 | EngineerTurretBehaviour = class(Behaviour)
function EngineerTurretBehaviour:Init()
--
self.active = false
self.underfire = false
end
function EngineerTurretBehaviour:UnitCreated(unit)
end
function EngineerTurretBehaviour:UnitIdle(unit)
if unit:Internal():ID() == self.unit:Internal():ID() then
if self:IsActive(... | gpl-2.0 |
UnknownX7/darkstar | scripts/zones/Castle_Zvahl_Keep/Zone.lua | 13 | 3875 | -----------------------------------
--
-- Zone: Castle_Zvahl_Keep (162)
--
-----------------------------------
package.loaded["scripts/zones/Castle_Zvahl_Keep/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Castle_Zvahl_Keep/TextIDs");
-----------------... | gpl-3.0 |
dveeden/wireshark | epan/wslua/dtd_gen.lua | 38 | 8369 | -- dtd_gen.lua
--
-- a DTD generator for wireshark
--
-- (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
--
-- Wireshark - Network traffic analyzer
-- By Gerald Combs <gerald@wireshark.org>
-- Copyright 1998 Gerald Combs
--
-- This program is free software; you can redistribute it and/or
-- modify it under the terms... | gpl-2.0 |
DengSir/tdBattlePetScript | Libs/AceGUI-3.0/widgets/AceGUIWidget-Button.lua | 2 | 2849 | --[[-----------------------------------------------------------------------------
Button Widget
Graphical Button.
-------------------------------------------------------------------------------]]
local Type, Version = "Button", 24
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:Get... | mit |
UnknownX7/darkstar | scripts/globals/spells/bluemagic/feather_tickle.lua | 25 | 1164 | -----------------------------------------
-- Spell: Feather Tickle
-- Reduces an enemy's TP
-- Spell cost: 48 MP
-- Monster Type: Birds
-- Spell Type: Magical (Wind)
-- Blue Magic Points: 3
-- Stat Bonus: AGI+1
-- Level: 64
-- Casting Time: 4 seconds
-- Recast Time: 26 seconds
-- Magic Bursts on: Detonation, Fragmentat... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Quicksand_Caves/mobs/Antican_Princeps.lua | 5 | 1475 | -----------------------------------
-- Area: Quicksand Caves
-- MOB: Antican Princeps
-----------------------------------
require("scripts/globals/groundsofvalor");
require("scripts/zones/Quicksand_Caves/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
function onMobDe... | gpl-3.0 |
wangqi/gameserver | server/src/gensrc/lua/BseAskRoundOver_pb.lua | 1 | 1148 | -- Generated By protoc-gen-lua Do not Edit
local protobuf = require "protobuf"
module('BseAskRoundOver_pb', package.seeall)
local BSEASKROUNDOVER = protobuf.Descriptor();
local BSEASKROUNDOVER_SESSIONID_FIELD = protobuf.FieldDescriptor();
BSEASKROUNDOVER_SESSIONID_FIELD.name = "sessionId"
BSEASKROUNDOVER_SESSIONID_F... | apache-2.0 |
UnknownX7/darkstar | scripts/zones/Windurst_Waters/npcs/Gantineux.lua | 14 | 2525 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Gantineux
-- Starts Quest: Acting in Good Faith
-- @zone 238
-- @pos -83 -9 3
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");... | gpl-3.0 |
wland/quick3.6 | quick/framework/transition.lua | 20 | 19757 | --[[
Copyright (c) 2011-2014 chukong-inc.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, dis... | mit |
UnknownX7/darkstar | scripts/globals/weaponskills/retribution.lua | 25 | 1663 | -----------------------------------
-- Retribution
-- Staff weapon skill
-- Skill Level: 230
-- Delivers a single-hit attack. Damage varies with TP.
-- In order to obtain Retribution, the quest Blood and Glory must be completed.
-- Despite the appearance of throwing the staff, this is not a long-range Weapon Skill like... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/items/pork_cutlet.lua | 12 | 1737 | -----------------------------------------
-- ID: 6394
-- Item: pork_cutlet
-- Food Effect: 180Min, All Races
-----------------------------------------
-- HP +40
-- STR +7
-- INT -7
-- Fire resistance +20
-- Attack +20% (cap 120)
-- Ranged Attack +20% (cap 120)
-----------------------------------------
require("scripts... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Northern_San_dOria/npcs/Guilerme.lua | 14 | 2093 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Guillerme
-- Involved in Quest: Rosel the Armorer
-- @zone 231
-- @pos -4.500 0.000 99.000
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scri... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Norg/npcs/Magephaud.lua | 17 | 2127 | -----------------------------------
-- Area: Norg
-- NPC: Magephaud
-- Standard Info NPC
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
EveryonesGrudge = player:getQuestStatus(OUTLANDS,EVERYON... | gpl-3.0 |
wangqi/gameserver | server/src/gensrc/lua/BceSysMessage_pb.lua | 1 | 2728 | -- Generated By protoc-gen-lua Do not Edit
local protobuf = require "protobuf"
module('BceSysMessage_pb', package.seeall)
local BCESYSMESSAGE = protobuf.Descriptor();
local BCESYSMESSAGE_MESSAGE_FIELD = protobuf.FieldDescriptor();
local BCESYSMESSAGE_ACTION_FIELD = protobuf.FieldDescriptor();
local BCESYSMESSAGE_SECO... | apache-2.0 |
UnknownX7/darkstar | scripts/zones/Lower_Jeuno/npcs/Mataligeat.lua | 6 | 1808 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Mataligeat
-- Standard Info NPC
-- @pos -24 0 -60 245
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Lower_Jeuno/TextIDs");
----------------------... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/npc_util.lua | 16 | 6826 | package.loaded["scripts/globals/settings"] = nil;
-- Provides helper methods for npcs
npcUtil = {};
-- Picks a new position for an NPC and excluding the current position.
-- INPUT: npc = npcID, position = 2D table with coords: index, {x, y, z}
-- RETURN: table index
function npcUtil.pickNewPosition(npc, positionTabl... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Windurst_Walls/npcs/Burute-Sorute.lua | 3 | 1041 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Burute-Sorute
-- Type: Title Changer
-- @zone: 239
-- @pos 0.080 -10.765 5.394
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
--------... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Abyssea-Tahrongi/npcs/qm20.lua | 14 | 1904 | -----------------------------------
-- Zone: Abyssea-Tahrongi
-- NPC: ???
-- Spawns Glavoid
-- @pos ? ? ? 45
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-----------------------------------
function... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/effects/saber_dance.lua | 32 | 1693 | -----------------------------------
--
-- EFFECT_SABER_DANCE
--
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
local sab... | gpl-3.0 |
kararahmed/karar.dev | plugins/ar-boomzain.lua | 6 | 2218 | --[[
▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ BY jOker ▀▄ ▄▀
▀▄ ▄▀ BY joker (@fuck_8_you) ▀▄ ▄▀
▀▄ ▄▀ JUST WRITED BY joker ▀▄ ▄▀
▀▄ ▄▀ broadcast : كلمه ضد الجيوش ▀▄ ▄▀
▀▄▀... | gpl-2.0 |
UnknownX7/darkstar | scripts/zones/Mount_Zhayolm/npcs/HomePoint#1.lua | 27 | 1274 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: HomePoint#1
-- @pos -540.844 -4.000 70.809 61
-----------------------------------
package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Mount_Zhayolm/TextIDs");
require("scripts/globa... | gpl-3.0 |
alxhh/piratenluci | applications/luci-splash/luasrc/model/cbi/splash/splash.lua | 3 | 2665 | -- ToDo: Translate, Add descriptions and help texts
require("luci.model.uci")
m = Map("luci_splash", "Client-Splash", [[Client-Splash ist das Freifunk Hotspot-Authentifizierungs-System.]])
s = m:section(NamedSection, "general", "core", "Allgemein")
s.addremove = false
s:option(Value, "leasetime", "Freigabezeit", "h"... | apache-2.0 |
UnknownX7/darkstar | scripts/zones/North_Gustaberg/npcs/Stone_Monument.lua | 14 | 1295 | -----------------------------------
-- Area: North Gustaberg
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos -199.635 96.106 505.624 106
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil;
-----------------------------------
require("scri... | gpl-3.0 |
either1/prosody-modules | mod_register_web/mod_register_web.lua | 27 | 5718 | local captcha_options = module:get_option("captcha_options", {});
local nodeprep = require "util.encodings".stringprep.nodeprep;
local usermanager = require "core.usermanager";
local http = require "net.http";
local path_sep = package.config:sub(1,1);
module:depends"http";
local extra_fields = {
nick = true; name = ... | mit |
UnknownX7/darkstar | scripts/globals/weaponskills/glory_slash.lua | 19 | 1581 | -----------------------------------
-- Glory Slash
-- Sword weapon skill
-- Skill Level: NA
-- Only avaliable during Campaign Battle while weilding Lex Talionis.
-- Delivers and area attack that deals triple damage. Damage varies with TP. Additional effect Stun.
-- Will stack with Sneak Attack.
-- Aligned with the Flam... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/mobskills/Prishe_Item_2.lua | 53 | 1486 | ---------------------------------------------
-- Prishe Item 2
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/zones/Empyreal_Paradox/TextIDs");
--------------------------------------------... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Batallia_Downs/Zone.lua | 11 | 3985 | -----------------------------------
--
-- Zone: Batallia_Downs (105)
--
-----------------------------------
package.loaded[ "scripts/zones/Batallia_Downs/TextIDs"] = nil;
package.loaded["scripts/globals/chocobo_digging"] = nil;
-----------------------------------
require( "scripts/zones/Batallia_Downs/TextIDs");
requi... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/La_Theine_Plateau/npcs/Faurbellant.lua | 14 | 1777 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Faurbellant
-- Type: Quest NPC
-- Involved in Quest: Gates of Paradise
-- @pos 484 24 -89 102
-----------------------------------
package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil;
-----------------------------------
require("scrip... | gpl-3.0 |
kaeza/minetest_game | mods/tnt/init.lua | 6 | 16530 | tnt = {}
-- Default to enabled when in singleplayer
local enable_tnt = minetest.setting_getbool("enable_tnt")
if enable_tnt == nil then
enable_tnt = minetest.is_singleplayer()
end
-- loss probabilities array (one in X will be lost)
local loss_prob = {}
loss_prob["default:cobble"] = 3
loss_prob["default:dirt"] = 4
... | lgpl-2.1 |
UnknownX7/darkstar | scripts/zones/Cloister_of_Tides/bcnms/trial-size_trial_by_water.lua | 29 | 2207 | -----------------------------------
-- Area: Cloister of Tides
-- BCNM: Trial by Water
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Tides/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/shop");
require("scripts/globals/q... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Chocobo_Circuit/Zone.lua | 36 | 1122 | -----------------------------------
--
-- Zone: Chocobo_Circuit
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Chocobo_Circuit/TextIDs"] = nil;
require("scripts/zones/Chocobo_Circuit/TextIDs");
-----------------------------------
-- onInitialize... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Mhaura/npcs/Porter_Moogle.lua | 14 | 1511 | -----------------------------------
-- Area: Mhaura
-- NPC: Porter Moogle
-- Type: Storage Moogle
-- @zone 249
-- @pos TODO
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mhaura/TextIDs");
require("scripts/... | gpl-3.0 |
alexandru-elisei/rhea | defs.lua | 1 | 18478 | --[[
GENERAL DEFENSE SCRIPS
]]--
require "display"
require "wounds"
--require system
if
not defs
then
defs = {
["current"] = {},
["available"] = {},
["free"] = {},
["ubal"] = {},
["rbal"] = {},
["power"] = {},
}
end --if
local domoth_effects =
{
["Nature"] = {
["mi... | gpl-2.0 |
hprose/hprose-lua | src/hprose/tags.lua | 3 | 1886 | --[[
/**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| ... | mit |
lynxis/packages | net/acme/files/acme-cbi.lua | 20 | 3086 | --[[
LuCI - Lua Configuration Interface
Copyright 2016 Toke Høiland-Jørgensen <toke@toke.dk>
# 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... | gpl-2.0 |
UnknownX7/darkstar | scripts/zones/Mount_Zhayolm/npcs/qm4.lua | 30 | 1342 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: ??? (Spawn Khromasoul Bhurborlor(ZNM T3))
-- @pos 88 -22 70 61
-----------------------------------
package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mount_Zhayolm/TextIDs");
require(... | gpl-3.0 |
wangqi/gameserver | server/src/gensrc/lua/BseVipInfo_pb.lua | 1 | 2763 | -- Generated By protoc-gen-lua Do not Edit
local protobuf = require "protobuf"
module('BseVipInfo_pb', package.seeall)
local VIPINFO = protobuf.Descriptor();
local VIPINFO_VIPLEVEL_FIELD = protobuf.FieldDescriptor();
local VIPINFO_VIPDESC_FIELD = protobuf.FieldDescriptor();
local VIPINFO_GIFTS_FIELD = protobuf.FieldD... | apache-2.0 |
maikuru23/darkstar | scripts/zones/Port_Bastok/npcs/Dhen_Tevryukoh.lua | 34 | 1619 | -----------------------------------
-- Area: Port Bastok
-- NPC: Dhen Tevryukoh
-- Only sells when Bastok controlls Elshimo Uplands
-- @zone 236
-- @pos 35 -2 2
-- Confirmed shop stock, August 2013
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
------------... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Lower_Delkfutts_Tower/npcs/_541.lua | 14 | 2272 | -----------------------------------
-- Area: Lower Delkfutt's Tower
-- NPC: Cermet Door
-- Cermet Door for Sandy Ambassador
-- San d'Orian Mission 3.3 "Appointment to Jeuno"
-- @pos 636 16 20 184
-----------------------------------
package.loaded["scripts/zones/Lower_Delkfutts_Tower/TextIDs"] = nil;
----------------... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Apollyon/mobs/Air_Elemental.lua | 119 | 2423 | -----------------------------------
-- Area: Apollyon SW
-- NPC: elemental
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
--------------------------... | gpl-3.0 |
maikuru23/darkstar | scripts/globals/spells/silencega.lua | 5 | 1206 | -----------------------------------------
-- Spell: Silence
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function OnMagicCastingCheck(caster,target,spell)... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Dangruf_Wadi/npcs/qm4.lua | 17 | 1900 | -----------------------------------
-- NPC: ??? (QM4)
-- Type: Grasswix dice roll game part 2
-- @zone: 191
-- Involved in quest "As Thick As Thieves"
-----------------------------------
package.loaded["scripts/zones/Dangruf_Wadi/TextIDs"] = nil;
-----------------------------------
require("scripts/global... | gpl-3.0 |
kararahmed/karar.dev | plugins/inrealm.lua | 4 | 36497 | --[[
# For More Information ....!
# Developer : Aziz < @devss_bot > #Dev
# our channel: @help_tele
]]
-- data saved to moderation.json
-- check moderation plugin
do
local function create_group(msg)
-- superuser and admins only (because sudo are always has privilege)
if is_sudo(msg) or is_realm(msg) and ... | gpl-2.0 |
UnknownX7/darkstar | scripts/globals/items/thundermelon.lua | 12 | 1186 | -----------------------------------------
-- ID: 4412
-- Item: thundermelon
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -6
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
--... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Beadeaux/npcs/The_Mute.lua | 14 | 1296 | -----------------------------------
-- Area: Beadeaux
-- NPC: ???
-- @pos -166.230 -1 -73.685 147
-----------------------------------
package.loaded["scripts/zones/Beadeaux/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Beadeaux/TextIDs");
require("scripts/globals/quests");
require("scrip... | gpl-3.0 |
alxhh/piratenluci | modules/admin-full/luasrc/model/cbi/admin_system/system.lua | 1 | 2358 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.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
$Id$
]]--
req... | apache-2.0 |
UnknownX7/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Sajaaya.lua | 59 | 1060 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Sajaaya
-- Type: Weather Reporter
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Aht_Urhgan_... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Yorcia_Weald_U/Zone.lua | 36 | 1119 | -----------------------------------
--
-- Zone: Yorcia Weald U
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Yorcia_Weald_U/TextIDs"] = nil;
require("scripts/zones/Yorcia_Weald_U/TextIDs");
-----------------------------------
-- onInitialize
-... | gpl-3.0 |
Coethium/server-minetestforfun | mods/tsm_pyramids/init.lua | 4 | 5796 | pyramids = {}
dofile(minetest.get_modpath("tsm_pyramids").."/mummy.lua")
dofile(minetest.get_modpath("tsm_pyramids").."/nodes.lua")
dofile(minetest.get_modpath("tsm_pyramids").."/room.lua")
local chest_stuff = {
{name="default:apple", max = 3},
{name="farming:bread", max = 3},
{name="default:steel_ingot", max = 2}... | unlicense |
UnknownX7/darkstar | scripts/zones/Windurst_Woods/npcs/Bozack.lua | 14 | 1049 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Bozack
-- Type: Event Replayer
-- @zone 241
-- @pos 92.591 -5.58 -31.529
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
---------------... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/abilities/evokers_roll.lua | 19 | 2756 | -----------------------------------
-- Ability: Evoker's Roll
-- Gradually restores MP for party members within area of effect
-- Optimal Job: Summoner
-- Lucky Number: 5
-- Unlucky Number: 9
-- Level: 40
--
-- Die Roll |No SMN |With SMN
-- -------- ------- -----------
-- 1 |+1 |+2
-- 2 ... | gpl-3.0 |
Maxattax97/miscellaneous | config/awesome/theme/theme.lua | 1 | 6458 | ---------------------------
-- Max's awesome theme --
---------------------------
local theme_assets = require("beautiful.theme_assets")
local xresources = require("beautiful.xresources")
local dpi = xresources.apply_dpi
local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
local local_path... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/weaponskills/rampage.lua | 25 | 1504 | -----------------------------------
-- Rampage
-- Axe weapon skill
-- Skill level: 175
-- Delivers a five-hit attack. Chance of params.critical varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Soil Gorget.
-- Aligned with the Soil Belt.
-- Element: None
-- Modifiers: STR:50%
-- 100%TP 200%TP 3... | gpl-3.0 |
nounoursheureux/MCServer | Server/Plugins/APIDump/Hooks/OnPlayerBreakingBlock.lua | 44 | 1596 | return
{
HOOK_PLAYER_BREAKING_BLOCK =
{
CalledWhen = "Just before a player breaks a block. Plugin may override / refuse. ",
DefaultFnName = "OnPlayerBreakingBlock", -- also used as pagename
Desc = [[
This hook is called when a {{cPlayer|player}} breaks a block, before the block is actually broken in
the ... | apache-2.0 |
zhityer/zhityer40 | plugins/danbooru.lua | 616 | 1750 | do
local URL = "http://danbooru.donmai.us"
local URL_NEW = "/posts.json"
local URL_POP = "/explore/posts/popular.json"
local scale_day = "?scale=day"
local scale_week = "?scale=week"
local scale_month = "?scale=month"
local function get_post(url)
local b, c, h = http.request(url)
if c ~= 200 then return nil end
... | gpl-2.0 |
UnknownX7/darkstar | scripts/zones/Ordelles_Caves/npcs/qm3.lua | 14 | 1648 | -----------------------------------
-- Area: Ordelle's Caves
-- NPC: ??? (qm3)
-- Involved in Quest: A Squire's Test II
-- @pos -139 0.1 264 193
-------------------------------------
package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/settings")... | gpl-3.0 |
DengSir/tdBattlePetScript | Share/Version1.lua | 1 | 2118 | -- ShareVersion1.lua
-- @Author : DengSir (tdaddon@163.com)
-- @Link : https://dengsir.github.io
-- @Date : 9/21/2018, 9:59:09 AM
local ns = select(2, ...)
local Addon = ns.Addon
local AceSerializer = LibStub('AceSerializer-3.0')
local Base64 = LibStub('LibBase64-1.0')
local CRC32 = LibStub('LibCRC32-1.0')
local V... | mit |
UnknownX7/darkstar | scripts/globals/items/rolanberry_(881_ce).lua | 12 | 1192 | -----------------------------------------
-- ID: 4529
-- Item: rolanberry_881_ce)
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -3
-- Intelligence 1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCh... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/RuLude_Gardens/npcs/Morlepiche.lua | 2 | 3197 | -----------------------------------
-- Area: Rulude Gardens
-- NPC: Morlepiche
-- @pos -95 0 160 243
-------------------------------------
package.loaded["scripts/zones/Rulude_Gardens/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/conquest")... | gpl-3.0 |
dongyuwei/ibus-cloud-pinyin | lua/config.lua | 6 | 17299 | --[[----------------------------------------------------------------------------
ibus-cloud-pinyin - cloud pinyin client for ibus
Configuration Script
Copyright (C) 2010 WU Jun <quark@lihdd.net>
This file is part of ibus-cloud-pinyin.
ibus-cloud-pinyin is free software: you can redistribute it and/or modify
it... | gpl-3.0 |
sarumjanuch/prosody | plugins/mod_time.lua | 3 | 1335 | -- Prosody IM
-- Copyright (C) 2008-2010 Matthew Wild
-- Copyright (C) 2008-2010 Waqas Hussain
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local st = require "util.stanza";
local datetime = require "util.datetime".datetime;
local legacy = requir... | mit |
maikuru23/darkstar | scripts/globals/mobskills/Benthic_Typhoon.lua | 6 | 1034 | ---------------------------------------------
-- Benthic Typhoon
--
-- Description: Delivers an area attack that lowers target's defense and magic defense. Damage varies with TP.
-- Type: Physical (Piercing)
--
--
---------------------------------------------
require("/scripts/globals/settings");
require("/... | gpl-3.0 |
robooo/luarocks | src/luarocks/unpack.lua | 6 | 6135 |
--- Module implementing the LuaRocks "unpack" command.
-- Unpack the contents of a rock.
local unpack = {}
package.loaded["luarocks.unpack"] = unpack
local fetch = require("luarocks.fetch")
local fs = require("luarocks.fs")
local util = require("luarocks.util")
local build = require("luarocks.build")
local dir = requ... | mit |
UnknownX7/darkstar | scripts/globals/items/bowl_of_quadav_stew.lua | 12 | 1385 | -----------------------------------------
-- ID: 4569
-- Item: Bowl of Quadav Stew
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Agility -4
-- Vitality 2
-- Defense % 17
-- Defense Cap 60
-----------------------------------------
require("scripts/globals/status");
--------------------... | gpl-3.0 |
rologne/vlc | share/lua/playlist/pinkbike.lua | 14 | 2091 | --[[
$Id$
Copyright © 2009 the VideoLAN team
Authors: Konstantin Pavlov (thresh@videolan.org)
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 2 of the License, or
(at your opt... | gpl-2.0 |
wangqi/gameserver | server/src/gensrc/lua/BseBattleAddRole_pb.lua | 1 | 2366 | -- Generated By protoc-gen-lua Do not Edit
local protobuf = require "protobuf"
module('BseBattleAddRole_pb', package.seeall)
local BSEBATTLEADDROLE = protobuf.Descriptor();
local BSEBATTLEADDROLE_ROOMID_FIELD = protobuf.FieldDescriptor();
local BSEBATTLEADDROLE_CAMPCOUNT_FIELD = protobuf.FieldDescriptor();
local BSEB... | apache-2.0 |
Tatuy/UAServer | data/npc/FORGOTTENSERVER-ORTS/scripts/Bruce.lua | 1 | 1854 | local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end
function onCreatureSay(cid, type, msg) npcHan... | gpl-2.0 |
UnknownX7/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Travonce.lua | 14 | 1060 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Travonce
-- Type: Standard NPC
-- @zone 26
-- @pos -89.068 -14.367 -0.030
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
----... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/weaponskills/guillotine.lua | 18 | 1964 | -----------------------------------
-- Guillotine
-- Scythe weapon skill
-- Skill level: 200
-- Delivers a four-hit attack. Duration varies with TP.
-- Modifiers: STR:25% ; MND:25%
-- 100%TP 200%TP 300%TP
-- 0.875 0.875 0.875
-----------------------------------
require("scripts/globals/status");
require("... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Port_Bastok/npcs/Flying_Axe_IM.lua | 6 | 4802 | -----------------------------------
-- Area: Port Bastok
-- NPC: Flying Axe, I.M.
-- X Grant Signet
-- X Recharge Emperor Band, Empress Band, or Chariot Band
-- X Accepts traded Crystals to fill up the Rank bar to open new Missions.
-- X Sells items in exchange for Conquest Points
-- X Start Supply Run Missio... | gpl-3.0 |
SinaKK/telegram-bot | plugins/plugins.lua | 6 | 2615 | function enable_plugin( filename )
-- Check if plugin is enabled
if plugin_enabled(filename) then
return 'Plugin '..filename..' is enabled'
end
-- Checks if plugin exists
if plugin_exists(filename) then
-- Add to the config table
table.insert(_config.enabled_plugins, filename)
save_config()
-- Reload the... | gpl-2.0 |
maikuru23/darkstar | scripts/zones/Port_Bastok/npcs/Bartolomeo.lua | 34 | 1612 | -----------------------------------
-- Area: Port Bastok
-- NPC: Bartolomeo
-- Standard Info NPC
-- Involved in Quest: Welcome to Bastok
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
requi... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/Abyssea-Uleguerand/npcs/qm6.lua | 14 | 1348 | -----------------------------------
-- Zone: Abyssea-Uleguerand
-- NPC: qm6 (???)
-- Spawns Upas-Kamuy
-- @pos ? ? ? 253
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
... | gpl-3.0 |
UnknownX7/darkstar | scripts/zones/PsoXja/npcs/_097.lua | 14 | 2875 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _097 (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos 290.000 -1.925 -81.600 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
re... | gpl-3.0 |
nounoursheureux/MCServer | Server/Plugins/APIDump/Hooks/OnPlayerUsedItem.lua | 6 | 2270 | return
{
HOOK_PLAYER_USED_ITEM =
{
CalledWhen = "A player has used an item in hand (bucket...)",
DefaultFnName = "OnPlayerUsedItem", -- also used as pagename
Desc = [[
This hook is called after a {{cPlayer|player}} has right-clicked a block with an {{cItem|item}} that
can be used (is not placeable, is no... | apache-2.0 |
Josh-Miller/google-diff-match-patch | lua/diff_match_patch.lua | 265 | 73869 | --[[
* Diff Match and Patch
*
* Copyright 2006 Google Inc.
* http://code.google.com/p/google-diff-match-patch/
*
* Based on the JavaScript implementation by Neil Fraser.
* Ported to Lua by Duncan Cross.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance ... | apache-2.0 |
UnknownX7/darkstar | scripts/zones/Giddeus/npcs/Ghoo_Pakya.lua | 14 | 2161 | -----------------------------------
-- Area: Giddeus
-- NPC: Ghoo Pakya
-- Involved in Mission 1-3
-- @pos -139 0 147 145
-----------------------------------
package.loaded["scripts/zones/Giddeus/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/mission... | gpl-3.0 |
Coethium/server-minetestforfun | mods/unified_inventory/init.lua | 8 | 1794 | -- Unified Inventory for Minetest 0.4.8+
local modpath = minetest.get_modpath(minetest.get_current_modname())
local worldpath = minetest.get_worldpath()
local mygettext = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
-- Data tables definitions
unified_inventory = {
activefilter = {},
active... | unlicense |
kratob/GuiBarHero3 | EventRegistry.lua | 1 | 1608 | local EventRegistry = {}
local EventRegistry_mt = { __index = EventRegistry }
function EventRegistry:Create(frame)
local event_registry = {}
setmetatable(event_registry, EventRegistry_mt)
event_registry:Initialize(frame)
return event_registry
end
function EventRegistry:Initialize(frame)
self.frame = CreateFrame(... | mit |
UnknownX7/darkstar | scripts/zones/Crawlers_Nest/TextIDs.lua | 7 | 1594 | --- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6569; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6575; -- Obtained: <item>.
GIL_OBTAINED = 6576; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6578; -- Obtaine... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Windurst_Walls/npcs/Naih_Arihmepp.lua | 38 | 1415 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Naih Arihmepp
-- Type: Standard NPC
-- @pos -64.578 -13.465 202.147 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
requi... | gpl-3.0 |
matrix207/RAMCloud | ft/luabit/utf8.lua | 26 | 4236 | --[[---------------
Utf8 v0.4
-------------------
utf8 -> unicode ucs2 converter
How to use:
to convert:
ucs2_string = utf8.utf_to_uni(utf8_string)
to view a string in hex:
utf8.print_hex(str)
Under the MIT license.
Utf8 is a part of LuaBit Project(http://luaforge.net/projects/bit/).
copyright(c... | isc |
UnknownX7/darkstar | scripts/globals/mobskills/Sweeping_Flail.lua | 39 | 1067 | ---------------------------------------------------
-- Sweeping Flail
-- Family: Bahamut
-- Description: Spins around to deal physical damage to enemies behind user. Additional effect: Knockback
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: 20' cone
-- Notes: Used when someone pulls hate from... | gpl-3.0 |
maikuru23/darkstar | scripts/zones/Port_Bastok/npcs/Ronan.lua | 19 | 2559 | -----------------------------------
-- Area: Port Bastok
-- NPC: Ronan
-- Start & Finishes Quest: Out of One's Shell
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/... | gpl-3.0 |
UnknownX7/darkstar | scripts/globals/items/cheval_salmon.lua | 12 | 1344 | -----------------------------------------
-- ID: 4379
-- Item: cheval_salmon
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 2
-- Charisma -4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
-... | gpl-3.0 |
ThomasWitte/lovetoys | spec/system_spec.lua | 4 | 1414 | require 'lovetoys'
describe('System', function()
local TestSystem
local entity, entity1, entity2
local testSystem, engine
setup(
function()
TestSystem = class('TestSystem', System)
function TestSystem:requires()
return {ComponentType1 = {'Component1'}, ComponentType2 = ... | mit |
UnknownX7/darkstar | scripts/globals/items/behemoth_steak.lua | 12 | 2000 | -----------------------------------------
-- ID: 6464
-- Item: behemoth_steak
-- Food Effect: 180Min, All Races
-----------------------------------------
-- HP +40
-- STR +7
-- DEX +7
-- INT -3
-- Attack +23% (cap 160)
-- Ranged Attack +23% (cap 160)
-- Triple Attack +1%
-- Lizard Killer +4
-- hHP +4
------------------... | gpl-3.0 |
martinlschumann/mal | lua/stepA_mal.lua | 40 | 6064 | #!/usr/bin/env lua
local table = require('table')
local readline = require('readline')
local utils = require('utils')
local types = require('types')
local reader = require('reader')
local printer = require('printer')
local Env = require('env')
local core = require('core')
local List, Vector, HashMap = types.List, typ... | mpl-2.0 |
UnknownX7/darkstar | scripts/zones/Ilrusi_Atoll/npcs/Excaliace.lua | 30 | 4512 | -----------------------------------
-- Area: Periqia
-- NPC: Excaliace
-----------------------------------
require("scripts/zones/Periqia/IDs");
require("scripts/globals/pathfind");
local start = {-322,-16.5,380};
local startToChoice1 = {
-320.349548, -16.046591, 379.684570
-318.312317, -16.046591, 379.5798... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.