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 |
|---|---|---|---|---|---|
davidedmonds/darkstar | scripts/zones/Southern_San_dOria/npcs/Kueh_Igunahmori.lua | 34 | 1274 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Kueh Igunahmori
-- Guild Merchant NPC: Leathercrafting Guild
-- @pos -194.791 -8.800 13.130 230
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
re... | gpl-3.0 |
lvshiling/muduo | premake4.lua | 58 | 2093 | solution "muduo"
projectdir = basedir()
builddir = path.join(projectdir, '../build')
installdir = path.join(projectdir, '../install')
bindir = path.join(installdir, 'bin')
libdir = path.join(installdir, 'lib')
includedir = path.join(installdir, 'include')
curheadersdir = includedir
-- s... | bsd-3-clause |
will4wachter/Project1 | scripts/zones/Northern_San_dOria/npcs/HomePoint#2.lua | 2 | 1312 | -----------------------------------
-- Area: Northern San dOria
-- NPC: HomePoint#2
-- @pos 10 -0.2 95 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Nort... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Lower_Jeuno/npcs/Zauko.lua | 17 | 5107 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Zauko
-- Involved in Quests: Save the Clock Tower, Community Service
-- @zone 245
-- @pos -3 0 11
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
package.loaded["scripts/globals/settings"] = nil;
--... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/chili_old/Controls/treeviewnode.lua | 8 | 7993 | --//=============================================================================
TreeViewNode = Control:Inherit{
classname = "treeviewnode",
padding = {16,0,0,0},
autosize = true,
caption = "node",
expanded = true,
root = false,
nodes = {},
treeview = nil,
_nodes_hidden = {},
On... | gpl-2.0 |
will4wachter/Project1 | scripts/globals/items/timbre_timbers_salad.lua | 35 | 1471 | -----------------------------------------
-- ID: 4321
-- Item: timbre_timbers_salad
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Magic 20
-- Agility 5
-- Vitality -1
-- Ranged ACC % 8
-- Ranged ACC Cap 15
-----------------------------------------
require("scripts/globals/s... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Davoi/npcs/_451.lua | 31 | 1166 | -----------------------------------
-- Area: Davoi
-- NPC: _451 (Elevator Lever)
-- Notes: Used to operate Elevator @450 (actual npc script is _454)
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("s... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Bastok_Markets/npcs/Loulia.lua | 1 | 2689 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Loulia
-- Type: Room Renters
-- @zone: 235
-- @pos -176.212 -9 -25.049
--
-- Auto-Script: Requires Verification. Validated standard dialog - thrydwolf 12/8/2011
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/Tex... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/items/bowl_of_medicinal_gruel.lua | 2 | 1290 | -----------------------------------------
-- ID: 4534
-- Item: bowl_of_medicinal_gruel
-- Food Effect: 4Hrs, All Races
-----------------------------------------
-- Vitality -1
-- Agility 2
-- Ranged Accuracy % 15 (cap 15)
-- HP Recovered While Healing 4
-----------------------------------------
require("scripts/globals... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c33700148.lua | 1 | 2888 | --最强之盾·黑
function c33700148.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_DESTROYED)
e1:SetCondition(c33700148.condition)
e1:SetTarget(c33700148.target)
e1:SetOperation(c33700148.activate)
c:RegisterEffect... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Ship_bound_for_Mhaura/npcs/Chhaya.lua | 34 | 1338 | -----------------------------------
-- Area: Ship Bound for Mhaura
-- NPC: Chhaya
-- Standard Merchant NPC
-- @pos -1.139 -2.101 -9.000 221
-----------------------------------
package.loaded["scripts/zones/Ship_bound_for_Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/set... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/sausage_roll.lua | 35 | 1655 | -----------------------------------------
-- ID: 4396
-- Item: sausage_roll
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health % 6
-- Vitality 3
-- Intelligence -1
-- Attack % 27
-- Attack Cap 30
-- Ranged ATT % 27
-- Ranged ATT Cap 30
--------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Korroloka_Tunnel/npcs/qm2.lua | 17 | 3455 | -----------------------------------
-- Area: Korroloka Tunnel
-- NPC: ??? (qm2)
-- Involved In Quest: Ayame and Kaede
-- @pos -208 -9 176 173
-----------------------------------
package.loaded["scripts/zones/Korroloka_Tunnel/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settin... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Cloister_of_Storms/bcnms/trial-size_trial_by_lightning.lua | 5 | 2437 | -----------------------------------
-- Area: Cloister of Storms
-- BCNM: Trial by Lightning
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Storms/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
require("script... | gpl-3.0 |
wyaocn/skynet-ejoy2d | lualib/extlabel.lua | 1 | 1681 | local ej = require "ejoy2dx"
local action = require "action"
local label = {}
local timer_meta = {}
function timer_meta.__index(timer,key)
if timer_meta[key] then return timer_meta[key] end
return timer.component[key]
end
--60 * 60 * 24
local timer_conversion = {60,60,24}
local timer_measure = {1,60,60*60,24*60*6... | mit |
kidaa/darkstar | scripts/zones/Valkurm_Dunes/npcs/Stone_Monument.lua | 32 | 1285 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos -311.299 -4.420 -138.878 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Davoi/npcs/_459.lua | 18 | 1116 | -----------------------------------
-- Area: Davoi
-- NPC: Wall of Dark Arts
-- Involved in Mission: Magicite
-- @pos -22 1 -66 149
-----------------------------------
package.loaded["scripts/zones/Davoi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/D... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/spells/burn.lua | 6 | 1646 | -----------------------------------------
-- Spell: Burn
-- Deals fire damage that lowers an enemy's intelligence and gradually reduces its HP.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c18702309.lua | 1 | 2693 | --操鸟师 白枭
function c18702309.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(89258906,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,1870... | gpl-3.0 |
sabretooth/xenia | tools/build/scripts/util.lua | 12 | 1450 | -- Prints a table and all of its contents.
function print_r(t)
local print_r_cache={}
local function sub_print_r(t, indent)
if (print_r_cache[tostring(t)]) then
print(indent.."*"..tostring(t))
else
print_r_cache[tostring(t)]=true
if (type(t)=="table") then
for pos,val in pairs(t) d... | bsd-3-clause |
waterlgndx/darkstar | scripts/zones/Windurst_Woods/npcs/Umumu.lua | 2 | 2535 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Umumu
-- Involved In Quest: Making Headlines
-- !pos 32.575 -5.250 141.372 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
re... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/abilities/ice_shot.lua | 4 | 2429 | -----------------------------------
-- Ability: Ice Shot
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- OnUseAbility
-----------------------------------
function OnAbility... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/gui_chili_space_waster.lua | 6 | 1748 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
function widget:GetInfo()
return {
name = "Chili Space Waster",
desc = "Wastes space to make the UI look 'better'.",
author = "GoogleFrog... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Phanauet_Channel/Zone.lua | 32 | 1482 | -----------------------------------
--
-- Zone: Phanauet_Channel
--
-----------------------------------
package.loaded["scripts/zones/Phanauet_Channel/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Phanauet_Channel/TextIDs");
-------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/weaponskills/refulgent_arrow.lua | 30 | 1408 | -----------------------------------
-- Refulgent Arrow
-- Archery weapon skill
-- Skill level: 290
-- Delivers a twofold attack. Damage varies with TP.
-- Aligned with the Aqua Gorget & Light Gorget.
-- Aligned with the Aqua Belt & Light Belt.
-- Element: None
-- Modifiers: STR: 60% http://www.bg-wiki.com/bg/Re... | gpl-3.0 |
kidaa/darkstar | scripts/globals/weaponskills/refulgent_arrow.lua | 30 | 1408 | -----------------------------------
-- Refulgent Arrow
-- Archery weapon skill
-- Skill level: 290
-- Delivers a twofold attack. Damage varies with TP.
-- Aligned with the Aqua Gorget & Light Gorget.
-- Aligned with the Aqua Belt & Light Belt.
-- Element: None
-- Modifiers: STR: 60% http://www.bg-wiki.com/bg/Re... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Dynamis-Xarcabard/mobs/Marquis_Nebiros.lua | 19 | 1259 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NPC: Marquis Decarabia
-----------------------------------
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------------------
fun... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/items/slice_of_hare_meat.lua | 18 | 1321 | -----------------------------------------
-- ID: 4358
-- Hare Meat
-- 5 Minutes, food effect, Galka Only
-----------------------------------------
-- Strength +1
-- Intelligence -3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnI... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Castle_Oztroja/npcs/_47y.lua | 17 | 1385 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _47y (Torch Stand)
-- Notes: Opens door _474
-- @pos -57.575 24.218 -67.651 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Ca... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Dynamis-Bastok/mobs/Adamantking_Effigy.lua | 16 | 3794 | -----------------------------------
-- Area: Dynamis Bastok
-- NPC: Adamantking Effigy
-- Map Position: http://www.dynamislounge.com/html/zone/frame_bas1.htm
-- Map Position: http://www.dynamislounge.com/html/zone/frame_bas2.htm
-----------------------------------
package.loaded["scripts/zones/Dynamis-Bastok/Tex... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Kuftal_Tunnel/TextIDs.lua | 2 | 1475 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6381; -- You cannot obtain the item <item> come back again after sorting your inventory
ITEM_OBTAINED = 6387; -- Obtained: <item>
GIL_OBTAINED = 6388; -- Obtained <number> gil
KEYITEM_OBTAINED = 6390; -- Obtain... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Southern_San_dOria/npcs/Camereine.lua | 28 | 2490 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Camereine
-- Type: Chocobo Renter
-- @pos -8 1 -100
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/chocobo");
require("... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Northern_San_dOria/npcs/Greubaque.lua | 53 | 1967 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Greubaque
-- Type: Smithing Adv. Synthesis Image Support
-- @pos -179.400 10.999 150.000 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scrip... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c21520168.lua | 1 | 4890 | --等形魔-瑞克坦
function c21520168.initial_effect(c)
--change code
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetCode(EFFECT_CHANGE_CODE)
e1:SetRange(LOCATION_MZONE+LOCATION_GRAVE)
e1:SetValue(21520162)
c:RegisterEffect(e1)
--cost
local e2=Effect.Creat... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/gui_persistent_build_spacing.lua | 5 | 16302 | function widget:GetInfo()
return {
name = "Persistent Build Spacing",
desc = "Maintains build spacing between matches",
author = "Niobium & DrHash-, Helwor",
date = "Sep 6, 2011",
license = "GNU GPL, v3 or later",
layer = 1,
enabled = true, -- loaded by default?
}
end
-- Con... | gpl-2.0 |
INVOKERTEAM/TeleInvoker | plugins/welcome.lua | 114 | 3529 | local add_user_cfg = load_from_file('data/add_user_cfg.lua')
local function template_add_user(base, to_username, from_username, chat_name, chat_id)
base = base or ''
to_username = '@' .. (to_username or '')
from_username = '@' .. (from_username or '')
chat_name = string.gsub(chat_name, '_', ' ') or ''
c... | gpl-2.0 |
kidaa/darkstar | scripts/globals/items/lizard_egg.lua | 35 | 1182 | -----------------------------------------
-- ID: 4362
-- Item: lizard_egg
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Health 5
-- Magic 5
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
... | gpl-3.0 |
lhog/Zero-K | ModelMaterials/126_units_3do.lua | 8 | 1147 | local matTemplate = VFS.Include("ModelMaterials/Templates/defaultMaterialTemplate.lua")
local materials = {
units3do = Spring.Utilities.MergeWithDefault(matTemplate, {
texUnits = {
[0] = "$units1",
[1] = "$units2",
},
shaderOptions = {
autonormal = true,
autoNormalParams = {0.250, 0.001},
},
de... | gpl-2.0 |
will4wachter/Project1 | scripts/commands/changesjob.lua | 1 | 2009 | ---------------------------------------------------------------------------------------------------
-- func: changesjob
-- auth: <Unknown> :: Modded by atom0s.
-- desc: Changes the players current subjob.
---------------------------------------------------------------------------------------------------
cmdprops... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10102010.lua | 1 | 3489 | --圣谕裁决者 蜜雪莉雅
function c10102010.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--SpecialSummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(10102010,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:Set... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Lower_Jeuno/npcs/Miladi-Nildi.lua | 38 | 1034 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Miladi-Nildi
-- Type: Standard NPC
-- @zone: 245
-- @pos 39.898 -5.999 77.190
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
---------------... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/npc_util.lua | 3 | 4172 | package.loaded["scripts/globals/settings"] = nil;
-- Provides helper methods for npcs
npcUtil = {};
-- give gil to player with message and multiplied gil
-- npcUtil.giveGil(player, 200)
-- npcUtil.giveGil(player, 1000, {rate=false})
function npcUtil.giveGil(player, amount, options)
local total = amount;
-- don't... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c18707605.lua | 1 | 1757 | --海贼 立华奏
function c18707605.initial_effect(c)
--extra summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetOperation(c18707605.sumop)
c:RegisterEffect(e1)
--effect gain
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+E... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Mount_Zhayolm/npcs/qm3.lua | 8 | 1172 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: ??? (Spawn Anantaboga(ZNM T2))
-- @pos -368 -13 366 61
-----------------------------------
package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Mount_Zhayolm/TextIDs");
--------------... | gpl-3.0 |
kidaa/darkstar | scripts/globals/weaponskills/mystic_boon.lua | 12 | 4670 | -----------------------------------
-- Mystic Boon
-- Club weapon skill
-- Skill level: N/A
-- Converts damage dealt to own MP. Damage varies with TP. Yagrush: Aftermath effect varies with TP.
-- Available only after completing the Unlocking a Myth (White Mage) quest.
-- Damage is significantly affected by Attack... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Northern_San_dOria/npcs/Shakir.lua | 38 | 1046 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Shakir
-- Type: Standard NPC
-- @zone: 231
-- @pos 48.952 -2.999 -16.687
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
---... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/plate_of_patlican_salata_+1.lua | 35 | 1224 | -----------------------------------------
-- ID: 5583
-- Item: plate_of_patlican_salata_+1
-- Food Effect: 4Hrs, All Races
-----------------------------------------
-- Agility 4
-- Vitality -1
-----------------------------------------
require("scripts/globals/status");
-------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Southern_San_dOria/npcs/Diary.lua | 17 | 2118 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Diary
-- Involved in Quest: To Cure a Cough
-- @zone 230
-- @pos -75 -12 65
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/glob... | gpl-3.0 |
kidaa/darkstar | scripts/zones/PsoXja/npcs/_09c.lua | 8 | 1608 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _09c (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos -330.000 14.074 -261.600 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Pso... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Port_Bastok/npcs/Juroro.lua | 2 | 5414 | -----------------------------------
-- Area: Port Bastok
-- NPC: Juroro
-- Starts and Finishes Quest: Trial by Earth
-- !pos 32 7 -41 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scri... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Bostaunieux_Oubliette/npcs/Novalmauge.lua | 17 | 4006 | -----------------------------------
-- Area: Bostaunieux Obliette
-- NPC: Novalmauge
-- Starts and Finishes Quest: The Rumor
-- Involved in Quest: The Holy Crest, Trouble at the Sluice
-- @pos 70 -24 21 167
-----------------------------------
package.loaded["scripts/zones/Bostaunieux_Oubliette/TextIDs"] = nil;
... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Bostaunieux_Oubliette/npcs/Novalmauge.lua | 17 | 4006 | -----------------------------------
-- Area: Bostaunieux Obliette
-- NPC: Novalmauge
-- Starts and Finishes Quest: The Rumor
-- Involved in Quest: The Holy Crest, Trouble at the Sluice
-- @pos 70 -24 21 167
-----------------------------------
package.loaded["scripts/zones/Bostaunieux_Oubliette/TextIDs"] = nil;
... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Bastok_Markets/npcs/Belizieg.lua | 38 | 1124 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Belizieg
-- Type: Item Deliverer
-- @zone: 235
-- @pos -323.673 -16.001 -49.930
--
-- Auto-Script: Requires Verification. Verified standard dialog - thrydwolf 12/18/2011
-----------------------------------
package.loaded["scripts/zones/Bastok_Mar... | gpl-3.0 |
Pure-Aosp/android_external_skia | tools/lua/skia.lua | 207 | 1863 | -- Experimental helpers for skia --
function string.startsWith(String,Start)
return string.sub(String,1,string.len(Start))==Start
end
function string.endsWith(String,End)
return End=='' or string.sub(String,-string.len(End))==End
end
Sk = {}
function Sk.isFinite(x)
return x * 0 == 0
end
----------------... | bsd-3-clause |
muddmaker/Codeday14 | loveframes/objects/internal/tooltip.lua | 1 | 9733 | --[[------------------------------------------------
-- Love Frames - A GUI library for LOVE --
-- Copyright (c) 2012-2014 Kenny Shields --
--]]------------------------------------------------
-- get the current require path
local path = string.sub(..., 1, string.len(...) - string.len(".objects.internal.tooltip"))
l... | gpl-3.0 |
domenicosolazzo/philocademy | venv/src/node-v0.10.36/deps/v8/tools/gcmole/gccause.lua | 157 | 2313 | -- Copyright 2011 the V8 project authors. All rights reserved.
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are
-- met:
--
-- * Redistributions of source code must retain the above copyright
-- notice, this list of ... | mit |
kidaa/darkstar | scripts/globals/spells/Herculean_Etude.lua | 11 | 1615 | -----------------------------------------
-- Spell: Herculean Etude
-- Static STR Boost, BRD 74
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Balgas_Dais/bcnms/charming_trio.lua | 13 | 1813 | -----------------------------------
-- Area: Balgas_Dais
-- Name: Charming Trio
-----------------------------------
package.loaded["scripts/zones/Balgas_Dais/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/titles");
require("scripts/globals/quests");
require("scripts/zones/Balg... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/West_Ronfaure/npcs/Adalefont.lua | 19 | 1064 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Adalefont
-- @pos -176.000 -61.999 377.460 100
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/West_Ronfa... | gpl-3.0 |
muddmaker/Codeday14 | loveframes/objects/internal/columnlist/columnlistarea.lua | 1 | 11826 | --[[------------------------------------------------
-- Love Frames - A GUI library for LOVE --
-- Copyright (c) 2012-2014 Kenny Shields --
--]]------------------------------------------------
-- get the current require path
local path = string.sub(..., 1, string.len(...) - string.len(".objects.internal.columnlist.c... | gpl-3.0 |
kidaa/darkstar | scripts/zones/East_Sarutabaruta/npcs/Signpost.lua | 38 | 2029 | -----------------------------------
-- Area: East Sarutabaruta
-- NPC: Signpost
-----------------------------------
package.loaded["scripts/zones/East_Sarutabaruta/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/East_Sarutabaruta/TextIDs");
-----------------------------------
-- onTrade A... | gpl-3.0 |
Leushenko/blue-moon | tests/all.lua | 3 | 6214 | #!../lua
local version = "Lua 5.2"
if _VERSION ~= version then
io.stderr:write("\nThis test suite is for ", version, ", not for ", _VERSION,
"\nExiting tests\n")
return
end
-- next variables control the execution of some tests
-- true means no test (so an undefined variable does not skip a test)
-- defaults ... | mit |
hanxi/ejoy2d | ejoy2d/simplepackage.lua | 2 | 2677 | -- It's a simple sprite package warpper, use your own asset format instead.
local ejoy2d = require "ejoy2d"
local ppm = require "ejoy2d.ppm"
local pack = require "ejoy2d.spritepack"
local sprite = require "ejoy2d.sprite"
-- This limit defined in texture.c
local MAX_TEXTURE = 128
local textures = {}
local packages = ... | mit |
mirbot/oldbot | plugins/all.lua | 1321 | 4661 | do
data = load_data(_config.moderation.data)
local function get_msgs_user_chat(user_id, chat_id)
local user_info = {}
local uhash = 'user:'..user_id
local user = redis:hgetall(uhash)
local um_hash = 'msgs:'..user_id..':'..chat_id
user_info.msgs = tonumber(redis:get(um_hash) or 0)
user_info.name = user_print... | gpl-2.0 |
kidaa/darkstar | scripts/zones/Kazham/npcs/Toji_Mumosulah.lua | 37 | 1558 | -----------------------------------
-- Area: Kazham
-- NPC: Toji Mumosulah
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
require("scripts/zones/Kazham/TextIDs");
-----------------------------------
-- onTr... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Lufaise_Meadows/mobs/Splinterspine_Grukjuk.lua | 37 | 1181 | -----------------------------------
-- Area: Lufaise Meadows (24)
-- Mob: Splinterspine_Grukjuk
-----------------------------------
package.loaded["scripts/zones/Lufaise_Meadows/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scri... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/spells/bluemagic/foot_kick.lua | 35 | 1687 | -----------------------------------------
-- Spell: Foot Kick
-- Deals critical damage. Chance of critical hit varies with TP
-- Spell cost: 5 MP
-- Monster Type: Beasts
-- Spell Type: Physical (Slashing)
-- Blue Magic Points: 2
-- Stat Bonus: AGI+1
-- Level: 1
-- Casting Time: 0.5 seconds
-- Recast Time: 6.5 seconds
-... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Northern_San_dOria/npcs/Chasalvige.lua | 19 | 1701 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Chasalvige
-- Type: Standard Info NPC
-- Involved in Mission: The Road Forks
-- Involved in Mission: Promathia Mission 5 - Three Paths
-- @zone: 231
-- @pos 96.432 -0.520 134.046
--
-----------------------------------
require("scripts/globa... | gpl-3.0 |
stevedonovan/luabuild | modules/lsqlite3_svn08/test.lua | 3 | 3817 | require("lsqlite3")
unpack = unpack or table.unpack
local width = 78
local function line(pref, suff)
pref = pref or ''
suff = suff or ''
local len = width - 2 - string.len(pref) - string.len(suff)
print(pref .. string.rep('-', len) .. suff)
end
local db, vm
local assert_, assert = assert, function (t... | mit |
will4wachter/Project1 | scripts/globals/weaponskills/blade_chi.lua | 6 | 1238 | -----------------------------------
-- Blade Chi
-- Katana weapon skill
-- Skill Level: 150
-- Delivers a two-hit earth elemental attack. Damage varies with TP.
-- Aligned with the Thunder Gorget & Light Gorget.
-- Aligned with the Thunder Belt & Light Belt.
-- Element: Earth
-- Modifiers: STR:30% ; INT... | gpl-3.0 |
kidaa/darkstar | scripts/zones/West_Sarutabaruta_[S]/npcs/Sealed_Entrance_2.lua | 21 | 2309 | -----------------------------------
-- Area: West Sarutabaruta [S]
-- NPC: Sealed Entrance (Sealed_Entrance_2)
-- @pos 263.600 -6.512 40.000 95
-----------------------------------
package.loaded["scripts/zones/West_Sarutabaruta_[S]/TextIDs"] = nil;
-------------------------------------
require("scripts/global... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c21520169.lua | 1 | 3252 | --等形魔-菲赛德
function c21520169.initial_effect(c)
--change code
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetCode(EFFECT_CHANGE_CODE)
e1:SetRange(LOCATION_MZONE+LOCATION_GRAVE)
e1:SetValue(21520163)
c:RegisterEffect(e1)
--cost
local e2=Effect.Creat... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Sacrarium/npcs/Treasure_Chest.lua | 19 | 2554 | -----------------------------------
-- Area: Sacrarium
-- NPC: Treasure Chest
-- @zone 28
-----------------------------------
package.loaded["scripts/zones/Sacrarium/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/treasure");
require("scripts/zones/Sa... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Bastok_Markets/npcs/Degenhard.lua | 2 | 1625 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Degenhard
-- Starts & Ends Quest: The Bare Bones
-- Involved in Quests: Beat Around the Bushin
-- !pos -175 2 -135 235
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
----------------------------------... | gpl-3.0 |
lhog/Zero-K | gamedata/modularcomms/dyncomms_predefined.lua | 6 | 7424 | local ret = {
dyntrainer_strike = {
name = "Strike",
chassis = "strike",
modules = {
{"commweapon_heavymachinegun", "module_radarnet"},
{"module_ablative_armor", "module_autorepair"},
{"commweapon_lightninggun", "module_personal_cloak", "module_ablative_armor"},
{"module_high_power_servos", "module_a... | gpl-2.0 |
waterlgndx/darkstar | scripts/zones/Behemoths_Dominion/Zone.lua | 2 | 1181 | -----------------------------------
--
-- Zone: Behemoths_Dominion (127)
--
-----------------------------------
package.loaded["scripts/zones/Behemoths_Dominion/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Behemoths_Dominion/TextIDs");
require("scripts/zones/Behemoths_Dominion/MobIDs");
r... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Gusgen_Mines/npcs/qm3.lua | 17 | 1643 | -----------------------------------
-- Area: Gusgen Mines
-- NPC: qm3 (???)
-- Involved In Quest: Healing the Land
-- @pos -168 1 311 196
-----------------------------------
package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
r... | gpl-3.0 |
Thonik/FritoMod | fritomod/Animations.lua | 1 | 6641 | -- Animations contains functions for creating different kinds of animations. I personally
-- like Blizzard's API for animating, since I feel like it is well-designed. My only
-- complaint is that it is somewhat verbose. These functions remove a lot of that verbosity.
--
-- We don't cover up Blizzard's functions, and we... | mit |
kidaa/darkstar | scripts/zones/Konschtat_Highlands/npcs/Cavernous_Maw.lua | 29 | 1963 | -----------------------------------
-- Area: Konschtat Highlands
-- NPC: Cavernous Maw
-- @pos 96.344, -69.080, -580.008 108
-- Teleports Players to Abyssea - Konschtat
-----------------------------------
package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil;
-----------------------------------
r... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10990010.lua | 1 | 4376 | --萌板娘 哔哩哔哩
function c10990010.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,1,4)
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(10990010,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Windurst_Woods/npcs/Tesch_Garanjy.lua | 36 | 4446 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Tesch_Garanjy
-- Armor Storage NPC
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/armorstorage"... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Carpenters_Landing/npcs/relic.lua | 38 | 1857 | -----------------------------------
-- Area: Carpenter's Landing
-- NPC: <this space intentionally left blank>
-- @pos -99 -0 -514 2
-----------------------------------
package.loaded["scripts/zones/Carpenters_Landing/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Carpenters_Landing/TextI... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Selbina/npcs/Falgima.lua | 29 | 1187 | -----------------------------------
-- Area: Selbina
-- NPC: Falgima
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
require("scripts/globals/shop");
----------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Selbina/npcs/Falgima.lua | 29 | 1187 | -----------------------------------
-- Area: Selbina
-- NPC: Falgima
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
require("scripts/globals/shop");
----------------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10113026.lua | 1 | 1825 | --悄悄靠近的死神
function c10113026.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,10113026+EFFECT_COUNT_CODE_OATH)
e1:SetCost(c101130... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Cloister_of_Gales/bcnms/sugar-coated_directive.lua | 19 | 1709 | ----------------------------------------
-- Area: Cloister of Gales
-- BCNM: Sugar Coated Directive (ASA-4)
----------------------------------------
package.loaded["scripts/zones/Cloister_of_Gales/TextIDs"] = nil;
----------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/qu... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c60159103.lua | 1 | 2430 | --八枢罪 潘多拉之匣
function c60159103.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCountLimit(1,60159103)
e1:SetTarget(c60159103.target)
e1:SetOpe... | gpl-3.0 |
kidaa/darkstar | scripts/zones/The_Shrine_of_RuAvitau/npcs/Monolith.lua | 13 | 5016 | -----------------------------------
-- Area: The Shrine of Ru'Avitau
-- NPC: Monolith
-- @pos <many>
-----------------------------------
package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/The_Shrine_of_RuAvitau/TextIDs");
-------... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/dried_berry.lua | 35 | 1210 | -----------------------------------------
-- ID: 5672
-- Item: dried_berry
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Agility -3
-- Intelligence 1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnI... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/weaponskills/blade_chi.lua | 30 | 1380 | -----------------------------------
-- Blade Chi
-- Katana weapon skill
-- Skill Level: 150
-- Delivers a two-hit earth elemental attack. Damage varies with TP.
-- Aligned with the Thunder Gorget & Light Gorget.
-- Aligned with the Thunder Belt & Light Belt.
-- Element: Earth
-- Modifiers: STR:30% ; INT:30%
--... | gpl-3.0 |
kidaa/darkstar | scripts/globals/mobskills/Mow.lua | 25 | 1073 | ---------------------------------------------
-- Mow
--
-- Description: Deals damage in an area of effect. Additional effect: Poison
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: Unknown radial
-- Notes: Poison can take around 10HP/tick
---------------------------------------------
re... | gpl-3.0 |
idontalwaysnotlie/NeverEndingTD | game/dota_addons/NETD/scripts/vscripts/libraries/timers.lua | 8 | 6313 | TIMERS_VERSION = "1.02"
--[[
-- A timer running every second that starts immediately on the next frame, respects pauses
Timers:CreateTimer(function()
print ("Hello. I'm running immediately and then every second thereafter.")
return 1.0
end
)
-- A timer running every second that starts 5 seconds... | gpl-2.0 |
lhog/Zero-K | LuaUI/Widgets/gfx_night.lua | 6 | 18963 | -- $Id: gfx_night.lua 3171 2008-11-06 09:06:29Z det $
local versionNumber = "v1.5.12"
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
function widget:GetInfo()
return {
name = "Night",
desc ... | gpl-2.0 |
will4wachter/Project1 | scripts/zones/Windurst_Waters/npcs/Ness_Rugetomal.lua | 6 | 1739 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Ness Rugetomal
-- Standard Merchant NPC
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/harvest_festivals")
require("scripts/globals/shop");
package.loaded["scripts/zones/Windurst_Waters/Tex... | gpl-3.0 |
lhog/Zero-K | scripts/turretaafar.lua | 4 | 12475 | include 'constants.lua'
--------------------------------------------------------------------------------
-- pieces
--------------------------------------------------------------------------------
-- unused pieces: anteny, ozdoba
local cervena = piece 'cervena'
local modra = piece 'modra'
local zelena = piece 'zelena... | gpl-2.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c21520041.lua | 1 | 4582 | --灵子殖装-厚土甲
function c21520041.initial_effect(c)
--equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21520041,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE+LOCATION_HAND)
e1:SetTarget(c21520041.eqtg)
e1:S... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/weaponskills/flash_nova.lua | 30 | 1392 | -----------------------------------
-- Skill level: 290
-- Delivers light elemental damage. Additional effect: Flash. Chance of effect varies with TP.
-- Generates a significant amount of Enmity.
-- Does not stack with Sneak Attack
-- Aligned with Aqua Gorget.
-- Aligned with Aqua Belt.
-- Properties:
-- Elemen... | gpl-3.0 |
kidaa/darkstar | scripts/globals/weaponskills/Flash_Nova.lua | 30 | 1392 | -----------------------------------
-- Skill level: 290
-- Delivers light elemental damage. Additional effect: Flash. Chance of effect varies with TP.
-- Generates a significant amount of Enmity.
-- Does not stack with Sneak Attack
-- Aligned with Aqua Gorget.
-- Aligned with Aqua Belt.
-- Properties:
-- Elemen... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Dangruf_Wadi/npcs/qm3.lua | 17 | 1888 | -----------------------------------
-- NPC: ??? (QM3)
-- Type: Saltvix dice roll game part 2
-- @zone: 191
-- Involved in quest "As Thick As Thieves"
-----------------------------------
package.loaded["scripts/zones/Dangruf_Wadi/TextIDs"] = nil;
-----------------------------------
require("scripts/globals... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c11200065.lua | 1 | 3579 | --地上的黑兔 因幡帝
function c11200065.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_TO_HAND)
e1:SetOperation(c11200065.regop)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EF... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.