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
xdemolish/darkstar
scripts/globals/items/bretzel.lua
35
1302
----------------------------------------- -- ID: 4391 -- Item: Bretzel -- Food Effect: 3Min, All Races ----------------------------------------- -- Magic % 8 -- Magic Cap 55 -- Vitality 2 ----------------------------------------- require("scripts/globals/status"); -----------------------------------------...
gpl-3.0
xdemolish/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Tafeesa.lua
34
1032
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Tafeesa -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); ----------...
gpl-3.0
morteza1378/SHIELD_POWER
plugins/inrealm.lua
850
25085
-- data saved to moderation.json -- check moderation plugin do local function create_group(msg) -- superuser and admins only (because sudo are always has privilege) if is_sudo(msg) or is_realm(msg) and is_admin(msg) then local group_creator = msg.from.print_name create_g...
gpl-2.0
samael65535/quick-ng
quick/framework/cocos2dx.lua
18
1999
--[[ Copyright (c) 2011-2014 chukong-inc.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dis...
mit
samael65535/quick-ng
cocos/scripting/lua-bindings/auto/api/SpotLight.lua
8
3547
-------------------------------- -- @module SpotLight -- @extend BaseLight -- @parent_module cc -------------------------------- -- Returns the range of point or spot light.<br> -- return The range of the point or spot light. -- @function [parent=#SpotLight] getRange -- @param self -- @return float#float ret (return...
mit
xdemolish/darkstar
scripts/zones/Beaucedine_Glacier/npcs/Torino-Samarino.lua
19
2892
----------------------------------- -- Area: Beaucedine Glacier -- NPC: Torino-Samarino -- Type: Quest NPC -- Involved in Quests: Curses, Foiled A-Golem!?, Tuning Out -- @pos 105 -20 140 111 ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; require("scripts/glob...
gpl-3.0
xdemolish/darkstar
scripts/globals/spells/bluemagic/soporific.lua
2
1049
----------------------------------------- -- Spell: Soporific ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- ...
gpl-3.0
xdemolish/darkstar
scripts/zones/La_Theine_Plateau/npcs/Vicorpasse.lua
17
2125
----------------------------------- -- Area: La Theine Plateau -- NPC: Vicorpasse -- Involved in Mission: The Rescue Drill -- @pos -344 37 266 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
xdemolish/darkstar
scripts/zones/Monastic_Cavern/npcs/Magicite.lua
19
1595
----------------------------------- -- Area: Monastic Cavern -- NPC: Magicite -- Involved in Mission: Magicite -- @pos -22 1 -66 150 ----------------------------------- package.loaded["scripts/zones/Monastic_Cavern/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scri...
gpl-3.0
xdemolish/darkstar
scripts/zones/Cloister_of_Frost/mobs/Shiva_Prime.lua
1
1704
----------------------------------- -- Area: Cloister of Frost -- NPC: Shiva Prime -- Involved in Quest: Trial by Ice -- Involved in Mission: ASA-4 Sugar Coated Directive ----------------------------------- ----------------------------------- -- OnMobFight Action ----------------------------------- function onMobFig...
gpl-3.0
xdemolish/darkstar
scripts/zones/RuLude_Gardens/npcs/Pherimociel.lua
23
2499
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Pherimociel -- Involved in mission: COP 1-2 -- @pos -31.627 1.002 67.956 243 ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); r...
gpl-3.0
hsiaoyi/Melo
cocos2d/cocos/scripting/lua-bindings/auto/api/BlendFuncFrame.lua
18
1058
-------------------------------- -- @module BlendFuncFrame -- @extend Frame -- @parent_module ccs -------------------------------- -- -- @function [parent=#BlendFuncFrame] getBlendFunc -- @param self -- @return BlendFunc#BlendFunc ret (return value: cc.BlendFunc) -------------------------------- -- -- @fu...
apache-2.0
Arcscion/Shadowlyre
scripts/zones/Aht_Urhgan_Whitegate/npcs/HomePoint#1.lua
3
1289
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: HomePoint#1 -- !pos -21.129 0.001 -20.944 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); r...
gpl-3.0
N0U/Zero-K
scripts/turrettorp.lua
16
2934
include "constants.lua" local base = piece 'base' local arm1 = piece 'arm1' local arm2 = piece 'arm2' local turret = piece 'turret' local firepoint = piece 'firepoint' local waterFire = false local smokePiece = {base} -- Signal definitions local SIG_AIM = 2 local function Bob(rot) while true do Turn(base, ...
gpl-2.0
mohammad8/12345
plugins/info.lua
13
5810
--[[ Print user identification/informations by replying their post or by providing their username or print_name. !id <text> is the least reliable because it will scan trough all of members and print all member with <text> in their print_name. chat_info can be displayed on group, send it into PM, or save as file then se...
gpl-2.0
N0U/Zero-K
effects/nuke_600.lua
24
15878
-- nuke_600_landcloud_pillar -- nuke_600_landcloud_topcap -- nuke_600_seacloud_cap -- nuke_600_landcloud -- nuke_600_seacloud_topcap -- nuke_600_landcloud_ring -- nuke_600_seacloud -- nuke_600_landcloud_cap -- nuke_600 -- nuke_600_seacloud_ring -- nuke_600_seacloud_pillar return { ["nuke_600_landcloud_pillar"] = { ...
gpl-2.0
N0U/Zero-K
scripts/cadenza.lua
16
11499
include "constants.lua" -------------------------------------------------------------------------------- -- pieces -------------------------------------------------------------------------------- local base, pelvis, torso = piece("base", "pelvis", "torso") local rthigh, rleg, rfoot, lthigh, lleg, lfoot = piece("rthigh...
gpl-2.0
Arcscion/Shadowlyre
scripts/zones/Outer_Horutoto_Ruins/npcs/Grounds_Tome.lua
30
1115
----------------------------------- -- Area: Outer Horutoto Ruins -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/West_Ronfaure/npcs/qm4.lua
3
1701
----------------------------------- -- Area: West Ronfaure -- NPC: qm4 (???) -- Involved in Quest: The Dismayed Customer -- !pos -399 -10 -438 100 ----------------------------------- package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); r...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Al_Zahbi/npcs/Ndego.lua
3
1162
----------------------------------- -- Area: Al Zahbi -- NPC: Ndego -- Guild Merchant NPC: Smithing Guild -- !pos -37.192 0.000 -33.949 48 ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scr...
gpl-3.0
N0U/Zero-K
LuaRules/Gadgets/unit_turn_without_interia.lua
12
1401
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- if not gadgetHandler:IsSyncedCode() then return end -------------------------------------------------------------------------------- ------------------------...
gpl-2.0
Arcscion/Shadowlyre
scripts/zones/Upper_Delkfutts_Tower/Zone.lua
12
2557
----------------------------------- -- -- Zone: Upper_Delkfutts_Tower (158) -- ----------------------------------- package.loaded["scripts/zones/Upper_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- require("scripts/globals/common"); require("scripts/globals/zone"); require("scripts/globals/settin...
gpl-3.0
jono659/enko
scripts/globals/spells/cryohelix.lua
22
1674
-------------------------------------- -- Spell: Cryohelix -- Deals ice damage that gradually reduces -- a target's HP. Damage dealt is greatly affected by the weather. -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/ma...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Dangruf_Wadi/npcs/qm2.lua
3
1473
----------------------------------- -- Area: Dangruf Wadi -- NPC: ??? (QM2) -- Type: Item Giver -- !pos -120.041 2.621 415.989 191 -- Starts and Finishes: Breaking Stones, An Empty Vessel -- Only spawns if the weather is SUNNY or CLEAR ----------------------------------- package.loaded["scripts/zones/Dangruf_Wadi...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Riverne-Site_A01/npcs/HomePoint#1.lua
3
1251
----------------------------------- -- Area: Riverne-Site A01 -- NPC: HomePoint#1 -- !pos ----------------------------------- package.loaded["scripts/zones/Riverne-Site_A01/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Riverne-Site_A01/TextIDs"); require("scripts/globals/homepoint"); ...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Buburimu_Peninsula/TextIDs.lua
3
1890
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6415; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6421; -- Obtained: <item>. GIL_OBTAINED = 6422; -- Obtained <number> gil. KEYITEM_OBTAINED = 6424; -- Obtained...
gpl-3.0
spawnazzo/luci
applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
20
6018
--[[ Luci statistics - statistics controller module (c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net> (c) 2012 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy o...
apache-2.0
jono659/enko
scripts/zones/Palborough_Mines/Zone.lua
27
1673
----------------------------------- -- -- Zone: Palborough_Mines (143) -- ----------------------------------- package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Palborough_Mines/TextIDs"); ---------...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/mobskills/bomb_toss_suicide.lua
17
1242
--------------------------------------------------- -- Bomb Toss - Suicide -- Throws a bomb at an enemy. Sometimes backfires. --------------------------------------------- require("scripts/globals/monstertpmoves"); require("scripts/globals/settings"); require("scripts/globals/status"); ---------------------------------...
gpl-3.0
jono659/enko
scripts/zones/The_Shrine_of_RuAvitau/npcs/qm3.lua
9
1272
----------------------------------- -- Area: The Shrine of Ru'Avitau -- NPC: ??? (Spawn Ullikummi) -- @pos 739 -99 -581 178 ----------------------------------- package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Shrine_of_RuAvita...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Abyssea-Grauberg/npcs/qm13.lua
3
1388
----------------------------------- -- Zone: Abyssea-Grauberg -- NPC: qm13 (???) -- Spawns Azdaja -- !pos ? ? ? 254 ----------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/status"); ----------------------------------- -- onTrigger Action ----------------------------------- f...
gpl-3.0
ANONYMOUSE4/DevABBAS_ALSAIDI
plugins/@Abbas9_9.lua
1
1605
--[[ ▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ BY Memo ▀▄ ▄▀ ▀▄ ▄▀ BY Abska (@Abbas9_9) ▀▄ ▄▀ ▀▄ ▄▀ Making the file by Memo ▀▄ ▄▀ ▀▄ ▄▀ calling : المناداة ▀▄ ...
gpl-2.0
monsieurzhang/OpenNMT
onmt/modules/Bridge.lua
8
2185
--[[ Bridge between encoder and decoder. ]] local Bridge, parent = torch.class('onmt.Bridge', 'onmt.Network') local options = { { '-bridge', 'copy', [[Define how to pass encoder states to the decoder. With `copy`, the encoder and decoder must have the same number of layers.]], { enum = {'copy...
mit
Tikiwinkie/overthebox-feeds
luci-base/luasrc/tools/webadmin.lua
59
2301
-- Copyright 2008 Steven Barth <steven@midlink.org> -- Copyright 2008-2015 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.tools.webadmin", package.seeall) local util = require "luci.util" local uci = require "luci.model.uci" local ip = require "luci.ip" func...
gpl-3.0
jono659/enko
scripts/globals/items/mug_of_honeyed_egg.lua
35
1294
----------------------------------------- -- ID: 5739 -- Item: mug_of_honeyed_egg -- Food Effect: 30Min, All Races ----------------------------------------- -- MP 8 -- Intelligence 1 -- MP recovered while healing 1 ----------------------------------------- require("scripts/globals/status"); --------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Uleguerand_Range/npcs/HomePoint#2.lua
3
1251
----------------------------------- -- Area: Uleguerand_Range -- NPC: HomePoint#2 -- !pos ----------------------------------- package.loaded["scripts/zones/Uleguerand_Range/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Uleguerand_Range/TextIDs"); require("scripts/globals/homepoint"); ...
gpl-3.0
jono659/enko
scripts/globals/abilities/pets/thunderspark.lua
5
1492
--------------------------------------------------- -- Thunderspark M=whatever --------------------------------------------------- require("/scripts/globals/settings"); require("/scripts/globals/status"); require("/scripts/globals/summon"); require("/scripts/globals/magic"); require("/scripts/globals/monstertp...
gpl-3.0
jono659/enko
scripts/globals/items/orange_kuchen.lua
35
1230
----------------------------------------- -- ID: 4393 -- Item: orange_kuchen -- Food Effect: 180Min, All Races ----------------------------------------- -- Magic % 13 -- Magic Cap 75 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- O...
gpl-3.0
albertz/love
src/libraries/luasocket/libluasocket/ltn12.lua
127
8177
----------------------------------------------------------------------------- -- LTN12 - Filters, sources, sinks and pumps. -- LuaSocket toolkit. -- Author: Diego Nehab -- RCS ID: $Id: ltn12.lua,v 1.31 2006/04/03 04:45:42 diego Exp $ ----------------------------------------------------------------------------- -------...
gpl-3.0
stevethrowback/forsaken
scripts/ltn12.lua
127
8177
----------------------------------------------------------------------------- -- LTN12 - Filters, sources, sinks and pumps. -- LuaSocket toolkit. -- Author: Diego Nehab -- RCS ID: $Id: ltn12.lua,v 1.31 2006/04/03 04:45:42 diego Exp $ ----------------------------------------------------------------------------- -------...
gpl-2.0
jono659/enko
scripts/zones/Open_sea_route_to_Mhaura/Zone.lua
34
1477
----------------------------------- -- -- Zone: Open_sea_route_to_Mhaura (47) -- ----------------------------------- package.loaded["scripts/zones/Open_sea_route_to_Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Open_sea_route_to_Mhaura/TextIDs"); ----------------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Yughott_Grotto/npcs/Treasure_Chest.lua
3
2947
----------------------------------- -- Area: Yughott Grotto -- NPC: Treasure Chest -- !zone 142 ----------------------------------- package.loaded["scripts/zones/Yughott_Grotto/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/treasure"); require("scrip...
gpl-3.0
jono659/enko
scripts/zones/Upper_Jeuno/npcs/Mhao_Kehtsoruho.lua
38
1041
----------------------------------- -- Area: Upper Jeuno -- NPC: Mhao Kehtsoruho -- Type: Past Event Watcher -- @zone: 244 -- @pos -73.032 -1 146.919 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; --------...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/weaponskills/refulgent_arrow.lua
10
1449
----------------------------------- -- 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/Refulgent_...
gpl-3.0
jono659/enko
scripts/zones/Southern_San_dOria/npcs/Endracion.lua
13
6012
----------------------------------- -- Area: Northern San d'Oria -- NPC: Endracion -- @pos -110 1 -34 230 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/key...
gpl-3.0
jono659/enko
scripts/zones/Southern_San_dOria_[S]/npcs/Wyatt.lua
17
1981
----------------------------------- -- 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"); ...
gpl-3.0
N0U/Zero-K
LuaRules/Gadgets/start_unit_setup.lua
4
24656
function gadget:GetInfo() return { name = "StartSetup", desc = "Implements initial setup: start units, resources, and plop for construction", author = "Licho, CarRepairer, Google Frog, SirMaverick", date = "2008-2010", license = "GNU GPL, v2 or later", layer = -1, -- Be...
gpl-2.0
Arcscion/Shadowlyre
scripts/zones/Port_Jeuno/npcs/Joachim.lua
3
3980
----------------------------------- -- Area: Port Jeuno -- NPC: Joachim -- @zone 246 -- !pos -52.844 0.000 -9.978 -- CS/Event ID's: -- 0x0144 = on zoning in -- 0x0145 = 1st chat, get 1st stone, -- completes "A Journey Begins" -- 0x0146 = Limited Menu -- 0x0147 = CS after "The Truth Beckons" completed. -- 0x0148 = Full ...
gpl-3.0
jono659/enko
scripts/zones/La_Theine_Plateau/npcs/Chocobo_Tracks.lua
11
1353
----------------------------------- -- Area: La Theine Plateau -- NPC: Chocobo Tracks -- Involved in quest: Chocobo on the Loose! -- @pos -556 0 523 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/zo...
gpl-3.0
mattsm/packages
net/dynapoint/src/dynapoint.lua
20
6015
#!/usr/bin/lua --[[ Copyright (C) 2016 Tobias Ilte <tobias.ilte@campus.tu-berlin.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
gpl-2.0
jono659/enko
scripts/globals/spells/jubaku_ni.lua
11
1694
----------------------------------------- -- Spell: Jubaku: Ni -- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and INT. -- taken from paralyze ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ---------------------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/items/red_hot_cracker.lua
12
1337
----------------------------------------- -- ID: 4281 -- Item: red_hot_cracker -- Food Effect: 3Min, All Races ----------------------------------------- -- HP Recovered While Healing 9 -- Beast Killer 12 -- Resist Sleep 12 ----------------------------------------- require("scripts/globals/status"); ------------------...
gpl-3.0
N0U/Zero-K
LuaRules/Gadgets/exp_no_air_nuke.lua
17
1024
-- $Id: exp_no_air_nuke.lua 3171 2008-11-06 09:06:29Z det $ function gadget:GetInfo() return { name = "NoAirNuke", desc = "Disables the custom nuke effect, if the nuke is shoot in the air.", author = "jK", date = "Dec, 2007", license = "GNU GPL, v2 or later", layer = 0...
gpl-2.0
N0U/Zero-K
LuaRules/Configs/StartBoxes/Violence_4.2.lua
5
1506
local layout = { [0] = { boxes = { { {4599.8403320313, 3195.0278320313}, {4669.3291015625, 3121.9633789063}, {4742.1538085938, 3089.4133300781}, {4841.6083984375, 3061.3872070313}, {4929.0893554688, 3033.1252441406}, {4994.1552734375, 3045.7421875}, {5061.5859375, 3041.9548339844}, ...
gpl-2.0
jono659/enko
scripts/globals/items/broiled_pipira.lua
35
1371
----------------------------------------- -- ID: 4585 -- Item: Broiled Pipira -- Food Effect: 60Min, All Races ----------------------------------------- -- Dexterity 4 -- Mind -1 -- Attack % 14 -- Ranged ATT % 14 ----------------------------------------- require("scripts/globals/status"); ---------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Port_San_dOria/npcs/Liloune.lua
17
1400
----------------------------------- -- Area: Port San d'Oria -- NPC: Liloune -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Port_San_dOria/TextIDs"); require("scripts/globals/quests"); ---...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Northern_San_dOria/npcs/Morunaude.lua
17
1453
----------------------------------- -- Area: Northern San d'Oria -- NPC: Morunaude -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dOria/TextIDs"); require("scripts/globals...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/spells/hojo_ichi.lua
5
1433
----------------------------------------- -- Spell: Hojo:Ichi -- Description: Inflicts Slow on target. -- Edited from slow.lua ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------------- functio...
gpl-3.0
Geigerkind/ModifiedPowerAurasTBC
libs/BuffLib/spells.lua
1
6791
BuffLibabilityIDs = { -- MISC & Racials --------------------- [11196] = 60, -- Recently Bandaged [44055] = 15, -- Battlemaster (1750 HP) [19305] = 15, -- Starshards [2651] = 15, -- Elune's Grace [25467] = 24, -- Devouring Plague [20600] = 20, -- Perception [33697] = 15, -- Blood Fury [20594] = 8, -- Stoneform ...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Giddeus/npcs/Quu_Bokye.lua
3
1984
----------------------------------- -- Area: Giddeus -- NPC: Quu Bokye -- Involved in Quest: Dark Legacy -- !pos -159 16 181 145 ----------------------------------- package.loaded["scripts/zones/Giddeus/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Giddeus/TextIDs"); -------------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Temenos/mobs/Skadi.lua
28
1192
----------------------------------- -- Area: Temenos N T -- NPC: Skadi ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); ----------------------------------- --...
gpl-3.0
rtsisyk/tarantool
test/vinyl/constraint.test.lua
2
1972
-- key type validations (str, num) space = box.schema.space.create('test', { engine = 'vinyl' }) index = space:create_index('primary', { type = 'tree', parts = {1, 'string'} }) space:insert{1} space:replace{1} space:delete{1} space:update({1}, {{'=', 1, 101}}) space:upsert({1}, {{'+', 1, 10}}) space:get{1} index:pairs...
bsd-2-clause
hypnoscope/let-s-code-an-indie-game
episode_19/src/logic/rooms/map.lua
6
1632
local room = require("src.logic.rooms.room") local slime = require("src.mobs.slime") local magicPotion = require("src.pickups.magic_potion") local map = {} local draw = function (self, view) self.rooms[self.roomIndex]:draw(view) love.graphics.printf( "Room " .. self.roomIndex, 350, 20, 100, "...
mit
jono659/enko
scripts/globals/mobskills/Wind_Shear_ZNM.lua
6
1128
--------------------------------------------- -- Wind Shear -- -- Description: Deals damage to enemies within an area of effect. Additional effect: Knockback -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: 10' radial -- Notes: The knockback is rather severe. Vulpangue uses an enhanced ver...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/items/chunk_of_sweet_lizard.lua
12
1408
----------------------------------------- -- ID: 5738 -- Item: chunk_of_sweet_lizard -- Food Effect: 30Min, All Races ----------------------------------------- -- HP 5 -- MP 5 -- Dexterity 1 -- hHP +2 -- hMP +2 ----------------------------------------- require("scripts/globals/status"); ------------------------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Windurst_Waters/npcs/Orez-Ebrez.lua
17
1820
----------------------------------- -- Area: Windurst Waters -- NPC: Orez-Ebrez -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; require("scripts/zones/Windurst_Waters/TextI...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Northern_San_dOria/npcs/Pellimie.lua
3
1038
----------------------------------- -- 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
Arcscion/Shadowlyre
scripts/globals/items/shivas_shotel.lua
7
1042
----------------------------------------- -- ID: 17711 -- Item: Shiva's Shotel ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------- function onAdditionalEffect(player,target,damage) local c...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Konschtat_Highlands/mobs/Ghillie_Dhu.lua
3
2390
----------------------------------- -- Area: Konschtat Highlands -- NM: Ghillie Dhu ----------------------------------- require("scripts/globals/fieldsofvalor"); require("scripts/globals/status"); require("scripts/globals/utils"); require("scripts/globals/msg"); ----------------------------------- -- onMobInitialize...
gpl-3.0
jono659/enko
scripts/globals/spells/hunters_prelude.lua
13
1489
----------------------------------------- -- Spell: Hunter's Prelude -- Gives party members ranged attack accuracy ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingChe...
gpl-3.0
jono659/enko
scripts/globals/items/kazham_pineapple.lua
35
1203
----------------------------------------- -- ID: 4432 -- Item: kazham_pineapple -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility -5 -- Intelligence 3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Crawlers_Nest_[S]/mobs/Morille_Mortelle.lua
3
1897
----------------------------------- -- Area: Crawlers nest [S] (171) -- NM: Morille Mortelle -- !pos 59.788 -0.939 22.316 171 ----------------------------------- require("scripts/globals/status"); require("scripts/globals/msg"); ----------------------------------- -- onMobDeath ----------------------------------- f...
gpl-3.0
Arcscion/Shadowlyre
scripts/globals/abilities/curing_waltz_iii.lua
4
2635
----------------------------------- -- Ability: Curing Waltz III -- Heals HP to target player. -- Obtained: Dancer Level 45 -- TP Required: 50% -- Recast Time: 00:10 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/msg"); -------------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Windurst_Waters_[S]/npcs/Aystise.lua
3
1057
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Aystise -- Type: Standard NPC -- @zone 94 -- !pos -69.805 -4.5 68.078 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; -------...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/Promyvion-Vahzl/npcs/_0mc.lua
17
1403
----------------------------------- -- Area: Promyvion vahzl -- NPC: Memory flux (1) ----------------------------------- package.loaded["scripts/zones/Promyvion-Vahzl/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Promyvion-Vahzl/TextIDs"); require("sc...
gpl-3.0
jono659/enko
scripts/zones/Nashmau/npcs/Kyokyoroon.lua
17
1758
----------------------------------- -- Area: Nashmau -- NPC: Kyokyoroon -- Standard Info NPC -- @pos 18.020 -6.000 10.467 53 ----------------------------------- package.loaded["scripts/zones/Nashmau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/globa...
gpl-3.0
mczoden/arch_config
home/.config/awesome/rc.lua
1
26384
-- Standard awesome library local gears = require("gears") local awful = require("awful") require("awful.autofocus") -- Widget and layout library local wibox = require("wibox") -- Theme handling library local beautiful = require("beautiful") -- Notification library local naughty = require("naughty") local menubar = req...
gpl-2.0
zzh442856860/skynet-Note
examples/client.lua
67
2101
package.cpath = "luaclib/?.so" package.path = "lualib/?.lua;examples/?.lua" if _VERSION ~= "Lua 5.3" then error "Use lua 5.3" end local socket = require "clientsocket" local proto = require "proto" local sproto = require "sproto" local host = sproto.new(proto.s2c):host "package" local request = host:attach(sproto.n...
mit
Goodzilam/20
plugins/Member_Moderator.lua
20
10430
-- data saved to moderation.json -- check moderation plugin do local function create_group(msg) -- superuser and admins only (because sudo are always has privilege) local group_creator = msg.from.print_name create_group_chat (group_creator, group_name, ok_cb, false) return 'Group '..string.gsub(group_name, '...
gpl-2.0
Arcscion/Shadowlyre
scripts/zones/Temple_of_Uggalepih/npcs/_4f3.lua
3
2093
----------------------------------- -- Area: Temple of Uggalepih -- NPC: _4f3 -- Notes: Tonberry Priest Room (Offers Tonberry Hate Reset) -- !pos 60.001 -1.653 -147.755 159 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- requ...
gpl-3.0
N0U/Zero-K
LuaUI/Widgets/chili/Handlers/texturehandler.lua
25
3354
--//============================================================================= --// TextureHandler = {} --//============================================================================= --//TWEAKING local timeLimit = 0.2/15 --//time per second / desiredFPS --//==================================================...
gpl-2.0
Arcscion/Shadowlyre
scripts/globals/items/plate_of_mushroom_paella_+1.lua
12
1386
----------------------------------------- -- ID: 5971 -- Item: Plate of Mushroom Paella +1 -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- HP 43 -- Mind 6 -- Magic Accuracy 6 -- Undead Killer 6 ----------------------------------------- require("scripts/globals/status"); -----------------...
gpl-3.0
kmx/mirror-im
html/examples/merge_rgb.lua
2
2726
require"imlua" require"imlua_process" function myLoadImage(filename) print("Loading: "..filename) local image, err = im.FileImageLoad(filename) if not image then error(im.ErrorStr(err)) end return image end function myPrintStats(image) local stats = im.CalcImageStatistics(image) if (image:Depth() =...
mit
Arcscion/Shadowlyre
scripts/globals/items/block_of_stone_cheese.lua
12
1214
----------------------------------------- -- ID: 4460 -- Item: Block of Stone Cheese -- Food Effect: 30Min, All Races ----------------------------------------- -- Health +6% (cap 40) ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -...
gpl-3.0
rigeirani/sbbb
plugins/setrank.lua
40
8897
do local Dev = 122774063 --put your id here(BOT OWNER ID) local function setrank(msg, name, value) -- setrank function local hash = nil if msg.to.type == 'chat' then hash = 'rank:'..msg.to.id..':variables' end if hash then redis:hset(hash, name, value) return send_msg('chat#id'..msg.to.id, 'مقام کاربر...
gpl-2.0
NiLuJe/koreader-base
ffi/linux_fb_h.lua
3
1681
local ffi = require("ffi") ffi.cdef[[ static const int FBIOGET_FSCREENINFO = 17922; static const int FBIOGET_VSCREENINFO = 17920; static const int FBIOPUT_VSCREENINFO = 17921; static const int FB_TYPE_PACKED_PIXELS = 0; static const int FB_ROTATE_UR = 0; static const int FB_ROTATE_CW = 1; static const int FB_ROTATE_UD...
agpl-3.0
Arcscion/Shadowlyre
scripts/globals/abilities/feral_howl.lua
58
3525
--------------------------------------------------- -- Ability: Feral Howl -- Terrorizes the target. -- Obtained: Beastmaster Level 75 -- Recast Time: 0:05:00 -- Duration: Apprx. 0:00:01 - 0:00:10 --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status")...
gpl-3.0
N0U/Zero-K
LuaUI/Widgets/gui_chili_endgraph.lua
5
15891
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function widget:GetInfo() return { name = "EndGame Stats", desc = "v0.913 Chili replacement for default end game statistics", author = "Funken...
gpl-2.0
jono659/enko
scripts/zones/AlTaieu/npcs/Auroral_Updraft.lua
9
1769
----------------------------------- -- Area: Al'Taieu -- NPC: Auroral Updraft -- Type: Standard NPC ----------------------------------- package.loaded["scripts/zones/AlTaieu/TextIDs"] = nil; ----------------------------------- require("scripts/zones/AlTaieu/TextIDs"); -----------------------------------...
gpl-3.0
centosGit/dotfiles
awesome/widgets/init.lua
1
8749
local wibox = require("wibox") local vicious = require("vicious") local awful = require("awful") -- ICONS_DIR = awful.util.getdir("config") .. "/icons/" -- centos = {widgets = {}} centos.widgets.separator = wibox.widget.textbox() centos.widgets.separator:set_text(" | ") centos.widgets.lang = wibox.widget.systray()...
mit
jono659/enko
scripts/globals/spells/bluemagic/regurgitation.lua
8
1795
----------------------------------------- -- Spell: Regurgitation -- Deals Water damage to an enemy. Additional Effect: Bind -- Spell cost: 69 MP -- Monster Type: Lizards -- Spell Type: Magical (Water) -- Blue Magic Points: 1 -- Stat Bonus: INT+1 MND+1 MP+3 -- Level: 68 -- Casting Time: 5 seconds -- Recast Ti...
gpl-3.0
Arcscion/Shadowlyre
scripts/zones/North_Gustaberg/npcs/Kuleo.lua
3
1881
----------------------------------- -- Area: North Gustaberg -- NPC: Kuleo -- Type: Outpost Vendor -- !pos -586 39 61 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/con...
gpl-3.0
jono659/enko
scripts/globals/spells/bluemagic/magic_fruit.lua
10
1790
----------------------------------------- -- Spell: Magic Fruit -- Restores HP for the target party member -- Spell cost: 72 MP -- Monster Type: Beasts -- Spell Type: Magical (Light) -- Blue Magic Points: 3 -- Stat Bonus: CHR+1 HP+5 -- Level: 58 -- Casting Time: 3.5 seconds -- Recast Time: 6 seconds -- -- ...
gpl-3.0
jono659/enko
scripts/zones/Temenos/mobs/Enhanced_Pugil.lua
12
1043
----------------------------------- -- Area: Temenos W T -- NPC: Enhanced_Pugil ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Temenos/TextIDs"); -----------------------...
gpl-3.0
jono659/enko
scripts/globals/spells/curaga.lua
13
1210
----------------------------------------- -- Spell: Curaga -- Restores HP of all party members within area of effect. ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- ...
gpl-3.0
trex2000/Arobs-Academy
ESP8266/Web_Page/ds18b20.lua
3
3423
-------------------------------------------------------------------------------- -- DS18B20 one wire module for NODEMCU -- NODEMCU TEAM -- LICENCE: http://opensource.org/licenses/MIT -- Vowstar <vowstar@nodemcu.com> -------------------------------------------------------------------------------- -- Set module name as ...
mit
jono659/enko
scripts/globals/items/cup_of_imperial_coffee.lua
35
1254
----------------------------------------- -- ID: 5592 -- Item: cup_of_imperial_coffee -- Food Effect: 180Min, All Races ----------------------------------------- -- Health Regen While Healing 3 -- Magic Regen While Healing 3 ----------------------------------------- require("scripts/globals/status"); -----...
gpl-3.0
N0U/Zero-K
LuaRules/Gadgets/unit_missilesilo.lua
4
7738
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function gadget:GetInfo() return { name = "Missile Silo Controller", desc = "Handles missile silos", author = "KingRaptor (L.J. Lim)", d...
gpl-2.0
mamad-sudo/novin
libs/redis.lua
32
1129
local Redis = (loadfile "./libs/lua-redis.lua")() local FakeRedis = (loadfile "./libs/fakeredis.lua")() local params = { host = '127.0.0.1', port = 6379, } -- Overwrite HGETALL Redis.commands.hgetall = Redis.command('hgetall', { response = function(reply, command, ...) local new_reply = { } for i = 1, #...
gpl-3.0
jono659/enko
scripts/globals/spells/voidstorm.lua
31
1154
-------------------------------------- -- Spell: Voidstorm -- Changes the weather around target party member to "gloomy." -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ---------------------------------------...
gpl-3.0