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 |
|---|---|---|---|---|---|
Arcscion/Shadowlyre | scripts/zones/Gustav_Tunnel/mobs/Goblin_Reaper.lua | 3 | 1165 | ----------------------------------
-- Area: Gustav Tunnel
-- MOB: Goblin Reaper
-- Note: Place holder Goblinsavior Heronox
-----------------------------------
require("scripts/globals/groundsofvalor");
require("scripts/zones/Gustav_Tunnel/MobIDs");
-----------------------------------
-- onMobDeath
------------------... | gpl-3.0 |
jono659/enko | scripts/globals/items/green_quiche.lua | 35 | 1461 | -----------------------------------------
-- ID: 5170
-- Item: green_quiche
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Magic 10
-- Agility 1
-- Vitality -1
-- Ranged ACC % 7
-- Ranged ACC Cap 15
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
Arcscion/Shadowlyre | scripts/zones/Davoi/npcs/!.lua | 3 | 2631 | -----------------------------------
-- Area: Davoi
-- NPC: !
-- Involved in Mission: The Davoi Report
-- !pos 164 0.1 -21 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/globals/keyit... | gpl-3.0 |
Arcscion/Shadowlyre | scripts/zones/Lower_Jeuno/npcs/Muckvix.lua | 3 | 1526 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Muckvix
-- Involved in Mission: Magicite
-- @zone 245
-- !pos -26.824 3.601 -137.082
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
... | gpl-3.0 |
AlanZatarain/xsd-tools | templates/java-json.org/json-transform.lua | 3 | 9859 | [@lua
-- helper functions
local function isSimpleType(element)
if element.content and element.attributes then
return ((next(element.attributes) or next(element.content)) == nil)
elseif element.fields then
for k, _ in pairs(element.fields) do
if k ~= '$' then return false... | gpl-3.0 |
jono659/enko | scripts/globals/weaponskills/death_blossom.lua | 6 | 5257 | -----------------------------------
-- Death Blossom
-- Sword weapon skill (RDM only)
-- Description: Delivers a threefold attack that lowers target's magic evasion. Chance of lowering target's magic evasion varies with TP. Murgleis: Aftermath effect varies with TP.
-- Lowers magic evasion by up to 10.
-- Effect l... | gpl-3.0 |
Arcscion/Shadowlyre | scripts/globals/mobskills/dominion_slash.lua | 15 | 1593 | ---------------------------------------------
-- Dominion Slash
--
-- Description: Performs an area of effect slashing weaponskill. Additional effect: Silence
-- Type: Physical
-- 2-3 Shadows
-- Range: Unknown radial
-- One source also mentions that it "can dispel important buffs."
------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Northern_San_dOria/npcs/Madaline.lua | 36 | 1615 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Madaline
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests... | gpl-3.0 |
kidaa/darkstar | scripts/zones/LaLoff_Amphitheater/npcs/qm1_1.lua | 12 | 2355 | -----------------------------------
-- Area: LaLoff_Amphitheater
-- NPC: Shimmering Circle (BCNM Entrances)
-------------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
package.loaded["scripts/globals/bcnm"] = nil;
-------------------------------------
require("scripts/glob... | gpl-3.0 |
lhog/Zero-K | scripts/nanoaim.h.lua | 8 | 2918 | -------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
--
-- Author: jK @ 2010
--
-- How to use:
--
-- 1. Add to the start of your script: include "nanoaim.h.lua"
-- 2. After you define your piec... | gpl-2.0 |
waterlgndx/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Count_Zaebos.lua | 7 | 1332 | -----------------------------------
-- Area: Dynamis Xarcabard
-- MOB: Count Zaebos
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
function onMobEngaged(mob,target)
end;
... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Windurst_Walls/Zone.lua | 28 | 2946 | -----------------------------------
--
-- Zone: Windurst_Walls (239)
--
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/keyitems");
require("scripts/globals/settin... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/chili/Skins/DarkHive/skin.lua | 8 | 4510 | --// =============================================================================
--// Skin
local skin = {
info = {
name = "DarkHive",
version = "0.1",
author = "luckywaldo7",
}
}
--// =============================================================================
--//
skin.general = {
--font = "F... | gpl-2.0 |
davidedmonds/darkstar | scripts/globals/spells/diaga_ii.lua | 18 | 1869 | -----------------------------------------
-- Spell: Diaga II
-- Lowers an enemy's defense and gradually deals light elemental damage.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
---------------------------... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/spells/light_carol.lua | 2 | 1569 | -----------------------------------------
-- Spell: Light Carol
-- Increases light resistance for party members within the area of effect.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/globals/msg");
--------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/army_biscuit.lua | 35 | 1254 | -----------------------------------------
-- ID: 5657
-- Item: army_biscuit
-- Food Effect: 5Min?, All Races
-----------------------------------------
-- HP Recovered While Healing 3
-- MP Recovered While Healing 3
-----------------------------------------
require("scripts/globals/status");
---------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c80100005.lua | 1 | 5431 | --幻想物语 归去月球的辉夜姬
function c80100005.initial_effect(c)
c:EnableReviveLimit()
--pendulum summon
aux.EnablePendulumAttribute(c,false)
--spsummon condition
local ea=Effect.CreateEffect(c)
ea:SetType(EFFECT_TYPE_SINGLE)
ea:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
ea:SetCo... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Gusgen_Mines/npcs/_5gd.lua | 34 | 1341 | -----------------------------------
-- Area: Gusgen Mines
-- NPC: _5gd (Lever F)
-- @pos 44 -20.56 143.802 196
-----------------------------------
package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Gusgen_Mines/TextIDs");
-----------------... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/The_Garden_of_RuHmet/npcs/_0z0.lua | 2 | 1617 | -----------------------------------
-- Area: The_Garden_of_RuHmet
-- NPC: _0z0
-----------------------------------
package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/The_Garden_of_RuHmet/TextIDs");
require... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Bastok_Mines/npcs/Gerbaum.lua | 2 | 1857 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Gerbaum
-- Starts & Finishes Repeatable Quest: Minesweeper (100%)
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/glo... | gpl-3.0 |
DarkWanderer/LuaParser | DW.Lua.UnitTests/Code/Fixtures/tpack.lua | 6 | 10603 | -- $Id: tpack.lua,v 1.13 2016/11/07 13:11:28 roberto Exp $
-- See Copyright Notice in file all.lua
local pack = string.pack
local packsize = string.packsize
local unpack = string.unpack
print "testing pack/unpack"
-- maximum size for integers
local NB = 16
local sizeshort = packsize("h")
local sizeint = packsize("i... | mit |
lhog/Zero-K | scripts/striderdante.lua | 4 | 14653 | include 'constants.lua'
--------------------------------------------------------------------------------
-- pieces
--------------------------------------------------------------------------------
local base = piece 'base'
local pelvis = piece 'pelvis'
local torso = piece 'torso'
local tail = piece 'tail'
local flagell... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Port_Windurst/npcs/Kuroido-Moido.lua | 17 | 3895 | -----------------------------------
-- Area: Port Windurst
-- NPC: Kuriodo-Moido
-- Involved In Quest: Making Amends, Wonder Wands
-- Starts and Finishes: Making Amens!
-- Working 100%
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
---------------------------... | gpl-3.0 |
lhog/Zero-K | LuaRules/Gadgets/unit_prevent_turret_overshoot.lua | 4 | 4130 | if not gadgetHandler:IsSyncedCode() then return end
function gadget:GetInfo() return {
name = "Prevent turret overshoot",
author = "Sprung",
date = "3rd April 2017",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true,
} end
local fudgeNames = {
turretmissile = 45, -- projectile speed is 25 e... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Altar_Room/npcs/Hooknox.lua | 38 | 1033 | -----------------------------------
-- Area: Altar Room
-- NPC: Hooknox
-- Type: Standard NPC
-- @zone: 152
-- @pos -265.248 11.693 -102.547
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Altar_Room/TextIDs"] = nil;
----------------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Sealions_Den/npcs/Jovial_Rat.lua | 38 | 1034 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Jovial Rat
-- Type: Past Event Watcher
-- @zone: 32
-- @pos
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
---------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Sealions_Den/npcs/Jovial_Rat.lua | 38 | 1034 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Jovial Rat
-- Type: Past Event Watcher
-- @zone: 32
-- @pos
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
---------------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Tahrongi_Canyon/npcs/Telepoint.lua | 17 | 1649 | -----------------------------------
-- Area: Tahrongi Canyon
-- NPC: Telepoint
-- @pos 100.000 35.150 340.000 117
-----------------------------------
package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Tahrongi_Canyon/npcs/Telepoint.lua | 17 | 1649 | -----------------------------------
-- Area: Tahrongi Canyon
-- NPC: Telepoint
-- @pos 100.000 35.150 340.000 117
-----------------------------------
package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/items/holy_maul_+1.lua | 2 | 1096 | -----------------------------------------
-- ID: 17114
-- Item: Holy Maul +1
-- Additional Effect: Light Damage
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/globals/msg");
-----------------------------------
function onAdditionalEffect(... | gpl-3.0 |
kiarash14/TSbumper | bot/utils.lua | 646 | 23489 | 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 |
mirbot/oldbot | bot/utils.lua | 646 | 23489 | 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 |
will4wachter/Project1 | scripts/zones/Middle_Delkfutts_Tower/npcs/Treasure_Chest.lua | 1 | 3322 | -----------------------------------
-- Area: Middle Delkfutt's Tower
-- NPC: Treasure Chest
-- Involved In Quest: Wings of Gold
-- @zone 157
-----------------------------------
package.loaded["scripts/zones/Middle_Delkfutts_Tower/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/s... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/LaLoff_Amphitheater/bcnms/ark_angels_4.lua | 17 | 3456 | -----------------------------------
-- Area: LaLoff Amphitheater
-- Name: Ark Angels 4 (Elvaan)
-----------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/LaLoff_Amphitheater/TextIDs");
require("scripts/globals/missi... | gpl-3.0 |
badboyam/telebot | plugins/twitter_send.lua | 627 | 1555 | do
local OAuth = require "OAuth"
local consumer_key = ""
local consumer_secret = ""
local access_token = ""
local access_token_secret = ""
local client = OAuth.new(consumer_key, consumer_secret, {
RequestToken = "https://api.twitter.com/oauth/request_token",
AuthorizeUser = {"https://api.twitter.com/oauth/autho... | gpl-2.0 |
Maxsteam/1bot | plugins/twitter_send.lua | 627 | 1555 | do
local OAuth = require "OAuth"
local consumer_key = ""
local consumer_secret = ""
local access_token = ""
local access_token_secret = ""
local client = OAuth.new(consumer_key, consumer_secret, {
RequestToken = "https://api.twitter.com/oauth/request_token",
AuthorizeUser = {"https://api.twitter.com/oauth/autho... | gpl-2.0 |
waterlgndx/darkstar | scripts/zones/Dynamis-Qufim/bcnms/dynamis_qufim.lua | 5 | 1215 | -----------------------------------
-- Area: dynamis_Qufim
-- Name: dynamis_Qufim
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[DynaQufim]UniqueID",os.time());
SetServerVariable("[DynaQufim]Boss_Trigger... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/baked_popoto.lua | 35 | 1283 | -----------------------------------------
-- ID: 4436
-- Item: Baked Popoto
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health 20
-- Dexterity -1
-- Vitality 2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Temenos/mobs/Earth_Elemental.lua | 17 | 1708 | -----------------------------------
-- Area: Temenos E T
-- NPC: Earth_Elemental
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
----------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Cloister_of_Tides/npcs/Water_Protocrystal.lua | 17 | 1880 | -----------------------------------
-- Area: Cloister of Tides
-- NPC: Water Protocrystal
-- Involved in Quests: Trial by Water, Trial Size Trial by Water
-- @pos 560 36 560 211
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Tides/TextIDs"] = nil;
---------------------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Mhaura/npcs/Blandine.lua | 17 | 2177 | -----------------------------------
-- Area: Mhaura
-- NPC: Blandine
-- Start Quest: The Sand Charmz
-- @pos 23 -7 41 249
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/global... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/gui_attack_aoe.lua | 4 | 25008 | -- $Id: gui_attack_aoe.lua 3823 2009-01-19 23:40:49Z evil4zerggin $
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
local versionNumber = "v3.1"
function widget:GetInfo()
return {
name = "Attack Ao... | gpl-2.0 |
kidaa/darkstar | scripts/globals/spells/paralyze.lua | 11 | 1994 | -----------------------------------------
-- Spell: Paralyze
-- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and MND.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Cloister_of_Frost/bcnms/trial_by_ice.lua | 2 | 1946 | -----------------------------------
-- Area: Cloister of Frost
-- BCNM: Trial by Ice
-- !pos 558 0.1 596 203
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Frost/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/quests");... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Abyssea-Uleguerand/MobIDs.lua | 2 | 2847 | require("scripts/globals/keyitems");
-- [QM] = {'name', {list of required trades}, {list of required KIs}, nmID}
-- uncomment lines as NMs are implemented
NM_POPS =
{
-- [17813949] = { 'qm1', {3245,3251}, {}, 17813925}, -- Ironclad Triturator
-- [17813950] = { 'qm2', ... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Windurst_Woods/npcs/Pew_Sahbaraef.lua | 38 | 1038 | ----------------------------------
-- Area: Windurst Woods
-- NPC: Pew Sahbaraef
-- Type: Item Deliverer
-- @zone: 241
-- @pos 61.899 -2.5 -112.956
--
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
require("scripts/zones/Windurst_Woods/TextIDs");
--------------... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/spells/dia.lua | 2 | 2460 | -----------------------------------------
-- Spell: Dia
-- Lowers an enemy's defense and gradually deals light elemental damage.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/globals/msg");
-----------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Bastok_Mines/npcs/Crying_Wind_IM.lua | 28 | 4888 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Crying Wind, 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 Miss... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c20323008.lua | 1 | 2376 | --美丽硬仆骨舌鱼
function c20323008.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,20323008)
e1:SetTarget(c20323008.sptg)
e1:SetOperation(c203230... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/items/naval_rice_ball.lua | 2 | 1153 | -----------------------------------------
-- ID: 4605
-- Item: Naval Rice Ball
-- Food Effect: 30Min, All Races
-----------------------------------------
-- HP +12
-- Dex +3
-- Vit +3
-- hHP +2
-- Effect with enhancing equipment (Note: these are latents on gear with the effect)
-- Atk +40
-- Def +40
-- Arcana Killer (g... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/items/smoldering_salisbury_steak.lua | 36 | 1686 | -----------------------------------------
-- ID: 5924
-- Item: Smoldering Salisbury Steak
-- Food Effect: 180 Min, All Races
-----------------------------------------
-- HP +30
-- Strength +7
-- Intelligence -5
-- Attack % 20 Cap 160
-- Ranged Attack %20 Cap 160
-- Dragon Killer +5
-------------------------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Valkurm_Dunes/npcs/Nyata-Mobuta_WW.lua | 30 | 3056 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Nyata-Mobuta, W.W.
-- Type: Outpost Conquest Guards
-- @pos 139.394 -7.885 100.384 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conque... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/items/bowl_of_seafood_stew.lua | 35 | 1467 | -----------------------------------------
-- ID: 4561
-- Item: Bowl of Seafood Stew
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 20
-- Dexterity 1
-- Vitality 5
-- Defense % 25
-- Defense Cap 120
-----------------------------------------
require("scripts/globals/sta... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/items/deep-fried_shrimp.lua | 2 | 1493 | -----------------------------------------
-- ID: 6276
-- Item: deep-fried_shrimp
-- Food Effect: 30Min, All Races
-----------------------------------------
-- VIT +3
-- Fire resistance +20
-- Accuracy +20% (cap 70)
-- Ranged Accuracy +20% (cap 70)
-- Subtle Blow +8
-----------------------------------------
require("scr... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Kuftal_Tunnel/MobIDs.lua | 36 | 2913 | -----------------------------------
-- Area: Kuftal Tunnel
-- Comments: -- posX, posY, posZ
--(Taken from 'mob_spawn_points' table)
-----------------------------------
-- Amemet
Amemet=17490016;
Amemet_PH={
[17490000] = '1', -- 123.046, 0.250, 18.642
[17489994] = '1', -- 112.135, -0.278, 38.281
[1749... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/api_win_counter.lua | 8 | 10334 | -- Standalone win counter designed to be used through WG.
-- This will increment winner scores on game end on a per-player basis, and preserve them from game to game if the player's retain their allies.
-- The actual allyTeam and player ids don't matter, just the player groups.
-- If players on the same allyTeam are on... | gpl-2.0 |
kidaa/darkstar | scripts/zones/Abyssea-Uleguerand/Zone.lua | 32 | 1548 | -----------------------------------
--
-- Zone: Abyssea - Uleguerand
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Uleguerand/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
require("scripts/zones/Abys... | gpl-3.0 |
kidaa/darkstar | scripts/globals/spells/bluemagic/bad_breath.lua | 9 | 3501 | -----------------------------------------
-- Spell: Bad Breath
-- Deals earth damage that inflicts multiple status ailments on enemies within a fan-shaped area originating from the caster
-- Spell cost: 212 MP
-- Monster Type: Plantoids
-- Spell Type: Magical (Earth)
-- Blue Magic Points: 5
-- Stat Bonus: INT+2,... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/spells/dark_carol.lua | 18 | 1502 | -----------------------------------------
-- 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 |
will4wachter/Project1 | scripts/globals/items/crescent_fish.lua | 17 | 1332 | -----------------------------------------
-- ID: 4473
-- Item: crescent_fish
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 3
-- Mind -5
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnIte... | gpl-3.0 |
negati-ve/openshift-mediawiki | php/extensions/Scribunto/tests/engines/LuaStandalone/StandaloneTests.lua | 9 | 1406 | local testframework = require( 'Module:TestFramework' )
local function setfenv1()
local ok, err = pcall( function()
setfenv( 2, {} )
end )
if not ok then
err = string.gsub( err, '^%S+:%d+: ', '' )
error( err )
end
end
local function getfenv1()
local env
pcall( function()
env = getfenv( 2 )
end )
retur... | gpl-2.0 |
will4wachter/Project1 | scripts/zones/Al_Zahbi/npcs/Zazarg.lua | 38 | 1028 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Zazarg
-- Type: Stoneserpent General
-- @zone: 48
-- @pos -41.675 -8 104.452
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
---------------------... | gpl-3.0 |
dmzgroup/lmk | scripts/src/obj.lua | 2 | 5343 | require "lmkbuild"
local append = lmkbuild.append_local
local exec = lmkbuild.exec
local file_newer = lmkbuild.file_newer
local function gset (name, value)
lmkbuild.set_global (name, value, true)
end
local lset = lmk.set_local
local get_var = lmkbuild.get_var
local ipairs = ipairs
local is_valid = lmkbuild.is_valid... | mit |
davidedmonds/darkstar | scripts/globals/items/plate_of_royal_sautee.lua | 35 | 1749 | -----------------------------------------
-- ID: 4295
-- Item: plate_of_royal_sautee
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Strength 5
-- Agility 1
-- Intelligence -2
-- Attack % 20
-- Attack Cap 80
-- Ranged ATT % 20
-- Ranged ATT Cap 80
-- Stun Resist 5
-----------... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/plate_of_royal_sautee.lua | 35 | 1749 | -----------------------------------------
-- ID: 4295
-- Item: plate_of_royal_sautee
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Strength 5
-- Agility 1
-- Intelligence -2
-- Attack % 20
-- Attack Cap 80
-- Ranged ATT % 20
-- Ranged ATT Cap 80
-- Stun Resist 5
-----------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Temenos/mobs/Beli.lua | 16 | 1188 | -----------------------------------
-- Area: Temenos N T
-- NPC: Beli
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
--------------------------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c114001133.lua | 1 | 2950 | --★魔法少女ファンキーコニー
function c114001133.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c114001133.spcon)
e1:SetOperation(c114001133.spop)
c:RegisterEf... | gpl-3.0 |
ii02ii/Dev_Saqt | plugins/leave.lua | 1 | 1827 | --[[
▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀
▀▄ ▄▀ ▀▄ ▄▀
▀▄ ▄▀ BY Memo ▀▄ ▄▀
▀▄ ▄▀ BY Memo (@ii02iI) ▀▄ ▄▀
▀▄ ▄▀ Making the file by Memo ▀▄ ▄▀
▀▄ ▄▀ kikebot : طرد البوت ▀▄ ▄▀
▀... | gpl-2.0 |
waterlgndx/darkstar | scripts/globals/items/serving_of_icecap_rolanberry.lua | 2 | 1081 | -----------------------------------------
-- ID: 4556
-- Item: serving_of_icecap_rolanberry
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Magic % 19
-- Magic Cap 55
-- Intelligence 2
-- Wind Res 5
-----------------------------------------
require("scripts/globals/status");
-------------... | gpl-3.0 |
ryanli/vlc | share/lua/playlist/mpora.lua | 97 | 2565 | --[[
$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 |
will4wachter/Project1 | scripts/zones/Port_Bastok/npcs/Romilda.lua | 36 | 2365 | -----------------------------------
-- Area: Port Bastok
-- NPC: Romilda
-- Involved in Quest: Forever to Hold
-- Starts & Ends Quest: Till Death Do Us Part
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globa... | gpl-3.0 |
lhog/Zero-K | scripts/vehscout.lua | 2 | 2891 | include "constants.lua"
local base, body, turret, gun, barrel, bwheel, fwheel, firepoint = piece('base', 'body', 'turret', 'gun', 'barrel', 'bwheel', 'fwheel', 'firepoint')
-- tweakables
local AIM_SPEED = math.rad(200)
local LEAN_SPEED = math.rad(100)
local LEAN_MAX = math.rad(50)
local LEAN_UPDATE_RATE = 2 -- frame... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Monarch_Linn/npcs/Spatial_Displacement.lua | 19 | 2455 | -----------------------------------
-- Area: Monarch_Linn
-- NPC: Spatial Displacement
-- @pos -35 -1 -539 31
-----------------------------------
package.loaded["scripts/zones/Monarch_LinnTextIDs"] = nil;
-----------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/quests");
require("... | gpl-3.0 |
lhog/Zero-K | LuaUI/Configs/lupsFXs.lua | 6 | 14395 | VFS.Include("LuaRules/Utilities/tablefunctions.lua")
----------------------------------------------------------------------------
-- GROUNDFLASHES -----------------------------------------------------------
----------------------------------------------------------------------------
groundFlash = {
life = 40,
... | gpl-2.0 |
Thonik/FritoMod | fritomod/Media-Backdrop.lua | 1 | 3792 | if nil ~= require then
require "fritomod/Tables";
require "fritomod/Media";
require "fritomod/Media-Texture";
require "fritomod/Frames";
require "wow/Frame-Container";
require "wow/Frame-Backdrop";
end;
local FRITOMOD="Interface/AddOns/FritoMod/media/";
local insets=setmetatable({
dialog = { left = 11, right ... | mit |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c37564225.lua | 1 | 2957 | --Sawawa-Border of Life
local m=37564225
local cm=_G["c"..m]
xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end)
cm.Senya_name_with_sawawa=true
function cm.initial_effect(c)
--Senya.setreg(c,m,37564299)
c:EnableReviveLimit()
--tg
local e1=Effect.CreateEffect(c)
e... | gpl-3.0 |
will4wachter/Project1 | 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 |
davidedmonds/darkstar | scripts/zones/Southern_San_dOria/npcs/Aravoge_TK.lua | 28 | 4900 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Aravoge, T.K.
-- 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 M... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Garlaige_Citadel/npcs/qm9.lua | 34 | 1385 | -----------------------------------
-- Area: Garlaige Citadel
-- NPC: qm9 (???)
-- Involved in Quest: Hitting the Marquisate (THF AF3)
-- @pos -140.039 -5.500 285.999 200
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Southern_San_dOria/npcs/Chanpau.lua | 2 | 1654 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Chanpau
-- Optional Involvement in Quest: A Squire's Test II
-- @zone 230
-- !pos -152 -2 55
-------------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scri... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/LaLoff_Amphitheater/mobs/Ark_Angel_EV.lua | 27 | 1471 | -----------------------------------
-- Area: LaLoff Amphitheater
-- NPC: Ark Angel EV
-----------------------------------
require("scripts/globals/status");
require("scripts/zones/LaLoff_Amphitheater/TextIDs");
function onMobInitialize(mob)
mob:addMod(MOD_REGAIN, 50);
end;
--------------------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c66612327.lua | 1 | 3045 | --AIW·扑克魔术的影爱丽丝
function c66612327.initial_effect(c)
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:RegisterEffect(e1)
--spsummon
local e2=Effect.CreateEffect(c)
e2:... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Provenance/Zone.lua | 17 | 1255 | -----------------------------------
--
-- Zone: Provenance (222)
--
-----------------------------------
package.loaded["scripts/zones/Provenance/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Provenance/TextIDs");
-----------------------------------
-- onInitialize
-----------... | gpl-3.0 |
NewbProgrammer101/Lord-of-the-Test | mods/lottachievements/init.lua | 2 | 16426 | -- AWARDS
--
-- Copyright (C) 2013-2015 rubenwardy
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
-- the Free Software Foundation; either version 2.1 of the License, or
-- (at your option) any later version.
-- This ... | lgpl-2.1 |
davidedmonds/darkstar | scripts/globals/abilities/pets/blizzard_iv.lua | 20 | 1156 | ---------------------------------------------------
-- Aero 2
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/globals/magic");
----------------------------------------------... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/treasure.lua | 6 | 19448 | -------------------------------------------------
-- Author: Almendro, Ezekyel
-- Treasure functions
-- Info from:
-- http://wiki.ffxiclopedia.org/wiki/Picking_your_Coffers_and_Chests
-- http://ffxi.allakhazam.com/db/jobs.html?fjob=10&mid=1086187627165365190&num=150
----------------------------------... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/dish_of_spaghetti_peperoncino_+1.lua | 35 | 1403 | -----------------------------------------
-- ID: 5197
-- Item: dish_of_spaghetti_peperoncino_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health % 30
-- Health Cap 75
-- Vitality 2
-- Store TP 6
-----------------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Northern_San_dOria/npcs/Narsaude.lua | 36 | 1426 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Narsaude
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Davoi/npcs/Storage_Hole.lua | 17 | 1563 | -----------------------------------
-- Area: Davoi
-- NPC: Storage Hole
-- Involved in Quest: The Crimson Trial
-- @pos -51 4 -217 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("sc... | gpl-3.0 |
kidaa/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 |
will4wachter/Project1 | scripts/zones/AlTaieu/npcs/Auroral_Updraft.lua | 4 | 1685 | -----------------------------------
-- Area: Al'Taieu
-- NPC: Auroral Updraft
-- Type: Standard NPC
-----------------------------------
package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/AlTaieu/TextIDs");
-----------------------------------... | gpl-3.0 |
lhog/Zero-K | effects/gundam_prettypop.lua | 26 | 1976 | -- prettypop
return {
["prettypop"] = {
groundflash = {
air = true,
alwaysvisible = true,
circlealpha = 0.0,
circlegrowth = 8,
flashalpha = 0.9,
flashsize = 20,
ground = true,
ttl = 17,
... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Chateau_dOraguille/npcs/Curilla.lua | 17 | 5152 | -----------------------------------
-- Area: Chateau d'Oraguille
-- NPC: Curilla
-- Starts and Finishes Quest: The General's Secret, Enveloped in Darkness, Peace for the Spirit, Lure of the Wildcat (San d'Oria)
-- @pos 27 0.1 0.1 233
-----------------------------------
package.loaded["scripts/zones/Chateau_dOrag... | gpl-3.0 |
kidaa/darkstar | scripts/globals/mobskills/Antimatter.lua | 7 | 1114 | ---------------------------------------------------
-- Antimatter
--
-- Description: Single-target ranged Light damage (~700-1500), ignores Utsusemi.
-- Type: Magical
--
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/g... | gpl-3.0 |
kidaa/darkstar | scripts/globals/weaponskills/upheaval.lua | 30 | 1538 | -----------------------------------
-- Upheaval
-- Great Axe weapon skill
-- Skill Level: 357
-- Delivers a four-hit attack. Damage varies with TP.
-- In order to obtain Upheaval, the quest Martial Mastery must be completed.
-- Aligned with Flame Gorget, Light Gorget & Shadow Gorget.
-- Aligned with Flame Belt, ... | gpl-3.0 |
lhog/Zero-K | LuaRules/Gadgets/CAI/UnitClusterHandler.lua | 8 | 5498 | --[[ Determines the cluster structure of a list of units.
== CreateUnitList(losCheckAllyTeamID, clusterRadius)
losCheckAllyTeamID is for the underlying UnitList.
clusterRadius is how close two units need to be to be within the
same cluster. Close units may be in different clusters depending
on how the boundari... | gpl-2.0 |
waterlgndx/darkstar | scripts/zones/Arrapago_Reef/npcs/Meyaada.lua | 2 | 2478 | -----------------------------------
-- Area: Arrapago Reef
-- NPC: Meyaada
-- Type: Assault
-- !pos 22.446 -7.920 573.390 54
-----------------------------------
package.loaded["scripts/zones/Arrapago_Reef/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Phomiuna_Aqueducts/npcs/qm10.lua | 34 | 1039 | -----------------------------------
-- Area: Phomiuna Aqueducts
-- NPC: qm10 (???)
-- Notes: Opens south door @ J-7
-- @pos 113.474 -26.000 91.610 27
-----------------------------------
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,... | gpl-3.0 |
dani-sj/evilboot | bot/creedbot.lua | 4 | 15620 | package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
require("./bot/utils")
VERSION = '1.0'
-- This function is called when tg receive a msg
function on_msg_receive (msg)
if not started then
retu... | gpl-2.0 |
waterlgndx/darkstar | scripts/globals/spells/foe_requiem.lua | 2 | 1862 | -----------------------------------------
-- Spell: Foe Requiem
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/globals/msg");
-----------------------------------------
function onMagicCastingCheck(caster,target,spell)
return 0;
end;
... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.