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
Squeakz/darkstar
scripts/globals/items/earth_wand.lua
41
1075
----------------------------------------- -- ID: 17076 -- Item: Earth Wand -- Additional Effect: Earth Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action --------------------------------...
gpl-3.0
jlcvp/otxserver
data/monster/quests/cults_of_tibia/bosses/the_souldespoiler.lua
2
5055
local mType = Game.createMonsterType("The Souldespoiler") local monster = {} monster.description = "The Souldespoiler" monster.experience = 0 monster.outfit = { lookType = 875, lookHead = 0, lookBody = 3, lookLegs = 77, lookFeet = 81, lookAddons = 0, lookMount = 0 } monster.health = 50000 monster.maxHealth = 5...
gpl-2.0
ddumont/darkstar
scripts/zones/Northern_San_dOria/npcs/Macuillie.lua
3
2705
----------------------------------- -- Area: Northern San d'Oria -- NPC: Macuillie -- Type: Guildworker's Union Representative -- @zone 231 -- @pos -191.738 11.001 138.656 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; require("scripts/globals/keyitems"); requ...
gpl-3.0
Squeakz/darkstar
scripts/globals/items/dried_date_+1.lua
18
1342
----------------------------------------- -- ID: 5574 -- Item: dried_date_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 12 -- Magic 22 -- Agility -1 -- Intelligence 4 ----------------------------------------- require("scripts/globals/status"); --------------------------------...
gpl-3.0
Squeakz/darkstar
scripts/zones/Aht_Urhgan_Whitegate/Zone.lua
10
6458
----------------------------------- -- -- Zone: Aht_Urhgan_Whitegate (50) -- ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); require("scripts/globals/settings"); require("sc...
gpl-3.0
mc-server/ChestShop
Plugin.lua
1
8824
function Initialize(Plugin) PLUGIN = Plugin PLUGIN:SetName("ChestShop") PLUGIN:SetVersion("1") cPluginManager.AddHook(cPluginManager.HOOK_PLAYER_RIGHT_CLICK, OnPlayerRightClick) cPluginManager.AddHook(cPluginManager.HOOK_PLAYER_BREAKING_BLOCK, OnPlayerBreakingBlock) cPluginManager.AddHook(cPluginManager.HO...
apache-2.0
lemonkit/VisualCocos
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/FadeTo.lua
11
1678
-------------------------------- -- @module FadeTo -- @extend ActionInterval -- @parent_module cc -------------------------------- -- initializes the action with duration and opacity <br> -- param duration in seconds -- @function [parent=#FadeTo] initWithDuration -- @param self -- @param #float duration -- @param #u...
mit
smartdevicelink/sdl_atf_test_scripts
test_scripts/Policies/HMI_PTU/016_Successful_PTU_after_failed_retry_parallel_trigger_ext.lua
1
4866
--------------------------------------------------------------------------------------------------- -- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0248-hmi-ptu-support.md -- -- Description: Successful 2nd HMI PTU if it's triggered within failed retry for the 1st PTU -- Note: script ...
bsd-3-clause
ddumont/darkstar
scripts/zones/Abyssea-Grauberg/npcs/qm6.lua
14
1344
----------------------------------- -- Zone: Abyssea-Grauberg -- NPC: qm6 (???) -- Spawns Minaruja -- @pos ? ? ? 254 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --[[...
gpl-3.0
Squeakz/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Mupia_RK.lua
13
3325
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Mupia, R.K. -- Border Conquest Guards -- @pos -241.334 -1 478.602 123 ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); require...
gpl-3.0
reveller/trafficserver
plugins/experimental/ts_lua/ci/module_test.lua
17
2097
-- 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"); y...
apache-2.0
ddumont/darkstar
scripts/zones/Arrapago_Reef/npcs/qm3.lua
30
1351
----------------------------------- -- 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"); require...
gpl-3.0
pvpgn/pvpgn-server
lua/quiz/quiz.lua
5
7875
--[[ Copyright (C) 2014 HarpyWar (harpywar@gmail.com) This file is a part of the PvPGN Project http://pvpgn.pro Licensed under the same terms as Lua itself. ]]-- quiz = {} -- object q_dictionary = {} -- dictionary word=question q_records_current = { } -- table with current player records q_records_total = {} -- ...
gpl-2.0
ddumont/darkstar
scripts/globals/effects/tabula_rasa.lua
19
3621
----------------------------------- -- -- -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) local regen = effect:getSubPower(); local helix = effect:getPower(); if (target:hasStatusEff...
gpl-3.0
ddumont/darkstar
scripts/zones/Southern_San_dOria/npcs/Ominous_Cloud.lua
14
6533
----------------------------------- -- Area: Southern Sandoria -- NPC: Ominous Cloud -- Type: Traveling Merchant NPC -- @zone 230 -- @pos -41.550 1.999 -2.845 -- ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/smoke_api.lua
1
118061
--------------------------------------------------------------------------------------------- --[[ General configuration parameters ]] config.deviceMAC = "12ca17b49af2289436f303e0166030a21e525d266e209267433801a8fd4071a0" --[[ Required Shared libraries ]] local commonPreconditions = require('user_modules/shared_testcas...
bsd-3-clause
jlcvp/otxserver
data/monster/magicals/gazer.lua
2
2656
local mType = Game.createMonsterType("Gazer") local monster = {} monster.description = "a gazer" monster.experience = 90 monster.outfit = { lookType = 109, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.raceId = 109 monster.Bestiary = { class = "Magical", race...
gpl-2.0
tdzl2003/seedplugins
input_ex/input_ex.lua
1
9227
--[[ Seed ²å¼þ input_ex °üº¬Îļþ£º input_ex.lua - Ìṩ¸÷ÖÖ°´Å¥»òÆäËû¶ÔÏóµÄµã»÷¡¢³¤°´¡¢ÍÏ×§µÈʼþ ÒÀÀµ×é¼þ£º ÎÞ ×îºóÐÞ¸ÄÈÕÆÚ£º 2012-10-30 ¸üмǼ£º 2012-10-30: ÐÞÕýÁËÒòaddSpriteRect¡¢addSpriteCircleµ¼ÖÂÏà¹ØnodeµÄ×ÊÔ´ÎÞ·¨±»ÊͷŵÄÎÊÌâ 2012-9-17: ¿ÉÒÔͨ¹ýinput_ex.runtime»ñÈ¡µ½runtimeAgent 20...
bsd-3-clause
mohamadmtf/norton
plugins/welcome.lua
190
3526
local add_user_cfg = load_from_file('data/add_user_cfg.lua') local function template_add_user(base, to_username, from_username, chat_name, chat_id) base = base or '' to_username = '@' .. (to_username or '') from_username = '@' .. (from_username or '') chat_name = string.gsub(chat_name, '_', ' ') or '' c...
gpl-2.0
ddumont/darkstar
scripts/zones/Bastok_Markets/npcs/Pavel.lua
30
1775
----------------------------------- -- Area: Bastok Markets -- NPC: Pavel -- Involved in Quest: Stamp Hunt -- @pos -349.798 -10.002 -181.296 235 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); requi...
gpl-3.0
Squeakz/darkstar
scripts/zones/Bastok_Markets/npcs/Pavel.lua
30
1775
----------------------------------- -- Area: Bastok Markets -- NPC: Pavel -- Involved in Quest: Stamp Hunt -- @pos -349.798 -10.002 -181.296 235 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); requi...
gpl-3.0
ddumont/darkstar
scripts/zones/Northern_San_dOria/npcs/Greubaque.lua
53
1967
----------------------------------- -- Area: Northern San d'Oria -- NPC: Greubaque -- Type: Smithing Adv. Synthesis Image Support -- @pos -179.400 10.999 150.000 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scrip...
gpl-3.0
ddumont/darkstar
scripts/zones/Mhaura/npcs/Felisa.lua
17
1201
----------------------------------- -- Area: Mhaura -- NPC: Felisa -- Admits players to the dock in Mhaura. ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Mhaura/TextIDs"); ----------------------------------- -- onT...
gpl-3.0
the-alien/packages
net/prosody/files/prosody.cfg.lua
147
7257
-- Prosody Example Configuration File -- -- Information on configuring Prosody can be found on our -- website at http://prosody.im/doc/configure -- -- Tip: You can check that the syntax of this file is correct -- when you have finished by running: luac -p prosody.cfg.lua -- If there are any errors, it will let you know...
gpl-2.0
jlcvp/otxserver
data/monster/demons/brachiodemon.lua
2
4146
local mType = Game.createMonsterType("Brachiodemon") local monster = {} monster.description = "a brachiodemon" monster.experience = 22880 monster.outfit = { lookType = 1299, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.raceId = 1930 monster.Bestiary = { class...
gpl-2.0
jlcvp/otxserver
data/scripts/spells/monster/prince_drazzak_paladin.lua
2
2870
local storage = 674531 local area = { {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 3, 1, 1, ...
gpl-2.0
nlleach/homedecor_modpack
computer/init.lua
11
3077
computer = {} screwdriver = screwdriver or {} computer.register = function (name, def) local nodename = name if (name:sub(1, 1) == ":") then name = name:sub(2) end local modname, basename = name:match("^([^:]+):(.*)") local TEXPFX = modname.."_"..basename.."_" local ONSTATE = modname..":"..basename local OFFSTAT...
lgpl-3.0
ddumont/darkstar
scripts/zones/Castle_Oztroja/npcs/Kaa_Toru_the_Just.lua
14
1655
----------------------------------- -- Area: Castle Oztroja -- NPC: Kaa Toru the Just -- Type: Mission NPC [ Windurst Mission 6-2 NPC ]~ -- @pos -100.188 -62.125 145.422 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require...
gpl-3.0
8devices/luci
applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua
29
15344
--[[ Copyright 2011 Iordan Iordanov <iiordanov (AT) gmail.com> This file is part of luci-pbx. luci-pbx 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 ...
apache-2.0
chrislotix/WhosTheKiller
Game/scripts/vscripts/examples/notificationsExample.lua
4
2114
-- Send a notification to all players that displays up top for 5 seconds Notifications:TopToAll({text="Top Notification for 5 seconds ", duration=5.0}) -- Send a notification to playerID 0 which will display up top for 9 seconds and be green, on the same line as the previous notification Notifications:Top(0, {text="GRE...
gpl-2.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/Capabilities/PersistingHMICapabilities/008_HMI_sends_GetSystemInfo_with_another_ccpu_version.lua
1
2326
--------------------------------------------------------------------------------------------------- -- Proposal:https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit.md -- -- Description: Check that SDL is compare saved ccpu_version parameter and re...
bsd-3-clause
smartdevicelink/sdl_atf_test_scripts
test_scripts/Policies/HMI_PTU/017_Successful_PTU_after_failed_retry_parallel_trigger_propr.lua
1
4436
--------------------------------------------------------------------------------------------------- -- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0248-hmi-ptu-support.md -- -- Description: Successful 2nd HMI PTU if it's triggered within failed retry for the 1st PTU -- Note: script ...
bsd-3-clause
jchuang1977/luci-1
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua
84
2006
-- Copyright 2011 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. local map, section, net = ... local device, apn, service, pincode, username, password local ipv6, maxwait, defaultroute, metric, peerdns, dns, keepalive_failure, keepalive_interval, demand mca = s:tabop...
apache-2.0
ddumont/darkstar
scripts/zones/Alzadaal_Undersea_Ruins/TextIDs.lua
7
1261
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item> come back again after sorting your inventory ITEM_OBTAINED = 6385; -- Obtained: <item> GIL_OBTAINED = 6386; -- Obtained <number> gil KEYITEM_OBTAINED = 6388; -- Obtain...
gpl-3.0
ddumont/darkstar
scripts/zones/Norg/npcs/Paito-Maito.lua
15
2550
----------------------------------- -- Area: Norg -- NPC: Paito-Maito -- Standard Info NPC ----------------------------------- require("scripts/globals/pathfind"); local path = { -71.189713, -9.413510, 74.024879, -71.674171, -9.317029, 73.054794, -72.516525, -9.298064, 72.363213, -73.432983, -9.220915, 71.773857, -74...
gpl-3.0
ddumont/darkstar
scripts/globals/spells/bluemagic/eyes_on_me.lua
31
1587
----------------------------------------- -- Spell: Eyes On Me -- Deals dark damage to an enemy -- Spell cost: 112 MP -- Monster Type: Demons -- Spell Type: Magical (Dark) -- Blue Magic Points: 4 -- Stat Bonus: HP-5, MP+15 -- Level: 61 -- Casting Time: 4.5 seconds -- Recast Time: 29.25 seconds -- Magic Bursts on: Compr...
gpl-3.0
jlcvp/otxserver
data/monster/quests/mysterious_ornate_chest/ugly_monster.lua
2
2202
local mType = Game.createMonsterType("Ugly Monster") local monster = {} monster.description = "an ugly monster" monster.experience = 650 monster.outfit = { lookType = 1218, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.health = 13000 monster.maxHealth = 13000 m...
gpl-2.0
mc-server/MCServer
Tools/BlockTypePaletteGenerator/Generator.lua
4
4087
-- Generator.lua --[[ Crafts an intermediate block palette format to be read by Cuberite. It processes the blocks.json report file (https://wiki.vg/Data_Generators) into a file that can be loaded into a BlockTypePalette (and is to be stored as Server/Protocol/<version>/base.btp.txt). The output format is the regular ...
apache-2.0
lemonkit/VisualCocos
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/PhysicsWorld.lua
3
8548
-------------------------------- -- @module PhysicsWorld -- @parent_module cc -------------------------------- -- set the gravity value of this physics world.<br> -- param gravity A gravity value of this physics world. -- @function [parent=#PhysicsWorld] setGravity -- @param self -- @param #vec2_table gravity -- @re...
mit
smartdevicelink/sdl_atf_test_scripts
test_scripts/RC/OnRCStatus/012_notification_by_revoking_module_by_policy.lua
1
2598
--------------------------------------------------------------------------------------------------- -- User story: TBD -- Use case: TBD -- -- Requirement summary: -- [SDL_RC] TBD -- -- Description: -- In case: -- 1) RC app is registered -- 2) App allocates module -- 3) PTU for app is performed with revoking of allocate...
bsd-3-clause
ddumont/darkstar
scripts/zones/Navukgo_Execution_Chamber/mobs/Karababa.lua
12
2698
----------------------------------- -- Area: Navukgo Execution Chamber -- MOB: Karababa ----------------------------------- package.loaded["scripts/zones/Navukgo_Execution_Chamber/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("scripts/zones/Navukgo_Execution_Chamber/T...
gpl-3.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/MobileProjection/Phase2/smoke/014_audio_010-068_video_007-030_states_LIMITED.lua
1
5427
--------------------------------------------------------------------------------------------------- -- Issue: https://github.com/smartdevicelink/sdl_core/issues/2129 --------------------------------------------------------------------------------------------------- -- Description: -- In case: -- 1) There are 2 mobile a...
bsd-3-clause
mohamadmtf/norton
plugins/help.lua
1
3080
do function run(msg, matches) return '🚀 Fun Time'.. [[ 🔘Fun Time:🎯 🔹!git {github user} «دریافت اطلاعات یک یوزر در گیت هاب» 🔸!google «سرچ کردن در گوگل» 🔹!aparat «سرچ کردن یک ویدیو در اپارات» 🔸!reply {txt} «تکرار یک حرف توسط ربات» 🔹!gif {txt} «سرچ کردن یک متن و دریافت ان به صورت گیف» 🔸!gps {city} {country}...
gpl-2.0
REZATITAN/PowerTG
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
jlcvp/otxserver
data/monster/undeads/pirate_ghost.lua
2
3272
local mType = Game.createMonsterType("Pirate Ghost") local monster = {} monster.description = "a pirate ghost" monster.experience = 250 monster.outfit = { lookType = 196, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.raceId = 257 monster.Bestiary = { class = "...
gpl-2.0
ddumont/darkstar
scripts/globals/spells/deodorize.lua
27
1133
----------------------------------------- -- Spell: Deodorize -- Lessens chance of being detected by smell. -- Duration is random number between 30 seconds and 5 minutes ----------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------...
gpl-3.0
ddumont/darkstar
scripts/globals/mobskills/Chains_of_Arrogance.lua
9
1300
--------------------------------------------- -- Chains of Arrogance -- --------------------------------------------- package.loaded["scripts/zones/Empyreal_Paradox/TextIDs"] = nil; --------------------------------------------- require("scripts/zones/Empyreal_Paradox/TextIDs"); require("scripts/globals/monstertpmoves")...
gpl-3.0
Squeakz/darkstar
scripts/globals/spells/bluemagic/foot_kick.lua
35
1687
----------------------------------------- -- Spell: Foot Kick -- Deals critical damage. Chance of critical hit varies with TP -- Spell cost: 5 MP -- Monster Type: Beasts -- Spell Type: Physical (Slashing) -- Blue Magic Points: 2 -- Stat Bonus: AGI+1 -- Level: 1 -- Casting Time: 0.5 seconds -- Recast Time: 6.5 seconds -...
gpl-3.0
Squeakz/darkstar
scripts/zones/Garlaige_Citadel/npcs/qm17.lua
13
1347
----------------------------------- -- Area: Garlaige Citadel -- NPC: qm17 (???) -- Notes: Used to obtain Pouch of Weighted Stones -- @pos -354 0 262 200 ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil; ----------------------------------- require("scripts/globals/se...
gpl-3.0
Squeakz/darkstar
scripts/zones/Abyssea-Misareaux/npcs/qm13.lua
17
1523
----------------------------------- -- Zone: Abyssea-Misereaux -- NPC: ??? -- Spawns: Cirein-Croin ----------------------------------- require("scripts/globals/status"); require("scripts/globals/keyitems"); ----------------------------------- -- onTrigger Action ----------------------------------- function onTrigger...
gpl-3.0
Squeakz/darkstar
scripts/zones/Tahrongi_Canyon/npcs/Luck_Rune.lua
13
1041
----------------------------------- -- Area: Tahrongi Canyon -- NPC: Luck Rune -- Involved in Quest: Mhaura Fortune -- @pos -54.755 7.647 -379.945 117 ----------------------------------- package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil; ------------------------------------- require("scripts/zones/Tah...
gpl-3.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/Policies/External_UCS/014_ATF_P_TC_SnapshotPT_with_disallowed_by_external_consent_entities_on_struct.lua
1
3929
--------------------------------------------------------------------------------------------- -- Requirement summary: -- [Policies] External UCS: SnapshotPT with "disallowed_by_external_consent_entities_on" struct -- -- Description: -- In case: -- SDL Policies database contains “disallowed_by_external_consent_entities_...
bsd-3-clause
Squeakz/darkstar
scripts/zones/Vunkerl_Inlet_[S]/mobs/Gnole.lua
13
1677
----------------------------------- -- Area: Vunkerl Inlet (S) -- MOB: Gnole ----------------------------------- ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) mob:setLocalVar("transformTime", os.time()) end; --------------------------------...
gpl-3.0
montadar97/montadar-100k
plugin/setwelcome.lua
20
1696
local function run(msg, matches, callback, extra) local data = load_data(_config.moderation.data) local group_welcome = data[tostring(msg.to.id)]['group_welcome'] -------------------------- Data Will be save on Moderetion.json if matches[1] == 'حذف الترحيب' and not matches[2] and is_owner(msg) then dat...
gpl-3.0
ddumont/darkstar
scripts/zones/Abyssea-Tahrongi/npcs/qm11.lua
14
1379
----------------------------------- -- Zone: Abyssea-Tahrongi -- NPC: qm11 (???) -- Spawns Muscaliet -- @pos ? ? ? 45 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) --[...
gpl-3.0
martindale/cjdns
contrib/lua/cjdns/config.lua
34
1851
-- Cjdns admin module for Lua -- Written by Philip Horger common = require 'cjdns/common' ConfigFile = {} ConfigFile.__index = ConfigFile common.ConfigFile = ConfigFile function ConfigFile.new(path, no_init) local values = { path = path, text = "", contents = {}, } setmeta...
gpl-3.0
ddumont/darkstar
scripts/zones/Upper_Jeuno/npcs/Turlough.lua
41
1446
----------------------------------- -- Area: Upper Jeuno -- NPC: Turlough -- Mission NPC -- @pos ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; require("scripts/zones/Upper_Jeuno/TextIDs"); require("scripts/globals/quests"); require("scripts/globals/missions"); require(...
gpl-3.0
lemonkit/VisualCocos
frameworks/cocos2d-x/cocos/scripting/lua-bindings/auto/api/RotateTo.lua
11
1689
-------------------------------- -- @module RotateTo -- @extend ActionInterval -- @parent_module cc -------------------------------- -- @overload self, float, vec3_table -- @overload self, float, float, float -- @function [parent=#RotateTo] initWithDuration -- @param self -- @param #float duration -...
mit
ddumont/darkstar
scripts/zones/Windurst_Waters/npcs/Kipo-Opo.lua
53
1913
----------------------------------- -- Area: Windurst Waters -- NPC: Kipo-Opo -- Type: Cooking Adv. Image Support -- @pos -119.750 -5.239 64.500 238 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status");...
gpl-3.0
jorgifumi/luci
modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua
75
1236
-- Copyright 2008 Steven Barth <steven@midlink.org> -- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. f = SimpleForm("processes", translate("Processes"), translate("This list gives an overview over currently running system processes and their status.")) f.reset...
apache-2.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/TheSameApp/Registration/011_3_Register_two_apps_with_same_appID_ttsName_diff_appName_from_DIFF_devices.lua
1
2915
--------------------------------------------------------------------------------------------------- -- Proposal: -- https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0204-same-app-from-multiple-devices.md -- Description: -- Two mobile applications with the same appIDs and ttsName and different appN...
bsd-3-clause
ddumont/darkstar
scripts/zones/Windurst_Woods/npcs/Spare_Five.lua
17
1506
----------------------------------- -- Area: Windurst Woods -- NPC: Spare Five -- Working 100% -- Involved in quest: A Greeting Cardian ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/globals/quests"] = nil; require("scripts/globals/quests"); package.loaded["scripts/z...
gpl-3.0
ddumont/darkstar
scripts/zones/Cloister_of_Frost/bcnms/trial-size_trial_by_ice.lua
26
2134
----------------------------------- -- Area: Cloister of Frost -- BCNM: Trial-size Trial by Ice -- @pos 558 0.1 596 203 ----------------------------------- package.loaded["scripts/zones/Cloister_of_Frost/TextIDs"] = nil; ------------------------------------- require("scripts/globals/keyitems"); require("scripts/global...
gpl-3.0
ddumont/darkstar
scripts/zones/Windurst_Walls/npcs/_6n2.lua
3
5791
----------------------------------- -- 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
Squeakz/darkstar
scripts/zones/Windurst_Waters/npcs/Upih_Khachla.lua
12
2150
----------------------------------- -- Area: Windurst Waters -- NPC: Upih Khachla -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/events/harvest_festivals") require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["...
gpl-3.0
Squeakz/darkstar
scripts/zones/Silver_Sea_route_to_Al_Zahbi/npcs/Shadeeu.lua
13
1142
----------------------------------- -- Area: Silver_Sea_route_to_Al_Zahbi -- NPC: Shadeeu -- Notes: Tells ship ETA time -- @pos 0.340 -12.232 -4.120 58 ----------------------------------- package.loaded["scripts/zones/Silver_Sea_route_to_Al_Zahbi/TextIDs"] = nil; ----------------------------------- require("scripts...
gpl-3.0
Squeakz/darkstar
scripts/globals/effects/addendum_white.lua
14
2063
----------------------------------- -- -- -- ----------------------------------- ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) target:recalculateAbilitiesTable(); local bonus = effect:getPower(); local regen = effect:get...
gpl-3.0
ff-kbu/fff-luci
contrib/luadoc/lua/luadoc/init.lua
172
1333
------------------------------------------------------------------------------- -- LuaDoc main function. -- @release $Id: init.lua,v 1.4 2008/02/17 06:42:51 jasonsantos Exp $ ------------------------------------------------------------------------------- local require = require local util = require "luadoc.util" log...
apache-2.0
ddumont/darkstar
scripts/zones/Rabao/npcs/HomePoint#1.lua
27
1250
----------------------------------- -- Area: Rabao -- NPC: HomePoint#1 -- @pos -29.276 0.001 -76.585 247 ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Rabao/TextIDs"); require("scripts/globals/homepoint"); -------...
gpl-3.0
Squeakz/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Wenonah_CA.lua
13
1067
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Wenonah, C.A. -- Type: Campaign Arbiter -- @zone: 94 -- @pos -2.175 -2 10.184 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = ni...
gpl-3.0
Squeakz/darkstar
scripts/globals/items/maple_cake.lua
18
1235
----------------------------------------- -- ID: 5625 -- Item: Maple Cake -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP Recoverd while healing 1 -- MP Recovered while healing 4 ----------------------------------------- require("scripts/globals/status"); -------...
gpl-3.0
evgeni/sysdig
userspace/sysdig/chisels/spectrogram.lua
12
4048
--[[ Copyright (C) 2013-2014 Draios inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without e...
gpl-2.0
Squeakz/darkstar
scripts/globals/items/prime_beef_stewpot.lua
18
1971
----------------------------------------- -- ID: 5548 -- Item: Prime Beef Stewpot -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +10% Cap 75 -- MP +15 -- Strength +2 -- Agility +1 -- Mind +1 -- HP Recovered while healing +7 -- MP Recovered while healing +2 -- Atta...
gpl-3.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/WidgetSupport/Show/004_Show_RPC_to_Widget_NOT_EXIST_WindowID_INVALID_ID_ResultCode.lua
1
1826
--------------------------------------------------------------------------------------------------- -- Proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0216-widget-support.md -- -- Description: Check SDL rejects request with "INVALID_ID" result code if app tries to send Show RPC to Widge...
bsd-3-clause
Squeakz/darkstar
scripts/globals/weaponskills/drakesbane.lua
4
1720
----------------------------------- -- Drakesbane -- Polearm weapon skill -- Skill level: N/A -- Delivers a fourfold attack. Chance of params.critical hit varies with TP. Ryunohige: Aftermath effect varies with TP. -- Available only after completing the Unlocking a Myth (Dragoon) quest. -- Aligned with the Flame Gorget...
gpl-3.0
jlcvp/otxserver
data/startup/tables/chest.lua
2
1216
--[[ Look README.md for see the reserved action/unique numbers From range 5000 to 6000 is reserved for keys chest From range 6001 to 472 is reserved for script reward Path: data\scripts\actions\system\quest_reward_common.lua From range 473 to 15000 is reserved for others scripts (varied rewards) There is no nee...
gpl-2.0
NickSavage/koreader
frontend/ui/widget/configdialog.lua
1
24153
local UnderlineContainer = require("ui/widget/container/underlinecontainer") local InputContainer = require("ui/widget/container/inputcontainer") local CenterContainer = require("ui/widget/container/centercontainer") local RightContainer = require("ui/widget/container/rightcontainer") local FrameContainer = require("ui...
agpl-3.0
Squeakz/darkstar
scripts/globals/items/puk_egg.lua
18
1158
----------------------------------------- -- ID: 5569 -- Item: puk_egg -- Food Effect: 5Min, All Races ----------------------------------------- -- Health 6 -- Magic 6 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ----------------...
gpl-3.0
Squeakz/darkstar
scripts/zones/Balgas_Dais/bcnms/rank_2_mission.lua
26
1908
----------------------------------- -- Area: Horlais Peak -- Name: Mission Rank 2 -- @pos 299 -123 345 146 ----------------------------------- package.loaded["scripts/zones/Balgas_Dais/TextIDs"] = nil; ------------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Balgas_Dais/TextIDs...
gpl-3.0
ironbee/ironbee
lua/ironbee/waggle/generatorjson.lua
2
3744
#!/usr/bin/lua --[[-------------------------------------------------------------------------- -- Licensed to Qualys, Inc. (QUALYS) under one or more -- contributor license agreements. See the NOTICE file distributed with -- this work for additional information regarding copyright ownership. -- QUALYS licenses this fi...
apache-2.0
Squeakz/darkstar
scripts/zones/Chamber_of_Oracles/npcs/Pedestal_of_Ice.lua
13
2373
----------------------------------- -- Area: Chamber of Oracles -- NPC: Pedestal of Ice -- Involved in Zilart Mission 7 -- @pos 199 -2 36 168 ------------------------------------- package.loaded["scripts/zones/Chamber_of_Oracles/TextIDs"] = nil; ------------------------------------- require("scripts/globals/titles");...
gpl-3.0
Squeakz/darkstar
scripts/zones/RuLude_Gardens/npcs/Magian_Moogle_Blue.lua
48
1855
----------------------------------- -- Area: Ru'Lude Gardens -- NPC: Magian Moogle (Blue Bobble) -- Type: Magian Trials NPC (Relic Armor) -- @pos -6.843 2.459 121.9 64 ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; package.loaded["scripts/globals/magiantrials"] = nil;...
gpl-3.0
Squeakz/darkstar
scripts/zones/Quicksand_Caves/npcs/_5s3.lua
13
1255
----------------------------------- -- Area: Quicksand Caves -- NPC: Ornate Door -- Door blocked by Weight system -- @pos -694 0 -420 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Caves/TextID...
gpl-3.0
ddumont/darkstar
scripts/globals/items/bowl_of_humpty_soup.lua
12
1393
----------------------------------------- -- ID: 4521 -- Item: Bowl of Humpty Soup -- Food Effect: 240Min, All Races ----------------------------------------- -- Health % 6 -- Health Cap 35 -- Magic 5 -- Health Regen While Healing 5 ----------------------------------------- require("scripts/globals/status"); --------...
gpl-3.0
ddumont/darkstar
scripts/zones/Port_Bastok/npcs/Romilda.lua
29
2475
----------------------------------- -- Area: Port Bastok -- NPC: Romilda -- Involved in Quest: Forever to Hold -- Starts & Ends Quest: Till Death Do Us Part ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"...
gpl-3.0
Squeakz/darkstar
scripts/zones/Port_Bastok/npcs/Romilda.lua
29
2475
----------------------------------- -- Area: Port Bastok -- NPC: Romilda -- Involved in Quest: Forever to Hold -- Starts & Ends Quest: Till Death Do Us Part ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/titles"...
gpl-3.0
jlcvp/otxserver
data/monster/bosses/heoni.lua
2
2935
local mType = Game.createMonsterType("Heoni") local monster = {} monster.description = "Heoni" monster.experience = 515 monster.outfit = { lookType = 239, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 } monster.health = 900 monster.maxHealth = 900 monster.race = "blood" ...
gpl-2.0
ddumont/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Aihn_Sowlmirih.lua
14
1065
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Aihn Sowlmirih -- Type: Standard NPC -- @zone 94 -- @pos -61.102 -4.5 71.743 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;...
gpl-3.0
Squeakz/darkstar
scripts/globals/abilities/water_shot.lua
16
3124
----------------------------------- -- Ability: Water Shot -- Consumes a Water Card to enhance water-based debuffs. Deals water-based magic damage -- Drown Effect: Enhanced DoT and STR- ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/...
gpl-3.0
Squeakz/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Balakaf.lua
13
1046
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Balakaf -- Type: Standard NPC -- @pos 25.505 -6.999 126.478 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whi...
gpl-3.0
collmot/ardupilot
libraries/AP_Scripting/examples/logging.lua
14
2082
-- example of logging to a file on the SD card and to data flash local file_name = "AHRS_DATA.csv" local file -- index for the data and table local roll = 1 local pitch = 2 local yaw = 3 local interesting_data = {} local function write_to_file() if not file then error("Could not open file") end -- write d...
gpl-3.0
montadar97/montadar-100k
plugin/addtime.lua
8
4803
--[[ ▀▄ ▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀▄▀▄▄▀▀▄▄▀▀▄▄▀▀▄▄▀▀ ▀▄ ▄▀ ▀▄ ▄▀ ▀▄ ▄▀ BY MOHAMMED HISHAM ▀▄ ▄▀ ▀▄ ▄▀ BY MOHAMMEDHISHAM (@TH3BOSS) ▀▄ ▄▀ ▀▄ ▄▀ JUST WRITED BY MOHAMMED HISHAM ▀▄ ▄▀ ▀▄ ▄▀ add : تفعيل ▀▄ ▄▀ ▀▄▀▀▄▄▀▀▄▄▀...
gpl-3.0
theonlywild/telegram-bot
plugins/meme.lua
637
5791
local helpers = require "OAuth.helpers" local _file_memes = './data/memes.lua' local _cache = {} local function post_petition(url, arguments) local response_body = {} local request_constructor = { url = url, method = "POST", sink = ltn12.sink.table(response_body), headers = {}, red...
gpl-2.0
Squeakz/darkstar
scripts/zones/Bastok_Markets_[S]/npcs/Weldon.lua
13
1088
---------------------------------- -- Area: Bastok Markets [S] -- NPC: Weldon -- Type: Item Deliverer -- @pos -191.575 -8 36.688 87 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Bastok_Markets_...
gpl-3.0
jlcvp/otxserver
data/monster/humanoids/crazed_summer_rearguard.lua
2
3829
local mType = Game.createMonsterType("Crazed Summer Rearguard") local monster = {} monster.description = "a Crazed Summer Rearguard" monster.experience = 4700 monster.outfit = { lookType = 1136, lookHead = 114, lookBody = 94, lookLegs = 3, lookFeet = 121, lookAddons = 0, lookMount = 0 } monster.raceId = 1733 m...
gpl-2.0
LacusCon/slua
build/luajit-2.1.0/src/jit/p.lua
65
9092
---------------------------------------------------------------------------- -- LuaJIT profiler. -- -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- -- This modul...
mit
ddumont/darkstar
scripts/globals/excavation.lua
18
5208
------------------------------------------------- -- Excavation functions -- Info from: -- http://wiki.ffxiclopedia.org/wiki/Excavation ------------------------------------------------- require("scripts/globals/keyitems"); require("scripts/globals/quests"); require("scripts/globals/settings"); --------------...
gpl-3.0
ff-kbu/fff-luci
protocols/ipv6/luasrc/model/network/proto_6x4.lua
78
1602
--[[ LuCI - Network model - 6to4, 6in4 & 6rd protocol extensions Copyright 2011 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L...
apache-2.0
smartdevicelink/sdl_atf_test_scripts
test_scripts/Security/SSLHandshakeFlow/011_Non-Navi_Predefined_cert_expired_PTU_cert_expired_NACK.lua
1
1878
--------------------------------------------------------------------------------------------------- -- Issues: -- https://github.com/smartdevicelink/sdl_core/issues/2190 -- https://github.com/smartdevicelink/sdl_core/issues/2191 ---------------------------------------------------------------------------------------...
bsd-3-clause
Planimeter/grid-sdk
game/client/gui/hudspeechballoons.lua
1
2857
--=========== Copyright © 2019, Planimeter, All rights reserved. ===========-- -- -- Purpose: Speech Balloons HUD -- --==========================================================================-- class "gui.hudspeechballoons" ( "gui.box" ) local hudspeechballoons = gui.hudspeechballoons function hudspeechballoons:hu...
mit