repo_name
stringlengths
6
69
path
stringlengths
6
178
copies
stringclasses
278 values
size
stringlengths
4
7
content
stringlengths
671
917k
license
stringclasses
15 values
kidaa/Awakening-Core3
bin/scripts/object/mobile/space_comm_aynat_ace_01.lua
3
2208
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/crafted/medpack_disease_area_health_a.lua
1
3379
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
DelaramSudo/Taylor
plugins/filtering.lua
11
2563
--[[ # # @GPMOD # @Dragon_Born # ]] local function addword(msg, name) local hash = 'chat:'..msg.to.id..':badword' redis:hset(hash, name, 'newword') return "کلمه جدید به فیلتر کلمات اضافه شد\n>"..name end local function get_variables_hash(msg) return 'chat:'..msg.to.id..':badword' end ...
gpl-2.0
eraffxi/darkstar
scripts/zones/Southern_San_dOria/npcs/Endracion.lua
2
5993
----------------------------------- -- Area: Southern San d'Oria -- NPC: Endracion -- !pos -110 1 -34 230 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Southern_San_dOria/TextIDs"); require("scripts/globa...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/tatooine/tusken_raid_champion.lua
1
1421
tusken_raid_champion = Creature:new { objectName = "@mob/creature_names:Tusken_raid_champion", socialGroup = "tusken_raider", pvpFaction = "tusken_raider", faction = "tusken_raider", level = 62, chanceHit = 0.62, damageMin = 455, damageMax = 620, baseXp = 6013, baseHAM = 11000, baseHAMmax = 14000, armor = 0...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/pet_deed/huf_dun_deed.lua
1
2580
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/space_starfighter_engineer_trainer_03.lua
3
2264
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/globals/items/apple_pie_+1.lua
2
1067
----------------------------------------- -- ID: 4320 -- Item: Apple Pie +1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Magic 30 -- Intelligence 4 -- Magic Regen While Healing 2 ----------------------------------------- require("scripts/globals/status"); -------------------------------...
gpl-3.0
eraffxi/darkstar
scripts/globals/weaponskills/resolution.lua
2
1843
----------------------------------- -- Resolution -- Great Sword weapon skill -- Skill Level: 357 -- Delivers a fivefold attack. Damage varies with TP. -- In order to obtain Resolution, the quest Martial Mastery must be completed. -- This Weapon Skill's first hit params.ftp is duplicated for all additional hits. -- Res...
gpl-3.0
eraffxi/darkstar
scripts/globals/abilities/pets/thunderstorm.lua
2
1372
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); --------------------------------------------------- f...
gpl-3.0
eraffxi/darkstar
scripts/globals/items/death_penalty.lua
2
4359
----------------------------------------- -- ID: 19007 -- Item: Death Penalty ----------------------------------------- require("scripts/globals/msg"); require("scripts/globals/status"); require("scripts/globals/weaponskills"); require("scripts/globals/weaponskillids"); ----------------------------------- local NAME_W...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/crafted/medpack_enhance_constitution_b.lua
1
3096
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/furniture/imperial/data_terminal_s2.lua
3
2264
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
abbasgh12345/abbas0
plugins/plugin.lua
3
5964
do -- Returns the key (index) in the config.enabled_plugins table local function plugin_enabled( name ) for k,v in pairs(_config.enabled_plugins) do if name == v then return k end end -- If not found return false end -- Returns true if file exists in plugins folder local function plugin_exists( ...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/ship/rebel_gunboat_tier3.lua
3
2184
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/zones/The_Sanctuary_of_ZiTah/npcs/Dedden_IM.lua
2
2949
----------------------------------- -- Area: The Sanctuary of Zi'Tah -- NPC: Dedden, I.M. -- Border Conquest Guards -- !pos -252.454 -1.958 624.366 121 ----------------------------------- package.loaded["scripts/zones/The_Sanctuary_of_ZiTah/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
eraffxi/darkstar
scripts/zones/Port_Bastok/npcs/Ronan.lua
2
2219
----------------------------------- -- Area: Port Bastok -- NPC: Ronan -- Start & Finishes Quest: Out of One's Shell ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles");...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/clothing_armor_ithorian_defender_boots.lua
1
3969
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/general/tato_cave_stalactite_tiny.lua
3
2288
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/item/item_tool_meson_taloscope.lua
3
2236
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/loot/collectible/collectible_parts/light_table_structure_04.lua
3
2360
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/space_comm_hutt_01.lua
3
2188
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/lair/vog_eel/lair_vog_eel_underwater.lua
2
2320
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
fegimanam/1p
plugins/spamwili.lua
4
69448
local function run(msg) if msg.text == "[!/]killwili" then return "".. [[ wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wili😈wi...
gpl-2.0
Creedsteam/SuperCreed
plugins/expire.lua
2
3557
local function pre_process(msg) local timetoexpire = 'unknown' local expiretime = redis:hget ('expiretime', get_receiver(msg)) local now = tonumber(os.time()) if expiretime then timetoexpire = math.floor((tonumber(expiretime) - tonumber(now)) / 86400) + 1 if tonumber("0") > tonumber(timetoexpire) an...
agpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/booster/bst_moncal_advanced.lua
3
2296
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/commands.lua
1
33665
-- define an object to carry state data for combat commands function StateEffect(t, et, dm, jm, c, s, l) return { effectType = t, defenderExclusionTimers = et, defenderStateDefenseModifiers = dm, defenderJediStateDefenseModifiers = jm, stateChance = c, stateStrength = s, stateLength = l } end -- carries do...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/droid/component/chassis_droid_surgical.lua
2
3761
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Alzadaal_Undersea_Ruins/Zone.lua
2
6948
----------------------------------- -- -- Zone: Alzadaal_Undersea_Ruins (72) -- ----------------------------------- package.loaded["scripts/zones/Alzadaal_Undersea_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Alzadaal_Undersea_Ruins/TextIDs"); require("scripts/globals/missions"); re...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/setWaypointActiveStatus.lua
4
2162
--Copyright (C) 2007 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. ...
lgpl-3.0
upsoft/avbot
extension/luascript/libs/luascript/seventhsea.lua
3
2584
--7th sea投骰 --格式:.7 5k3+1 require("rex_pcre") n=1 table.insert(main_help_table,".7 (dp)(k保留)(+加值) (理由) 7海投骰") function seventhsea(msg,msg_time,buddy_name,buddy_num,qun_name,qun_num) --entrance local rex="^.7\\s(\\d*)(?:k(\\d*))?(?:\\+(\\d*))?(?:\\s(.*))?$" dice,hold,addup,reason=rex_pcre.match(msg,rex,1,"i")...
agpl-3.0
eraffxi/darkstar
scripts/zones/Rolanberry_Fields/npcs/Cavernous_Maw.lua
2
2558
----------------------------------- -- Area: Rolanberry Fields -- NPC: Cavernous Maw -- !pos -198 8 361 110 -- Teleports Players to Rolanberry Fields [S] ----------------------------------- package.loaded["scripts/zones/Rolanberry_Fields/TextIDs"] = nil; ----------------------------------- require("scripts/globals/set...
gpl-3.0
widelands/widelands
data/tribes/initialization/barbarians/starting_conditions/discovery.lua
1
1639
-- ======================================================================= -- Discovery starting conditions for Barbarians -- ======================================================================= include "scripting/starting_conditions.lua" push_textdomain("tribes") init = { -- TRANSLATORS: This is...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/naboo_gungawar_large1.lua
1
2224
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/particle/particle_newbie_bomb_debris.lua
3
2260
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/gloves/serverobjects.lua
3
2677
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/loot/items/wearables/ithorian/ith_bodysuit_s03.lua
4
1294
ith_bodysuit_s03 = { -- Ithorian Tight Fit Jumpsuit minimumLevel = 0, maximumLevel = -1, customObjectName = "", directObjectTemplate = "object/tangible/wearables/ithorian/ith_bodysuit_s03.iff", craftingValues = {}, skillMods = {}, customizationStringNames = {"/private/index_color_1","/priva...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/naboo/serverobjects.lua
3
4749
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/particle/pt_lok_volcano_smoke.lua
3
2232
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
palmettos/cnLuCI
applications/luci-splash/luasrc/model/cbi/splash/splash.lua
52
3212
--[[ LuCI - Lua Configuration Interface 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 ]]-- require("luci.model.uci") m = Map("luci_splash", translate...
apache-2.0
kidaa/Awakening-Core3
bin/scripts/commands/wookieeRoar.lua
3
2661
--Copyright (C) 2007 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. ...
lgpl-3.0
roshan/thrift
lib/lua/TSocket.lua
113
2996
---- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file -- distributed with this work for additional information -- regarding copyright ownership. The ASF licenses this file -- to you under the Apache License, Version 2.0 (the -- "License"); you may...
apache-2.0
eraffxi/darkstar
scripts/zones/Apollyon/mobs/Fire_Elemental.lua
14
2318
----------------------------------- -- Area: Apollyon SW -- NPC: elemental ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); ----------------------------------- ...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/totalHealOther.lua
3
2135
--Copyright (C) 2007 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. ...
lgpl-3.0
koreader/koreader-base
ffi/freetype.lua
3
7239
--[[-- Freetype library interface (text rendering) @module ffi.freetype --]] local bit = require("bit") local ffi = require("ffi") local Blitbuffer = require("ffi/blitbuffer") -- the header definitions require("ffi/freetype_h") local ft2 if ffi.os == "Windows" then ft2 = ffi.load("libs/libfreetype-6.dll") elsei...
agpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/faction_perk/turret/serverobjects.lua
3
2656
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_queen_kylantha.lua
3
2204
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/furniture/city/streetlamp_med_02.lua
3
2305
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/globals/spells/bluemagic/sheep_song.lua
2
1470
----------------------------------------- -- Spell: Sheep Song -- Puts all enemies within range to sleep -- Spell cost: 22 MP -- Monster Type: Beasts -- Spell Type: Magical (Light) -- Blue Magic Points: 2 -- Stat Bonus: CHR+1, HP+5 -- Level: 16 -- Casting Time: Casting Time: 3 seconds -- Recast Time: Recast Time: 60 se...
gpl-3.0
eraffxi/darkstar
scripts/zones/Southern_San_dOria/npcs/Hae_Jakhya.lua
2
1427
----------------------------------- -- Area: Southern San d'Oria -- NPC: Hae Jakhya -- General Info NPC ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Southern_San_dOria/TextIDs"); require("scripts/glob...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/lair/base/poi_all_lair_nest_large_evil_fire_green.lua
2
2372
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
palmettos/cnLuCI
applications/luci-statistics/luasrc/statistics/rrdtool/definitions/interface.lua
8
2773
--[[ Luci statistics - interface plugin diagram definition (c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net> 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-2.0
kidaa/Awakening-Core3
bin/scripts/object/static/item/item_tool_handheld_viewscreen_s1.lua
3
2264
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
tpn/wrk
deps/luajit/src/jit/v.lua
88
5614
---------------------------------------------------------------------------- -- Verbose mode of the LuaJIT compiler. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h -------------------------------------------------------------------------...
apache-2.0
eraffxi/darkstar
scripts/zones/Dangruf_Wadi/npcs/qm4.lua
2
1477
----------------------------------- -- NPC: ??? (QM4) -- Type: Grasswix dice roll game part 2 -- @zone 191 -- Involved in quest "As Thick As Thieves" ----------------------------------- package.loaded["scripts/zones/Dangruf_Wadi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); ...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/space/story_loot/loot_naboo_rsf.lua
3
2248
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/pet_deed/vehicular_prototype_bike.lua
3
2276
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_image_designer_trainer_02.lua
2
2302
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/faction/rebel/senior_specforce_infiltrator.lua
1
1762
senior_specforce_infiltrator = Creature:new { objectName = "@mob/creature_names:senior_specforce_infiltrator", socialGroup = "rebel", pvpFaction = "rebel", faction = "rebel", level = 20, chanceHit = 0.330000, damageMin = 190, damageMax = 200, baseXp = 1803, baseHAM = 5000, baseHAMmax = 6100, armor = 0, res...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/lair/flite_rasp_hill/serverobjects.lua
3
2118
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/globals/common.lua
1
2895
----------------------------------- -- switch ----------------------------------- function switch(c) local swtbl = { casevar = c, caseof = function(self, code) local f; if (self.casevar) then f = code[self.casevar] or code.default; else ...
gpl-3.0
eraffxi/darkstar
scripts/zones/Kazham/npcs/Eron-Tomaron.lua
2
3962
----------------------------------- -- Area: Kazham -- NPC: Eron-Tomaron -- Title Change NPC -- !pos -22 -4 -24 250 ----------------------------------- require("scripts/globals/titles"); local title2 = { dsp.title.DISCERNING_INDIVIDUAL , dsp.title.VERY_DISCERNING_INDIVIDUAL , dsp.title.EXTREMELY_DISCERNING_INDIVIDUAL...
gpl-3.0
Richard857/BadRotations
Rotations/sample rotation.lua
1
8659
local rotationName = "CuteOne" -- Change to name of profile listed in options drop down --------------- --- Toggles --- --------------- local function createToggles() -- Define custom toggles -- Rotation Button RotationModes = { [1] = { mode = "Auto", value = 1 , overlay = "Automatic Rotation", tip = "Swap...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/naboo_gungwar_medium.lua
1
2220
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/salacious_crumb.lua
3
2176
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/globals/spells/bluemagic/enervation.lua
2
2122
----------------------------------------- -- Spell: Enervation -- Lowers the defense and magical defense of enemies within range -- Spell cost: 48 MP -- Monster Type: Beastmen -- Spell Type: Magical (Dark) -- Blue Magic Points: 5 -- Stat Bonus: HP-5, MP+5 -- Level: 67 -- Casting Time: 6 seconds -- Recast Time: 60 secon...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_tatooine_dim_u_cleric.lua
3
2232
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/loot/loot_schematic/bottle_tall_schematic.lua
2
2601
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_marooned_pirate_engr1_sull_m.lua
3
2260
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/screenplays/caves/lok_nym_pirate_cave.lua
1
11824
NymPirateCaveScreenPlay = ScreenPlay:new { numberOfActs = 1, screenplayName = "NymPirateCaveScreenPlay", } registerScreenPlay("NymPirateCaveScreenPlay", true) function NymPirateCaveScreenPlay:start() if (isZoneEnabled("lok")) then self:spawnMobiles() end end function NymPirateCaveScreenPlay:spawnMobiles() ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/droid_interface/ddi_qualdex_droid_interface_mk1.lua
3
2376
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Buburimu_Peninsula/TextIDs.lua
2
2503
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6416; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6422; -- Obtained: <item>. GIL_OBTAINED = 6423; -- Obtained <number> gil. KEYITEM_...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/conversations/dungeon/death_watch_bunker/mand_bunker_technician_conv.lua
1
5175
mand_bunker_technician_convotemplate = ConvoTemplate:new { initialScreen = "convoscreen1", templateType = "Normal", --luaClassHandler = "death_watch_mand_bunker_technician_handler", screens = {} } mand_bunker_technician_convoscreen1 = ConvoScreen:new { id = "convoscreen1", leftDialog = "@conversation/death_watc...
lgpl-3.0
eraffxi/darkstar
scripts/zones/West_Sarutabaruta_[S]/TextIDs.lua
2
1335
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6381; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6387; -- Obtained: <item>. GIL_OBTAINED = 6388; -- Obtained <number> gil. KEYITEM_OBTAINED = 6...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/food/dish_wastril_bread.lua
3
2244
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/general/poi_tato_corral_half_32x32_s04.lua
3
2308
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/creature/dantooine_huurton.lua
3
2220
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Southern_San_dOria/npcs/Arpevion_TK.lua
2
2447
----------------------------------- -- Area: Southern San d'Oria -- NPC: Arpevion, T.K. -- X Grant Signet -- X Recharge Emperor Band, Empress Band, or Chariot Band -- X Accepts traded Crystals to fill up the Rank bar to open new Missions. -- X Sells items in exchange for Conquest Points -- X Start Supply Run Missions...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/structure/naboo_house_guild_hall.lua
2
3680
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/base/base_bracer_upper_l.lua
3
2260
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/general/cave_stalagmite_tato_s01_small.lua
3
2308
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Giddeus/npcs/Altar_of_Offerings.lua
2
1199
----------------------------------- -- Area: Windurst Waters -- NPC: Alter Of Offering -- Involved in Quest: A Crisis in the Making -- !pos -137 17 177 145 ----------------------------------- package.loaded["scripts/zones/Giddeus/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Giddeus/TextI...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_cobral_mugger_human_male_01.lua
3
2256
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/skirt/serverobjects.lua
3
2924
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/crafted/medpack_disease_area_mind_c.lua
1
3374
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/puny_gackle_bat.lua
3
2176
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Lower_Jeuno/npcs/Muckvix.lua
2
1075
----------------------------------- -- Area: Lower Jeuno -- NPC: Muckvix -- Involved in Mission: Magicite -- @zone 245 -- !pos -26.824 3.601 -137.082 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); r...
gpl-3.0
eraffxi/darkstar
scripts/zones/Cloister_of_Gales/bcnms/trial_by_wind.lua
2
1877
----------------------------------- -- Area: Cloister of Gales -- BCNM: Trial by Wind -- @zone -361 1 -381 201 ----------------------------------- package.loaded["scripts/zones/Cloister_of_Gales/TextIDs"] = nil; ------------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/quests"...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/conversations/village/old_man_conv.lua
3
6697
old_man_convotemplate = ConvoTemplate:new { initialScreen = "init", templateType = "Lua", luaClassHandler = "old_man_conv_handler", screens = {} } old_man_init = ConvoScreen:new { id = "init", leftDialog = "", stopConversation = "false", options = { } } old_man_convotemplate:addScreen(old_man_init); old_man...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/powerup/weapon/fs_quest_sad/objects.lua
3
3913
--Copyright (C) 2009 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. ...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Ordelles_Caves/npcs/Treasure_Chest.lua
2
3806
----------------------------------- -- Area: Ordelles Caves -- NPC: Treasure Chest -- Involved In Quest: Signed In Blood and The Goblin Tailor -- @zone 193 ----------------------------------- package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyi...
gpl-3.0
eraffxi/darkstar
scripts/zones/Davoi/npcs/_45h.lua
2
1876
----------------------------------- -- Area: Davoi -- NPC: Howling Pond -- Used In Quest: Whence Blows the Wind -- !pos 21 0.1 -258 149 ----------------------------------- package.loaded["scripts/zones/Davoi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/glob...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/commands/actionShot2.lua
1
2566
--Copyright (C) 2007 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/general/palette_supply_04.lua
3
2256
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/loot/loot_schematic/professors_desk_schematic.lua
3
2304
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/crafted/shields/shield_intensifier_mk4.lua
1
2883
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
devahmed2/King_2001
libs/fakeredis.lua
650
40405
local unpack = table.unpack or unpack --- Bit operations local ok,bit if _VERSION == "Lua 5.3" then bit = (load [[ return { band = function(x, y) return x & y end, bor = function(x, y) return x | y end, bxor = function(x, y) return x ~ y end, bnot = function(x) return ~x end, rshift = function(x...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/mobile/naboo/plasma_thieving_swamp_trooper.lua
1
1202
plasma_thieving_swamp_trooper = Creature:new { objectName = "@mob/creature_names:swamp_trooper_anti_gungan", socialGroup = "imperial", pvpFaction = "imperial", faction = "imperial", level = 25, chanceHit = 0.36, damageMin = 240, damageMax = 250, baseXp = 2637, baseHAM = 7200, baseHAMmax = 8800, armor = 0, ...
lgpl-3.0
elihugarret/Curso-AI
AV/ik.lua
1
4225
-- see http://www.math.ucsd.edu/~sbuss/ResearchWeb/ikmethods/iksurvey.pdf local window = require "window" local gl = require "gl" local vec3 = require "vec3" local quat = require "quat" local mat4 = require "mat4" local pow = math.pow math.randomseed(os.time()) local NUMJOINTS = 10 local joints = {} -- initialize fir...
mit
eraffxi/darkstar
scripts/zones/Crawlers_Nest_[S]/mobs/Morille_Mortelle.lua
2
1215
----------------------------------- -- Area: Crawlers nest [S] (171) -- NM: Morille Mortelle -- !pos 59.788 -0.939 22.316 171 ----------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); function onMobSpawn(mob) mob:setMod(dsp.mod.DOUBLE...
gpl-3.0