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 |
|---|---|---|---|---|---|
SalvationDevelopment/Salvation-Scripts-Production | c30741334.lua | 7 | 1452 | --熱血指導王ジャイアントレーナー
function c30741334.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,8,3)
c:EnableReviveLimit()
--draw
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW+CATEGORY_DAMAGE)
e1:SetDescription(aux.Stringid(30741334,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
... | gpl-2.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/Resumption/InteriorVehicleData/021_InteriorVD_resumption_in_3rd_ignition_cycle.lua | 1 | 2716 | ---------------------------------------------------------------------------------------------------
-- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0188-get-interior-data-resumption.md
--
-- Description: SDL resumes interior vehicle data in 3rd ignition cycle
--
-- Precondition:
-- 1... | bsd-3-clause |
DeinFreund/Zero-K-Infrastructure | MissionEditor/MissionEditor2/MissionBase/LuaRules/Gadgets/mission_runner.lua | 2 | 66867 | --------------------------------------------------------------------------------
--------------------------------------------------------------------------------
function gadget:GetInfo()
return {
name = "Mission Runner",
desc = "Runs missions built with the mission editor",
author = ... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/RC/InteriorVehicleData_cache/038_OnInteriorVD_one_parameter.lua | 1 | 3326 | ---------------------------------------------------------------------------------------------------
-- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0178-GetInteriorVehicleData.md
-- User story: TBD
-- Use case: TBD
--
-- Requirement summary: TBD
--
-- Description:
-- In case
-- 1. Mo... | bsd-3-clause |
ddumont/darkstar | scripts/globals/effects/saber_dance.lua | 32 | 1693 | -----------------------------------
--
-- EFFECT_SABER_DANCE
--
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
local sab... | gpl-3.0 |
Squeakz/darkstar | scripts/globals/effects/saber_dance.lua | 32 | 1693 | -----------------------------------
--
-- EFFECT_SABER_DANCE
--
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
local sab... | gpl-3.0 |
legatvs/libquvi-scripts | share/media/myspass.lua | 3 | 2960 | -- libquvi-scripts
-- Copyright (C) 2013 Toni Gundogdu <legatvs@gmail.com>
-- Copyright (C) 2012 Guido Leisker <guido@guido-leisker.de>
--
-- This file is part of libquvi-scripts <http://quvi.sourceforge.net/>.
--
-- This program is free software: you can redistribute it and/or
-- modify it under the terms of the GNU... | agpl-3.0 |
ddumont/darkstar | scripts/zones/West_Ronfaure/npcs/Aaveleon.lua | 14 | 1533 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Aaveleon
-- Involved in Quest: A Sentry's Peril
-- @pos -431 -45 343 100
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require(... | gpl-3.0 |
albmarvil/The-Eternal-Sorrow | Exes/media/LUA/Managers/DropManager.lua | 2 | 19447 |
Drop =
{
--INFO Y FUNCIONES GENERALES DEL DROP: Inicialización, tabla de drop general (GDD) y función DropObjectByType
Contenedores = {
ChestT1 = { --Cofres normales o de Tier 1
---Se usan tablas sin claves para que se iteren siempre de la misma forma
pesos = {
{name = "Nada", peso = 0}, --Esto sirv... | apache-2.0 |
jomanmuk/vlc-2.1 | share/lua/playlist/mpora.lua | 97 | 2565 | --[[
$Id$
Copyright © 2009 the VideoLAN team
Authors: Konstantin Pavlov (thresh@videolan.org)
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 2 of the License, or
(at your opt... | lgpl-2.1 |
jlcvp/otxserver | data/monster/quests/svargrond_arena/warlord/deathbringer.lua | 2 | 2935 | local mType = Game.createMonsterType("Deathbringer")
local monster = {}
monster.description = "Deathbringer"
monster.experience = 5100
monster.outfit = {
lookType = 231,
lookHead = 0,
lookBody = 0,
lookLegs = 0,
lookFeet = 0,
lookAddons = 0,
lookMount = 0
}
monster.health = 8440
monster.maxHealth = 8440
monste... | gpl-2.0 |
Squeakz/darkstar | scripts/zones/GM_Home/npcs/Trader.lua | 32 | 1090 | -----------------------------------
-- Area: GM Home
-- NPC: Trader
-- Type: Debug NPC for testing trades.
-----------------------------------
package.loaded["scripts/zones/GM_Home/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/GM_Home/TextIDs");
-----------------------------------
-- on... | gpl-3.0 |
lemonkit/VisualCocos | frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/Twirl.lua | 8 | 3896 |
--------------------------------
-- @module Twirl
-- @extend Grid3DAction
-- @parent_module cc
--------------------------------
-- brief Set the amplitude rate of the effect.<br>
-- param amplitudeRate The value of amplitude rate will be set.
-- @function [parent=#Twirl] setAmplitudeRate
-- @param self
-- @param #fl... | mit |
8devices/luci | protocols/relay/luasrc/model/network/proto_relay.lua | 9 | 3435 | --[[
LuCI - Network model - relay protocol extension
Copyright 2011 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 of the License at
http://www.apache.org/licenses/LICENSE-2.0
... | apache-2.0 |
roysc/awesome | lib/awful/menu.lua | 2 | 21526 | --------------------------------------------------------------------------------
--- A menu for awful
--
-- @author Damien Leone <damien.leone@gmail.com>
-- @author Julien Danjou <julien@danjou.info>
-- @author dodo
-- @copyright 2008, 2011 Damien Leone, Julien Danjou, dodo
-- @release @AWESOME_VERSION@
-- ... | gpl-2.0 |
cservan/OpenNMT_scores_0.2.0 | onmt/utils/Memory.lua | 1 | 1719 | local Memory = {}
--[[ Optimize memory usage of Neural Machine Translation.
Parameters:
* `model` - a table containing encoder and decoder
* `criterion` - a single target criterion object
* `batch` - a Batch object
* `verbose` - produce output or not
Example:
local model = {}
model.encoder = onmt.Models... | mit |
ddumont/darkstar | scripts/zones/Tavnazian_Safehold/Zone.lua | 12 | 3369 | -----------------------------------
--
-- Zone: Tavnazian_Safehold (26)
--
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/missions");
require("scripts/zones/Tavnazian... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Abyssea-Uleguerand/npcs/qm1.lua | 14 | 1392 | -----------------------------------
-- Zone: Abyssea-Uleguerand
-- NPC: qm1 (???)
-- Spawns Ironclad Triturator
-- @pos ? ? ? 253
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,np... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/WebEngine/007_SetAppProperties_with_invalid_parameters.lua | 1 | 3239 | ---------------------------------------------------------------------------------------------------
-- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0240-sdl-js-pwa.md
--
-- Description:
-- Verify that the SDL responds with success:false, "INVALID_DATA" on request with invalid paramet... | bsd-3-clause |
Squeakz/darkstar | scripts/globals/spells/bluemagic/radiant_breath.lua | 25 | 2259 | -----------------------------------------
-- Spell: Radiant Breath
-- Deals light damage to enemies within a fan-shaped area of effect originating from the caster. Additional effect: Slow and Silence.
-- Spell cost: 116 MP
-- Monster Type: Wyverns
-- Spell Type: Magical (Light)
-- Blue Magic Points: 4
-- Stat Bonus: CH... | gpl-3.0 |
Squeakz/darkstar | scripts/zones/Attohwa_Chasm/mobs/Sargas.lua | 4 | 2114 | -----------------------------------
-- Area: Attohwa Chasm
-- NM: Sargas
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mob)
mob:se... | gpl-3.0 |
Squeakz/darkstar | scripts/globals/items/plate_of_sea_spray_risotto.lua | 18 | 1627 | -----------------------------------------
-- ID: 4268
-- Item: plate_of_sea_spray_risotto
-- Food Effect: 4Hrs, All Races
-----------------------------------------
-- HP 45
-- Dexterity 6
-- Agility 3
-- Mind -4
-- HP Recovered While Healing 1
-- Accuracy % 6 (cap 20)
-----------------------------------------
require(... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/AppServices/RPCPassThrough/011_UnknownRpc_Unsupported_Request.lua | 1 | 3950 | ---------------------------------------------------------------------------------------------------
-- Precondition:
-- 1) app1 and app2 are registered on SDL.
-- 2) AppServiceProvider permissions(with NAVIGATION AppService permissions to handle rpc FutureRequest) are assigned for <app1ID>
-- 3) allow_unknown_rpc_... | bsd-3-clause |
Squeakz/darkstar | scripts/zones/Port_Windurst/npcs/Odilia.lua | 13 | 1044 | -----------------------------------
-- Area: Port Windurst
-- NPC: Odilia
-- Type: Standard NPC
-- @zone: 240
-- @pos 78.801 -6 118.653
--
-- Auto-Script: Requires Verification (Verfied By Brawndo)
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
--------------------... | gpl-3.0 |
Squeakz/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Dynamis_Lord.lua | 23 | 2056 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NM: Dynamis_Lord
--
-- In OLD Dynamis, he is spawned by killing 15 Kindred NMs..
-- ..NOT by killing Ying and Yang.
--
-- In Neo Dynamis, he is spawned by trading
-- a Shrouded Bijou to the ??? in front of Castle Zvahl.
--------------------------------... | gpl-3.0 |
jlcvp/otxserver | data/lib/core/storages.lua | 2 | 2002 | Storage = {
-- General storages
isTraining = 30000,
NpcExhaust = 30001,
RentedHorseTimer = 30015,
-- Promotion Storage cannot be changed, it is set in source code
Promotion = 30018,
combatProtectionStorage = 30023,
Factions = 30024,
blockMovementStorage = 30025,
FamiliarSummon = 30026,
TrainerRoom = 30027,
... | gpl-2.0 |
ddumont/darkstar | scripts/globals/items/serving_of_mont_blanc.lua | 12 | 1483 | -----------------------------------------
-- ID: 5557
-- Item: Serving of Mont Blanc
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +8
-- MP +10
-- Intelligence +1
-- HP Recoverd while healing 1
-- MP Recovered while healing 1
-------------------------------------... | gpl-3.0 |
jlcvp/otxserver | data/monster/mammals/bear.lua | 2 | 2631 | local mType = Game.createMonsterType("Bear")
local monster = {}
monster.description = "a bear"
monster.experience = 23
monster.outfit = {
lookType = 16,
lookHead = 0,
lookBody = 0,
lookLegs = 0,
lookFeet = 0,
lookAddons = 0,
lookMount = 0
}
monster.raceId = 16
monster.Bestiary = {
class = "Mammal",
race = BE... | gpl-2.0 |
ddumont/darkstar | scripts/globals/items/bowl_of_seafood_stew.lua | 12 | 1463 | -----------------------------------------
-- ID: 4561
-- Item: Bowl of Seafood Stew
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Health 20
-- Dexterity 1
-- Vitality 5
-- Defense % 25
-- Defense Cap 120
-----------------------------------------
require("scripts/globals/status");
----... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Giddeus/npcs/Laa_Mozi.lua | 14 | 2157 | -----------------------------------
-- Area: Giddeus
-- NPC: Laa Mozi
-- Involved in Mission 1-3
-- @pos -22 0 148 145
-----------------------------------
package.loaded["scripts/zones/Giddeus/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/missions")... | gpl-3.0 |
jchuang1977/luci-1 | applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua | 10 | 5915 | -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <jow@openwrt.org>
-- Copyright 2012 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
module("luci.controller.luci_statistics.luci_statistics", package.seeall)
function index()
require("nixio.fs")
require("luci.util")
req... | apache-2.0 |
Squeakz/darkstar | scripts/zones/Bastok_Markets/npcs/Marin.lua | 13 | 1136 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Marin
-- Type: Quest Giver
-- @zone: 235
-- @pos -340.060 -11.003 -148.181
--
-- Auto-Script: Requires Verification. Verified standard dialog is also "All By Myself" repeatable quest. - thrydwolf 12/18/2011
-----------------------------------
pac... | gpl-3.0 |
Squeakz/darkstar | scripts/zones/Lufaise_Meadows/npcs/Ghost_Talker_IM.lua | 13 | 3327 | -----------------------------------
-- Area: Lufaise Meadows
-- NPC: Ghost Talker, I.M.
-- Border Conquest Guards
-- @pos 414.659 0.905 -52.417 24
-----------------------------------
package.loaded["scripts/zones/Lufaise_Meadows/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest");... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Bastok_Mines/TextIDs.lua | 5 | 6501 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- Come back after sorting your inventory.
FULL_INVENTORY_AFTER_TRADE = 6383; -- Try trading again after sorting your inventory.
ITEM_OBTAINED = 6385; -- Obtained: <<<Unknown Parameter (Type: 80) 1>>><... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/API/VehicleData/VehicleDataVersioning/007_VD_parameter_DB_app_version_equal_to_parameter_version.lua | 1 | 2253 | ---------------------------------------------------------------------------------------------------
-- Description: The app is able to retrieve the parameter in case app version is equal parameter version,
-- parameter is listed in DB
-- In case:
-- 1. App is registered with syncMsgVersion=5.5
-- 2. Parameter has sin... | bsd-3-clause |
smartdevicelink/sdl_atf_test_scripts | test_scripts/CloudAppRPCs/013_Same_app_name_mobile_app_Unregistered.lua | 1 | 5209 | ---------------------------------------------------------------------------------------------------
-- Precondition:
-- 1) Application with <appID> is registered on SDL.
-- 2) Specific permissions are assigned for <appID> with SetCloudAppProperties
-- 3) Application defines 2 cloud apps in PT by sending SetCloudApp... | bsd-3-clause |
kennethlombardi/moai-graphics | engine/resources/lua/ManagerGameLoop.lua | 1 | 2666 | local function preInitialize()
-- require managers to perform singleton initialization
require("ConfigurationManager");
require("UserDataManager");
require("MessageManager");
require("SimulationManager");
require("WindowManager");
require("ResourceManager");
require("LayerManager");
... | mit |
ddumont/darkstar | scripts/zones/Selbina/npcs/Catus.lua | 17 | 1067 | -----------------------------------
-- Area: Selbina
-- NPC: Catus
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
-----------------------------------
-- onTrade Action
-------... | gpl-3.0 |
imashkan/IMHAUL | plugins/anti-flood.lua | 281 | 2422 | local NUM_MSG_MAX = 5 -- Max number of messages per TIME_CHECK seconds
local TIME_CHECK = 5
local function kick_user(user_id, chat_id)
local chat = 'chat#id'..chat_id
local user = 'user#id'..user_id
chat_del_user(chat, user, function (data, success, result)
if success ~= 1 then
local text = 'I can\'t k... | gpl-2.0 |
ddumont/darkstar | scripts/globals/spells/absorb-tp.lua | 25 | 1446 | --------------------------------------
-- Spell: Absorb-TP
-- Steals an enemy's TP.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
------------------------------... | gpl-3.0 |
jlcvp/otxserver | data/monster/quests/grave_danger/risen_soldier.lua | 2 | 2105 | local mType = Game.createMonsterType("Risen Soldier")
local monster = {}
monster.description = "an Risen Soldier"
monster.experience = 0
monster.outfit = {
lookType = 306,
lookHead = 0,
lookBody = 0,
lookLegs = 0,
lookFeet = 0,
lookAddons = 0,
lookMount = 0
}
monster.health = 20000
monster.maxHealth = 20000
mo... | gpl-2.0 |
Squeakz/darkstar | scripts/zones/Northern_San_dOria/npcs/Coullene.lua | 13 | 1581 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Coullene
-- Type: Involved in Quest (Flyers for Regine)
-- @zone: 231
-- @pos 146.420 0.000 127.601
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
require("scripts/zones/Northern_San_... | gpl-3.0 |
premake/premake-monodevelop | tests/test_sln.lua | 2 | 1137 | ---
-- monodevelop/tests/test_sln.lua
-- Automated test suite for MonoDevelop workspace generation.
-- Copyright (c) 2011-2015 Manu Evans and the Premake project
---
local suite = test.declare("monodevelop_workspace")
local monodevelop = premake.modules.monodevelop
-------------------------------------------------... | bsd-3-clause |
smartdevicelink/sdl_atf_test_scripts | test_scripts/Protocol/Enable_OEM_exclusive_apps_support/013_VehicleTypeData_RAI_4th_protocol.lua | 1 | 1820 | ---------------------------------------------------------------------------------------------------
-- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0293-vehicle-type-filter.md
---------------------------------------------------------------------------------------------------
-- Descr... | bsd-3-clause |
vorbi123/testt | plugins/danbooru.lua | 616 | 1750 | do
local URL = "http://danbooru.donmai.us"
local URL_NEW = "/posts.json"
local URL_POP = "/explore/posts/popular.json"
local scale_day = "?scale=day"
local scale_week = "?scale=week"
local scale_month = "?scale=month"
local function get_post(url)
local b, c, h = http.request(url)
if c ~= 200 then return nil end
... | gpl-2.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/MobileProjection/Phase2/011_single_app_video_streaming.lua | 1 | 2867 | ---------------------------------------------------------------------------------------------------
-- Issue: https://github.com/smartdevicelink/sdl_core/issues/2129
---------------------------------------------------------------------------------------------------
-- Description:
-- In case:
-- 1) There is a mobile ap... | bsd-3-clause |
vladon/omim | 3party/osrm/osrm-backend/profiles/bicycle.lua | 59 | 12992 | require("lib/access")
require("lib/maxspeed")
-- Begin of globals
barrier_whitelist = { [""] = true, ["cycle_barrier"] = true, ["bollard"] = true, ["entrance"] = true, ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true }
access_tag_whitelist ... | apache-2.0 |
AwrmawnTg-Cli/Uzzbot | plugins/banhammer.lua | 294 | 10470 | local function is_user_whitelisted(id)
local hash = 'whitelist:user#id'..id
local white = redis:get(hash) or false
return white
end
local function is_chat_whitelisted(id)
local hash = 'whitelist:chat#id'..id
local white = redis:get(hash) or false
return white
end
local function kick_user(user_id, chat_id)... | gpl-2.0 |
Planimeter/grid-sdk | engine/client/gui/console/textboxautocompleteitemgroup.lua | 1 | 1212 | --=========== Copyright © 2019, Planimeter, All rights reserved. ===========--
--
-- Purpose: Console Text Box Autocomplete Item Group class
--
--==========================================================================--
class "gui.console.textboxautocompleteitemgroup" ( "gui.textboxautocompleteitemgroup" )
local t... | mit |
Grisu118/Scripts | misc/AddMoney.lua | 1 | 1673 | -- Fügt stündlich einen Betrag auf das Konto des Spielers hinzu.
--
-- @author Grisu118
-- @date 03/12/2013
-- @version 1.0
-- @Descripion: Readme you can find there: https://github.com/Grisu118/Scripts
-- @web: http://grisu118.ch or http://vertexdezign.de
-- Copyright (C) Grisu118, All Rights Reserved.
-- free for n... | apache-2.0 |
ddumont/darkstar | scripts/zones/Bastok_Mines/npcs/Gregory.lua | 14 | 1045 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Gregory
-- Type: ENM
-- @zone 234
-- @pos 51.530 -1 -83.940
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scripts/zones/Bastok_... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Temenos/bcnms/Temenos_Western_Tower.lua | 35 | 1096 | -----------------------------------
-- Area: Temenos
-- Name:
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
SetServerVariable("[Temenos_W_Tower]UniqueID",GenerateLimbusKey());
HideArmouryCrates(GetInstanceRegion(1298),... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Bastok_Mines/npcs/Rodellieux.lua | 17 | 1433 | -----------------------------------
-- Area: Bastok_Mines
-- NPC: Rodellieux
-- Only sells when Bastok controlls Fauregandi Region
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scripts/zones... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Travonce.lua | 14 | 1060 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Travonce
-- Type: Standard NPC
-- @zone 26
-- @pos -89.068 -14.367 -0.030
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
----... | gpl-3.0 |
Squeakz/darkstar | scripts/globals/weaponskills/raging_fists.lua | 11 | 1405 | -----------------------------------
-- Raging Fists
-- Hand-to-Hand weapon skill
-- Skill Level: 125
-- Delivers a fivefold attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Thunder Gorget.
-- Aligned with the Thunder Belt.
-- Element: None
-- Modifiers: STR:30% ; DEX:30%
-- 100%TP ... | gpl-3.0 |
ddumont/darkstar | scripts/globals/items/balik_sis.lua | 12 | 1663 | -----------------------------------------
-- ID: 5600
-- Item: Balik Sis
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Dexterity 4
-- Mind -2
-- Attack % 13
-- Attack Cap 65
-- Ranged ACC 1
-- Ranged ATT % 13
-- Ranged ATT Cap 65
-----------------------------------------
require("script... | gpl-3.0 |
ShaPOC/iamlimitless.nl-portfolio | munchy-in-lua/src/main.lua | 1 | 1391 | --[[
-- @package Monster Munchies
-- @author Jimmy Aupperlee <jimmy@moustachegames.net>
-- @copyright 2014 Jimmy Aupperlee
-- @license http://moustachegames.net/code-license
-- @version 0.1.0
-- @since File available since Release 0.1.0
--]]
-- -------------------------------------------------... | lgpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/Defects/7_1/885_ShowConstantTBT.lua | 1 | 3454 | ---------------------------------------------------------------------------------------------------
-- Issue: https://github.com/SmartDeviceLink/sdl_core/issues/885,
-- https://github.com/smartdevicelink/sdl_core/issues/3829
----------------------------------------------------------------------------------------------... | bsd-3-clause |
ddumont/darkstar | scripts/zones/Hall_of_Transference/npcs/_0e3.lua | 14 | 1358 | -----------------------------------
-- Area: Hall of Transference
-- NPC: Large Apparatus (Left) - Holla
-- @pos -239 -1 290 14
-----------------------------------
package.loaded["scripts/zones/Hall_of_Transference/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scri... | gpl-3.0 |
ddumont/darkstar | scripts/globals/weaponskills/guillotine.lua | 18 | 1964 | -----------------------------------
-- Guillotine
-- Scythe weapon skill
-- Skill level: 200
-- Delivers a four-hit attack. Duration varies with TP.
-- Modifiers: STR:25% ; MND:25%
-- 100%TP 200%TP 300%TP
-- 0.875 0.875 0.875
-----------------------------------
require("scripts/globals/status");
require("... | gpl-3.0 |
Squeakz/darkstar | scripts/globals/weaponskills/shining_strike.lua | 11 | 1313 | -----------------------------------
-- Shining Strike
-- Club weapon skill
-- Skill level: 5
-- Deals light elemental damage to enemy. Damage varies with TP.
-- Aligned with the Thunder Gorget.
-- Aligned with the Thunder Belt.
-- Element: None
-- Modifiers: STR:40% ; MND:40%
-- 100%TP 200%TP 300%TP
-- 1.625 ... | gpl-3.0 |
Squeakz/darkstar | scripts/zones/Selbina/npcs/Sleeping_Lizard.lua | 13 | 1059 | -----------------------------------
-- Area: Selbina
-- NPC: Sleeping Lizard
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
-----------------------------------
-- onTrade Acti... | gpl-3.0 |
ddumont/darkstar | scripts/zones/The_Shrine_of_RuAvitau/npcs/qm2.lua | 14 | 1568 | -----------------------------------
-- Area: The Shrine of Ru'Avitau
-- NPC: ??? (Spawn Kirin)
-- @pos -81 32 2 178
-----------------------------------
package.loaded["scripts/zones/The_Shrine_of_RuAvitau/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/The_Shrine_of_RuAvitau/TextIDs");
--... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/RC/MultipleModules/InteriorVehicleData/SetInteriorVehicleData/002_moduleId_exists_but_does_not_match_to_the_ControlData.lua | 1 | 2296 | ---------------------------------------------------------------------------------------------------
-- Proposal:
-- https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0221-multiple-modules.md
-- Description:
-- Mobile App sent "SetInteriorVehicleData" request containing incorrect value of "moduleId... | bsd-3-clause |
ddumont/darkstar | scripts/zones/Selbina/npcs/Vuntar.lua | 14 | 3323 | -----------------------------------
-- Area: Selbina
-- NPC: Vuntar
-- Starts and Finishes Quest: Cargo (R)
-- @pos 7 -2 -15 248
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
require("scripts/glo... | gpl-3.0 |
Squeakz/darkstar | scripts/zones/East_Ronfaure/npcs/Signpost.lua | 13 | 2313 | -----------------------------------
-- Area: East Ronfaure
-- NPC: Signpost
-- Involved in Quest: To Cure a Cough
-- @pos 257 -45 212 101
-----------------------------------
package.loaded["scripts/zones/East_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("s... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Norg/npcs/Sohyon.lua | 14 | 1029 | -----------------------------------
-- Area: Norg
-- NPC: Sohyon
-- Type: Standard NPC
-- @zone 252
-- @pos 47.286 -7.282 13.873
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Norg/TextIDs"] = nil;
-----------------------------------... | gpl-3.0 |
elverion/rom-bot | devtools/UltimateMailMod/Inbox/MailViewer.lua | 1 | 9723 |
-- ###################
-- ## ##
-- ## Mail Viewer ##
-- ## ##
-- ###################
function UMMMailViewerTemplate_OnLoad(this)
this.priv_ParentFrameName = nil;
this.priv_ViewIndex = 0;
this.priv_Attachments = {};
this.ClearAttachments = function(self)
self.p... | mit |
smartdevicelink/sdl_atf_test_scripts | test_scripts/Protocol/NACKReason/017_SetVideoConfig_error_response_Video_Service_NACK.lua | 1 | 2518 | ---------------------------------------------------------------------------------------------------
-- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0308-protocol-nak-reason.md
--
-- Description: SDL provides reason information in NACK message
-- in case NACK received because HMI resp... | bsd-3-clause |
Squeakz/darkstar | scripts/zones/Meriphataud_Mountains/npcs/Mushosho.lua | 13 | 1915 | -----------------------------------
-- Area: Meriphataud Mountains
-- NPC: Mushosho
-- Type: Outpost Vendor
-- @pos -290 16 415 119
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("scr... | gpl-3.0 |
ddumont/darkstar | scripts/zones/PsoXja/npcs/_09a.lua | 14 | 2875 | -----------------------------------
-- Area: Pso'Xja
-- NPC: _09a (Stone Gate)
-- Notes: Spawns Gargoyle when triggered
-- @pos 261.600 -1.925 -50.000 9
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
re... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Port_Bastok/npcs/Tete.lua | 17 | 1303 | -----------------------------------
-- Area: Port Bastok
-- NPC: Tete
-- Continues Quest: The Wisdom Of Elders
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
------------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
requ... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/SDL5_0/FullAppID/002_PTU_full_app_ID_false.lua | 1 | 1845 | ---------------------------------------------------------------------------------------------
-- Script verifies that a PT snapshot contains the correct full_app_id_supported flag
-- Supports PROPRIETARY
---------------------------------------------------------------------------------------------
--[[ Required Shared l... | bsd-3-clause |
Squeakz/darkstar | scripts/zones/Bastok_Mines/npcs/Explorer_Moogle.lua | 13 | 1711 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Explorer Moogle
--
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/teleports");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,t... | gpl-3.0 |
Squeakz/darkstar | scripts/globals/items/sis_kebabi.lua | 18 | 1650 | -----------------------------------------
-- ID: 5598
-- Item: sis_kebabi
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Strength 6
-- Vitality -2
-- Intelligence -2
-- Attack % 20
-- Attack Cap 70
-- Ranged ATT % 20
-- Ranged ATT Cap 70
-----------------------------------------
require(... | gpl-3.0 |
ddumont/darkstar | scripts/globals/items/bijou_glace.lua | 12 | 1326 | -----------------------------------------
-- ID: 4269
-- Item: Bijou Glace
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Magic % 13
-- Magic Cap 90
-- Magic Regen While Healing 1
-----------------------------------------
require("scripts/globals/status");
-----------------------------... | gpl-3.0 |
ddumont/darkstar | scripts/globals/weaponskills/double_thrust.lua | 26 | 1348 | -----------------------------------
-- Double Thrust
-- Polearm weapon skill
-- Skill Level: 5
-- Delivers a two-hit attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Light Gorget.
-- Aligned with the Light Belt.
-- Element: None
-- Modifiers: STR:30%
-- 100%TP 200%TP 300%TP
-- 1... | gpl-3.0 |
Adirelle/oUF | elements/assistantindicator.lua | 7 | 2432 | --[[
# Element: Assistant Indicator
Toggles the visibility of an indicator based on the unit's raid assistant status.
## Widget
AssistantIndicator - Any UI widget.
## Notes
A default texture will be applied if the widget is a Texture and doesn't have a texture or a color set.
## Examples
-- Position and size... | mit |
Squeakz/darkstar | scripts/zones/Eastern_Altepa_Desert/mobs/Cactrot_Rapido.lua | 4 | 13314 | -----------------------------------
-- Area: Eastern Altepa Desert
-- NM: Cactrot Rapido
-----------------------------------
require("scripts/globals/titles");
local path =
{
-45.214237, 0.059482, -204.244873,
-46.114422, 0.104212, -203.765884,
-47.013275, 0.149004, -203.285812,
-47.911877, 0.19375... | gpl-3.0 |
Squeakz/darkstar | scripts/zones/South_Gustaberg/npcs/Stone_Monument.lua | 13 | 1276 | -----------------------------------
-- Area: South Gustaberg
-- NPC: Stone Monument
-- Involved in quest "An Explorer's Footsteps"
-- @pos 520.064 -5.881 -738.356 107
-----------------------------------
package.loaded["scripts/zones/South_Gustaberg/TextIDs"] = nil;
-----------------------------------
require("scr... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Buburimu_Peninsula/npcs/Signpost.lua | 13 | 1438 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Signpost
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Buburimu_Peninsula/TextIDs");
-----------------------------------
-- onTrad... | gpl-3.0 |
Squeakz/darkstar | scripts/globals/items/serving_of_salmon_eggs.lua | 18 | 1325 | -----------------------------------------
-- ID: 5217
-- Item: serving_of_salmon_eggs
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Health 6
-- Magic 6
-- Dexterity 2
-- Mind -3
-----------------------------------------
require("scripts/globals/status");
--------------------------------... | gpl-3.0 |
coreyfarrell/testsuite | asttest/self-tests/proclib_perror/test.lua | 5 | 1684 | -- test proclib's ablity to detect missing and non-executable files
real_print = print
function print(msg)
printed = true
if msg ~= expected_msg then
print = real_print
fail("expected perror to print '" .. tostring(expected_msg) .. "' but got '" .. msg .. "' instead")
end
end
function expect(msg)
printed = fa... | gpl-2.0 |
ddumont/darkstar | scripts/zones/Abyssea-Misareaux/npcs/qm13.lua | 14 | 1548 | -----------------------------------
-- Zone: Abyssea-Misareaux
-- NPC: qm13 (???)
-- Spawns Cirein-Croin
-- @pos ? ? ? 216
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/status");
-----------------------------------
-- onTrigger Action
-------------------------------... | gpl-3.0 |
ddumont/darkstar | scripts/globals/mobskills/Stormwind.lua | 30 | 2237 | ---------------------------------------------
-- Stormwind
--
-- Description: Creates a whirlwind that deals Wind damage to targets in an area of effect.
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: Unknown radial
-- Notes:
---------------------------------------------
require("scripts/glob... | gpl-3.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/SDL5_0/TTSChunks/002_SetGlobalProperties.lua | 1 | 3314 | ---------------------------------------------------------------------------------------------------
-- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0014-adding-audio-file-playback-to-ttschunk.md
-- User story:TBD
-- Use case:TBD
--
-- Requirement summary:
-- TBD
--
-- Description:
--... | bsd-3-clause |
ddumont/darkstar | scripts/globals/conquest.lua | 8 | 46974 | -----------------------------------
--
-- Functions for Conquest system
--
-----------------------------------
require("scripts/globals/common");
require("scripts/globals/missions");
-----------------------------------
-- convenience constants
-----------------------------------
NATION_SANDORIA = 0;
NATION_BASTO... | gpl-3.0 |
ddumont/darkstar | scripts/zones/Western_Adoulin/npcs/Marjoirelle.lua | 14 | 1308 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Majoirelle
-- Type: Standard NPC and Quest NPC
-- Involved With Quest: 'Order Up'
-- @zone 256
-- @pos 127 4 -81
-----------------------------------
require("scripts/globals/quests");
-----------------------------------
-- onTrade Action
-------... | gpl-3.0 |
ddumont/darkstar | scripts/globals/items/bibiki_slug.lua | 12 | 1424 | -----------------------------------------
-- ID: 5122
-- Item: Bibiki Slug
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity -5
-- Vitality 4
-- defense % 16
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
--... | gpl-3.0 |
roysc/awesome | lib/beautiful/xresources.lua | 2 | 2592 | ----------------------------------------------------------------------------
--- Library for getting xrdb data.
--
-- @author Yauhen Kirylau <yawghen@gmail.com>
-- @copyright 2015 Yauhen Kirylau
-- @release @AWESOME_VERSION@
-- @module beautiful.xresources
---------------------------------------------------------... | gpl-2.0 |
smartdevicelink/sdl_atf_test_scripts | test_scripts/Policies/Validation_of_PolicyTables/267_ATF_pt_update_validation_rules_required_parameters_type.lua | 1 | 14588 | ---------------------------------------------------------------------------------------------
-- Requirement summary:
-- [PolicyTableUpdate] At least one required param has invalid type
--
-- Check SDL behavior in case required parameter ith invalid type in received PTU
-- 1. Used preconditions:
-- Do not start default... | bsd-3-clause |
xdemolish/darkstar | scripts/globals/abilities/pets/fire_ii.lua | 5 | 1159 | ---------------------------------------------------
-- Fire 2
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/scripts/globals/monstertpmoves");
require("/scripts/globals/magic");
------------------------------------------... | gpl-3.0 |
xdemolish/darkstar | scripts/zones/Cloister_of_Tremors/bcnms/trial_by_earth.lua | 13 | 1775 | -----------------------------------
-- Area: Cloister of Tremors
-- BCNM: Trial by Earth
-- @pos -539 1 -493 209
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Tremors/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/que... | gpl-3.0 |
lighter-cd/premake4-mobile | tests/actions/vstudio/vc2010/test_files.lua | 31 | 1551 | --
-- tests/actions/vstudio/vc2010/test_files.lua
-- Validate generation of files block in Visual Studio 2010 C/C++ projects.
-- Copyright (c) 2011 Jason Perkins and the Premake project
--
T.vstudio_vs2010_files = { }
local suite = T.vstudio_vs2010_files
local vc2010 = premake.vstudio.vc2010
--
-- Setup
--
loc... | mit |
hsiaoyi/Melo | cocos2d/cocos/scripting/lua-bindings/script/cocos2d/DeprecatedOpenglEnum.lua | 148 | 11934 | -- This is the DeprecatedEnum
DeprecatedClass = {} or DeprecatedClass
_G.GL_RENDERBUFFER_INTERNAL_FORMAT = gl.RENDERBUFFER_INTERNAL_FORMAT
_G.GL_LINE_WIDTH = gl.LINE_WIDTH
_G.GL_CONSTANT_ALPHA = gl.CONSTANT_ALPHA
_G.GL_BLEND_SRC_ALPHA = gl.BLEND_SRC_ALPHA
_G.GL_GREEN_BITS = gl.GREEN_BITS
_G.GL_STENCIL_REF = gl.STENCI... | apache-2.0 |
yylangchen/Sample_Lua | frameworks/cocos2d-x/templates/lua-template-runtime/src/GameScene.lua | 5 | 6484 |
local GameScene = class("GameScene",function()
return cc.Scene:create()
end)
function GameScene.create()
local scene = GameScene.new()
scene:addChild(scene:createLayerFarm())
scene:addChild(scene:createLayerMenu())
return scene
end
function GameScene:ctor()
self.visibleSize = cc.Director:get... | mit |
MockbaTheBorg/GTALuaF | Lua/globals/offsets.lua | 1 | 11092 | -- Offsets for b1180
-- Instance offsets
DRAW_HANDLER = 0x0048
ENTITY_VISIBLE = 0x002C
ENTITY_MAX_HEALTH = 0x02A0
PED_MONEY = 0x15d4
PED_TYPE = 0x10A8
VEHICLE_DIRT_LEVEL = 0x0968
VEHICLE_MAX_NUMBER_OF_PASSENGERS = 0x0bb0
VEHICLE_WINDOWS_TINT = 0x03FE
-- Memory offse... | mit |
xdemolish/darkstar | scripts/zones/Northern_San_dOria/npcs/Bertenont.lua | 19 | 1660 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Bertenont
-- Involved in Quest: Lure of the Wildcat (San d'Oria)
-- @pos -165 0.1 226 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/... | gpl-3.0 |
lukego/snabb | lib/ljsyscall/syscall/linux/c.lua | 10 | 40227 | -- This sets up the table of C functions
-- this should be generated ideally, as it is the ABI spec
--[[
Note a fair number are being deprecated, see include/uapi/asm-generic/unistd.h under __ARCH_WANT_SYSCALL_NO_AT, __ARCH_WANT_SYSCALL_NO_FLAGS, and __ARCH_WANT_SYSCALL_DEPRECATED
Some of these we already don't use, ... | apache-2.0 |
hsiaoyi/Melo | cocos2d/cocos/scripting/lua-bindings/auto/api/PositionFrame.lua | 18 | 1745 |
--------------------------------
-- @module PositionFrame
-- @extend Frame
-- @parent_module ccs
--------------------------------
--
-- @function [parent=#PositionFrame] getX
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
--
-- @function [parent=#PositionF... | apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.