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 |
|---|---|---|---|---|---|
kjl2y/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Ranna-Brunna.lua | 13 | 1068 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Ranna-Brunna
-- Type: Standard NPC
-- @zone: 94
-- @pos 123.085 -8.874 223.734
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = n... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Western_Adoulin/npcs/Ledericus.lua | 14 | 1718 | -----------------------------------
-- Area: Western Adoulin
-- NPC: Ledericus
-- Type: Shop NPC
-- @zone 256
-- @pos 37 32 117 256
-----------------------------------
package.loaded["scripts/zones/Western_Adoulin/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/shop");
require("script... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Mhasbaf.lua | 14 | 1044 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Mhasbaf
-- Type: Standard NPC
-- @pos 54.701 -6.999 11.387 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_White... | gpl-3.0 |
swizl/QSanguosha-For-Hegemony | lua/ai/formation-ai.lua | 2 | 24121 | --[[********************************************************************
Copyright (c) 2013-2015 Mogara
This file is part of QSanguosha-Hegemony.
This game 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... | gpl-3.0 |
tontyoutoure/DOTA2-AI-Fun | game/dota_addons/dota2_ai_fun/scripts/vscripts/heroes/bastion/bastion_power_flux.lua | 1 | 1459 | bastion_power_flux = class({})
LinkLuaModifier("modifier_bastion_power_flux_lua", "heroes/bastion/bastion_modifiers.lua", LUA_MODIFIER_MOTION_NONE)
function bastion_power_flux:OnSpellStart(keys)
local level = self:GetLevel()
local caster = self:GetCaster()
local countNeed = self:GetSpecialValueFor("count_need")
l... | mit |
Bo98/DarkRP | gamemode/modules/fpp/pp/client/ownability.lua | 11 | 2578 | FPP = FPP or {}
FPP.entOwners = FPP.entOwners or {}
FPP.entTouchability = FPP.entTouchability or {}
FPP.entTouchReasons = FPP.entTouchReasons or {}
local touchTypes = {
Physgun = 1,
Gravgun = 2,
Toolgun = 4,
PlayerUse = 8,
EntityDamage = 16
}
local reasonSize = 4 -- bits
local reasons = {
... | mit |
Igdra/darkstar | scripts/zones/QuBia_Arena/bcnms/rank_5_mission.lua | 26 | 1985 | -----------------------------------
-- Area: Qu'Bia Arena
-- NPC: Mission Rank 5
-- @pos -221 -24 19 206
-----------------------------------
package.loaded["scripts/zones/QuBia_Arena/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/QuBia_Arena/TextIDs");... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Mount_Zhayolm/npcs/Runic_Portal.lua | 24 | 1758 | -----------------------------------
-- Area: Mount Zhayolm
-- NPC: Runic Portal
-- Mount Zhayolm Teleporter Back to Aht Urgan Whitegate
-- @pos 688 -23 349 61
-----------------------------------
package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Moun... | gpl-3.0 |
Igdra/darkstar | scripts/globals/weaponskills/raging_axe.lua | 25 | 1498 | -----------------------------------
-- Raging Axe
-- Axe weapon skill
-- Skill level: 5
-- Delivers a two-hit attack. Damage varies with TP.
-- Will stack with Sneak Attack.
-- When stacked with Sneak Attack, both hits have a 100% chance of landing, though it is unclear if they both params.crit.
-- Aligned with the Bre... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/abilities/scavenge.lua | 29 | 2534 | -----------------------------------
-- Ability: Scavenge
-- Searches the ground around user for items.
-- Obtained: Ranger Level 10
-- Recast Time: 3:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Cloister_of_Gales/bcnms/carbuncle_debacle.lua | 30 | 1596 | -----------------------------------
-- Area: Cloister of Gales
-- BCNM: Carbuncle Debacle
-----------------------------------
package.loaded["scripts/zones/Cloister_of_Gales/TextIDs"] = nil;
-------------------------------------
require("scripts/zones/Cloister_of_Gales/TextIDs");
require("scripts/globals/settings");
r... | gpl-3.0 |
cracingbozo7/simply-unproffesional | Themes/Simply Unprofessional 5.2/BGAnimations/ScreenEditMenu underlay.lua | 1 | 6323 | local steps_item_space= _screen.h*.05
local steps_item_width= steps_item_space * .75
local steps_type_item_space= _screen.h*.06
local steps_display= setmetatable({disable_wrapping= true}, item_scroller_mt)
local function steps_transform(self, item_index, num_items)
self.container:xy((item_index-.5) * steps_item_space... | gpl-3.0 |
Bo98/DarkRP | gamemode/modules/fadmin/fadmin/access/sh_shared.lua | 2 | 11002 | CreateConVar("_FAdmin_immunity", 1, {FCVAR_GAMEDLL, FCVAR_REPLICATED, FCVAR_ARCHIVE, FCVAR_SERVER_CAN_EXECUTE})
FAdmin.Access = FAdmin.Access or {}
FAdmin.Access.ADMIN = {"user", "admin", "superadmin"}
FAdmin.Access.ADMIN[0] = "user"
FAdmin.Access.Groups = FAdmin.Access.Groups or {}
FAdmin.Access.Privileges = FAdmin.... | mit |
PhoNoTheSky/cursed-exp | control.lua | 1 | 5909 | --require("defines")
require("util")
require("scripts/change_Version")
require("scripts/close_Gui")
require("scripts/encrypt")
require("scripts/files")
require("scripts/functions_classes")
require("scripts/functions_pollution")
require("scripts/functions_talents")
require("scripts/functions_trees")
require("scripts/fun... | mit |
Igdra/darkstar | scripts/zones/Crawlers_Nest_[S]/npcs/Chodopopo.lua | 14 | 1069 | ----------------------------------
-- Area: Crawlers' Nest [S]
-- NPC: Chodopopo
-- Type: Item Deliverer
-- @zone 171
-- @pos 100.528 -32.272 -58.739
--
-----------------------------------
package.loaded["scripts/zones/Crawlers_Nest_[S]/TextIDs"] = nil;
require("scripts/zones/Crawlers_Nest_[S]/TextIDs");
-... | gpl-3.0 |
Igdra/darkstar | scripts/zones/The_Eldieme_Necropolis_[S]/npcs/Turbulent_Storm.lua | 29 | 1838 | -----------------------------------
-- Area: The Eldieme Necropolis [S]
-- NPC: Turbulent Storm
-- Note: Starts Quest "The Fighting Fourth"
-- @pos 422.461 -48.000 175
-----------------------------------
package.loaded["scripts/zones/The_Eldieme_Necropolis_[S]/TextIDs"] = nil;
-----------------------------------
req... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/The_Eldieme_Necropolis_[S]/npcs/Turbulent_Storm.lua | 29 | 1838 | -----------------------------------
-- Area: The Eldieme Necropolis [S]
-- NPC: Turbulent Storm
-- Note: Starts Quest "The Fighting Fourth"
-- @pos 422.461 -48.000 175
-----------------------------------
package.loaded["scripts/zones/The_Eldieme_Necropolis_[S]/TextIDs"] = nil;
-----------------------------------
req... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Norg/npcs/Gimb.lua | 13 | 1161 | -----------------------------------
-- Area: Norg
-- NPC: Gimb
-- Type: Begins the "Sahagin Key Quest" but it doesn't appear in the log. See http://wiki.ffxiclopedia.org/wiki/Sahagin_Key_Quest
-- @zone: 252
-- @pos -4.975 -1.975 -44.039
--
-----------------------------------
package.loaded["scripts/zones/Norg/Tex... | gpl-3.0 |
daniel-david-gabriel/Errant-Audubon | lua/sprites/effects/spark.lua | 1 | 1650 | require("lua/sprites/sprite")
require("lua/images")
Spark = {}
Spark.__index = Spark
setmetatable(Spark, {
__index = Effect,
__call = function (cls, ...)
local self = setmetatable({}, cls)
self:_init(...)
return self
end,
})
function Spark:_init(x, y, width, height)
Sprite._init(self, x, y, width... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/mobskills/Core_Meltdown.lua | 35 | 1099 | ---------------------------------------------------
-- Core Meltdown (Ghrah)
-- Reactor core fails and self-destructs, damaging any nearby targets.
-- Note: Very rare, estimated 5% chance
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Qulun_Dome/npcs/_440.lua | 14 | 1602 | -----------------------------------
-- Area: Qulun Dome
-- NPC: Door
-- Involved in Mission: Magicite
-- @pos 60 24 -2 148
-----------------------------------
package.loaded["scripts/zones/Qulun_Dome/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/Qulun... | gpl-3.0 |
l0k1/naev | dat/missions/neutral/kidnapped/traffic_00.lua | 2 | 14357 | --[[
MISSION: Kidnapped
AUTHOR: Superkoop - John Koopman
The first mission in a series of missions surrounding human trafficking. This mission consists of overhearing pirate a couple pirate conversations, disabling a trader ship, and returning the children home to their parents. It essentially sets u... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Southern_San_dOria/npcs/Nokkhi_Jinjahl.lua | 13 | 13181 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Nokkhi Jinjahl
-- Type: Travelling Merchant NPC / NPC Quiver Maker / San d'Oria 1st Place
-- @zone: 230
-- @pos 24.829 0.978 -13.110
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Windurst_Woods/npcs/Forine.lua | 27 | 1121 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Forine
-- Involved In Mission: Journey Abroad
-- @zone 241
-- @pos -52.677 -0.501 -26.299
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/k... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Western_Adoulin/npcs/Marjoirelle.lua | 1 | 1320 | -----------------------------------
-- 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 |
Igdra/darkstar | scripts/zones/La_Theine_Plateau/npcs/Yaucevouchat.lua | 14 | 1630 | -----------------------------------
-- Area: La Theine Plateau
-- NPC: Yaucevouchat
-- Involved in Mission: The Rescue Drill
-- @pos -318 39 183 102
-----------------------------------
package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/mission... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/dialogs/debug/ChangeZone.lua | 3 | 2858 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Windurst_Walls/npcs/_6n2.lua | 12 | 5603 | -----------------------------------
-- Area: Windurst Walls
-- Door: House of the Hero
-- Involved in Mission 2-1
-- Involved In Quest: Know One's Onions, Onion Rings, The Puppet Master, Class Reunion
-- @pos -26 -13 260 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = ni... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Duke_Berith.lua | 23 | 1601 | -----------------------------------
-- Area: Dynamis Xarcabard
-- MOB: Duke Berith
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/dynamis");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------... | gpl-3.0 |
Bo98/DarkRP | entities/weapons/stunstick/shared.lua | 2 | 6264 | AddCSLuaFile()
if CLIENT then
SWEP.PrintName = "Stun Stick"
SWEP.Slot = 0
SWEP.SlotPos = 5
SWEP.RenderGroup = RENDERGROUP_BOTH
killicon.AddAlias("stunstick", "weapon_stunstick")
CreateMaterial("darkrp/stunstick_beam", "UnlitGeneric", {
["$basetexture"] = "sprites/lgtning",
["$... | mit |
kjl2y/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Nhel_Urhahn.lua | 13 | 1066 | -----------------------------------
-- Area: Windurst Waters (S)
-- NPC: Nhel Urhahn
-- Type: Standard NPC
-- @zone: 94
-- @pos -47.348 -4.499 47.117
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Windurst_Woods/npcs/Anillah.lua | 53 | 1829 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Anillah
-- Type: Clothcraft Image Support
-- @pos -34.800 -2.25 -119.950 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
requ... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/general/stores/basic.lua | 3 | 15275 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Meriphataud_Mountains/npcs/Daruru_WW.lua | 14 | 3356 | -----------------------------------
-- Area: Meriphataud Mountains
-- NPC: Daruru, W.W.
-- Type: Border Conquest Guards
-- @pos -120.393 -25.822 -592.604 119
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil;
-----------------------------------
require("scripts/gl... | gpl-3.0 |
tontyoutoure/DOTA2-AI-Fun | game/dota_addons/dota2_ai_fun/scripts/vscripts/heroes/el_dorado/el_dorado_modifiers.lua | 1 | 5362 | modifier_el_dorado_refine_weapons = class({})
function modifier_el_dorado_refine_weapons:IsHidden() return false end
function modifier_el_dorado_refine_weapons:IsPurgable() return false end
function modifier_el_dorado_refine_weapons:RemoveOnDeath() return false end
function modifier_el_dorado_refine_weapons:OnCreated... | mit |
festevezga/ToME---t-engine4 | game/modules/tome/data/gfx/particles/light_zone.lua | 3 | 1476 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Kazham/npcs/Gatih_Mijurabi.lua | 14 | 1875 | -----------------------------------
-- Area: Kazham
-- NPC: Gatih Mijurabi
-- Type: Standard NPC
-- @zone 250
-- @pos 58.249 -13.086 -49.084
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Kazham/TextIDs"] = nil;
---------------------... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Quicksand_Caves/npcs/qm6.lua | 27 | 2110 | -----------------------------------
-- Area: Quicksand Caves
-- NPC: ??? (qm6)
-- Bastok Mission 8.1 "The Chains That Bind Us"
-- @pos
-----------------------------------
package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("s... | gpl-3.0 |
Igdra/darkstar | scripts/globals/abilities/equanimity.lua | 26 | 1140 | -----------------------------------
-- Ability: Equanimity
-- Your next black magic spell will generate less enmity.
-- Obtained: Scholar Level 75
-- Recast Time: Stratagem Charge
-- Duration: 1 black magic spell or 60 seconds, whichever occurs first
--
-- Level |Charges |Recharge Time per Charge
-- ----- -------- ... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/abilities/equanimity.lua | 26 | 1140 | -----------------------------------
-- Ability: Equanimity
-- Your next black magic spell will generate less enmity.
-- Obtained: Scholar Level 75
-- Recast Time: Stratagem Charge
-- Duration: 1 black magic spell or 60 seconds, whichever occurs first
--
-- Level |Charges |Recharge Time per Charge
-- ----- -------- ... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Palborough_Mines/npcs/_3za.lua | 13 | 1505 | -----------------------------------
-- Area: Palborough Mines
-- NPC: Refiner Lid
-- Involved In Mission: Journey Abroad
-- @zone 143
-- @pos 180 -32 167
-----------------------------------
package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/set... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/maps/vaults/acidic-vault.lua | 3 | 2398 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Horlais_Peak/bcnms/the_secret_weapon.lua | 27 | 2322 | -----------------------------------
-- Area: Horlais Peak
-- Name: Mission Rank 7
-- @pos -509 158 -211 139
-----------------------------------
package.loaded["scripts/zones/Horlais_Peak/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
requi... | gpl-3.0 |
Igdra/darkstar | scripts/globals/spells/raiton_san.lua | 21 | 1286 | -----------------------------------------
-- Spell: Raiton: San
-- Deals lightning damage to an enemy and lowers its resistance against earth.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-------... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/abilities/pets/burning_strike.lua | 29 | 1285 | ---------------------------------------------------
-- Burning Strike M = 6?
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/summon");
require("scripts/globals/magic");
require("scripts/globals/monstertpmoves");
-----... | gpl-3.0 |
alireza784/permag.ir | libs/mimetype.lua | 1 | 3121 | -- Thanks to https://github.com/catwell/lua-toolbox/blob/master/mime.types
do
local mimetype = {}
-- TODO: Add more?
local types = {
["text/html"] = "html",
["text/css"] = "css",
["text/xml"] = "xml",
["image/gif"] = "gif",
["image/jpeg"] = "jpg",
["application/x-javascript"] = "js",
["ap... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Stellar_Fulcrum/npcs/_4z2.lua | 39 | 1328 | -----------------------------------
-- Area: Stellar Fulcrum
-- NPC: Qe'Lov Gate
-------------------------------------
require("scripts/globals/status");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade)
end;
-------------------------------... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Nashmau/npcs/Kyokyoroon.lua | 13 | 1737 | -----------------------------------
-- 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/globals/setting... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/zones/infinite-dungeon/grids.lua | 3 | 1448 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Lower_Jeuno/npcs/Rhimonne.lua | 13 | 1119 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Rhimonne
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
require("scripts/zones/Lower_Jeuno/TextIDs");
-----------------------------------
-- onTrad... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Konschtat_Highlands/npcs/Plaiaude.lua | 27 | 1729 | -----------------------------------
-- Area: Konschtat Highlands
-- NPC: Plaiaude
-- Type: Chocobo Renter
-- @pos 244.705 24.034 296.973 108
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/globals/keyitems");
require("scripts/globals/settings");
require("scripts/globals/status... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/zones/heart-gloom/npcs.lua | 3 | 4915 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
Igdra/darkstar | scripts/globals/items/wild_onion.lua | 18 | 1172 | -----------------------------------------
-- ID: 4387
-- Item: wild_onion
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility 4
-- Vitality -6
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
--------... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Port_Jeuno/npcs/Zona_Shodhun.lua | 26 | 4283 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Zona Shodhun
-- Starts and Finishes Quest: Pretty Little Things
-- @zone 246
-- @pos -175 -5 -4
-----------------------------------
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/shop");
require("scripts... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Temenos/mobs/Proto-Ultima.lua | 23 | 1651 | -----------------------------------
-- Area: Temenos
-- MOB: Proto-Ultima
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/limbus");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn(mob)
mob:SetMagicC... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Kulh_Amariyo.lua | 13 | 1424 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Kulh Amariyo
-- Standard Merchant NPC
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs");
require("scr... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Sacrificial_Chamber/npcs/_4j3.lua | 13 | 1417 | -----------------------------------
-- Area: Sacrificial Chamber
-- NPC: Mahogany Door
-- @pos 19 -1 -4 163
-------------------------------------
package.loaded["scripts/zones/Sacrificial_Chamber/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/missions"... | gpl-3.0 |
Igdra/darkstar | scripts/globals/mobskills/Nerve_Gas.lua | 28 | 1063 | ---------------------------------------------
-- Nerve Gas
--
-- Description: Inflicts curse and powerful poison effect.
-- Type: Magical
-- Wipes Shadows
-- Range: 10' Radial
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/glob... | gpl-3.0 |
jessegit/proxmark3 | client/scripts/tnp3clone.lua | 4 | 4331 | local cmds = require('commands')
local getopt = require('getopt')
local lib14a = require('read14a')
local utils = require('utils')
local pre = require('precalc')
local toys = require('default_toys')
local lsh = bit32.lshift
local rsh = bit32.rshift
local bor = bit32.bor
local band = bit32.band
example =[[
script run... | gpl-2.0 |
kjl2y/darkstar | scripts/globals/items/yellow_curry_bun.lua | 18 | 2154 | -----------------------------------------
-- ID: 5757
-- Item: yellow_curry_bun
-- Food Effect: 30minutes, All Races
-----------------------------------------
-- Health Points 25
-- Strength 5
-- Agility 2
-- Intelligence -4
-- Attack 20% (caps @ 75)
-- Ranged Attack 20% (caps @ 75)
-- Resist Sleep
-- Resist Stun
--... | gpl-3.0 |
mickem/nscp | scripts/test.lua | 1 | 1315 | nscp.print('Loading test script...')
nscp.execute('version')
v = nscp.getSetting('NSCA Agent', 'interval', 'broken')
nscp.print('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
nscp.print('value: ' .. v)
nscp.print('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
nscp.register('check_something', 'something')
nscp.register('lua_debug',... | gpl-2.0 |
Igdra/darkstar | scripts/commands/npchere.lua | 13 | 1343 | ---------------------------------------------------------------------------------------------------
-- func: npchere <npcId>
-- desc: Spawns an NPC and then moves it to the current position, if in same zone.
-- Errors will despawn the NPC unless "noDepop" was specified (any value works).
-------------------------... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/class/Party.lua | 2 | 13699 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/general/objects/egos/boots.lua | 2 | 12235 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Western_Adoulin/npcs/HomePoint#2.lua | 27 | 1256 | -----------------------------------
-- Area: Western_Adoulin
-- NPC: HomePoint#2
-- @pos
-----------------------------------
package.loaded["scripts/zones/Western_Adoulin/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Western_Adoulin/TextIDs");
require("scripts/globals/homepoint");
--... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/items/alabaligi.lua | 18 | 1309 | -----------------------------------------
-- ID: 5461
-- Item: Alabaligi
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity 2
-- Mind -4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
---------... | gpl-3.0 |
brewsterl/forgottenserver | data/talkactions/scripts/ban.lua | 39 | 1131 | local banDays = 7
function onSay(player, words, param)
if not player:getGroup():getAccess() then
return true
end
local name = param
local reason = ''
local separatorPos = param:find(',')
if separatorPos ~= nil then
name = param:sub(0, separatorPos - 1)
reason = string.trim(param:sub(separatorPos + 1))
e... | gpl-2.0 |
Igdra/darkstar | scripts/globals/items/block_of_rock_cheese.lua | 18 | 1312 | -----------------------------------------
-- ID: 4593
-- Item: Block of Rock Cheese
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health % 5.5
-- Health Cap 45
-- HP Recovered while healing 1
-----------------------------------------
require("scripts/globals/status");
-----------------... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/zones/infinite-dungeon/objects.lua | 3 | 4548 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Sea_Serpent_Grotto/mobs/Devil_Manta.lua | 14 | 1336 | -----------------------------------
-- Area: Sea Serpent Grotto
-- MOB: Devil Manta
-- Note: Place holder Charybdis
-----------------------------------
require("scripts/globals/groundsofvalor");
require("scripts/zones/Sea_Serpent_Grotto/MobIDs");
-----------------------------------
-- onMobDeath
--------------------... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/engines/default/modules/boot/class/NPC.lua | 3 | 1684 | -- ToME - Tales of Middle-Earth
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 la... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/quests/start-dwarf.lua | 3 | 2027 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
Igdra/darkstar | scripts/globals/mobskills/Floodlight.lua | 18 | 1194 | ---------------------------------------------------
-- Floodlight
--
-- Description: ~300 magic damage, Flash, Blind and Silence, ignores Utsusemi
-- Type: Magical
--
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals... | gpl-3.0 |
festevezga/ToME---t-engine4 | game/modules/tome/data/gfx/particles/shader_square.lua | 3 | 1331 | -- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2014 Nicolas Casalini
--
-- 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 ... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Monarch_Linn/bcnms/savage.lua | 17 | 1688 | -----------------------------------
-- Area: Monarch Linn
-- Name: savage
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/missions");
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
end;
-- Physically entering the BCNM vi... | gpl-3.0 |
alireza784/permag.ir | plugins/expiretime.lua | 1 | 2052 | local function pre_process(msg)
msg.text = msg.content_.text
local timetoexpire = 'unknown'
local expiretime = redis:hget ('expiretime', msg.chat_id_)
local now = tonumber(os.time())
if expiretime then
timetoexpire = math.floor((tonumber(expiretime) - tonumber(now)) / 86400) + 1
if tonumber("0") > ... | gpl-3.0 |
githabbot/suuuper | lang/arabic_lang.lua | 28 | 23302 | --------------------------------------------------
-- ____ ____ _____ --
-- | \| _ )_ _|___ ____ __ __ --
-- | |_ ) _ \ | |/ ·__| _ \_| \/ | --
-- |____/|____/ |_|\____/\_____|_/\/\_| --
-- --
--------------... | gpl-2.0 |
Igdra/darkstar | scripts/globals/effects/super_buff.lua | 34 | 1106 | -----------------------------------
--
-- EFFECT_SUPER_BUFF
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
local power = effect:getPower();
target... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/items/bloody_bolt.lua | 26 | 1410 | -----------------------------------------
-- ID: 18151
-- Item: Bloody Bolt
-- Additional Effect: Drains HP
-----------------------------------------
require("scripts/globals/status");
-----------------------------------
-- onAdditionalEffect Action
-----------------------------------
function onAdditionalEffect(playe... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/effects/super_buff.lua | 34 | 1106 | -----------------------------------
--
-- EFFECT_SUPER_BUFF
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect)
local power = effect:getPower();
target... | gpl-3.0 |
rigeirani/1p | plugins/invite.lua | 1111 | 1195 | do
local function callbackres(extra, success, result) -- Callback for res_user in line 27
local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- I... | gpl-2.0 |
rigeirani/tsed | plugins/invite.lua | 1111 | 1195 | do
local function callbackres(extra, success, result) -- Callback for res_user in line 27
local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- I... | gpl-2.0 |
Hosseiin138yz/spam-killer | plugins/invite.lua | 1111 | 1195 | do
local function callbackres(extra, success, result) -- Callback for res_user in line 27
local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- I... | gpl-2.0 |
mynameiscraziu/bgfdsabatu | plugins/invite.lua | 1111 | 1195 | do
local function callbackres(extra, success, result) -- Callback for res_user in line 27
local user = 'user#id'..result.id
local chat = 'chat#id'..extra.chatid
if is_banned(result.id, extra.chatid) then -- Ignore bans
send_large_msg(chat, 'User is banned.')
elseif is_gbanned(result.id) then -- I... | gpl-2.0 |
haste/ivar2 | modules/wolframalpha.lua | 2 | 1483 | local util = require'util'
local simplehttp = util.simplehttp
local urlEncode = util.urlEncode
local html2unicode = require'html'
local decode = function(str)
-- Output tends to have double spaces.
str = str:gsub('%s+', ' ')
-- Convert the WA unicode escaping into HTML.
str = str:gsub('\\:([0-9a-z][0-9a-z][0-9a-z]... | mit |
brunovalads/smw-tas | lsnes/scripts/lib/lsnes.lua | 1 | 16119 | local lsnes = {}
local config = require "config"
local draw = require "draw"
local raw_input = require "raw-input"
local OPTIONS = config.OPTIONS
local COLOUR = config.COLOUR
local LSNES_FONT_HEIGHT = config.LSNES_FONT_HEIGHT
local LSNES_FONT_WIDTH = config.LSNES_FONT_WIDTH
local User_input = raw_input.key_state
lsn... | mit |
amourking/KING | plugins/owners.lua | 71 | 12458 |
local function lock_group_namemod(msg, data, target)
local group_name_set = data[tostring(target)]['settings']['set_name']
local group_name_lock = data[tostring(target)]['settings']['lock_name']
if group_name_lock == 'yes' then
return 'Group name is already locked'
else
data[tostring(target)]['setting... | gpl-2.0 |
Igdra/darkstar | scripts/globals/items/garlic_cracker.lua | 18 | 1324 | -----------------------------------------
-- ID: 4467
-- Item: garlic_cracker
-- Food Effect: 3Min, All Races
-----------------------------------------
-- Magic Regen While Healing 6
-- Undead Killer 5
-- Blind Resist 5
-----------------------------------------
require("scripts/globals/status");
---------------------... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Batallia_Downs/npcs/Field_Manual.lua | 29 | 1048 | -----------------------------------
-- Field Manual
-- Area: Batallia Downs
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/fieldsofvalor");
-----------------------------------
-- onTrigger Action
-------------------------------... | gpl-3.0 |
Igdra/darkstar | scripts/globals/items/roast_mushroom.lua | 18 | 1452 | -----------------------------------------
-- ID: 4410
-- Item: witch_kabob
-- Food Effect: 30minutes, All Races
-----------------------------------------
-- Magic Points 10
-- Strength -1
-- Mind 3
-- Enmity -1
-- MP Recovered While Healing 2
-----------------------------------------
require("scripts/globals/status");... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/spells/bio_ii.lua | 26 | 2191 | -----------------------------------------
-- Spell: Bio II
-- Deals dark damage that weakens an enemy's attacks and gradually reduces its HP.
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
----------------------------... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Apollyon/mobs/Barometz.lua | 2 | 1258 | -----------------------------------
-- Area: Apollyon NE
-- NPC: Barometz
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
---------------------------------... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Jugner_Forest/npcs/Logging_Point.lua | 17 | 1085 | -----------------------------------
-- Area: Jugner Forest
-- NPC: Logging Point
-----------------------------------
package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/logging");
require("scripts/zones/Jugner_Forest/TextIDs");
---------------... | gpl-3.0 |
Igdra/darkstar | scripts/zones/Southern_San_dOria/npcs/Diary.lua | 14 | 2170 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Diary
-- Involved in Quest: To Cure a Cough
-- @zone 230
-- @pos -75 -12 65
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settin... | gpl-3.0 |
Igdra/darkstar | scripts/globals/abilities/high_jump.lua | 14 | 2292 | -----------------------------------
-- Ability: High Jump
-- Performs a high jumping attack on enemy.
-- Obtained: Dragoon Level 35
-- Recast Time: 2:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/weaponskills... | gpl-3.0 |
kjl2y/darkstar | scripts/globals/abilities/high_jump.lua | 14 | 2292 | -----------------------------------
-- Ability: High Jump
-- Performs a high jumping attack on enemy.
-- Obtained: Dragoon Level 35
-- Recast Time: 2:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/weaponskills... | gpl-3.0 |
lordzen/groink | selib/base64.lua | 2 | 1207 | -- Lua 5.1+ base64 v3.0 (c) 2009 by Alex Kloss <alexthkloss@web.de>
-- licensed under the terms of the LGPL2
module("base64", package.seeall)
local b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
-- encoding
function encode(data)
return ((data:gsub('.', function(x)
local r,b='',x:by... | gpl-3.0 |
kjl2y/darkstar | scripts/zones/Dynamis-Xarcabard/npcs/qm1.lua | 13 | 1344 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NPC: ??? (Spawn when mega is defeated)
-----------------------------------
package.loaded["scripts/zones/Dynamis-Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/keyitems");
requ... | gpl-3.0 |
Noneatme/iLife-SA | client/Guis/World/petrolstation.lua | 1 | 3884 | --[[
/////// //////////////////
/////// PROJECT: MTA iLife - German Fun Reallife Gamemode
/////// VERSION: 1.7.2
/////// DEVELOPERS: See DEVELOPERS.md in the top folder
/////// LICENSE: See LICENSE.md in the top folder
/////// /////////////////
]]
local Petrolstation = {
["window"] = false,
}
local Petrol_Cos... | mit |
Igdra/darkstar | scripts/zones/Valkurm_Dunes/npcs/Prunilla_RK.lua | 14 | 3332 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Prunilla, R.K.
-- Type: Border Conquest Guards
-- @pos 908.245 -1.171 -411.504 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest")... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.