repo_name
stringlengths
6
69
path
stringlengths
6
178
copies
stringclasses
278 values
size
stringlengths
4
7
content
stringlengths
671
917k
license
stringclasses
15 values
kidaa/darkstar
scripts/globals/weaponskills/vorpal_thrust.lua
30
1397
----------------------------------- -- Vorpal Thrust -- Polearm weapon skill -- Skill Level: 175 -- Delivers a single-hit attack. Chance of params.critical varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Aqua Gorget & Light Gorget. -- Aligned with the Aqua Belt & Light Belt. -- Element: Non...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Northern_San_dOria/npcs/Justi.lua
36
1852
----------------------------------- -- Area: Northern San d'Oria -- NPC: Justi -- Conquest depending furniture seller ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/...
gpl-3.0
parsa-alpha/tdcli
libs/serpent.lua
656
7877
local n, v = "serpent", 0.28 -- (C) 2012-15 Paul Kulchenko; MIT License local c, d = "Paul Kulchenko", "Lua serializer and pretty printer" local snum = {[tostring(1/0)]='1/0 --[[math.huge]]',[tostring(-1/0)]='-1/0 --[[-math.huge]]',[tostring(0/0)]='0/0'} local badtype = {thread = true, userdata = true, cdata = true} lo...
gpl-3.0
shadog/manstir_medo
libs/serpent.lua
656
7877
local n, v = "serpent", 0.28 -- (C) 2012-15 Paul Kulchenko; MIT License local c, d = "Paul Kulchenko", "Lua serializer and pretty printer" local snum = {[tostring(1/0)]='1/0 --[[math.huge]]',[tostring(-1/0)]='-1/0 --[[-math.huge]]',[tostring(0/0)]='0/0'} local badtype = {thread = true, userdata = true, cdata = true} lo...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Qulun_Dome/npcs/Magicite.lua
19
1569
----------------------------------- -- Area: Qulun Dome -- NPC: Magicite -- Involved in Mission: Magicite -- @pos 11 25 -81 148 ----------------------------------- package.loaded["scripts/zones/Qulun_Dome/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114000472.lua
1
1822
--継承の儀 function c114000472.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_REMOVE+CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c114000472.target) e1:SetOperation(c114000472.activate) c:Re...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Upper_Jeuno/npcs/Collet.lua
17
2328
----------------------------------- -- Area: Upper Jeuno -- NPC: Collet -- Involved in Quests: A Clock Most Delicate, Save the Clock Tower -- @zone 244 -- @pos -44 0 107 ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; ----------------------------------- require(...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18702311.lua
1
2976
--操鸟师 夜鸦 function c18702311.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(28637168,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c18702311.sptg) e1:SetOperation(c1870231...
gpl-3.0
davidedmonds/darkstar
scripts/globals/chocobo_digging.lua
46
7397
-- chocobo_digging.lua require("scripts/globals/status"); require("scripts/globals/utils"); require("scripts/globals/settings"); ----------------------------------- -- DIG REQUIREMENTS ----------------------------------- DIGREQ_NONE = 0; DIGREQ_BURROW = 1; DIGREQ_BORE = 2; DIGREQ_MODIFIER = 4; DIGREQ_NIGHT ...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Palborough_Mines/npcs/_3z7.lua
58
1142
----------------------------------- -- Elevator in Palborough -- Notes: Used to operate Elevator @3z0 ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/settings"); re...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Palborough_Mines/npcs/_3z6.lua
58
1142
----------------------------------- -- Elevator in Palborough -- Notes: Used to operate Elevator @3z0 ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/globals/settings"); re...
gpl-3.0
kidaa/darkstar
scripts/globals/items/trilobite.lua
18
1337
----------------------------------------- -- ID: 4317 -- Item: Trilobite -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality 3 -- Defense +16% ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- O...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c29201012.lua
1
5063
--镜世录 能乐祖 function c29201012.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --summon with no tribute local e4=Effect.CreateEffect(c) e4:SetDescription(aux.Stringid(29201012,0)) e4:SetType(EFFECT_TYPE_SINGLE) e4:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e4:SetCode(EFFECT_...
gpl-3.0
kidaa/darkstar
scripts/zones/Port_Bastok/npcs/Silver_Owl.lua
34
1328
----------------------------------- -- Area: Port Bastok -- NPC: Silver Owl -- Type: Tenshodo Merchant -- @pos -99.155 4.649 23.292 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); requi...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Newton_Movalpolos/Zone.lua
30
1704
----------------------------------- -- -- Zone: Newton_Movalpolos (12) -- ----------------------------------- package.loaded["scripts/zones/Newton_Movalpolos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Newton_Movalpolos/TextIDs"); -------...
gpl-3.0
kidaa/darkstar
scripts/commands/reloadglobal.lua
26
1230
--------------------------------------------------------------------------------------------------- -- func: @reloadglobal -- desc: Attempt to reload specified global lua without a restart. -- -- Use with caution, some files ( like player.lua ) -- can cause you problems if you reload them using this. -- This comm...
gpl-3.0
davidedmonds/darkstar
scripts/globals/icanheararainbow.lua
29
7834
-- Functions below used in quest: I Can Hear a Rainbow require( "scripts/globals/status"); require( "scripts/globals/quests"); require( "scripts/globals/weather"); colorsAvailable = { 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125}; -- Zone IDs --...
gpl-3.0
will4wachter/Project1
scripts/globals/items/crayfish.lua
17
1408
----------------------------------------- -- ID: 4472 -- Item: crayfish -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -3 -- Vitality 1 -- defense 10 ----------------------------------------- require("scripts/globals/status"); -------------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Castle_Oztroja/TextIDs.lua
2
2803
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6566; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6570; -- You cannot obtain the #. Try trading again after sorting your inventory. ITE...
gpl-3.0
adminmagma/magama
bot/seedbot.lua
24
10036
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
will4wachter/Project1
scripts/globals/items/nopales_salad_+1.lua
36
1143
----------------------------------------- -- ID: 5702 -- Item: Nopales Salad +1 -- Food Effect: 3Hrs, All Races ----------------------------------------- -- Strength 2 -- Agility 7 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ---...
gpl-3.0
will4wachter/Project1
scripts/globals/spells/bio_ii.lua
4
2113
----------------------------------------- -- Spell: Bio II -- Deals dark damage that weakens an enemy's attacks and gruadually reduces its HP. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ------------------...
gpl-3.0
kidaa/darkstar
scripts/globals/items/senroh_skewer.lua
36
1404
----------------------------------------- -- ID: 5982 -- Item: Senroh Skewer -- Food Effect: 30 Mins, All Races ----------------------------------------- -- Dexterity 2 -- Vitality 3 -- Mind -1 -- Defense % 25 Cap 150 ----------------------------------------- require("scripts/globals/status"); -----------------------...
gpl-3.0
shadog/manstir_medo
bot/seedbot.lua
22
14096
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") local f = assert(io.popen('/usr/bin/git describe --tags', 'r')) VERSION = assert(f:read('*a')) f:close() -- This function is ...
gpl-2.0
will4wachter/Project1
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
MonokuroInzanaito/ygopro-777DIY
expansions/script/c80023030.lua
1
2898
--番长组合技-C function c80023030.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_NEGATE+CATEGORY_TODECK+CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_CHAINING) e1:SetCondition(c80023030.condition) e1:SetTarget(c80023030.target) e1:SetOperation(c80023030.act...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Selbina/npcs/Melyon.lua
17
3585
----------------------------------- -- Area: Selbina -- NPC: Melyon -- Starts and Finishes Quest: Only the Best (R) -- Involved in Quest: Riding on the Clouds -- @pos 25 -6 6 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; package.loaded["scripts/globals/settings"...
gpl-3.0
kidaa/darkstar
scripts/zones/Western_Altepa_Desert/npcs/_3h6.lua
17
1868
----------------------------------- -- Area: Western Altepa Desert -- NPC: _3h6 (Topaz Column) -- Notes: Mechanism for Altepa Gate -- @pos -260 10 -344 125 ----------------------------------- package.loaded["scripts/zones/Western_Altepa_Desert/TextIDs"] = nil; ----------------------------------- require("s...
gpl-3.0
lhog/Zero-K
scripts/turretantiheavy.lua
4
5587
local base = piece 'base' local arm = piece 'arm' local turret = piece 'turret' local gun = piece 'gun' local ledgun = piece 'ledgun' local radar = piece 'radar' local barrel = piece 'barrel' local fire = piece 'fire' local antenna = piece 'antenna' local door1 = piece 'door1' local door2 = piece 'door2' local smokePi...
gpl-2.0
TheSumm/otclient-strmed
strmed/strmed_interface/interface.lua
1
2495
editorWindow = nil editorButton = nil errorBox = nil logBuffer = nil widgetsPanel = nil local maximumLogEntries = 1000 function init() editorWindow = g_ui.displayUI('interface') editorWindow:hide() editorButton = modules.client_topmenu.addLeftButton('strmedButton', tr('StrmEd - Object Editor'), '/strmed/images...
mit
kidaa/darkstar
scripts/zones/Southern_San_dOria/npcs/Dahjal.lua
34
1231
----------------------------------- -- Area: Southern San d'Oria -- NPC: Dahjal -- first in conquest Npc -- @zone 230 -- @pos ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Southern_San_dOria/T...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c4091103.lua
1
2706
--姬巫女-菲雅娜 function c4091103.initial_effect(c) --Pendulum aux.EnablePendulumAttribute(c) --战阶 local e4=Effect.CreateEffect(c) e4:SetType(EFFECT_TYPE_QUICK_O) e4:SetCategory(CATEGORY_DESTROY+CATEGORY_POSITION) e4:SetCode(EVENT_FREE_CHAIN) e4:SetRange(LOCATION_PZONE) e4:SetCountLimit(1,4091103) e4:SetHintTiming(...
gpl-3.0
kidaa/darkstar
scripts/globals/spells/blindga.lua
11
1138
----------------------------------------- -- Spell: Blind ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,target,spell)...
gpl-3.0
iGhibli/FlyingGame
FlyingGame/src/cocos/ui/GuiConstants.lua
38
2802
ccui = ccui or {} ccui.BrightStyle = { none = -1, normal = 0, highlight = 1, } ccui.TextureResType = { localType = 0, plistType = 1, } ccui.TouchEventType = { began = 0, moved = 1, ended = 2, canceled = 3, } ccui.SizeType = { absolute = 0, percent = 1, } ccui.PositionTy...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Xarcabard/npcs/qm3.lua
2
1147
----------------------------------- -- Area: Xarcabard -- NPC: qm3 (???) -- Involved in Quests: Atop the Highest Mountains (for Boreal Coeurl) -- !pos 580 -9 290 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/zones/X...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c114000412.lua
1
4534
--★不死の軍団(マネキン・ソルジャー) function c114000412.initial_effect(c) c:EnableReviveLimit() --xyz summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetRange(LOCATION_EXTRA) e1:SetCondition(c114000412.xyzcon) e1:SetOperation(c114...
gpl-3.0
unknowntg/unknowntg
plugins/banhammer.lua
2
12202
local function pre_process(msg) -- SERVICE MESSAGE if msg.action and msg.action.type then local action = msg.action.type -- Check if banned user joins chat by link if action == 'chat_add_user_link' then local user_id = msg.from.id print('Checking invited user '..user_id) local banned ...
gpl-2.0
kidaa/darkstar
scripts/globals/armorstorage.lua
29
8646
----------------------------------- -- -- Armor Storage -- ----------------------------------- require("scripts/globals/keyitems"); -- Initialize StorageArray -- {SetId,SetGroup,SetMask,SetCount,Head,Body,Hands,Legs,Feet,StorageCost,KeyItem} StorageArray = {0x01,0x04,0x000001,0x05,0x30DF,0x315E,0x3689,0x3786...
gpl-3.0
waterlgndx/darkstar
scripts/globals/mobskills/pit_ambush.lua
7
1186
--------------------------------------------- -- Pit Ambush -- -- Description: Only used by black antlions when they emerge to attack a player overhead. -- Type: Physical -- Utsusemi/Blink absorb: 1 shadow -- Range: Melee -- Notes: --------------------------------------------- require("scripts/globals/settings");...
gpl-3.0
kidaa/darkstar
scripts/zones/Quicksand_Caves/npcs/_5sa.lua
19
1272
----------------------------------- -- Area: Quicksand Caves -- NPC: Ornate Door -- Door blocked by Weight system -- @pos -418 0 790 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Cave...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c18740404.lua
1
4736
--狂猎 芬恩 function c18740404.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(55885348,0)) e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_DECKDES) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetOpera...
gpl-3.0
kidaa/darkstar
scripts/zones/Metalworks/npcs/Taulluque.lua
38
1048
----------------------------------- -- Area: Metalworks -- NPC: Taulluque -- Type: Past Event Watcher -- @zone: 237 -- @pos 39.907 -14.999 -21.083 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; require("s...
gpl-3.0
NewbProgrammer101/Lord-of-the-Test
mods/lottachievements/api_helpers.lua
3
2447
function lottachievements.tbv(tb,value,default) if not default then default = {} end if not tb or type(tb) ~= "table" then if not value then value = "[NULL]" end minetest.log("error", "lottachievements.tbv - table "..dump(value).." is null, or not a table! Dump: "..dump(tb)) return end if not value th...
lgpl-2.1
kidaa/darkstar
scripts/zones/Bastok_Markets/npcs/Nbu_Latteh.lua
17
3482
----------------------------------- -- Area: Bastok Markets -- NPC: Nbu Latteh -- Starts & Finishes Quest: Mom, The Adventurer? -- Starts Quest: The Signpost Marks the Spot ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- re...
gpl-3.0
kidaa/darkstar
scripts/globals/abilities/divine_waltz.lua
28
2373
----------------------------------- -- Ability: Divine Waltz -- Heals party members within area of effect. -- Obtained: Dancer Level 25 -- TP Required: 40% -- Recast Time: 00:13 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); -----------------------...
gpl-3.0
kidaa/darkstar
scripts/globals/items/plate_of_flapanos_paella.lua
36
1435
----------------------------------------- -- ID: 5975 -- Item: Plate of Flapano's Paella -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- HP 45 -- Vitality 6 -- Defense % 26 Cap 155 -- Undead Killer 6 ----------------------------------------- require("scripts/globals/status"); -----------...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c10173009.lua
1
3600
--冰龙剑 function c10173009.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(c10173009.spcon) c:RegisterEffect(e1) --todeck local e2=Effect.CreateEffe...
gpl-3.0
lhog/Zero-K
LuaUI/Widgets/cmd_keep_target.lua
4
5095
--[[ remaining issues: - some things that should keep or remove target don't: building things, cloaking?, ... setting target when attacking would fix part of this - doesn't work with queues, needs synched - empty area commands trigger can trigger set/remove, but shouldnt. (because this runs in CommandNotify(), where th...
gpl-2.0
will4wachter/Project1
scripts/globals/weaponskills/raiden_thrust.lua
6
1246
----------------------------------- -- Raiden Thrust -- Polearm weapon skill -- Skill Level: 70 -- Deals lightning elemental damage to enemy. Damage varies with TP. -- Aligned with the Light Gorget & Thunder Gorget. -- Aligned with the Light Belt & Thunder Belt. -- Element: Lightning -- Modifiers: STR:3...
gpl-3.0
kidaa/darkstar
scripts/zones/Bearclaw_Pinnacle/Zone.lua
28
1630
----------------------------------- -- -- Zone: Bearclaw_Pinnacle (6) -- ----------------------------------- package.loaded["scripts/zones/Bearclaw_Pinnacle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Bearclaw_Pinnacle/TextIDs"); --------...
gpl-3.0
will4wachter/Project1
scripts/zones/Port_Bastok/npcs/Carmelo.lua
17
4566
----------------------------------- -- Area: Port Bastok -- NPC: Carmelo -- Start & Finishes Quest: Love and Ice, A Test of True Love -- Start Quest: Lovers in the Dusk -- Involved in Quest: The Siren's Tear -- @zone: 236 -- @pos -146.476 -7.48 -10.889 ----------------------------------- require("scripts/glo...
gpl-3.0
lhog/Zero-K
effects/gundam_kampferimpact.lua
25
7159
-- kampferimpact return { ["kampferimpact"] = { dirta = { air = true, class = [[CSimpleParticleSystem]], count = 1, properties = { airdrag = 0.7, alwaysvisible = true, colormap = [[0.1 0.1 0.1 1.0 0...
gpl-2.0
will4wachter/Project1
scripts/commands/deltraverserstone.lua
1
1029
--------------------------------------------------------------------------------------------------- -- func: @deltraverserstone <amount> <player> -- auth: Forgottenandlost -- desc: Deletes the specified amount of Traverser Stones from the player's stock -- Players keyitems will not be not changed. ----------...
gpl-3.0
kidaa/darkstar
scripts/zones/Beadeaux_[S]/Zone.lua
28
1315
----------------------------------- -- -- Zone: Beadeaux_[S] (92) -- ----------------------------------- package.loaded["scripts/zones/Beadeaux_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Beadeaux_[S]/TextIDs"); ----------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Riverne-Site_A01/Zone.lua
2
1204
----------------------------------- -- -- Zone: Riverne-Site_A01 -- ----------------------------------- package.loaded["scripts/zones/Riverne-Site_A01/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Riverne-Site_A01/TextIDs"); require("scripts/globals/conquest"); require("scripts/globals/set...
gpl-3.0
will4wachter/Project1
scripts/zones/Gusgen_Mines/npcs/_5g4.lua
34
1102
----------------------------------- -- Area: Gusgen Mines -- NPC: _5g4 (Door E) -- @pos 19.998 -22.4 174.506 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gusgen_Mines/TextIDs"); ---------------...
gpl-3.0
kidaa/darkstar
scripts/zones/Meriphataud_Mountains_[S]/npcs/Cavernous_Maw.lua
29
1505
----------------------------------- -- Area: Meriphataud Mountains [S] -- NPC: Cavernous Maw -- @pos 597 -32 279 97 -- Teleports Players to Meriphataud Mountains ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains_[S]/TextIDs"] = nil; ----------------------------------- re...
gpl-3.0
waterlgndx/darkstar
scripts/globals/spells/gravity_ii.lua
2
1347
----------------------------------------- -- Spell: Gravity II ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------------- function onMagicCastingCheck(caster,target,spell) return 0; end; f...
gpl-3.0
will4wachter/Project1
scripts/globals/mobskills/Amon_Drive.lua
7
1241
--------------------------------------------- -- Amon Drive -- -- Description: Performs an area of effect weaponskill. Additional effect: Paralysis + Petrification + Poison -- Type: Physical -- 2-3 Shadows? -- Range: Melee range radial -- Special weaponskill unique to Ark Angel TT. Deals ~100-400 damage. --------...
gpl-3.0
Wargus/war1gus
scripts/menus/editor.lua
1
14573
-- Menu for new map to edit local function RunEditorNewMapMenu() local menu = WarMenu() local offx = (Video.Width - 320) / 2 local offy = (Video.Height - 200) / 2 local tilesets = { "forest", "swamp", "dungeon", "forest_campaign", "swamp_campaign", "dungeon_campaign" } local mapSizes = {"32", "64", "96...
gpl-2.0
kidaa/darkstar
scripts/zones/Windurst_Woods/npcs/Apururu.lua
6
7241
----------------------------------- -- Area: Windurst Woods -- NPC: Apururu -- Involved in Quests: The Kind Cardian, Can Cardians Cry? -- @zone 241 -- @pos -11 -2 13 ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; package.loaded["scripts/globals/missions"] = ni...
gpl-3.0
kidaa/darkstar
scripts/zones/Dynamis-Tavnazia/mobs/Nightmare_Leech.lua
17
1502
----------------------------------- -- Area: Dynamis Tavnazia -- NPC: Nightmare_Leech ----------------------------------- package.loaded["scripts/zones/Dynamis-Tavnazia/TextIDs"] = nil; ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Tavnazia/TextIDs");...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Riverne-Site_B01/mobs/Nimbus_Hippogryph.lua
23
1357
----------------------------------- -- Area: Riverne - Site B01 -- MOB: Nimbus Hippogryph -- Note: Place holder Imdugud ----------------------------------- require("scripts/zones/Riverne-Site_B01/MobIDs"); ----------------------------------- -- onMobDeath ----------------------------------- funct...
gpl-3.0
kidaa/darkstar
scripts/zones/Attohwa_Chasm/npcs/Jakaka.lua
10
2417
----------------------------------- -- Area: Attohwa Chasm -- NPC: Jakaka -- Type: ENM -- @pos -144.711 6.246 -250.309 7 ----------------------------------- package.loaded["scripts/zones/Attohwa_Chasm/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Attohwa_Chasm/TextIDs"); require("scr...
gpl-3.0
will4wachter/Project1
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
pcacjr/syslinux
com32/lua/test/automenu.lua
8
4802
--[[ Automatically generated boot menu of the installed Linux kernels Example: m = require "automenu" m.run { dir = "/", default = 1, timeout = 5, append = "root=/dev/hda2 ro", } TODO: - add hooks - demo adding break options from user config - kernel flavor preference (pae/rt) ]] local lfs =...
gpl-2.0
s20121035/rk3288_android5.1_repo
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 ----------------...
gpl-3.0
MagicDevTeam/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
MonokuroInzanaito/ygopro-777DIY
expansions/script/c23303017.lua
1
1919
--克洛斯贝尔-「特务支援科」 function c23303017.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,23303017+EFFECT_COUNT_CODE_OATH) c:RegisterEffect(e1) --to hand local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_T...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Attohwa_Chasm/mobs/Alastor_Antlion.lua
2
1479
----------------------------------- -- Area: Attohwa Chasm -- NPC: Alastor Antlion ----------------------------------- mixins = {require("scripts/mixins/families/antlion_ambush_noaggro")} require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); function onMobInitialize(mob)...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Mhaura/npcs/Koh_Lenbalalako.lua
19
2176
----------------------------------- -- Area: Mhaura -- NPC: Koh Lenbalalako -- Type: Standard NPC -- @pos -64.412 -17 29.213 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Mhaura/TextIDs"); require("scripts/g...
gpl-3.0
Murloc992/TBCBackporting
Jamba/Jamba-Follow/Locales/JambaFollow-Locale-ruRU.lua
1
2234
--[[ Jamba - Jafula's Awesome Multi-Boxer Assistant Copyright 2008 - 2010 Michael "Jafula" Miller All Rights Reserved http://wow.jafula.com/addons/jamba/ jamba at jafula dot com ]]-- local L = LibStub("AceLocale-3.0"):NewLocale( "Jamba-Follow", "ruRU" ) if L then L["Follow"] = true L["Push Settings"] = true L["Push th...
gpl-3.0
waterlgndx/darkstar
scripts/globals/weaponskills/savage_blade.lua
25
1590
----------------------------------- -- Savage Blade -- Sword weapon skill -- Skill Level: 240 -- Delivers an aerial attack comprised of two hits. Damage varies with TP. -- In order to obtain Savage Blade, the quest Old Wounds must be completed. -- Will stack with Sneak Attack. -- Aligned with the Breeze Gorget, Thunder...
gpl-3.0
waterlgndx/darkstar
scripts/globals/mobskills/necropurge.lua
2
1084
--------------------------------------------- -- Necropurge -- --------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); --------------------------------------------- function onMobSkillCheck(target,mob,skill) if(m...
gpl-3.0
waterlgndx/darkstar
scripts/globals/abilities/pets/attachments/tension_spring_iv.lua
1
1067
----------------------------------- -- Attachment: Tension Spring IV ----------------------------------- require("scripts/globals/status"); function onEquip(pet) pet:addMod(dsp.mod.ATTP, 15) pet:addMod(dsp.mod.RATTP, 15) end function onUnequip(pet) pet:delMod(dsp.mod.ATTP, 15) pet:delMod(dsp.mod.RATTP...
gpl-3.0
MonokuroInzanaito/ygopro-777DIY
expansions/script/c14141005.lua
1
2224
--花舞少女·哈娜 local m=14141005 local cm=_G["c"..m] if not pcall(function() require("expansions/script/c14141006") end) then require("script/c14141006") end cm.named_with_hana=true function cm.initial_effect(c) scorp.hana_common_effect(c) local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetProperty(EFFEC...
gpl-3.0
kidaa/darkstar
scripts/globals/weaponskills/cyclone.lua
30
1416
----------------------------------- -- Cyclone -- Dagger weapon skill -- Skill level: 125 -- Delivers an area attack that deals wind elemental damage. Damage varies with TP. -- This weapon skill is ranged and can be used from a distance (Up to 15'). -- Directly affected by Magic Attack Bonus. -- Aligned with the...
gpl-3.0
will4wachter/Project1
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
unknowntg/unknowntg
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
delram/crd
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
davidedmonds/darkstar
scripts/globals/items/butter_crepe.lua
36
1239
----------------------------------------- -- ID: 5766 -- Item: Butter Crepe -- Food Effect: 30 Min, All Races ----------------------------------------- -- HP +10 -- Magic Accuracy +2 -- Magic Defense +1 ----------------------------------------- require("scripts/globals/status"); --------------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Wyatt.lua
2
1612
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Wyatt -- @zone 80 -- !pos 124 0 84 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("s...
gpl-3.0
mynameiscraziu/baby
plugins/spammerr.lua
19
271988
do function run(msg, matches) return " UltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDefending📛\nUltraKingIsDef...
gpl-2.0
kidaa/darkstar
scripts/globals/items/loaf_of_pain_de_neige.lua
35
1203
----------------------------------------- -- ID: 4292 -- Item: loaf_of_pain_de_neige -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 18 -- Vitality 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- ...
gpl-3.0
davidedmonds/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
will4wachter/Project1
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
lhog/Zero-K
LuaRules/Configs/target_priority_defs.lua
3
12453
-- Assuming max HP/Cost is 50. -- Max useful HP/Cost is 11, Only Dirtbag and Claw are higher at 32.5 and 40 respectively. local DISARM_BASE = 0.3 local DISARM_ADD = 0.2 local DISARM_ADD_TIME = 10*30 -- frames local weaponBadCats_fixedwing = {} local weaponBadCats_gunship = {} local weaponBadCats_ground = {} local wea...
gpl-2.0
davidedmonds/darkstar
scripts/zones/Windurst_Waters/npcs/Baehu-Faehu.lua
36
1615
----------------------------------- -- Area: Windurst Waters -- NPC: Baehu-Faehu -- Only sells when Windurst has control of Sarutabaruta -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones...
gpl-3.0
davidedmonds/darkstar
scripts/zones/Northern_San_dOria/npcs/HomePoint#1.lua
17
1273
----------------------------------- -- Area: Northern San dOria -- NPC: HomePoint#1 -- @pos -178.101 4.000 71.279 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Northern_San_dOria/TextIDs")...
gpl-3.0
will4wachter/Project1
scripts/zones/Windurst_Woods/npcs/Miiri-Wohri.lua
38
1037
----------------------------------- -- Area: Windurst Woods -- NPC: Miiri-Wohri -- Type: Standard NPC -- @zone: 241 -- @pos 106.766 -6 -30.492 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ------------...
gpl-3.0
davidedmonds/darkstar
scripts/zones/RaKaznar_Inner_Court/Zone.lua
32
1345
----------------------------------- -- -- Zone: Ra’Kanzar Inner Court (276) -- ----------------------------------- package.loaded["scripts/zones/RaKaznar_Inner_Court/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/RaKaznar_Inner_Court/TextIDs");...
gpl-3.0
davidedmonds/darkstar
scripts/globals/abilities/pets/ecliptic_growl.lua
20
1809
--------------------------------------------------- -- Ecliptic Growl --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/utils"); --------------------------------------...
gpl-3.0
waterlgndx/darkstar
scripts/zones/The_Celestial_Nexus/mobs/Exoplates.lua
5
2545
----------------------------------- -- Area: The Celestial Nexus -- MOB: Exoplates -- Zilart Mission 16 BCNM Fight ----------------------------------- require("scripts/globals/titles"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- function onMobInitialize(mo...
gpl-3.0
kidaa/darkstar
scripts/zones/Newton_Movalpolos/npcs/Moblin_Showman.lua
8
1025
----------------------------------- -- Area: Newton Movalpolos -- NPC: Moblin Showman - Bugbear Matman -- @pos 124.544 19.988 -60.670 12 ----------------------------------- package.loaded["scripts/zones/Newton_Movalpolos/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Newton_Movalp...
gpl-3.0
3scale/apicast-cli
src/apicast-cli/cmd/generator.lua
1
2686
local utils_path = require "apicast-cli.utils.path" local path = require "pl.path" local dir = require "pl.dir" local file = require 'pl.file' local stringx = require 'pl.stringx' local rockspec = require 'apicast-cli.rockspec' local Template = require 'apicast-cli.template' local project = require 'apicast-cli.projec...
apache-2.0
kidaa/darkstar
scripts/globals/items/konigskuchen.lua
35
1372
----------------------------------------- -- ID: 5614 -- Item: konigskuchen -- Food Effect: 180Min, All Races ----------------------------------------- -- Health 8 -- Magic % 3 -- Magic Cap 13 -- Intelligence 2 ----------------------------------------- require("scripts/globals/status"); -----------------...
gpl-3.0
waterlgndx/darkstar
scripts/globals/items/pukatrice_egg.lua
2
1645
----------------------------------------- -- ID: 6274 -- Item: pukatrice_egg -- Food Effect: 30Min, All Races ----------------------------------------- -- HP +15 -- MP +15 -- STR +2 -- Fire resistance +20 -- Attack +20% (cap 85) -- Ranged Attack +20% (cap 85) -- Subtle Blow +8 ----------------------------------------- ...
gpl-3.0
lhog/Zero-K
LuaRules/Configs/StartBoxes/Stronghold_beta.lua
6
19466
-- Stronghold beta boxes by Shaman -- local boxSE = { {6287, 8064}, {6223, 8064}, {6212, 8027}, {6126, 7968}, {5930, 7774}, {5928, 7740}, {6098, 7566}, {6099, 7484}, {6168, 7469}, {6604, 7071}, {6657, 7055}, {6913, 6794}, {6978, 6642}, {7106, 6634}, {7164, 6714}, {7216, 6766}, {7265, 6812}, {7283, 68...
gpl-2.0
will4wachter/Project1
scripts/globals/weaponskills/flat_blade.lua
6
1385
----------------------------------- -- Flat Blade -- Sword weapon skill -- Skill Level: 75 -- Stuns enemy. Chance of stunning varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP 200%TP 300...
gpl-3.0
lhog/Zero-K
scripts/chickenflyerqueen.lua
3
7365
include "constants.lua" local spGetUnitHealth = Spring.GetUnitHealth --pieces local body, head, tail, leftWing1, rightWing1, leftWing2, rightWing2 = piece("body","head","tail","lwing1","rwing1","lwing2","rwing2") local leftThigh, leftKnee, leftShin, leftFoot, rightThigh, rightKnee, rightShin, rightFoot = piece("lthig...
gpl-2.0