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
waytim/darkstar
scripts/zones/Toraimarai_Canal/npcs/Transporter.lua
13
1278
----------------------------------- -- Area: Toraimarai Canal -- NPC: Transporter -- Involved In Windurst Mission 7-1 -- @zone 169 -- @pos 182 11 -60 169 ----------------------------------- package.loaded["scripts/zones/Toraimarai_Canal/TextIDs"] = nil; require("scripts/zones/Toraimarai_Canal/TextIDs"); --------------...
gpl-3.0
waytim/darkstar
scripts/zones/Throne_Room/mobs/Zeid.lua
13
1689
----------------------------------- -- Area: Throne Room -- MOB: Zeid -- Mission 9-2 BASTOK BCNM Fight ----------------------------------- ----------------------------------- -- onMobFight ----------------------------------- function onMobFight(mob, target) printf("mobtp %u",mob:getTP()); end; -----------------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Metalworks/npcs/Vicious_Eye.lua
4
1064
----------------------------------- -- Area: Metalworks -- NPC: Vicious Eye -- Guild Merchant NPC: Blacksmithing Guild -- @zone: 237 -- @pos: -106.132 0.999 -28.757 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; require("scripts/zones/Metalworks/TextIDs"); -------------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Den_of_Rancor/npcs/_4g4.lua
2
2613
----------------------------------- -- Area: Den of Rancor -- NPC: Lantern (NW) -- @pos -59 45 24 160 ----------------------------------- package.loaded["scripts/zones/Den_of_Rancor/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Den_of_Rancor/TextIDs")...
gpl-3.0
waytim/darkstar
scripts/zones/Northern_San_dOria/npcs/Pellimie.lua
13
1040
----------------------------------- -- Area: Northern San d'Oria -- NPC: Pellimie -- Type: Standard Dialogue NPC -- @zone: 231 -- @pos 145.459 0.000 131.540 -- ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; require("scripts/zones/Northern_San_dOria/TextIDs");...
gpl-3.0
thisishmed/butler
plugins/anti_spam.lua
11
5985
--An empty table for solving multiple kicking problem(thanks to @topkecleon ) kicktable = {} do local TIME_CHECK = 2 -- seconds local data = load_data(_config.moderation.data) -- Save stats, ban user local function pre_process(msg) -- Ignore service msg if msg.service then return msg end if msg.from.id =...
gpl-2.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Aht_Urhgan_Whitegate/npcs/Ekhu_Pesshyadha.lua
4
1836
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Ekhu Pesshyadha -- Type: Standard NPC -- @zone: 50 -- @pos: -13.043 0.999 103.423 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"...
gpl-3.0
waytim/darkstar
scripts/zones/Selbina/npcs/Dohdjuma.lua
12
1429
----------------------------------- -- Area: Selbina -- NPC: Dohdjuma -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); require("scripts/globals/shop"); ---------------------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Selbina/npcs/Yaya.lua
2
1282
----------------------------------- -- Area: Selbina -- NPC: Yaya -- Starts Quest: Under the sea -- @zone 248 -- @pos -19 -2 -16 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/shop"); require("scripts/globals/quests"); ----------------------------------- -- onTrade A...
gpl-3.0
waytim/darkstar
scripts/zones/Batallia_Downs/npcs/Stone_Monument.lua
13
1272
----------------------------------- -- Area: Batallia Downs -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" -- @pos 185.669 9.049 -614.025 105 ----------------------------------- package.loaded["scripts/zones/Batallia_Downs/TextIDs"] = nil; ----------------------------------- require("script...
gpl-3.0
waytim/darkstar
scripts/globals/items/cup_of_healing_tea.lua
17
1358
----------------------------------------- -- ID: 4286 -- Item: cup_of_healing_tea -- Food Effect: 240Min, All Races ----------------------------------------- -- Magic 10 -- Vitality -1 -- Charisma 3 -- Magic Regen While Healing 2 ----------------------------------------- require("scripts/globals/status"); -----------...
gpl-3.0
waytim/darkstar
scripts/zones/Buburimu_Peninsula/Zone.lua
15
4493
----------------------------------- -- -- Zone: Buburimu_Peninsula (118) -- ----------------------------------- package.loaded[ "scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/zones/Buburimu_Peninsula/TextI...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c121200013.lua
2
2435
--Ynershia Barrier -- By Shad3 local function getID() local str=string.match(debug.getinfo(2,'S')['source'],"c%d+%.lua") str=string.sub(str,1,string.len(str)-4) local scard=_G[str] local s_id=tonumber(string.sub(str,2)) return scard,s_id end local scard,s_id=getID() local sc_id=0x73d function scard.initial_eff...
gpl-3.0
Ashald/uwsgi
tests/websockets_echo.lua
27
1867
#!./uwsgi --https :8443,foobar.crt,foobar.key --http-modifier1 6 --http-raw-body --threads 100 --lua tests/websockets_echo.lua function app(env) local function html() coroutine.yield(string.format([[ <html> <head> <script language="Javascript"> var s = new WebSocket("%s://%s...
gpl-2.0
X-Raym/REAPER-ReaScripts
Envelopes/X-Raym_Set selected envelope points value from value at edit cursor.lua
1
2594
--[[ * ReaScript Name: Set selected envelope points value from value at edit cursor * Author: X-Raym * Author URI: https://www.extremraym.com * Repository: GitHub > X-Raym > REAPER-ReaScripts * Repository URI: https://github.com/X-Raym/REAPER-ReaScripts * Licence: GPL v3 * Forum Thread: ReaScript: Set/Offset sel...
gpl-3.0
TienHP/Aquaria
files/scripts/entities/seaturtlebaby-special1.lua
6
1141
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
waytim/darkstar
scripts/zones/Hall_of_Transference/npcs/_0e1.lua
32
1340
----------------------------------- -- Area: Hall of Transference -- NPC: Cermet Gate - Dem -- @pos -220 -46 -279 14 ----------------------------------- package.loaded["scripts/zones/Hall_of_Transference/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/H...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Aht_Urhgan_Whitegate/npcs/Tehf_Kimasnahya.lua
4
2986
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Tehf Kimasnahya -- Type: Standard NPC -- @zone: 50 -- @pos: -89.897 -1 6.199 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = n...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Castle_Zvahl_Baileys/npcs/Switchstix.lua
10
19009
----------------------------------- -- Area: Castle Zvahl Baileys -- NPC: Switchstix -- Type: Standard NPC -- @pos 386.091 -13 -17.399 161 ----------------------------------- package.loaded["scripts/zones/Castle_Zvahl_Baileys/TextIDs"] = nil; require("scripts/zones/Castle_Zvahl_Baileys/TextIDs"); require("scripts/...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/spells/bluemagic/disseverment.lua
4
1337
require("scripts/globals/magic"); require("scripts/globals/status"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,target,spell) return 0; end; function onSpellCast(caster,target,spell) ...
gpl-3.0
waytim/darkstar
scripts/zones/AlTaieu/npcs/Dimensional_Portal.lua
15
1626
----------------------------------- -- Area: AlTaieu -- NPC: Dimensional Portal ----------------------------------- package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil; ----------------------------------- require("scripts/zones/AlTaieu/TextIDs"); ----------------------------------- -- onTrade Action --------------...
gpl-3.0
X-Raym/REAPER-ReaScripts
Transport/X-Raym_Play from mouse cursor position and solo track under mouse for the duration - and select track.lua
1
1051
--[[ * ReaScript Name: Play from mouse cursor position and solo track under mouse for the duration - and select track * About: Just like the SWS action (which it runs), but with no undo and select track under mouse. * Author: X-Raym * Author URI: https://www.extremraym.com * Repository: GitHub > X-Raym > ReaScript...
gpl-3.0
waytim/darkstar
scripts/globals/spells/firestorm.lua
32
1180
-------------------------------------- -- Spell: Firestorm -- Changes the weather around target party member to "hot." -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- ...
gpl-3.0
waytim/darkstar
scripts/zones/Chateau_dOraguille/npcs/_6h1.lua
13
2327
----------------------------------- -- Area: Chateau d'Oraguille -- Door: Prince Regent's Rm -- Starts and Finishes Quest: Prelude of Black and White (Start), Pieuje's Decision (Start) -- @pos -37 -3 31 233 ----------------------------------- package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = nil; -----------...
gpl-3.0
TienHP/Aquaria
files/scripts/entities/seaturtlebaby-special3.lua
6
1141
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
waytim/darkstar
scripts/globals/items/high_breath_mantle.lua
43
1427
----------------------------------------- -- ID: 15487 -- Item: High Breath Mantle -- Item Effect: HP+38 / Enmity+5 ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -------------------------------...
gpl-3.0
waytim/darkstar
scripts/globals/mobskills/Miasma.lua
33
1139
--------------------------------------------- -- Miasma -- -- Description: Releases a toxic cloud on nearby targets. Additional effects: Slow + Poison + Plague -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows? -- Range: Less than or equal to 10.0 -- Notes: Only used by Gulool Ja Ja. ----------------------...
gpl-3.0
waytim/darkstar
scripts/zones/Temenos/mobs/Telchines_Bard.lua
28
1126
----------------------------------- -- Area: Temenos N T -- NPC: Telchines_Bard ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------------------------...
gpl-3.0
waytim/darkstar
scripts/zones/Rabao/npcs/Shupah_Mujuuk.lua
27
3754
----------------------------------- -- Area: Rabao -- NPC: Shupah Mujuuk -- Title Change NPC -- @pos 12 8 20 247 ----------------------------------- require("scripts/globals/titles"); local title2 = { THE_IMMORTAL_FISHER_LU_SHANG , INDOMITABLE_FISHER , KUFTAL_TOURIST , ACQUIRER_OF_ANCIENT_ARCANUM , DESERT_HUNTER , ...
gpl-3.0
behnam98/SmartRobot
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
hacker44-h44/spammer
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
waytim/darkstar
scripts/globals/abilities/animated_flourish.lua
26
2177
----------------------------------- -- Ability: Animated Flourish -- Provokes the target. Requires at least one, but uses two Finishing Moves. -- Obtained: Dancer Level 20 -- Finishing Moves Used: 1-2 -- Recast Time: 00:30 ----------------------------------- require("scripts/globals/settings"); require("scripts/global...
gpl-3.0
waytim/darkstar
scripts/globals/weaponskills/slug_shot.lua
11
1542
----------------------------------- -- Slug Shot -- Marksmanship weapon skill -- Skill Level: 175 -- Delivers an inparams.accurate attack that deals quintuple damage. params.accuracy varies with TP. -- Despite the lack of a STR weaponskill mod, STR is still the most potent stat for increasing this weaponskill's damage ...
gpl-3.0
pedrohenriquerls/cocos2d_ruby_binding
frameworks/cocos2d-x/cocos/scripting/lua-bindings/script/cocos2d/DrawPrimitives.lua
98
12024
local dp_initialized = false local dp_shader = nil local dp_colorLocation = -1 local dp_color = { 1.0, 1.0, 1.0, 1.0 } local dp_pointSizeLocation = -1 local dp_pointSize = 1.0 local SHADER_NAME_POSITION_U_COLOR = "ShaderPosition_uColor" local targetPlatform = cc.Application:getInstance():getTargetPlatform() lo...
mit
X-Raym/REAPER-ReaScripts
Track Properties/X-Raym_Search and replace in selected tracks names.lua
1
6431
--[[ * ReaScript Name: Search and replace in selected tracks names * About: Select tracks. Run. * Screenshot: http://i.giphy.com/3o85xuFcHQ27K06TdK.gif * Author: X-Raym * Author URI: https://www.extremraym.com * Repository: GitHub > X-Raym > REAPER-ReaScripts * Repository URI: https://github.com/X-Raym/REAPER-Re...
gpl-3.0
waytim/darkstar
scripts/zones/Horlais_Peak/bcnms/hostile_herbivores.lua
30
1739
----------------------------------- -- Area: Horlias peak -- Name: Hostile Herbivores -- BCNM50 ----------------------------------- package.loaded["scripts/zones/Horlais_Peak/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Horlais_Peak/TextIDs"); ----------------------------------- -- EXAM...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/West_Ronfaure/mobs/Scarab_Beetle.lua
2
1032
----------------------------------- -- Area: West Ronfaure(100) -- MOB: Scarab Beetle -- Note: Place holder for Fungus Beetle ----------------------------------- require("/scripts/globals/fieldsofvalor"); require("/scripts/zones/West_Ronfaure/MobIDs"); ----------------------------------- -- onMobDeath --------...
gpl-3.0
TienHP/Aquaria
files/scripts/entities/eel.lua
6
7475
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
LuaDist2/prosody
util/interpolation.lua
2
2840
-- Simple template language -- -- The new() function takes a pattern and an escape function and returns -- a render() function. Both are required. -- -- The function render() takes a string template and a table of values. -- Sequences like {name} in the template string are substituted -- with values from the table, o...
mit
waytim/darkstar
scripts/zones/North_Gustaberg/npcs/Cavernous_Maw.lua
29
1442
----------------------------------- -- Area: North Gustaberg -- NPC: Cavernous Maw -- @pos 466 0 479 106 -- Teleports Players to North Gustaberg [S] ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"...
gpl-3.0
waytim/darkstar
scripts/zones/Kazham/TextIDs.lua
15
1973
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6384; -- Obtained: <item>. GIL_OBTAINED = 6385; -- Obtained <number> gil. KEYITEM_OBTAINED = 6387; -- Obtai...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Dynamis-Xarcabard/mobs/Animated_Longsword.lua
2
1295
----------------------------------- -- Area: Dynamis Xarcabard -- NPC: Animated_Longsword ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action ----------------------------------- function onMobInitialize(mob,target) mob:addMod(MOD_STUN...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Bastok_Markets/npcs/Oggodett.lua
2
1384
----------------------------------- -- Area: Bastok Markets -- NPC: Oggodett -- Only sells when Bastok controlls Aragoneu Region ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scripts/zones...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Port_Windurst/npcs/Uli_Pehkowa.lua
2
1370
----------------------------------- -- Area: Port Windurst -- NPC: Uli Pehkowa -- Standard Merchant NPC -- Working 100% ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/zones/Port_Windurst/TextIDs"); --------------------...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c66165070.lua
2
2041
--Last Altar of the Legendary Golem function c66165070.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --extra summon local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetRange(LOCATION_SZONE) e2:Set...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c100000891.lua
2
3165
--Created and coded by Rising Phoenix function c100000891.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCode3(c,100000887,100000888,100000889,true,true) --spsummon condition local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFE...
gpl-3.0
waytim/darkstar
scripts/zones/Ghoyus_Reverie/Zone.lua
19
1065
----------------------------------- -- -- Zone: Ghoyus_Reverie -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Ghoyus_Reverie/TextIDs"] = nil; require("scripts/zones/Ghoyus_Reverie/TextIDs"); ----------------------------------- -- onInitialize -------------...
gpl-3.0
Sertex-Team/sPhone
src/apis/ui.lua
3
19960
-- UI API From LMNetOS function header(butt) if not sPhone then sPhone = { user = "Unknown", } end paintutils.drawLine(1,1,26,1, colors.gray) term.setTextColor(colors.white) term.setCursorPos(1,1) write(" "..sPhone.user) term.setCursorPos(26,1) write("X") term.setBackgroundColor(colors.white) term.setTe...
mit
narner/Soundpipe
modules/data/tadsr.lua
3
1381
sptbl["tadsr"] = { files = { module = "tadsr.c", header = "tadsr.h", example = "ex_tadsr.c", }, func = { create = "sp_tadsr_create", destroy = "sp_tadsr_destroy", init = "sp_tadsr_init", compute = "sp_tadsr_compute", }, params = { op...
mit
waytim/darkstar
scripts/zones/Ifrits_Cauldron/Zone.lua
13
2695
----------------------------------- -- -- Zone: Ifrits_Cauldron (205) -- ----------------------------------- package.loaded["scripts/zones/Ifrits_Cauldron/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/zone"); require("scripts/zones/Ifrits_Cauldron/Te...
gpl-3.0
gfgtdf/wesnoth-old
data/ai/micro_ais/micro_ai_helper.lua
7
8069
local T = wml.tag local MAIUV = wesnoth.require "ai/micro_ais/micro_ai_unit_variables.lua" local micro_ai_helper = {} function micro_ai_helper.add_CAs(side, ca_id_core, CA_parms, CA_cfg) -- Add the candidate actions defined in @CA_parms to the AI of @side -- @ca_id_core: ca_id= key from the [micro_ai] tag ...
gpl-2.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Northern_San_dOria/npcs/Greubaque.lua
4
1052
----------------------------------- -- Area: Northern San d'Oria -- NPC: Greubaque -- Type: Standard NPC -- @zone: 231 -- @pos: -179.400 10.999 150.000 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = ni...
gpl-3.0
LuaDist2/prosody
tools/migration/migrator/mtools.lua
6
1037
local print = print; local t_insert = table.insert; local t_sort = table.sort; module "mtools" function sorted(params) local reader = params.reader; -- iterator to get items from local sorter = params.sorter; -- sorting function local filter = params.filter; -- filter function local cache = {}; for item in r...
mit
TheOnePharaoh/YGOPro-Custom-Cards
script/c43811014.lua
2
5799
--Nightmare of the Phantasm function c43811014.initial_effect(c) --Fusion Summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_FUSION_MATERIAL) e1:SetCondition(c43811014.fscondition) e1:SetOperation(c43811014.fso...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/mobskills/Miasma.lua
4
1112
--------------------------------------------- -- Miasma -- -- Description: Releases a toxic cloud on nearby targets. Additional effects: Slow + Poison + Plague -- Type: Magical -- Utsusemi/Blink absorb: Wipes shadows? -- Range: Less than or equal to 10.0 -- Notes: Only used by Gulool Ja Ja. ----------------------...
gpl-3.0
waytim/darkstar
scripts/globals/items/bowl_of_sutlac_+1.lua
18
1357
----------------------------------------- -- ID: 5578 -- Item: Bowl of Sutlac -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +10 -- MP +10 -- INT +2 -- MP Recovered while healing +2 ----------------------------------------- require("scripts/globals/status"); ---...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Chateau_dOraguille/npcs/_6h4.lua
2
1920
----------------------------------- -- Area: Chateau d'Oraguille -- Door: Great Hall -- Involved in Missions: 3-3, 5-2, 6-1 -- @pos 0 -1 13 233 ----------------------------------- package.loaded["scripts/zones/Chateau_dOraguille/TextIDs"] = nil; package.loaded["scripts/globals/missions"] = nil; ------------------------...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Aht_Urhgan_Whitegate/npcs/Prillaure.lua
4
1059
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Prillaure -- Type: Event Scene Replayer -- @zone: 50 -- @pos: -143.000 0.999 9.000 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs...
gpl-3.0
TienHP/Aquaria
files/scripts/entities/creatorform1.lua
5
14063
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
waytim/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
TheOnePharaoh/YGOPro-Custom-Cards
script/c77790016.lua
2
1300
--Symbol Fragment: Truth function c77790016.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TODECK+CATEGORY_CONTROL) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c77790016.target) e1:SetOperation(c77790016...
gpl-3.0
waytim/darkstar
scripts/zones/Port_San_dOria/npcs/Regine.lua
10
5634
----------------------------------- -- Area: Port San d'Oria -- NPC: Regine -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/quests"); require("scripts...
gpl-3.0
waytim/darkstar
scripts/zones/Port_Bastok/npcs/Kaede.lua
13
2526
----------------------------------- -- Area: Port Bastok -- NPC: Kaede -- Start Quest: Ayame and Kaede -- Involved in Quests: Riding on the Clouds -- @pos 48 -6 67 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/bowl_of_pumpkin_soup.lua
3
1534
----------------------------------------- -- ID: 4430 -- Item: bowl_of_pumpkin_soup -- Food Effect: 3Hrs, All Races ----------------------------------------- -- HP % 1 -- Vitality -1 -- Agility 3 -- HP Recovered While Healing 5 -- Ranged Accuracy % 8 (cap 20) ----------------------------------------- require("scripts/...
gpl-3.0
m2q1n9/flappycoco
src/Bird.lua
1
1353
-- Bird.lua, created by mzq. -*- mode: lua -*- Bird = class("Bird", function() return cc.Sprite:create() end) function Bird:ctor(type) self.type = type self.Vy = Config.birdWingVy[type] cclog("bird type = %d, Vy = %d", self.type, self.Vy) local frames = Atlas.bird[type] icon = frames[1] s...
mit
TienHP/Aquaria
files/scripts/entities/seaturtle.lua
6
5770
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
forcecore/OpenRA
mods/d2k/maps/atreides-02a/atreides02a.lua
5
3976
--[[ Copyright 2007-2017 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you 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) any later vers...
gpl-3.0
focusworld/fcss
plugins/invite.lua
47
1193
do local function callbackres(extra, success, result) -- Callback for res_user in line 27 local user = 'user#id'..result.id local chat = 'chat#id'..extra.chatid if is_banned(result.id, extra.chatid) then -- Ignore bans send_large_msg(chat, 'User is banned.') elseif is_gbanned(result.id) then -- I...
gpl-2.0
TienHP/Aquaria
files/scripts/maps/_unused/node_creatorvoice.lua
6
1332
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License -- as published by the Free Software Foundation; either version 2 -- of the License, or (at your option) any later vers...
gpl-2.0
waytim/darkstar
scripts/zones/Southern_San_dOria/npcs/Anxaberoute.lua
13
1463
----------------------------------- -- Area: Southern San dOria -- NPC: Anxaberoute -- Type: Standard Info NPC -- @zone: 230 -- @pos 108.892 0.000 -49.038 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/s...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/items/serving_of_menemen_+1.lua
3
1419
----------------------------------------- -- ID: 5587 -- Item: serving_of_menemen_+1 -- Food Effect: 4Hrs, All Races ----------------------------------------- -- HP 35 -- MP 35 -- Agility 2 -- Intelligence -2 -- HP recovered while healing 2 -- MP recovered while healing 2 ----------------------------------------- requ...
gpl-3.0
ld-test/zipwriter
lua/ZipWriter/binary_converter.lua
3
4658
local string = require "string" local struct_unpack, struct_pack, struct_size if string.pack then struct_unpack, struct_pack, struct_size = assert(string.unpack), assert(string.pack) else local struct = require "struct" struct_unpack, struct_pack, struct_size = assert(struct.unpack), assert(struct.pack), ...
mit
waytim/darkstar
scripts/zones/Port_San_dOria/npcs/_6g7.lua
13
1116
----------------------------------- -- Area: Port San d'Oria -- NPC: Door: Arrivals Entrance -- @zone 232 -- @pos -24 -8 15 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/...
gpl-3.0
db260179/openwrt-bpi-r1-luci
build/luadoc/luadoc/taglet/standard/tags.lua
46
5543
------------------------------------------------------------------------------- -- Handlers for several tags -- @release $Id: tags.lua,v 1.8 2007/09/05 12:39:09 tomas Exp $ ------------------------------------------------------------------------------- local luadoc = require "luadoc" local util = require "luadoc.util"...
apache-2.0
MinFu/luci
build/luadoc/luadoc/taglet/standard/tags.lua
46
5543
------------------------------------------------------------------------------- -- Handlers for several tags -- @release $Id: tags.lua,v 1.8 2007/09/05 12:39:09 tomas Exp $ ------------------------------------------------------------------------------- local luadoc = require "luadoc" local util = require "luadoc.util"...
apache-2.0
waytim/darkstar
scripts/zones/Al_Zahbi/npcs/Gaweesh.lua
13
1044
----------------------------------- -- Area: Al Zahbi -- NPC: Gaweesh -- Type: Najelith's Attendant -- @zone: 48 -- @pos -64.537 -8 37.928 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; --------------------...
gpl-3.0
waytim/darkstar
scripts/zones/Port_Bastok/npcs/Alib-Mufalib.lua
13
4078
----------------------------------- -- Area: Port Bastok -- NPC: Alib-Mufalib -- Type: Warp NPC -- @pos 116.080 7.372 -31.820 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts...
gpl-3.0
waytim/darkstar
scripts/globals/mobskills/Spirits_Within.lua
17
1747
--------------------------------------------- -- Spirits Within -- -- Description: Delivers an unavoidable attack. Damage varies with HP and TP. -- Type: Magical/Breath -- Ignores shadows and most damage reduction. -- Range: Melee --------------------------------------------- require("scripts/globals/settings"); ...
gpl-3.0
amostalong/SSFS
Assets/LuaFramework/Lua/3rd/sproto/test.lua
26
1035
local sproto = require "sproto" local core = require "sproto.core" local print_r = require "print_r" local sp = sproto.parse [[ .Person { name 0 : string id 1 : integer email 2 : string .PhoneNumber { number 0 : string type 1 : integer } phone 3 : *PhoneNumber } .AddressBook { person 0 : *Person(id) oth...
mit
ZACTELEGRAM1/EMAM-ALI
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
TheOnePharaoh/YGOPro-Custom-Cards
script/c78219338.lua
1
2911
--Quick Maintenance function c78219338.initial_effect(c) --draw local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(78219338,0)) e1:SetCategory(CATEGORY_DRAW+CATEGORY_COUNTER) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,78219338+EFFECT_COUNT_CODE_OATH) e1:SetOpera...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/FeiYin/npcs/Underground_Pool.lua
2
2054
----------------------------------- -- Area: FeiYin -- NPC: Underground Pool -- Involved In Quest: Scattered into Shadow -- @pos 7 0 32 204 (H-8) -- @pos 7 0 247 204 (H-5) -- @pos -168 0 247 204 (F-5) ----------------------------------- package.loaded["scripts/zones/FeiYin/TextIDs"] = nil; ----------------------------...
gpl-3.0
zorfmorf/loveprojects
gowt/Client/misc/slither.lua
4
6968
--[[ zlib license: Copyright (c) 2011 Bart van Strien This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercia...
apache-2.0
Em30-tm-lua/Emc
.luarocks/lib/luarocks/rocks/luasocket/3.0rc1-2/test/testmesg.lua
45
2957
-- load the smtp support and its friends local smtp = require("socket.smtp") local mime = require("mime") local ltn12 = require("ltn12") function filter(s) if s then io.write(s) end return s end source = smtp.message { headers = { ['content-type'] = 'multipart/alternative' }, body = { [1] = { ...
gpl-2.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c77163591.lua
2
1084
--Vocaloid Maika function c77163591.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner,1) c:EnableReviveLimit() --Atk local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetOperation(c77163591.valop) c:RegisterEf...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Carpenters_Landing/npcs/Lourdaude.lua
4
1050
----------------------------------- -- Area: Carpenters' Landing -- NPC: Lourdaude -- Type: Standard NPC -- @zone: 2 -- @pos: 215.597 -2.689 -526.021 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Carpenters_Landing/TextIDs"] = nil;...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c96866608.lua
2
1365
--Action Card - B.M.I. Angelic Recovery function c96866608.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_RECOVER) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(TIMING_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_DAMAGE_S...
gpl-3.0
EShamaev/ardupilot
libraries/AP_Scripting/examples/frsky_rpm.lua
22
1701
--[[ Simple example that sends rpm info down the frsky link it works with SPort using SERIAL_PROTOCOL=4,10 and with FPort using SERIAL_PROTOCOL=23. We'll be using OpenTX genuine RPM data IDs (https://github.com/opentx/opentx/blob/2.3/radio/src/telemetry/frsky.h) RPM_FIRST_ID 0x0500 RPM_LAST_ID 0x05...
gpl-3.0
waytim/darkstar
scripts/zones/Bastok_Mines/npcs/Odoba.lua
27
1169
----------------------------------- -- Area: Bastok Mines -- NPC: Odoba -- Guild Merchant NPC: Alchemy Guild -- @pos 108.473 5.017 1.089 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require(...
gpl-3.0
forcecore/OpenRA
mods/cnc/maps/nod07a/nod07a.lua
7
10883
--[[ Copyright 2007-2017 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you 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) any later vers...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/spells/firaga.lua
2
1026
----------------------------------------- -- Spell: Firaga 1 -- Deals wind damage to an enemy. ----------------------------------------- require("scripts/globals/magic"); require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnM...
gpl-3.0
waytim/darkstar
scripts/zones/AlTaieu/mobs/Jailer_of_Love.lua
4
5590
----------------------------------- -- Area: Al'Taieu -- NM: Jailer of Love ----------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) end; ----------...
gpl-3.0
waytim/darkstar
scripts/globals/weaponskills/raging_fists.lua
11
1405
----------------------------------- -- Raging Fists -- Hand-to-Hand weapon skill -- Skill Level: 125 -- Delivers a fivefold attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% ; DEX:30% -- 100%TP ...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Heavens_Tower/npcs/Kiwawa.lua
4
1035
----------------------------------- -- Area: Heavens Tower -- NPC: Kiwawa -- Type: Standard NPC -- @zone: 242 -- @pos: 13.369 -27.25 18.718 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Heavens_Tower/TextIDs"] = nil; --------------...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c59821154.lua
1
3642
--The Idol Master of Radiant Light Nanakura Koharu function c59821154.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetRange(LOCATION_PZONE) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FLAG_PLAYER_...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/globals/weaponskills/raging_rush.lua
4
1251
----------------------------------- -- Raging Rush -- Great Axe weapon skill -- Skill level: 200 (Warriors only.) -- Delivers a three-hit attack. Chance of params.critical hit varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Snow Gorget & Aqua Gorget. -- Aligned with the Snow Belt & Aqua Belt...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Ranguemont_Pass/npcs/Myffore.lua
4
1110
----------------------------------- -- Area: Ranguemont Pass -- NPC: Myffore -- Type: NPC -- @zone: 166 -- @pos: -179.951 4 -172.234 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Ranguemont_Pass/TextIDs"] = nil; -------------------...
gpl-3.0
TheOnePharaoh/YGOPro-Custom-Cards
script/c19454006.lua
2
2593
--Exploiter of Eternity - Adran function c19454006.initial_effect(c) --Indes. Battle local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetCode(EFFECT_INDESTRUCTABLE_COUNT) e1:SetCountLimit(1) e1:SetValue(c19454006.valcon) c:Re...
gpl-3.0
waytim/darkstar
scripts/globals/abilities/curing_waltz.lua
19
2259
----------------------------------- -- Ability: Curing Waltz -- Heals HP to target player. -- Obtained: Dancer Level 15 -- TP Required: 20% -- Recast Time: 00:06 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- onAbilit...
gpl-3.0
ffxinfinity/ffxinfinity
FFXI Server-Development/Build Files/scripts/zones/Uleguerand_Range/npcs/Buffalostalker_Dodzbraz.lua
2
1057
----------------------------------- -- Area: Uleguerand Range -- NPC: Buffalostalker Dodzbraz -- Type: Quest NPC -- @zone: 5 -- @pos: -380.171 -24.89 -180.797 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Uleguerand_Range/TextIDs"]...
gpl-3.0