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
zynjec/darkstar
scripts/globals/spells/dragonfoe_mambo.lua
10
1607
----------------------------------------- -- Spell: Dragonfoe Mambo -- Grants evasion bonus to all members. ----------------------------------------- require("scripts/globals/status") require("scripts/globals/msg") ----------------------------------------- function onMagicCastingCheck(caster,target,spell) return 0...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Sabiliont.lua
14
1706
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Sabiliont -- @zone 80 -- @pos 9 2 -87 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); ---------...
gpl-3.0
AliKhodadad/wild-man
plugins/rss.lua
700
5434
local function get_base_redis(id, option, extra) local ex = '' if option ~= nil then ex = ex .. ':' .. option if extra ~= nil then ex = ex .. ':' .. extra end end return 'rss:' .. id .. ex end local function prot_url(url) local url, h = string.gsub(url, "http://", "") local...
gpl-2.0
hedgewars/hw
share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua
1
3120
HedgewarsScriptLoad("/Scripts/Locale.lua") HedgewarsScriptLoad("/Scripts/RopeKnocking.lua") -- In this mission, the names of the enemy hogs are chosen randomly from this list. -- As a nod to the community, this list contains names of actual users/players; -- Mostly developers, contributors, high-ranking players in a s...
gpl-2.0
zynjec/darkstar
scripts/globals/mobskills/leaping_cleave.lua
11
1042
--------------------------------------------- -- Leaping Cleave -- Family: Qutrub -- Description: Performs a jumping slash on a single target. -- Type: Physical -- Utsusemi/Blink absorb: 1 shadow -- Range: Melee -- Notes: Used only when wielding their initial sword. --------------------------------------------- ...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Buburimu_Peninsula/Zone.lua
4
4569
----------------------------------- -- -- 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
Colettechan/darkstar
scripts/zones/Maze_of_Shakhrami/Zone.lua
11
1906
----------------------------------- -- -- Zone: Maze_of_Shakhrami (198) -- ----------------------------------- package.loaded["scripts/zones/Maze_of_Shakhrami/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/zone"); require("scripts/zones/Maze_of_Shakhr...
gpl-3.0
Colettechan/darkstar
scripts/globals/mining.lua
13
16837
------------------------------------------------------------------------------------------ -- Mining 2.0 -- Note: When implementing new zones, ensure there are more mining point locations -- than there are mining points for the zone. -----------------------------------------------------------------------------------...
gpl-3.0
zynjec/darkstar
scripts/globals/mobskills/suction.lua
11
1047
--------------------------------------------- -- Suction -- -- Description: Deals damage to a single target. Additional effect: Stun -- Type: Physical -- Utsusemi/Blink absorb: 1 shadow -- Range: Melee -- Notes: Stun doesn't always occur. --------------------------------------------- require("scripts/globals/sett...
gpl-3.0
Vadavim/jsr-darkstar
scripts/globals/spells/poisonga_iii.lua
27
1133
----------------------------------------- -- Spell: Poisonga III ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,targe...
gpl-3.0
Colettechan/darkstar
scripts/globals/spells/poisonga_iii.lua
27
1133
----------------------------------------- -- Spell: Poisonga III ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function onMagicCastingCheck(caster,targe...
gpl-3.0
amir0858/telesuper1
plugins/patterns.lua
1
1664
do --@sudo_tm -- Returns true if is not empty local function has_usage_data(dict) if (dict.patterns == nil or dict.patterns == '') then return false end return true end -- Get commands for that plugin local function plugin_help(name) local plugin = plugins[name] if not plugin then return nil end local...
agpl-3.0
tsdfsetatata/xserver
config/server/fb_bbj_001Table.lua
1
25195
local fb_bbj_001 = { [1000001] = { ['uid'] = 1000001, ['ID'] = 152013021, ['ResType'] = "Npc", ['PointPosX'] = 281.49, ['PointPosY'] = 13.56, ['PointPosZ'] = 291.62, ['Yaw'] = 27.46316, ['Level'] = 1, ['TargetInfoList'] = { } }, ...
gpl-3.0
Colettechan/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/_5fd.lua
13
1077
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Shiva's Gate -- @pos 110 -34 -60 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/zones/The_Eldieme_Necropolis/TextIDs"); -----...
gpl-3.0
Colettechan/darkstar
scripts/globals/items/dil.lua
18
1304
----------------------------------------- -- ID: 5457 -- Item: Dil -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 4 -- Mind -6 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck --------------...
gpl-3.0
zynjec/darkstar
scripts/zones/AlTaieu/npcs/qm2.lua
12
1148
----------------------------------- -- Area: Al'Taieu -- NPC: ??? (Jailer of Justice Spawn) -- Allows players to spawn the Jailer of Justice by trading the Second Virtue, Deed of Moderation, and HQ Xzomit Organ to a ???. -- !pos , -278 0 -463 ----------------------------------- local ID = require("scripts/zones/AlTaie...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Norg/npcs/Paito-Maito.lua
15
2550
----------------------------------- -- Area: Norg -- NPC: Paito-Maito -- Standard Info NPC ----------------------------------- require("scripts/globals/pathfind"); local path = { -71.189713, -9.413510, 74.024879, -71.674171, -9.317029, 73.054794, -72.516525, -9.298064, 72.363213, -73.432983, -9.220915, 71.773857, -74...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Western_Adoulin/npcs/Porter_Moogle.lua
14
1533
----------------------------------- -- Area: Western Adoulin -- NPC: Porter Moogle -- Type: Storage Moogle -- @zone 256 -- @pos TODO ----------------------------------- package.loaded["scripts/zones/Western_Adoulin/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Western_Adoulin/T...
gpl-3.0
aleksijuvani/premake-core
modules/codelite/codelite_project.lua
2
13215
-- -- Name: codelite/codelite_project.lua -- Purpose: Generate a CodeLite C/C++ project file. -- Author: Ryan Pusztai -- Modified by: Andrea Zanellato -- Manu Evans -- Tom van Dijck -- Created: 2013/05/06 -- Copyright: (c) 2008-2016 Jason Perkins and the Premake project -...
bsd-3-clause
Colettechan/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/PalardaifaultVDraffles.lua
19
1139
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Palardaifault V Draffles -- @zone 80 -- @pos 9 1 -35 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); ---------------------------...
gpl-3.0
kiavateam/kiavasec_bot
libs/lua-redis.lua
580
35599
local redis = { _VERSION = 'redis-lua 2.0.4', _DESCRIPTION = 'A Lua client library for the redis key value storage system.', _COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri', } -- The following line is used for backwards compatibility in order to keep the `Redis` -- global module name. Using...
gpl-3.0
zynjec/darkstar
scripts/globals/mobskills/armor_buster.lua
11
1155
--------------------------------------------------- -- Armor_Buster -- Description: -- Type: Magical -- additional effect: WEIGHT --------------------------------------------------- require("scripts/globals/monstertpmoves") require("scripts/globals/settings") require("scripts/globals/status") --------------------------...
gpl-3.0
tsdfsetatata/xserver
config/server/ShopListTable.lua
1
3905
local ShopListTable = { [280001011] = { ['ID'] = 280001011, --索引 ['ShopType'] = 1, --商城类型 ['ShopTypeName'] = '商城', --商城大类页签名称 ['ShopType1'] = 1, --商城小类型 ['TabName'] = '热销商品', --页签名称 ['GroupingName'] = '热销商品', --分组名称 ['OpenConditionType'] = 0, --开放条件类型 ['OpenCondition'] = '', --开放条件 ['StartT...
gpl-3.0
JarnoVgr/InfectedWars
entities/entities/meatrocket/shared.lua
1
5173
--[[----------------------------------------------------------------------------- * Infected Wars, an open source Garry's Mod game-mode. * * Infected Wars is the work of multiple authors, * a full list can be found in CONTRIBUTORS.md. * For more information, visit https://github.com/JarnoVgr/InfectedWars * * Inf...
mit
Colettechan/darkstar
scripts/zones/RuLude_Gardens/npcs/Dabih_Jajalioh.lua
12
1385
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Dabih Jajalioh -- Standard Merchant NPC -- Additional script for pereodical -- goods needed. -- Partitially implemented. ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; -------------------------------...
gpl-3.0
Colettechan/darkstar
scripts/zones/Metalworks/npcs/Pius.lua
13
1960
----------------------------------- -- Area: Metalworks -- NPC: Pius -- Involved In Mission: Journey Abroad -- @pos 99 -21 -12 237 ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zon...
gpl-3.0
Colettechan/darkstar
scripts/zones/La_Theine_Plateau/npcs/Stone_Monument.lua
13
1281
----------------------------------- -- Area: La Theine Plateau -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" -- @pos 334.133 50.623 141.163 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Abyssea-Altepa/npcs/qm8.lua
14
1346
----------------------------------- -- Zone: Abyssea-Altepa -- NPC: qm8 (???) -- Spawns Chickcharney -- @pos ? ? ? 218 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --...
gpl-3.0
zynjec/darkstar
scripts/commands/addweaponskillpoints.lua
14
1753
--------------------------------------------------------------------------------------------------- -- func: addWeaponSkillPoints <slot> <points> {player} -- desc: Adds weapon skill points to an equipped item. --------------------------------------------------------------------------------------------------- require("s...
gpl-3.0
Colettechan/darkstar
scripts/globals/items/nopales_salad.lua
18
1174
----------------------------------------- -- ID: 5701 -- Item: nopales_salad -- Food Effect: 3Hrs, All Races ----------------------------------------- -- Strength 1 -- Agility 6 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------...
gpl-3.0
mahdib9/12
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
zynjec/darkstar
scripts/globals/summon.lua
10
9706
require("scripts/globals/common") require("scripts/globals/status") require("scripts/globals/msg") function getSummoningSkillOverCap(avatar) local summoner = avatar:getMaster() local summoningSkill = summoner:getSkillLevel(dsp.skill.SUMMONING_MAGIC) local maxSkill = summoner:getMaxSkillLevel(avatar:getMai...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Rakih_Lyhall.lua
14
1063
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Rakih Lyhall -- Type: Standard NPC -- @zone 94 -- @pos -48.111 -4.5 69.712 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; -...
gpl-3.0
Colettechan/darkstar
scripts/globals/spells/deodorize.lua
27
1133
----------------------------------------- -- Spell: Deodorize -- Lessens chance of being detected by smell. -- Duration is random number between 30 seconds and 5 minutes ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------...
gpl-3.0
LedeDBProxy/resurgence
lib/histogram.lua
6
5165
--[[ $%BEGINLICENSE%$ Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. 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; version 2 of the License. This program is dis...
gpl-2.0
Colettechan/darkstar
scripts/globals/items/king_truffle.lua
18
1185
----------------------------------------- -- ID: 4386 -- King Truffle -- 5 Minutes, food effect, All Races ----------------------------------------- -- Strength -6 -- Mind +4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnIt...
gpl-3.0
aleksijuvani/premake-core
src/base/oven.lua
2
22317
-- -- base/oven.lua -- -- Process the workspaces, projects, and configurations that were specified -- by the project script, and make them suitable for use by the exporters -- and actions. Fills in computed values (e.g. object directories) and -- optimizes the layout of the data for faster fetches. -- -- Copyright (c) ...
bsd-3-clause
xiaq/luarocks
src/luarocks/fetch.lua
12
15290
--- Functions related to fetching and loading local and remote files. --module("luarocks.fetch", package.seeall) local fetch = {} package.loaded["luarocks.fetch"] = fetch local fs = require("luarocks.fs") local dir = require("luarocks.dir") local type_check = require("luarocks.type_check") local path = require("luaro...
mit
Vadavim/jsr-darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Kolin-Olin.lua
14
1060
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Kolin-Olin -- Type: Standard NPC -- @zone 94 -- @pos 9.981 -2.478 33.786 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----...
gpl-3.0
zynjec/darkstar
scripts/zones/Bastok_Markets/npcs/Harmodios.lua
9
1815
----------------------------------- -- Area: Bastok Markets -- NPC: Harmodios -- Standard Merchant NPC -- !pos -79.928 -4.824 -135.114 235 ----------------------------------- local ID = require("scripts/zones/Bastok_Markets/IDs") require("scripts/globals/quests") require("scripts/globals/shop") function onTrigger(pla...
gpl-3.0
Colettechan/darkstar
scripts/zones/Southern_San_dOria/npcs/Balasiel.lua
24
6649
----------------------------------- -- Area: Southern San d'Oria -- NPC: Balasiel -- Starts and Finishes: A Squire's Test, A Squire's Test II, A Knight's Test -- @zone 230 -- @pos -136 -11 64 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; -----------------------...
gpl-3.0
zynjec/darkstar
scripts/globals/spells/bluemagic/jettatura.lua
12
1450
----------------------------------------- -- Spell: Jettatura -- Enemies within a fan-shaped area originating from the caster are frozen with fear -- Spell cost: 37 MP -- Monster Type: Birds -- Spell Type: Magical (Dark) -- Blue Magic Points: 4 -- Stat Bonus: MP+15 -- Level: 48 -- Casting Time: 0.5 seconds -- Recast Ti...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Windurst_Walls/npcs/Tsuaora-Tsuora.lua
14
1056
----------------------------------- -- Area: Windurst Walls -- NPC: Tsuaora-Tsuora -- Type: Standard NPC -- @zone 239 -- @pos 71.489 -3.418 -67.809 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; --------...
gpl-3.0
zynjec/darkstar
scripts/globals/spells/bluemagic/pollen.lua
12
1703
----------------------------------------- -- Spell: Pollen -- Restores HP -- Spell cost: 8 MP -- Monster Type: Vermin -- Spell Type: Magical (Light) -- Blue Magic Points: 1 -- Stat Bonus: CHR+1, HP+5 -- Level: 1 -- Casting Time: 2 seconds -- Recast Time: 5 seconds -- -- Combos: Resist Sleep ----------------------------...
gpl-3.0
zynjec/darkstar
scripts/zones/Lower_Jeuno/npcs/Harnek.lua
9
1896
----------------------------------- -- Area: Lower Jeuno -- NPC: Harnek -- Starts and Finishes Quest: The Tenshodo Showdown (finish) -- !pos 44 0 -19 245 ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/keyitems"); require("scripts/glo...
gpl-3.0
JarnoVgr/InfectedWars
entities/weapons/iw_knife_old/shared.lua
1
2050
--[[----------------------------------------------------------------------------- * Infected Wars, an open source Garry's Mod game-mode. * * Infected Wars is the work of multiple authors, * a full list can be found in CONTRIBUTORS.md. * For more information, visit https://github.com/JarnoVgr/InfectedWars * * Inf...
mit
Colettechan/darkstar
scripts/zones/Port_Windurst/npcs/Hohbiba-Mubiba.lua
17
1689
----------------------------------- -- Area: Port Windurst -- NPC: Hohbiba-Mubiba -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/zones/Port_Windurst/TextIDs"...
gpl-3.0
Colettechan/darkstar
scripts/zones/Vunkerl_Inlet_[S]/mobs/Gnole.lua
13
1677
----------------------------------- -- Area: Vunkerl Inlet (S) -- MOB: Gnole ----------------------------------- ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) mob:setLocalVar("transformTime", os.time()) end; --------------------------------...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/The_Celestial_Nexus/Zone.lua
30
1741
----------------------------------- -- -- Zone: The_Celestial_Nexus (181) -- ----------------------------------- package.loaded["scripts/zones/The_Celestial_Nexus/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/The_Celestial_Nexus/TextIDs"); -----------...
gpl-3.0
zynjec/darkstar
scripts/zones/Beaucedine_Glacier/Zone.lua
9
2250
----------------------------------- -- -- Zone: Beaucedine_Glacier (111) -- ----------------------------------- local ID = require("scripts/zones/Beaucedine_Glacier/IDs") require("scripts/globals/icanheararainbow") require("scripts/globals/missions") require("scripts/globals/conquest") require("scripts/globals/zone") -...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Port_San_dOria/npcs/Portaure.lua
17
1666
----------------------------------- -- Area: Port San d'Oria -- NPC: Portaure -- 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
zeromq/lzmq
examples/perf2/thr/local_thr.lua
15
1686
local ZMQ_NAME = "lzmq" local argc = select("#", ...) local argv = {...} if (argc < 3) or (argc > 4)then print("usage: local_thr <bind-to> <message-size> <message-count> [ffi]"); return 1 end local bind_to = argv [1] local message_size = assert(tonumber(argv [2])) local message_count = assert(tonumber(arg...
mit
JarnoVgr/InfectedWars
entities/weapons/iw_base/cl_init.lua
1
14978
--[[----------------------------------------------------------------------------- * Infected Wars, an open source Garry's Mod game-mode. * * Infected Wars is the work of multiple authors, * a full list can be found in CONTRIBUTORS.md. * For more information, visit https://github.com/JarnoVgr/InfectedWars * * Inf...
mit
Colettechan/darkstar
scripts/globals/items/pumpkin_pie_+1.lua
18
1357
----------------------------------------- -- ID: 4447 -- Item: pumpkin_pie_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Magic 45 -- Intelligence 4 -- Charisma -1 -- MP Recovered While Healing 1 ----------------------------------------- require("scripts/globals/status"); -----------...
gpl-3.0
Colettechan/darkstar
scripts/globals/items/dish_of_spaghetti_vongole_rosso_+1.lua
18
1650
----------------------------------------- -- ID: 5198 -- Item: Dish of Spaghetti Vongole Rosso +1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health % 20 -- Health Cap 95 -- Vitality 2 -- Mind -1 -- Defense % 25 -- Defense Cap 35 -- Store TP 6 ----------------------------------------- ...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Bastok_Mines/npcs/HomePoint#2.lua
27
1311
----------------------------------- -- Area: Bastok Mines -- NPC: HomePoint#2 -- @pos 118 1 -58 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; package.loaded["scripts/globals/homepoint"] = nil; require("scripts/globals/settings"); require("scripts/zones/Bastok_Mi...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Southern_San_dOria/npcs/Paunelie.lua
14
1169
----------------------------------- -- Area: Port Bastok -- NPC: Ilita -- Linkshell merchant -- @pos -142 -1 -25 236 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/South...
gpl-3.0
tsdfsetatata/xserver
config/server/AcupunctureTable.lua
1
13096
local AcupunctureTable = { [302010001] = { ['ID'] = 302010001, --索引 ['Pulse'] = 1, --所属穴脉 ['AcupunctureAttribute'] = {2}, --穴位属性 ['AttributeCeiling'] = {800}, --属性上限 ['GradeNum'] = 10, --升级次数 ['ExpendSilver'] = 600, --升级消耗银币 ['ExpendQi'] = 50, --升级消耗真气 ['Level'] = 39 --等级限制 }, [302010002]...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Meriphataud_Mountains/Zone.lua
1
4588
----------------------------------- -- -- Zone: Meriphataud_Mountains (119) -- ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Meriphataud_Mountains/TextIDs"); require("scripts/globals/icanheararainbow");...
gpl-3.0
Colettechan/darkstar
scripts/zones/Northern_San_dOria/npcs/Charmealaut.lua
13
1060
----------------------------------- -- Area: Northern San d'Oria -- NPC: Charmealaut -- Type: Merchant -- @zone: 231 -- @pos 0.000 -0.501 29.303 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/Sarcophagus.lua
8
4675
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Sarcophagus -- Involved in Quest: The Requiem (BARD AF2) -- @pos -420 8 500 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/globa...
gpl-3.0
Colettechan/darkstar
scripts/zones/Crawlers_Nest/npcs/_5h1.lua
13
2974
----------------------------------- -- Area: Crawlers' Nest -- NPC: Strange Apparatus -- @pos: 214 0 -339 197 ----------------------------------- package.loaded["scripts/zones/Crawlers_Nest/TextIDs"] = nil; require("scripts/zones/Crawlers_Nest/TextIDs"); require("scripts/globals/strangeapparatus"); -----------------...
gpl-3.0
RJRetro/mame
3rdparty/genie/src/base/tree.lua
22
5157
-- -- tree.lua -- Functions for working with the source code tree. -- Copyright (c) 2009 Jason Perkins and the Premake project -- premake.tree = { } local tree = premake.tree -- -- Create a new tree. -- -- @param n -- The name of the tree, applied to the root node (optional). -- function premake.tree.new(n) ...
gpl-2.0
Vadavim/jsr-darkstar
scripts/zones/Bibiki_Bay/npcs/Pohka_Chichiyowahl.lua
14
1243
----------------------------------- -- Area: Bibiki Bay -- NPC: Pohka Chichiyowahl -- Type: Standard Merchant NPC -- @pos -415 -2 -430 4 ----------------------------------- package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil; require("scripts/zones/Bibiki_Bay/TextIDs"); require("scripts/globals/shop"); -------...
gpl-3.0
zynjec/darkstar
scripts/zones/Port_Windurst/IDs.lua
9
7515
----------------------------------- -- Area: Port_Windurst ----------------------------------- require("scripts/globals/zone") ----------------------------------- zones = zones or {} zones[dsp.zone.PORT_WINDURST] = { text = { MELEK_DIALOG_B = 3250, -- Take that sword to Giddeus. Good ...
gpl-3.0
darklost/quick-ng
quick/framework/toluaEx.lua
11
1691
function tolua.cloneTable(src) if type(src)~="table" then return nil end local dest = {} for k, v in pairs(src) do dest[k] = v end local mt = getmetatable(src) if mt then setmetatable(dest, mt) end return dest end if CCPoint then tolua.default_gc_classes__ = { -- ...
mit
aleksijuvani/premake-core
premake5.lua
1
4854
--- -- Premake 5.x build configuration script -- Use this script to configure the project with Premake5. --- -- -- Remember my location; I will need it to locate sub-scripts later. -- local corePath = _SCRIPT_DIR -- -- Disable deprecation warnings for myself, so that older development -- versions of Premake can be...
bsd-3-clause
Vadavim/jsr-darkstar
scripts/zones/Abyssea-Tahrongi/npcs/Cavernous_Maw.lua
29
1190
----------------------------------- -- Area: Abyssea - Tahrongi -- NPC: Cavernous Maw -- @pos -31.000, 47.000, -681.000 45 -- Teleports Players to Tahrongi Canyon ----------------------------------- package.loaded["scripts/zones/Abyssea-Tahrongi/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Port_San_dOria/npcs/Prietta.lua
17
1677
----------------------------------- -- Area: Port San d'Oria -- NPC: Prietta -- 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
Vadavim/jsr-darkstar
scripts/zones/Xarcabard/npcs/qm5.lua
14
1400
----------------------------------- -- Area: Xarcabard -- NPC: qm5 (???) -- Involved in Quests: Breaking Barriers -- @pos 179 -33 82 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Xarcabard/TextIDs"); require(...
gpl-3.0
Vadavim/jsr-darkstar
scripts/globals/mobskills/Spider_Web.lua
1
1058
--------------------------------------------------- -- Spider Web -- Entangles all targets in an area of effect. --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); --------------------------------------...
gpl-3.0
Colettechan/darkstar
scripts/zones/Rabao/npcs/HomePoint#1.lua
27
1250
----------------------------------- -- Area: Rabao -- NPC: HomePoint#1 -- @pos -29.276 0.001 -76.585 247 ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Rabao/TextIDs"); require("scripts/globals/homepoint"); -------...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Valkurm_Dunes/npcs/Swirling_Vortex.lua
14
1353
----------------------------------- -- Area: Valkurm Dunes -- NPC: Swirling Vortex -- Entrance to Lufaise Meadows -- @pos 420.057 0.000 -199.905 103 ----------------------------------- package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil; ----------------------------------- require("scripts/globals/tele...
gpl-3.0
zynjec/darkstar
scripts/globals/items/salmon_rice_ball.lua
11
1213
----------------------------------------- -- ID: 4590 -- Item: Salmon Rice Ball -- Food Effect: 30Min, All Races ----------------------------------------- -- HP +10 -- Dex +2 -- Vit +2 -- Mnd -1 -- hHP +1 -- Effect with enhancing equipment (Note: these are latents on gear with the effect) -- Atk +40 -- Def +40 --------...
gpl-3.0
jugglerchris/textadept-vi
vi_mode.lua
1
49572
local M = {} -- In Textadept 11.0 (and some betas), there is some code to detect key mappings -- using the old style ('ca' instead of 'ctrl+a'); however this interacts badly -- with our metatable-based key maps - so we need to disable that compatibility -- code. _NOCOMPAT = true ------ Configuration (should make it p...
mit
Colettechan/darkstar
scripts/globals/abilities/pets/gust_breath.lua
29
1334
--------------------------------------------------- -- Gust Breath --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/ability"); ------------------------------------------------...
gpl-3.0
Colettechan/darkstar
scripts/globals/items/vongola_clam.lua
18
1673
----------------------------------------- -- ID: 5131 -- Item: Vongola Clam -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality 4 -- Defense +17% - 50 Cap -- HP 5% - 50 Cap ----------------------------------------- require("scripts/globals/status"); ----------------...
gpl-3.0
Colettechan/darkstar
scripts/globals/items/prime_beef_stewpot.lua
18
1971
----------------------------------------- -- ID: 5548 -- Item: Prime Beef Stewpot -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +10% Cap 75 -- MP +15 -- Strength +2 -- Agility +1 -- Mind +1 -- HP Recovered while healing +7 -- MP Recovered while healing +2 -- Atta...
gpl-3.0
zynjec/darkstar
scripts/zones/Cloister_of_Storms/bcnms/trial_by_lightning.lua
8
1535
----------------------------------- -- Area: Cloister of Storms -- BCNM: Trial by Lightning ----------------------------------- local ID = require("scripts/zones/Cloister_of_Storms/IDs") require("scripts/globals/battlefield") require("scripts/globals/keyitems") require("scripts/globals/quests") require("scripts/globals...
gpl-3.0
zynjec/darkstar
scripts/globals/items/bowl_of_moogurt.lua
11
1063
----------------------------------------- -- ID: 5935 -- Item: Bowl of Moogurt -- Food Effect: 30Min, All Races ----------------------------------------- -- HP % 20 Cap 20 -- Vitality 3 -- HP Healing 3 ----------------------------------------- require("scripts/globals/status") require("scripts/globals/msg") -----------...
gpl-3.0
pedja1/aNmap
dSploit/jni/nmap/nselib/isns.lua
3
15775
--- -- A minimal Internet Storage Name Service (iSNS) implementation -- -- @author "Patrik Karlsson <patrik@cqure.net>" -- local bin = require('bin') local bit = require('bit') local ipops = require('ipOps') local match = require('match') local nmap = require('nmap') local stdnse = require('stdnse') local tab ...
gpl-3.0
darklost/quick-ng
cocos/scripting/lua-bindings/auto/api/Event.lua
7
1134
-------------------------------- -- @module Event -- @extend Ref -- @parent_module cc -------------------------------- -- Checks whether the event has been stopped.<br> -- return True if the event has been stopped. -- @function [parent=#Event] isStopped -- @param self -- @return bool#bool ret (return value: bool) ...
mit
mlosch/nn
BCECriterion.lua
9
2746
local BCECriterion, parent = torch.class('nn.BCECriterion', 'nn.Criterion') local eps = 1e-12 function BCECriterion:__init(weights, sizeAverage) parent.__init(self) if sizeAverage ~= nil then self.sizeAverage = sizeAverage else self.sizeAverage = true end if weights ~= nil then ...
bsd-3-clause
Vadavim/jsr-darkstar
scripts/globals/abilities/blade_bash.lua
16
1611
----------------------------------- -- Ability: Blade Bash -- Deliver an attack that can stun the target and occasionally cause Plague. -- Obtained: Samurai Level 75 -- Recast Time: 3:00 -- Duration: Instant ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); --...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Morimar_Basalt_Fields/npcs/HomePoint#1.lua
27
1291
----------------------------------- -- Area: Morimar Basalt Fields -- NPC: HomePoint#1 -- @pos -415 -63.2 409 265 ----------------------------------- package.loaded["scripts/zones/Morimar_Basalt_Fields/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Morimar_Basalt_Fields/TextIDs"); requi...
gpl-3.0
LuaDist/luapretty
src/luapretty/formatter.lua
1
6223
------------------------------------------------------------------------------- -- LuaDocumentator2 - Formatter -- @release 2011/04/04 11:49:00, Viliam Kubis ------------------------------------------------------------------------------- module("luapretty.formatter", package.seeall) local lpeg=require("lpeg") local l...
mit
Colettechan/darkstar
scripts/globals/items/dish_of_spaghetti_carbonara_+1.lua
18
1824
----------------------------------------- -- ID: 5199 -- Item: dish_of_spaghetti_carbonara_+1 -- Food Effect: 30Min, All Races ----------------------------------------- -- Health % 14 -- Health Cap 180 -- Magic 15 -- Strength 4 -- Vitality 2 -- Intelligence -3 -- Attack % 18 -- Attack Cap 70 -- Store TP 6 -------------...
gpl-3.0
Vadavim/jsr-darkstar
scripts/zones/Ghelsba_Outpost/npcs/Hut_Door.lua
14
2104
----------------------------------- -- Area: Ghelsba_Outpost -- NPC: Hut Door -- @pos -165.357 -11.672 77.771 140 ------------------------------------- package.loaded["scripts/zones/Ghelsba_Outpost/TextIDs"] = nil; package.loaded["scripts/globals/bcnm"] = nil; ------------------------------------- require("scripts/gl...
gpl-3.0
zynjec/darkstar
scripts/globals/weaponskills/calamity.lua
10
1522
----------------------------------- -- Calamity -- Axe weapon skill -- Skill level: 200 (Beastmasters and Warriors only.) -- Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Soil Gorget & Thunder Gorget. -- Aligned with the Soil Belt & Thunder Belt. -- Element: N...
gpl-3.0
Colettechan/darkstar
scripts/zones/Wajaom_Woodlands/Zone.lua
15
3515
----------------------------------- -- -- Zone: Wajaom_Woodlands (51) -- ----------------------------------- package.loaded["scripts/zones/Wajaom_Woodlands/TextIDs"] = nil; package.loaded["scripts/globals/chocobo_digging"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts...
gpl-3.0
hterkelsen/mal
lua/core.lua
7
6986
local utils = require('utils') local types = require('types') local reader = require('reader') local printer = require('printer') local readline = require('readline') local socket = require('socket') local Nil, List, HashMap, _pr_str = types.Nil, types.List, types.HashMap, printer._pr_str local M = {} -- string func...
mpl-2.0
Colettechan/darkstar
scripts/zones/Promyvion-Holla/Zone.lua
13
8017
----------------------------------- -- -- Zone: Promyvion-Holla (16) -- ----------------------------------- package.loaded["scripts/zones/Promyvion-Holla/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/missions"); req...
gpl-3.0
zynjec/darkstar
scripts/zones/Nyzul_Isle/mobs/Imperial_Gear.lua
9
1482
----------------------------------- -- Area: Nyzul Isle (Path of Darkness) -- Mob: Imperial Gear ----------------------------------- local ID = require("scripts/zones/Nyzul_Isle/IDs") require("scripts/globals/status"); ----------------------------------- function onMobSpawn(mob) local instance = mob:getInstance()...
gpl-3.0
vatanambib/uzzbot
plugins/search_youtube.lua
674
1270
do local google_config = load_from_file('data/google.lua') local function httpsRequest(url) print(url) local res,code = https.request(url) if code ~= 200 then return nil end return json:decode(res) end local function searchYoutubeVideos(text) local url = 'https://www.googleapis.com/youtube/v3/search?' u...
gpl-2.0
PhearZero/phear-scanner
bin/nmap-openshift/nselib/url.lua
5
11906
--- -- URI parsing, composition, and relative URL resolution. -- -- A URL is represented as a table with the following entries: -- * <code>scheme</code> -- * <code>fragment</code> -- * <code>query</code> -- * <code>params</code> -- * <code>authority</code> -- * <code>userinfo</code> -- * <code>path</code> -- * <code>po...
mit
darklost/quick-ng
cocos/scripting/lua-bindings/auto/api/lua_cocos2dx_ui_auto_api.lua
10
4646
-------------------------------- -- @module ccui -------------------------------------------------------- -- the ccui LayoutParameter -- @field [parent=#ccui] LayoutParameter#LayoutParameter LayoutParameter preloaded module -------------------------------------------------------- -- the ccui LinearLayoutParameter --...
mit
bholcomb/VulkanSharp
tools/liluat.lua
4
16529
--[[ -- liluat - Lightweight Lua Template engine -- -- Project page: https://github.com/FSMaxB/liluat -- -- liluat is based on slt2 by henix, see https://github.com/henix/slt2 -- -- Copyright © 2016 Max Bruckner -- Copyright © 2011-2016 henix -- -- Permission is hereby granted, free of charge, to any person obtaining a...
mit
Vadavim/jsr-darkstar
scripts/zones/Maquette_Abdhaljs-Legion/Zone.lua
30
1150
----------------------------------- -- -- Zone: Maquette Abdhaljs-Legion -- ----------------------------------- package.loaded["scripts/zones/Maquette_Abdhaljs-Legion/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Maquette_Abdhaljs-Legion/TextIDs"); --...
gpl-3.0
Colettechan/darkstar
scripts/zones/Maquette_Abdhaljs-Legion/Zone.lua
30
1150
----------------------------------- -- -- Zone: Maquette Abdhaljs-Legion -- ----------------------------------- package.loaded["scripts/zones/Maquette_Abdhaljs-Legion/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Maquette_Abdhaljs-Legion/TextIDs"); --...
gpl-3.0
Colettechan/darkstar
scripts/globals/items/cotton_candy.lua
18
1217
----------------------------------------- -- ID: 5708 -- Item: Cotton Candy -- Food Effect: 5 Min, All Races ----------------------------------------- -- MP % 10 Cap 200 -- MP Healing 3 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemChec...
gpl-3.0