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
UnknownX7/darkstar
scripts/zones/Tavnazian_Safehold/npcs/_0qa.lua
14
2058
----------------------------------- -- Area: Tavnazian Safehold -- NPC: walnut door -- Involved in mission 2-4 -- @pos 111 -41 41 26 ----------------------------------- package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("s...
gpl-3.0
maikuru23/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Song_Runes.lua
34
1922
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Song Runes -- Finishes Quest: The Old Monument ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; package.loaded["scripts/globals/settings"] = nil; ----------------------------------- r...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Quicksand_Caves/mobs/Princeps_IV-XLV.lua
11
1350
----------------------------------- -- Area: Quicksand Caves -- MOB: Princeps IV-XLV -- Pops in Bastok mission 8-1 "The Chains that Bind Us" ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Caves/Text...
gpl-3.0
maikuru23/darkstar
scripts/globals/mobskills/Dread_Dive.lua
6
1046
--------------------------------------------- -- Dread Dive -- -- Description: Dives into a single target. Additional effect: Knockback + Stun -- Type: Physical -- Utsusemi/Blink absorb: 1 shadow -- Range: Melee -- Notes: Used instead of Gliding Spike by certain notorious monsters. -----------------------...
gpl-3.0
Coethium/server-minetestforfun
mods/runes/handlers.lua
5
3648
-- Use handlers for runes -- Every handler must receive as arguments the default callback arguments and -- as first argument the power level of the rune as a string which can be : -- `minor` : Low level -- `medium` : Medium level -- `major` : High level -- First, the functions projection = function(runelevel, ...
unlicense
maikuru23/darkstar
scripts/zones/Cloister_of_Gales/bcnms/trial_by_wind.lua
6
1765
----------------------------------- -- 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
Godfather021/iranbot
bot/bot.lua
2
6867
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua' ..';.luarocks/share/lua/5.2/?/init.lua' package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so' require("./bot/utils") local f = assert(io.popen('/usr/bin/git describe --tags', 'r')) VERSION = assert(f:read('*a')) f:close() -- This function is ...
gpl-2.0
Tatuy/UAServer
data/actions/scripts/uatibia/liquids/great_mana.lua
2
1102
local MIN = 200 local MAX = 300 local EMPTY_POTION = 7635 local exhaust = createConditionObject(CONDITION_EXHAUST_HEAL) setConditionParam(exhaust, CONDITION_PARAM_TICKS, getConfigInfo('timeBetweenExActions')) function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(itemEx.uid) == FALSE then return F...
gpl-2.0
UnknownX7/darkstar
scripts/globals/items/goblin_pie.lua
12
1685
----------------------------------------- -- ID: 4539 -- Item: goblin_pie -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 12 -- Magic 12 -- Dexterity -1 -- Agility 3 -- Vitality -1 -- Charisma -5 -- Defense % 9 (cap 100) ----------------------------------------- require("scripts/gl...
gpl-3.0
CuteOne/BadRotations
Rotations/Old/SL/old_DisciplineAuraV2.lua
1
95823
local rotationName = "Aura" -------------- --- COLORS --- -------------- local colorGreen = "|cff00FF00" local colorRed = "|cffFF0000" local colorWhite = "|cffFFFFFF" --------------- --- Toggles --- --------------- local function createToggles() -- Cooldown Button CooldownModes = { [1] = {mode = "Auto...
gpl-3.0
maikuru23/darkstar
scripts/zones/Meriphataud_Mountains/npcs/Cavernous_Maw.lua
5
1487
----------------------------------- -- Area: Meriphataud Mountains -- NPC: Cavernous Maw -- Teleports Players to Meriphataud Mountains [S] -- @pos 597 -32 279 119 ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil; ----------------------------------- requi...
gpl-3.0
CuteOne/BadRotations
Rotations/Old/SL/old_DumpyResto.lua
1
29672
local rotationName = "DumpyResto" -- Change to name of profile listed in options drop down ---------------------------------------------------- -- Credit to Aura for this rotation's base. ---------------------------------------------------- --------------- -- Credit to: --------------- --[[ Kink for some of his tar...
gpl-3.0
UnknownX7/darkstar
scripts/globals/mobskills/Turbofan.lua
33
1281
--------------------------------------------------- -- Turbofan -- Description: -- Type: Magical -- additional effect : Silence. --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); -------------------...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/jack-o-pie.lua
12
1343
----------------------------------------- -- ID: 5644 -- Item: jack-o-pie -- Food Effect: 1hour, All Races ----------------------------------------- -- MP 45 -- CHR -1 -- Intelligence 4 -- hMP +1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Arrapago_Reef/npcs/qm3.lua
15
1190
----------------------------------- -- Area: Arrapago Reef -- NPC: ??? (Spawn Zareehkl the Jubilant(ZNM T2)) -- @pos 176 -4 182 54 ----------------------------------- package.loaded["scripts/zones/Arrapago_Reef/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Arrapago_Reef/TextIDs"); -----...
gpl-3.0
maikuru23/darkstar
scripts/zones/Port_Bastok/npcs/Dulsie.lua
17
1326
----------------------------------- -- Area: Port Bastok -- NPC: Dulsie -- Adventurer's Assistant -- Working 100% ------------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ------------------------------------- require("scripts/globals/settings"); require("scripts/zones/...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/jacknife.lua
12
1507
----------------------------------------- -- ID: 5123 -- Item: Jacknife -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity -5 -- Vitality 4 -- Defence 16% Cap 50 ----------------------------------------- require("scripts/globals/status"); -----------------------------------------...
gpl-3.0
UnknownX7/darkstar
scripts/globals/abilities/wind_shot.lua
9
3075
----------------------------------- -- Ability: Wind Shot -- Consumes a Wind Card to enhance wind-based debuffs. Deals wind-based magic damage -- Choke Effect: Enhanced DoT and VIT- ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magi...
gpl-3.0
adminomega/exterme-3
plugins/qr.lua
14
1737
--[[ * qr plugin uses: * - http://goqr.me/api/doc/create-qr-code/ * psykomantis ]] local function get_hex(str) local colors = { red = "f00", blue = "00f", green = "0f0", yellow = "ff0", purple = "f0f", white = "fff", black = "000", gray = "ccc" } for color, value in pairs(colors)...
gpl-2.0
UnknownX7/darkstar
scripts/globals/mobskills/Drop_Hammer.lua
33
1032
--------------------------------------------- -- Drop Hammer -- -- Description: Drops the hammer. Additional effect: Bind -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows? -- Range: Melee -- Notes: Only used by "destroyers" (carrying massive warhammers). --------------------------------------------- requi...
gpl-3.0
maikuru23/darkstar
scripts/zones/Valley_of_Sorrows/mobs/Adamantoise.lua
8
1656
----------------------------------- -- Area: Valley of Sorrows -- NPC: Adamantoise ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/status"); ----------------------------------- -- onMobInitialize Action ------------------...
gpl-3.0
maikuru23/darkstar
scripts/commands/zone.lua
7
13713
--------------------------------------------------------------------------------------------------- -- func: zone -- auth: <Unknown> :: Modded by atom0s. -- desc: Teleports a player to the given zone. --------------------------------------------------------------------------------------------------- cmdprops = ...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Inner_Horutoto_Ruins/npcs/_5ct.lua
17
2597
----------------------------------- -- Area: Inner Horutoto Ruins -- NPC: _5ct (Magical Gizmo) #5 -- Involved In Mission: The Horutoto Ruins Experiment ----------------------------------- package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil; ----------------------------------- require("scripts/globals...
gpl-3.0
Instagram/redis
deps/lua/test/sort.lua
889
1494
-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l<u then local m=math.random(u-(l-1))+l-1 -- choose a random pivot in range l..u x[l],x[m]=x[m],x[l] -- swap pivot to first posit...
bsd-3-clause
maikuru23/darkstar
scripts/zones/Bastok_Markets/npcs/Horatius.lua
38
2104
----------------------------------- -- Area: Bastok Markets -- NPC: Horatius -- Type: Quest Giver -- Starts and Finishes: Breaking Stones -- @pos -158.392 -5.839 -117.061 235 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- requ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Selbina/npcs/Oswald.lua
17
4682
----------------------------------- -- Area: Selbina -- NPC: Oswald -- Starts and Finishes Quest: Under the sea (finish), The gift, The real gift -- @pos 48 -15 9 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
alxhh/piratenluci
libs/core/luasrc/util.lua
1
21901
--[[ LuCI - Utility library Description: Several common useful Lua functions FileId: $Id$ License: Copyright 2008 Steven Barth <steven@midlink.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...
apache-2.0
sarumjanuch/prosody
core/moduleapi.lua
2
13281
-- Prosody IM -- Copyright (C) 2008-2012 Matthew Wild -- Copyright (C) 2008-2012 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- local config = require "core.configmanager"; local modulemanager; -- This gets set from modulemanager loca...
mit
UnknownX7/darkstar
scripts/zones/Castle_Oztroja/TextIDs.lua
7
2162
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6564; -- You cannot obtain the item <item>. Come back after sorting your inventory. FULL_INVENTORY_AFTER_TRADE = 6568; -- You cannot obtain the #. Try trading again after sorting your inventory. ITEM_OBTAINED = 6570; -- Ob...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Ifrits_Cauldron/npcs/Flame_Spout.lua
14
1607
---------------------------------- -- Area: Ifrit's Cauldron -- NPC: Flame Spout -- @pos 193.967 -0.400 19.492 205 ----------------------------------- require("scripts/zones/Ifrits_Cauldron/TextIDs"); require("scripts/globals/settings"); require("scripts/globals/quests"); ----------------------------------- -- onTrad...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Abyssea-Grauberg/npcs/qm4.lua
14
1390
----------------------------------- -- Zone: Abyssea-Grauberg -- NPC: qm4 (???) -- Spawns Bomblix Flamefinger -- @pos ? ? ? 254 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,...
gpl-3.0
fischerling/lumail
lib/threader.lua
4
18642
-- -- Implementation of the mail threading algorithm described by -- Jamie Zawinsky with one difference in the 5th step. -- Description: https://www.jwz.org/doc/threading.html -- -- Copyright (c) 2016 by Florian Fischer. All rights reserved. -- --- -- -- This program is free software; you can redistribute it and/or mod...
gpl-2.0
UnknownX7/darkstar
scripts/globals/weaponskills/keen_edge.lua
25
1370
----------------------------------- -- Keen Edge -- Great Axe weapon skill -- Skill level: 150 -- Delivers a single hit attack. Chance of params.critical varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Shadow Gorget. -- Aligned with the Shadow Belt. -- Element: None -- Modifiers: STR:35% -- 100%TP ...
gpl-3.0
Tatuy/UAServer
data/actions/scripts/uatibia/liquids/great_spirit.lua
2
1218
local MIN_HEALTH = 200 local MAX_HEALTH = 400 local MIN_MANA = 110 local MAX_MANA = 190 local EMPTY_POTION = 7635 local exhaust = createConditionObject(CONDITION_EXHAUST_HEAL) setConditionParam(exhaust, CONDITION_PARAM_TICKS, getConfigInfo('timeBetweenExActions')) function onUse(cid, item, fromPosition, itemEx, toPos...
gpl-2.0
yonesyekta1499/dangerous
plugins/admin.lua
4
1919
local function run(msg, matches) if is_sudo then if matches[1] == 'import' then tg.importChatInviteLink('https://telegram.me/joinchat/'..matches[2]) elseif matches[1] == 'setbotname' then if matches[3] then text = "نام ربات به "..matches[2]..matches[3].." تغییر یافت." tg.sendMessage(msg.chat_id_, 0, 1, text, 1,...
gpl-3.0
cuiqingwei1981/openwrt
feeds/luci/applications/luci-diag-devinfo/luasrc/controller/luci_diag/netdiscover_common.lua
76
3146
--[[ Luci diag - Diagnostics controller module (c) 2009 Daniel Dickinson 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 ]]-- module("luci.cont...
gpl-2.0
UnknownX7/darkstar
scripts/zones/Meriphataud_Mountains/npcs/Donmo-Boronmo_WW.lua
14
3362
----------------------------------- -- Area: Meriphataud Mountains -- NPC: Donmo-Boronmo, W.W. -- Type: Outpost Conquest Guards -- @pos -294.470 15.806 420.117 119 ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil; ----------------------------------- require("scri...
gpl-3.0
SinaKK/telegram-bot
plugins/imout.lua
5
1368
-- If you're "out" of an event! -- Use !imout eventname local _file_values = './data/events.lua' function read_file_values( ) local f = io.open(_file_values, "r+") -- If file doesn't exists if f == nil then -- Create a new empty table print ('Created value file '.._file_values) serialize_to_file({}...
gpl-2.0
UnknownX7/darkstar
scripts/zones/Bastok_Markets/npcs/Michea.lua
29
4408
----------------------------------- -- Area: Bastok Markets -- NPC: Michea -- Quest NPC -- Starts: Father Figure (100%) | The Elvaan Goldsmith (100%) -- Involed in: Fetichism | Where Two Paths Converge ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; --------------------...
gpl-3.0
gaojinhua/cocos2d-x-samples
samples/FantasyWarrior3D/src/Manager.lua
9
3638
require "Helper" local size = cc.Director:getInstance():getWinSize() local scheduler = cc.Director:getInstance():getScheduler() HeroPool = List.new() DragonPool = List.new() SlimePool = List.new() PigletPool = List.new() RatPool = List.new() BossPool = List.new() --getPoolByName function getPoolByName(name) if na...
mit
maikuru23/darkstar
scripts/zones/Temenos/npcs/Particle_Gate.lua
6
3035
----------------------------------- -- Area: temenos -- NPC: Particle_Gate -- @pos ----------------------------------- package.loaded["scripts/zones/Temenos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/globals/keyitems"); require("scripts/zones/Temenos/Text...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Feretory/Zone.lua
32
1164
----------------------------------- -- -- Zone: Feretory -- ----------------------------------- package.loaded["scripts/zones/Marjami_Ravine/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Marjami_Ravine/TextIDs"); ----------------------------------- --...
gpl-3.0
egonSchiele/luacv
samples/kmeans.lua
3
1864
#!/usr/bin/env lua cv=require('luacv') color_tab={ cv.CV_RGB(255,0,0), cv.CV_RGB(0,255,0), cv.CV_RGB(100,100,255), cv.CV_RGB(255,0,255), cv.CV_RGB(255,255,0)} local wname="clusters" cv.NamedWindow(wname) rng=cv.RNG(-1); img=cv.CreateImage(cv.Size(500,500),cv.IPL_DEPTH...
lgpl-3.0
dveeden/wireshark
test/lua/nstime.lua
32
5569
-- test script for various Lua functions -- use with dhcp.pcap in test/captures directory ------------- general test helper funcs ------------ local FRAME = "frame" local OTHER = "other" local packet_counts = {} local function incPktCount(name) if not packet_counts[name] then packet_counts[name] = 1 ...
gpl-2.0
maikuru23/darkstar
scripts/zones/Beaucedine_Glacier_[S]/npcs/Moana_CA.lua
38
1064
----------------------------------- -- Area: Beaucedine Glacier (S) -- NPC: Moana, C.A. -- Type: Campaign Arbiter -- @zone: 136 -- @pos -27.237 -60.888 -48.111 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier_[S]/Te...
gpl-3.0
maikuru23/darkstar
scripts/zones/Lower_Jeuno/npcs/Chetak.lua
37
1430
----------------------------------- -- Area: Lower Jeuno -- NPC: Chetak -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil; require("scripts/zones/Lower_Jeuno/TextIDs"); ----------------------------------- ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Nijaom.lua
33
1031
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Nijaom -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); -----------...
gpl-3.0
wangqi/gameserver
server/src/gensrc/lua/BcePropDataQuery_pb.lua
1
3385
-- Generated By protoc-gen-lua Do not Edit local protobuf = require "protobuf" module('BcePropDataQuery_pb', package.seeall) local BCEPROPDATAQUERY = protobuf.Descriptor(); local BCEPROPDATAQUERY_GIFTSTR_FIELD = protobuf.FieldDescriptor(); local BCEPROPDATAQUERY_GIFT_FIELD = protobuf.FieldDescriptor(); local BCEPROPD...
apache-2.0
UnknownX7/darkstar
scripts/zones/Lower_Jeuno/npcs/Rhimonne.lua
17
1137
----------------------------------- -- 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
robooo/luarocks
src/luarocks/refresh_cache.lua
9
1061
--- Module implementing the luarocks-admin "refresh_cache" command. local refresh_cache = {} package.loaded["luarocks.refresh_cache"] = refresh_cache local util = require("luarocks.util") local cfg = require("luarocks.cfg") local cache = require("luarocks.cache") util.add_run_function(refresh_cache) refresh_cache.he...
mit
UnknownX7/darkstar
scripts/zones/Jugner_Forest/npcs/Geruru_WW.lua
14
3330
----------------------------------- -- Area: Jugner Forest -- NPC: Geruru, W.W. -- Type: Border Conquest Guards -- @pos 570.732 -2.637 553.508 104 ----------------------------------- package.loaded["scripts/zones/Jugner_Forest/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); r...
gpl-3.0
gaojinhua/cocos2d-x-samples
samples/FantasyWarrior3D/src/cocos/cocostudio/CocoStudio.lua
39
9065
if not json then require "cocos.cocos2d.json" end ccs = ccs or {} require "cocos.cocostudio.StudioConstants" function ccs.sendTriggerEvent(event) local triggerObjArr = ccs.TriggerMng.getInstance():get(event) if nil == triggerObjArr then return end for i = 1, table.getn(triggerObjArr) d...
mit
maikuru23/darkstar
scripts/zones/Balgas_Dais/mobs/Maat.lua
8
1127
----------------------------------- -- Area: Balga Dais -- NPC: Maat -- Genkai 5 Fight ----------------------------------- package.loaded["scripts/zones/Balgas_Dais/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Balgas_Dais/TextIDs"); ----------------------------------- -- onM...
gpl-3.0
maikuru23/darkstar
scripts/zones/Konschtat_Highlands/npcs/Signpost3.lua
34
1034
----------------------------------- -- Area: Konschtat Highlands -- NPC: Signpost -- @pos -221 17 139 108 ----------------------------------- package.loaded["scripts/zones/Konschtat_Highlands/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Konschtat_Highlands/TextIDs"); --------...
gpl-3.0
maikuru23/darkstar
scripts/zones/Northern_San_dOria/npcs/Beadurinc.lua
12
1818
----------------------------------- -- Area: Northern San d'Oria -- NPC: Beadurinc -- Type: Smithing Synthesis Image Support -- @pos -182.300 10.999 146.650 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("script...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Uleguerand_Range/npcs/Chamnaet_Spring.lua
12
1058
----------------------------------- -- Area: Uleguerand Range -- NPC: Chamnaet Spring -- Receive Chamnaet Ice upon trading Cotton Pouch -- @pos -305.240 3.605 17.977 ----------------------------------- package.loaded["scripts/zones/Uleguerand_Range/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
alxhh/piratenluci
build/cbi2uvl.lua
1
3668
#!/usr/bin/lua --[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 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...
apache-2.0
maikuru23/darkstar
scripts/zones/Promyvion-Vahzl/npcs/_0m0.lua
9
1394
----------------------------------- -- Area: Promyvion vahzl -- NPC: Memory flux (3) ----------------------------------- package.loaded["scripts/zones/Promyvion-Vahzl/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Promyvion-Vahzl/TextIDs"); re...
gpl-3.0
Tatuy/UAServer
data/actions/scripts/other/horestisjars.lua
1
1545
local config = { jarPositions = { [1] = Position({x = 32991, y = 32721, z = 8}), [2] = Position({x = 32940, y = 32778, z = 9}), [3] = Position({x = 32985, y = 32772, z = 10}), [4] = Position({x = 32936, y = 32752, z = 11}), [5] = Position({x = 32979, y = 32737, z = 12}) }, time = 3600, brokenJarId = 13495...
gpl-2.0
maikuru23/darkstar
scripts/globals/items/loaf_of_homemade_bread.lua
35
1131
----------------------------------------- -- ID: 5228 -- Item: loaf_of_homemade_bread -- Food Effect: 30Min, All Races ----------------------------------------- -- Agility 1 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck...
gpl-3.0
maikuru23/darkstar
scripts/zones/Sauromugue_Champaign/npcs/qm2.lua
11
3564
----------------------------------- -- Area: Sauromugue Champaign -- NPC: qm2 (???) (Tower 2) -- Involved in Quest: THF AF "As Thick As Thieves" -- @pos 196.830 31.300 206.078 120 ----------------------------------- package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil; -------------------------------...
gpl-3.0
maikuru23/darkstar
scripts/zones/Korroloka_Tunnel/npcs/qm2.lua
17
3455
----------------------------------- -- Area: Korroloka Tunnel -- NPC: ??? (qm2) -- Involved In Quest: Ayame and Kaede -- @pos -208 -9 176 173 ----------------------------------- package.loaded["scripts/zones/Korroloka_Tunnel/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settin...
gpl-3.0
UnknownX7/darkstar
scripts/globals/abilities/scholars_roll.lua
19
2280
----------------------------------- -- Ability: Scholar's Roll -- Enhances Conserve MP effect for party members within area of effect -- Optimal Job: Scholar -- Lucky Number: 2 -- Unlucky Number: 6 -- Level: 64 -- -- Data unknown ----------------------------------- require("scripts/globals/settings"); require("scripts...
gpl-3.0
rm-code/logivi
src/logfactory/LogCreationThread.lua
1
1617
require( 'love.system' ); require( 'love.timer' ); local GitHandler = require( 'src.git.GitHandler' ); local RepositoryInfos = require( 'src.RepositoryInfos' ); local repositories = unpack( { ... } ); local startTime = love.timer.getTime(); -- Exit early if git isn't available. if not GitHandler.isGitAvailabl...
mit
UnknownX7/darkstar
scripts/zones/Port_Bastok/npcs/Bagnobrok.lua
17
1554
----------------------------------- -- Area: Port Bastok -- NPC: Bagnobrok -- Only sells when Bastok controls Movalpolos -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Port_Bastok/TextIDs"] = ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Walk_of_Echoes/Zone.lua
36
1119
----------------------------------- -- -- Zone: Walk_of_Echoes -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Walk_of_Echoes/TextIDs"] = nil; require("scripts/zones/Walk_of_Echoes/TextIDs"); ----------------------------------- -- onInitialize -...
gpl-3.0
alxhh/piratenluci
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
1
6680
--[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2009 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://w...
apache-2.0
maikuru23/darkstar
scripts/globals/abilities/ice_shot.lua
4
2429
----------------------------------- -- Ability: Ice Shot ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- OnUseAbility ----------------------------------- function OnAbility...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/pestle.lua
41
1123
----------------------------------------- -- ID: 18599 -- Item: Pestle -- Additional effect: MP Drain ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action ----------------------------------- fun...
gpl-3.0
UnknownX7/darkstar
scripts/globals/weaponskills/vorpal_blade.lua
25
1470
----------------------------------- -- Vorpal Blade -- Sword weapon skill -- Skill Level: 200 -- Delivers a four-hit attack. Chance of params.critical varies with TP. -- Stacks with Sneak Attack. -- Aligned with the Soil Gorget & Thunder Gorget. -- Aligned with the Soil Belt & Thunder Belt. -- Element: None -- Modifier...
gpl-3.0
Tatuy/UAServer
data/npc/FORGOTTENSERVER-ORTS/scripts/Miraia.lua
1
7085
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg)...
gpl-2.0
UnknownX7/darkstar
scripts/zones/Windurst_Woods/npcs/Wani_Casdohry.lua
17
1310
----------------------------------- -- Area: Windurst Woods -- NPC: Wani Casdohry ----------------------------------- package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Windurst_Woods/TextIDs"); ------------------...
gpl-3.0
psydev/OpenRA
mods/ra/maps/allies-02/allies02.lua
14
8388
ConstructionVehicleReinforcements = { "mcv" } ConstructionVehiclePath = { ReinforcementsEntryPoint.Location, DeployPoint.Location } JeepReinforcements = { "e1", "e1", "e1", "jeep" } JeepPath = { ReinforcementsEntryPoint.Location, ReinforcementsRallyPoint.Location } TruckReinforcements = { "truk", "truk", "truk" } Tru...
gpl-3.0
gaojinhua/cocos2d-x-samples
samples/FantasyWarrior3D/src/cocos/ui/GuiConstants.lua
38
2802
ccui = ccui or {} ccui.BrightStyle = { none = -1, normal = 0, highlight = 1, } ccui.TextureResType = { localType = 0, plistType = 1, } ccui.TouchEventType = { began = 0, moved = 1, ended = 2, canceled = 3, } ccui.SizeType = { absolute = 0, percent = 1, } ccui.PositionTy...
mit
maikuru23/darkstar
scripts/zones/North_Gustaberg/npcs/Monument.lua
34
1448
----------------------------------- -- Area: North Gustaberg -- NPC: Monument -- Involved in Quest "Hearts of Mythril" -- @pos 300.000 -62.803 498.200 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/gl...
gpl-3.0
alxhh/piratenluci
modules/admin-full/luasrc/controller/admin/status.lua
1
1843
--[[ LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.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 $Id$ ]]-- modu...
apache-2.0
maikuru23/darkstar
scripts/zones/The_Celestial_Nexus/bcnms/celestial_nexus.lua
6
1989
----------------------------------- -- Area: The Celestial Nexus -- Name: The Celestial Nexus (ZM16) ----------------------------------- package.loaded["scripts/zones/The_Celestial_Nexus/TextIDs"] = nil; ------------------------------------- require("scripts/globals/titles"); require("scripts/globals/missions"); requi...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Upper_Jeuno/npcs/Rhea_Myuliah.lua
14
2497
----------------------------------- -- Area: Upper Jeuno -- NPC: Rhea Myuliah -- Type: Standard NPC -- @zone 244 -- @pos -56.220 -1 101.805 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; -----------------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/Animated_Longbow.lua
17
1494
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: Animated Longbow ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobEng...
gpl-3.0
DengSir/tdBattlePetScript
Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
1
24016
--- AceConfigCmd-3.0 handles access to an options table through the "command line" interface via the ChatFrames. -- @class file -- @name AceConfigCmd-3.0 -- @release $Id: AceConfigCmd-3.0.lua 1284 2022-09-25 09:15:30Z nevcairiel $ --[[ AceConfigCmd-3.0 Handles commandline optionstable access REQUIRES: AceC...
mit
UnknownX7/darkstar
scripts/zones/Southern_San_dOria/npcs/Aubejart.lua
14
1489
----------------------------------- -- Area: Southern San d'Oria -- NPC: Aubejart -- General Info NPC -- @zone 230 -- @pos 3 -2 46 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Southern_San_dOria/TextI...
gpl-3.0
jnbmoffa/raytracer
lua/smstdodeca.lua
1
8859
-- A small stellated dodecahedron. I'm not sure where this is located. -- Further, some of its faces may be facing the wrong way. steldodec = gr.mesh('smstellateddodecahedron', { { -158.333350, 225.647350, -64.699450}, { -207.117500, 241.498300, -64.699450}, { -176.967250, 200.000000, -64.699450}, { -176.967250, 2...
mit
fischerling/lumail
lib/header_cache.lua
4
4071
-- -- Implementation of a simple header cache for lumail. -- -- Copyright (c) 2017 by Florian Fischer. All rights reserved. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; version 2 dated ...
gpl-2.0
maikuru23/darkstar
scripts/globals/spells/bluemagic/wild_oats.lua
6
1208
require("scripts/globals/magic"); require("scripts/globals/status"); require("scripts/globals/bluemagic"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingCheck(caster,target,spell) return 0; end; function onSpellCast(caster,target,sp...
gpl-3.0
maikuru23/darkstar
scripts/globals/mobskills/Amon_Drive.lua
7
1241
--------------------------------------------- -- Amon Drive -- -- Description: Performs an area of effect weaponskill. Additional effect: Paralysis + Petrification + Poison -- Type: Physical -- 2-3 Shadows? -- Range: Melee range radial -- Special weaponskill unique to Ark Angel TT. Deals ~100-400 damage. --------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Apollyon/mobs/Dark_Elemental.lua
17
2742
----------------------------------- -- Area: Apollyon SW -- NPC: elemental ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); ----------------------------------- ...
gpl-3.0
cuiqingwei1981/openwrt
feeds/luci/applications/luci-wol/luasrc/model/cbi/wol.lua
37
2522
--[[ LuCI - Lua Configuration Interface Copyright 2010 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 ]]-- local sy...
gpl-2.0
henry4k/apoapsis
core/graphics/Shader.lua
2
1176
--- @classmod core.graphics.Shader --- Shaders are compiled shader sources, like objects are compiled `.c/.cpp` sources. -- -- Shaders alone aren't of any use. They first need to be linked to into a -- @{core.graphics.ShaderProgram}, which can then be used for rendering by the -- graphics driver. -- -- This is just a ...
mit
CuteOne/BadRotations
Rotations/Warrior/Arms/WinterzArms.lua
1
39692
local rotationName = "WinterzArms" --------------- --- Toggles --- --------------- local function createToggles() -- Rotation Button local RotationModes = { [1] = { mode = "Auto", value = 1 , overlay = "Automatic Rotation", tip = "Swaps between Single and Multiple based on number of targets in range.", hig...
gpl-3.0
maikuru23/darkstar
scripts/zones/Waughroon_Shrine/bcnms/rank_2_mission.lua
6
1874
----------------------------------- -- Area: Waughroon Shrine -- Name: Mission Rank 2 -- @pos -345 104 -260 144 ----------------------------------- package.loaded["scripts/zones/Waughroon_Shrine/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Waughroon_Shrine/TextIDs"); -------------------...
gpl-3.0
dannysmc95/APIs
Time Library/irltime.lua
1
1499
function misc.irltimezones() local req = http.post("https://ccsystems.dannysmc.com/ccsystems.php", "ccsys=misc&cccmd=irltimezones") assert(type(req) == "table") req = textutils.unserialize(req.readAll()) return req end function misc.irltime(zone) url = "https://ccsystems.dannysmc.com/ccsystems.php"...
mit
maikuru23/darkstar
scripts/zones/West_Ronfaure/npcs/Adalefont.lua
19
1064
----------------------------------- -- Area: West Ronfaure -- NPC: Adalefont -- @pos -176.000 -61.999 377.460 100 ----------------------------------- package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/West_Ronfa...
gpl-3.0
maikuru23/darkstar
scripts/globals/abilities/warlocks_roll.lua
6
1407
----------------------------------- -- Ability: Choral Roll ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- OnUseAbility ----------------------------------- function OnAbilityCheck(player,target,ability) lo...
gpl-3.0
wland/quick3.6
cocos/scripting/lua-bindings/auto/api/JumpTiles3D.lua
7
2403
-------------------------------- -- @module JumpTiles3D -- @extend TiledGrid3DAction -- @parent_module cc -------------------------------- -- brief Get the amplitude rate of the effect.<br> -- return Return the amplitude rate of the effect. -- @function [parent=#JumpTiles3D] getAmplitudeRate -- @param self -- @retur...
mit
wangqi/gameserver
server/src/gensrc/lua/BceGuildInvite_pb.lua
1
1081
-- Generated By protoc-gen-lua Do not Edit local protobuf = require "protobuf" module('BceGuildInvite_pb', package.seeall) local BCEGUILDINVITE = protobuf.Descriptor(); local BCEGUILDINVITE_USERID_FIELD = protobuf.FieldDescriptor(); BCEGUILDINVITE_USERID_FIELD.name = "userid" BCEGUILDINVITE_USERID_FIELD.full_name = ...
apache-2.0
maikuru23/darkstar
scripts/zones/East_Sarutabaruta/npcs/Signpost.lua
38
2029
----------------------------------- -- Area: East Sarutabaruta -- NPC: Signpost ----------------------------------- package.loaded["scripts/zones/East_Sarutabaruta/TextIDs"] = nil; ----------------------------------- require("scripts/zones/East_Sarutabaruta/TextIDs"); ----------------------------------- -- onTrade A...
gpl-3.0
winglsh/skynet
lualib/http/httpd.lua
101
3708
local internal = require "http.internal" local table = table local string = string local type = type local httpd = {} local http_status_msg = { [100] = "Continue", [101] = "Switching Protocols", [200] = "OK", [201] = "Created", [202] = "Accepted", [203] = "Non-Authoritative Information", [204] = "No Content",...
mit
shahabsaf1/testapibot
plugins/all.lua
1321
4661
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
NiMaDip/teleseed
plugins/all.lua
1321
4661
do data = load_data(_config.moderation.data) local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_print...
gpl-2.0
druerridge/the-maestros
AI/Skirmish/Shard/dev/ai/EvoRTS/missingfactorybehaviour.lua
1
1214
MissingFactoryBehaviour = class(Behaviour) function MissingFactoryBehaviour:Init() -- self.active = false self.building = false self.build = false end function MissingFactoryBehaviour:UnitCreated(unit) end function MissingFactoryBehaviour:UnitIdle(unit) if unit:Internal():ID() == self.unit:Internal():ID() then ...
gpl-2.0