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/Uleguerand_Range/npcs/Fissure.lua
14
1822
----------------------------------- -- Area: Uleguerand Range -- NPC: Fissure -- Teleports players from underground to surface -- @pos 380.267 34.859 -179.655 5 -- @pos 460.339 -29.137 220.311 5 -- @pos 180.207 -77.147 500.276 5 ----------------------------------- package.loaded["scripts/zones/Uleguerand_Range/Text...
gpl-3.0
deggesim/cqui
Assets/UI/Panels/notificationpanel.lua
4
77128
-- =========================================================================== -- Notification Panel -- =========================================================================== include( "ToolTipHelper" ); include( "InstanceManager" ); -- ===========================================================================...
mit
Tatuy/UAServer
data/chatchannels/scripts/advertising-rook.lua
1
1222
function canJoin(player) return player:getTown():getId() == 24 or player:getAccountType() >= ACCOUNT_TYPE_SENIORTUTOR end local CHANNEL_ADVERTISING_ROOK = 6 local muted = Condition(CONDITION_CHANNELMUTEDTICKS, CONDITIONID_DEFAULT) muted:setParameter(CONDITION_PARAM_SUBID, CHANNEL_ADVERTISING_ROOK) muted:setParameter...
gpl-2.0
timmoorhouse/yaccos
usr/lib/net/nfs/Server.lua
1
4470
local oo = require("oo") local net = require("net") local task = require("task") local log = require("log") local Server = oo.class("net.nfs.Server", task.Daemon) function Server.new(self, klass) self = self or {} Server.super.new(self, klass or Server) return self end function Server.status(self) ...
mit
maikuru23/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Zwinam.lua
34
1031
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Zwinam -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aht_Urhgan_Whitegate/TextIDs"); -----------...
gpl-3.0
maikuru23/darkstar
scripts/zones/Ordelles_Caves/npcs/qm3.lua
19
1568
----------------------------------- -- Area: Ordelle's Caves -- NPC: ??? (qm3) -- Involved in Quest: A Squire's Test II -- @pos -139 0.1 264 193 ------------------------------------- package.loaded["scripts/zones/Ordelles_Caves/TextIDs"] = nil; ------------------------------------- require("scripts/globals/settings")...
gpl-3.0
maikuru23/darkstar
scripts/zones/Bhaflau_Remnants/Zone.lua
36
1125
----------------------------------- -- -- Zone: Bhaflau_Remnants -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Bhaflau_Remnants/TextIDs"] = nil; require("scripts/zones/Bhaflau_Remnants/TextIDs"); ----------------------------------- -- onInitial...
gpl-3.0
maikuru23/darkstar
scripts/zones/Xarcabard/npcs/Tememe_WW.lua
8
2929
----------------------------------- -- Area: Xarcabard -- NPC: Tememe, W.W. -- Type: Border Conquest Guards -- @pos -133.678 -22.517 112.224 112 ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest"); require...
gpl-3.0
UnknownX7/darkstar
scripts/globals/mobskills/Crystal_Weapon.lua
37
1031
--------------------------------------------- -- Crystal Weapon -- -- Description: Invokes the power of a crystal to deal magical damage of a random element to a single target. -- Type: Magical -- Utsusemi/Blink absorb: Ignores shadows -- Range: Unknown -- Notes: Can be Fire, Earth, Wind, or Water element. Funct...
gpl-3.0
Coethium/server-minetestforfun
mods/plantlife_modpack/ferns/init.lua
9
2911
----------------------------------------------------------------------------------------------- local title = "Ferns" -- former "Archae Plantae" local version = "0.2.0" local mname = "ferns" -- former "archaeplantae" ----------------------------------------------------------------------------------------------- -- (...
unlicense
nounoursheureux/MCServer
Server/Plugins/APIDump/Hooks/OnBlockSpread.lua
13
2101
return { HOOK_BLOCK_SPREAD = { CalledWhen = "Called when a block spreads based on world conditions", DefaultFnName = "OnBlockSpread", -- also used as pagename Desc = [[ This hook is called when a block spreads.</p> <p> The spread carries with it the type of its source - whether it's a block spreads. ...
apache-2.0
maikuru23/darkstar
scripts/zones/Port_Bastok/npcs/Bagnobrok.lua
36
1585
----------------------------------- -- 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/Tex...
gpl-3.0
UnknownX7/darkstar
scripts/globals/spells/paralyze_ii.lua
6
2230
----------------------------------------- -- Spell: Paralyze II -- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and MND. -- caster:getMerit() returns a value which is equal to the number of merit points TIMES the value of each point -- Paralyze II value per point is '1' This is a co...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Rohn_Ehlbalna.lua
14
1064
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Rohn Ehlbalna -- Type: Standard NPC -- @zone 94 -- @pos -43.473 -4.5 46.496 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ...
gpl-3.0
maikuru23/darkstar
scripts/globals/spells/dark_carol.lua
6
1501
----------------------------------------- -- Spell: Dark Carol -- Increases dark resistance for party members within the area of effect. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast -------------...
gpl-3.0
SinaKK/telegram-bot
plugins/twitter_send.lua
5
1565
local OAuth = require "OAuth" local consumer_key = "" local consumer_secret = "" local access_token = "" local access_token_secret = "" local client = OAuth.new(consumer_key, consumer_secret, { RequestToken = "https://api.twitter.com/oauth/request_token", AuthorizeUser = {"https://api.twitter.com/oauth/autho...
gpl-2.0
wland/quick3.6
cocos/scripting/lua-bindings/auto/api/EaseIn.lua
7
1055
-------------------------------- -- @module EaseIn -- @extend EaseRateAction -- @parent_module cc -------------------------------- -- brief Create the action with the inner action and the rate parameter.<br> -- param action The pointer of the inner action.<br> -- param rate The value of the rate parameter.<br> -- ret...
mit
maikuru23/darkstar
scripts/zones/Castle_Oztroja/npcs/_47x.lua
17
1245
----------------------------------- -- Area: Castle Oztroja -- NPC: _47x (Handle) -- Notes: Opens door _477 -- @pos -99 -71 -41 151 ----------------------------------- package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Castle_Oztroja/TextI...
gpl-3.0
pezhmanEX/fifth
plugins/plugins.lua
1
6084
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
maikuru23/darkstar
scripts/zones/Misareaux_Coast/npcs/_0p0.lua
5
2553
----------------------------------- -- Area: Misareaux Coast -- NPC: Dilapidated Gate -- @pos 260 9 -435 25 ----------------------------------- package.loaded["scripts/zones/Misareaux_Coast/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/zones/Misare...
gpl-3.0
maikuru23/darkstar
scripts/zones/Upper_Delkfutts_Tower/Zone.lua
2
2290
----------------------------------- -- -- Zone: Upper_Delkfutts_Tower (158) -- ----------------------------------- package.loaded["scripts/zones/Upper_Delkfutts_Tower/TextIDs"] = nil; ----------------------------------- require("/scripts/globals/common"); require("/scripts/globals/settings"); require("script...
gpl-3.0
UnknownX7/darkstar
scripts/zones/LaLoff_Amphitheater/npcs/qm0_1.lua
17
1165
----------------------------------- -- Area: LaLoff_Amphitheater -- NPC: qm0 (warp player outside after they win fight) ------------------------------------- package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil; ------------------------------------- require("scripts/zones/LaLoff_Amphitheater/TextIDs"); -...
gpl-3.0
Nymphium/llix
llix/eval.lua
1
22081
local insert, remove do local _obj_0 = table insert, remove = _obj_0.insert, _obj_0.remove end local _insert = insert insert = function(t, i, o) do local _with_0 = t if not (o) then _insert(t, i) else _insert(t, i, o) end return _with_0 end end local inspect = require("inspect") ...
mit
UnknownX7/darkstar
scripts/globals/items/meatloaf_+1.lua
12
1386
----------------------------------------- -- ID: 5690 -- Item: Meatloaf +1 -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- Strength 6 -- Agility 2 -- Intelligence -3 -- Attack 18% Cap 95 ----------------------------------------- require("scripts/globals/status"); ------------------------...
gpl-3.0
dveeden/wireshark
test/lua/gregex.lua
29
8743
-- Tests for GLib Regex functions -- written by Hadriel Kaplan, based on Lrexlib's test suite -- This is a test script for tshark/wireshark. -- This script runs inside tshark/wireshark, so to run it do: -- tshark -r empty.cap -X lua_script:<path_to_testdir>/lua/gregex.lua -X lua_script1:glib -- -- if you have to give ...
gpl-2.0
UnknownX7/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Harvesting_Point.lua
17
1103
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Harvesting Point ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ------------------------------------- require("scripts/globals/harvesting"); require("scripts/zones/Yuhtunga_Jungle/TextIDs"); ---...
gpl-3.0
maikuru23/darkstar
scripts/globals/items/serving_of_cherry_bavarois_+1.lua
35
1388
----------------------------------------- -- ID: 5746 -- Item: serving_of_cherry_bavarois_+1 -- Food Effect: 4Hrs, All Races ----------------------------------------- -- HP 30 -- Intelligence 4 -- MP 15 -- HP Recovered While Healing 4 ----------------------------------------- require("scripts/globals/status...
gpl-3.0
maikuru23/darkstar
scripts/zones/Windurst_Waters/npcs/Chyuk-Kochak.lua
38
1048
----------------------------------- -- Area: Windurst Waters -- NPC: Chyuk-Kochak -- Type: Standard NPC -- @zone: 238 -- @pos -252.162 -6.319 -307.011 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; -...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/dish_of_spaghetti_pescatora_+1.lua
12
1664
----------------------------------------- -- ID: 5200 -- Item: dish_of_spaghetti_pescatora_+1 -- Food Effect: 60Min, All Races ----------------------------------------- -- Health % 15 -- Health Cap 160 -- Vitality 3 -- Mind -1 -- Defense % 22 -- Defense Cap 70 -- Store TP 6 ----------------------------------------- re...
gpl-3.0
rdcb/cmder_mini_raisedadead
cmder_mini/vendor/clink-completions/cordova.lua
1
3555
--preamble: common routines local matchers = require('matchers') local platforms = matchers.create_dirs_matcher('platforms/*') local plugins = matchers.create_dirs_matcher('plugins/*') -- end preamble local parser = clink.arg.new_parser local platform_add_parser = parser({ "wp8", "windows", "android", ...
unlicense
kaeza/minetest_game
mods/vessels/init.lua
18
6192
-- Minetest 0.4 mod: vessels -- See README.txt for licensing and other information. local vessels_shelf_formspec = "size[8,7;]" .. default.gui_bg .. default.gui_bg_img .. default.gui_slots .. "list[context;vessels;0,0.3;8,2;]" .. "list[current_player;main;0,2.85;8,1;]" .. "list[current_player;main;0,4.08;8,3;8]...
lgpl-2.1
maikuru23/darkstar
scripts/globals/items/plate_of_patlican_salata.lua
35
1211
----------------------------------------- -- ID: 5582 -- Item: plate_of_patlican_salata -- Food Effect: 180Min, All Races ----------------------------------------- -- Agility 4 -- Vitality -1 ----------------------------------------- require("scripts/globals/status"); --------------------------------------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Quicksand_Caves/npcs/Goblin_Geologist.lua
14
1039
----------------------------------- -- Area: Quicksand Caves -- NPC: Goblin Geologist -- Type: Mission -- @pos -737.000 -11.125 -550.000 208 ----------------------------------- package.loaded["scripts/zones/Quicksand_Caves/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Quicksand_Caves/...
gpl-3.0
wangqi/gameserver
server/src/gensrc/lua/BceOfflinePush_pb.lua
1
2180
-- Generated By protoc-gen-lua Do not Edit local protobuf = require "protobuf" module('BceOfflinePush_pb', package.seeall) local BCEOFFLINEPUSH = protobuf.Descriptor(); local BCEOFFLINEPUSH_USERID_FIELD = protobuf.FieldDescriptor(); local BCEOFFLINEPUSH_ROLENAME_FIELD = protobuf.FieldDescriptor(); local BCEOFFLINEPUS...
apache-2.0
UnknownX7/darkstar
scripts/zones/Temple_of_Uggalepih/npcs/Treasure_Coffer.lua
13
4653
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Treasure Coffer -- @zone 159 -- @pos -219 0 32 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globa...
gpl-3.0
cuiqingwei1981/openwrt
feeds/luci/protocols/ppp/luasrc/model/cbi/admin_network/proto_l2tp.lua
59
1868
--[[ LuCI - Lua Configuration Interface Copyright 2011 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ]]-- local ma...
gpl-2.0
matrix207/RAMCloud
ft/luabit/noki.lua
26
8150
--[[--------------- Noki v0.4 ------------------- Noki is a toolkit to convert Nokia PC Suite backuped SMS to a unicode .txt file, which is more accessible than the original .nfb or .nfc. It works well for Nokia PC Suite 6.5.12 and my mobile phone is Nokia 7360. There might be some compatibility problem if yo...
isc
UnknownX7/darkstar
scripts/zones/Southern_San_dOria/npcs/Andecia.lua
13
3192
----------------------------------- -- Area: Northern San d'Oria -- NPC: Andecia -- Starts and Finishes Quest: Grave Concerns -- @zone 230 -- @pos 167 0 45 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/So...
gpl-3.0
maikuru23/darkstar
scripts/globals/magic_maps.lua
8
4371
--------------------------------------------- -- -- Function that all map NPCS use. -- SE updated the map NPCs to sell maps from the normal areas, RoZ, and CoP areas (Update was in Nov 5, 2013) --------------------------------------------- require("scripts/globals/keyitems"); local Maps = {MAP_OF_THE_SAN_DORIA_AREA, ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Upper_Jeuno/npcs/Koriso-Manriso.lua
38
1024
---------------------------------- -- Area: Upper Jeuno -- NPC: Koriso-Manriso -- Type: Item Deliverer -- @zone: 244 -- @pos -64.39 1 23.704 -- ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; require("scripts/zones/Upper_Jeuno/TextIDs"); ----------------------------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Windurst_Walls/npcs/Koru-Moru.lua
25
11771
----------------------------------- -- Area: Windurst Walls -- NPC: Koru-Moru -- Starts & Ends Quest: Star Struck -- Involved in Quest: Making the Grade, Riding on the Clouds -- @pos -120 -6 124 239 ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ---------------------...
gpl-3.0
either1/prosody-modules
mod_sift/mod_sift.lua
32
6448
local st = require "util.stanza"; local jid_bare = require "util.jid".bare; -- advertise disco features module:add_feature("urn:xmpp:sift:1"); -- supported features module:add_feature("urn:xmpp:sift:stanzas:iq"); module:add_feature("urn:xmpp:sift:stanzas:message"); module:add_feature("urn:xmpp:sift:stanzas:presence"...
mit
UnknownX7/darkstar
scripts/globals/weaponskills/dark_harvest.lua
23
1248
----------------------------------- -- Dark Harvest -- Scythe weapon skill -- Skill Level: 30 -- Delivers a dark elemental attack. Damage varies with TP. -- Aligned with the Aqua Gorget. -- Aligned with the Aqua Belt. -- Element: Dark -- Modifiers: STR:20% ; INT:20% -- 100%TP 200%TP 300%TP -- 1.00 2.00 ...
gpl-3.0
wland/quick3.6
cocos/scripting/lua-bindings/auto/api/EaseExponentialIn.lua
7
1132
-------------------------------- -- @module EaseExponentialIn -- @extend ActionEase -- @parent_module cc -------------------------------- -- brief Create the action with the inner action.<br> -- param action The pointer of the inner action.<br> -- return A pointer of EaseExponentialIn action. If creation failed, retu...
mit
Iamgoofball/deathvox
lua/lib/units/enemies/taser/logics/taserlogicattack.lua
1
9045
function TaserLogicAttack.enter(data, new_logic_name, enter_params) CopLogicBase.enter(data, new_logic_name, enter_params) data.unit:brain():cancel_all_pathing_searches() local old_internal_data = data.internal_data local my_data = {unit = data.unit} data.internal_data = my_data my_data.detection = data.char_twe...
agpl-3.0
UnknownX7/darkstar
scripts/globals/abilities/pets/thunderstorm.lua
28
1341
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); --------------------------------------------------- ...
gpl-3.0
ArcboundWorker/microcosm
gamemodes/microcosm/entities/weapons/micro_secrete_stick2.lua
1
30368
--[[ FILE THEME SONG: https://www.youtube.com/watch?v=jNtwb4sP0IA STICK STICK STICK STICK --I was thinking maybe use driftwood for the stick, OR a pallet gib :^) or models/props_canal/mattpipe.mdl Todo: stick1 becomes stick2... add view/world model for magic item. money wizard, height wizard, ba...
mit
UnknownX7/darkstar
scripts/zones/Konschtat_Highlands/mobs/Highlander_Lizard.lua
19
1385
----------------------------------- -- Area: Konschtat Highlands -- NM: Highlander Lizard ----------------------------------- require("scripts/globals/status"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onMobInitialize ----------------------------------- function onMobInitial...
gpl-3.0
maikuru23/darkstar
scripts/zones/Metalworks/npcs/Topuru-Kuperu.lua
38
1044
----------------------------------- -- Area: Metalworks -- NPC: Topuru-Kuperu -- Type: Standard NPC -- @zone: 237 -- @pos 28.284 -17.39 42.269 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; require("scrip...
gpl-3.0
UnknownX7/darkstar
scripts/globals/mobskills/Gates_of_Hades.lua
33
1414
--------------------------------------------- -- Gates of Hades -- -- Description: Deals severe Fire damage to enemies within an area of effect. Additional effect: Burn -- Type: Magical -- -- -- Utsusemi/Blink absorb: Wipes shadows -- Range: 20' radial -- Notes: Only used when a cerberus's health is 25% or lower...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Selbina/npcs/Jimaida.lua
14
1298
----------------------------------- -- Area: Selbina -- NPC: Jimaida -- Involved in Quests: Under the sea -- @pos -15 -2 -16 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); require("scripts/glob...
gpl-3.0
UnknownX7/darkstar
scripts/globals/abilities/earth_maneuver.lua
19
1610
----------------------------------- -- Ability: Earth Maneuver -- Enhances the effect of earth attachments. Must have animator equipped. -- Obtained: Puppetmaster level 1 -- Recast Time: 10 seconds (shared with all maneuvers) -- Duration: 1 minute ----------------------------------- require("scripts/globals/status"); ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Castle_Oztroja/npcs/Kaa_Toru_the_Just.lua
19
1579
----------------------------------- -- 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; ----------------------------------- requir...
gpl-3.0
maikuru23/darkstar
scripts/globals/items/bowl_of_loach_soup.lua
36
1539
----------------------------------------- -- ID: 5671 -- Item: Bowl of Loach Soup -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- Dexterity 4 -- Agility 4 -- Accuracy 7% Cap 50 -- HP 7% Cap 50 -- Evasion 5 ----------------------------------------- require("scripts/globals/status"); -----...
gpl-3.0
wangqi/gameserver
server/src/gensrc/lua/BceFriendInfo_pb.lua
1
1079
-- Generated By protoc-gen-lua Do not Edit local protobuf = require "protobuf" module('BceFriendInfo_pb', package.seeall) local BCEFRIENDINFO = protobuf.Descriptor(); local BCEFRIENDINFO_USERNAME_FIELD = protobuf.FieldDescriptor(); BCEFRIENDINFO_USERNAME_FIELD.name = "username" BCEFRIENDINFO_USERNAME_FIELD.full_name...
apache-2.0
UnknownX7/darkstar
scripts/zones/Grand_Palace_of_HuXzoi/Zone.lua
5
4573
----------------------------------- -- -- Zone: Grand_Palace_of_HuXzoi (34) -- ----------------------------------- package.loaded["scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"); requ...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Port_Bastok/npcs/Zoby_Quhyo.lua
17
1661
----------------------------------- -- Area: Port Bastok -- NPC: Zoby Quhyo -- Only sells when Bastok controlls Elshimo Lowlands -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Port_Bastok/TextI...
gpl-3.0
UnknownX7/darkstar
scripts/zones/RuAun_Gardens/npcs/qm2.lua
14
1478
----------------------------------- -- Area: Ru'Aun Gardens -- NPC: ??? (Seiryu's Spawn) -- Allows players to spawn the HNM Seiryu with a Gem of the East and a Springstone. -- @pos 569 -70 -80 130 ----------------------------------- package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil; -------------------------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Al_Zahbi/npcs/Talhaal.lua
14
1041
----------------------------------- -- Area: Al Zahbi -- NPC: Talhaal -- Type: Zazarg's Attendant -- @zone 48 -- @pos -35.897 -7 107.160 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; -----------------------...
gpl-3.0
UnknownX7/darkstar
scripts/globals/mobskills/Polar_Blast.lua
33
1412
--------------------------------------------- -- Polar Blast -- -- Description: Deals Ice damage to enemies within a fan-shaped area. Additional effect: Paralyze -- Type: Breath -- Ignores Shadows -- Range: Unknown Cone --------------------------------------------- require("scripts/globals/settings"); require("sc...
gpl-3.0
maikuru23/darkstar
scripts/globals/spells/armys_paeon_vi.lua
4
1390
----------------------------------------- -- Spell: Army's Paeon VI -- Gradually restores target's HP. ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnSpellCast ----------------------------------------- function OnMagicCastingChec...
gpl-3.0
UnknownX7/darkstar
scripts/globals/weaponskills/victory_smite.lua
26
1693
----------------------------------- -- Victory Smite -- Hand-to-Hand Weapon Skill -- Skill Level: N/A -- Description: Delivers a fourfold attack. Chance of params.critical hit varies with TP. -- Must have Verethragna (85)/(90)/(95)/(99)/(99-2) or Revenant Fists +1/+2/+3 equipped. -- Aligned with the Light Gorget, Breez...
gpl-3.0
maikuru23/darkstar
scripts/globals/weaponskills/blade_yu.lua
6
1457
----------------------------------- -- Blade Yu -- Katana weapon skill -- Skill Level: 290 -- Delivers a water elemental attack. Additional effect Poison. Durration varies with TP. -- Aligned with the Aqua Gorget & Soil Gorget. -- Aligned with the Aqua Belt & Soil Belt. -- Element: Water -- Modifiers: DEX...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Northern_San_dOria/npcs/Baraka.lua
14
2223
----------------------------------- -- Area: Northern San d'Oria -- NPC: Baraka -- Involved in Missions 2-3 -- @pos 36 -2 -2 231 ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dOria/TextIDs");...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/coffeecake_muffin_+1.lua
12
1372
----------------------------------------- -- ID: 5656 -- Item: coffeecake_muffin_+1 -- Food Effect: 1Hr, All Races ----------------------------------------- -- Mind 2 -- Strength -1 -- MP % 10 (cap 90) ----------------------------------------- require("scripts/globals/status"); ---------------------------------------...
gpl-3.0
Tatuy/UAServer
data/npc/FORGOTTENSERVER-ORTS/scripts/Kepar.lua
1
14332
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local count = {} local transfer = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end ...
gpl-2.0
CuteOne/BadRotations
System/Loader/cCharacter.lua
1
14854
local _, br = ... --- Character Class -- All classes inherit from the base class /cCharacter.lua br.cCharacter = {} -- Creates new character with given class function br.cCharacter:new(class) local self = {} self.augmentRune = { -- Contains the different buff IDs for Augment Runes Agility = 270058, Strength = 2...
gpl-3.0
UnknownX7/darkstar
scripts/globals/mobskills/Heavy_Stomp.lua
33
1070
--------------------------------------------- -- Heavy Stomp -- -- Description: Deals heavy damage to targets within an area of effect. Additional effect: Paralysis -- Type: Physical -- Utsusemi/Blink absorb: 2-3 shadows -- Range: Unknown radial -- Notes: Paralysis effect has a very long duration. ---------------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Qufim_Island/Zone.lua
12
2465
----------------------------------- -- -- Zone: Qufim_Island (126) -- ----------------------------------- package.loaded["scripts/zones/Qufim_Island/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/quests"); require("sc...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Selbina/npcs/Yaya.lua
14
1465
----------------------------------- -- Area: Selbina -- NPC: Yaya -- Starts Quest: Under the sea -- @pos -19 -2 -16 248 ----------------------------------- package.loaded["scripts/zones/Selbina/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Selbina/TextIDs"); require("scripts/globals/setti...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Aligi-Kufongi.lua
27
3114
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Aligi-Kufongi -- Title Change NPC -- @pos -23 -21 15 26 ----------------------------------- require("scripts/globals/titles"); local title2 = { TAVNAZIAN_SQUIRE ,PUTRID_PURVEYOR_OF_PUNGENT_PETALS , MONARCH_LINN_PATROL_GUARD , SIN_HUNTER_HUNTER , ...
gpl-3.0
maikuru23/darkstar
scripts/zones/Norg/npcs/Heizo.lua
19
3109
----------------------------------- -- Area: Norg -- NPC: Heizo -- Starts and Ends Quest: Like Shining Leggings -- @pos -1 -5 25 252 ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scrip...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Northern_San_dOria/npcs/Abioleget.lua
13
2388
----------------------------------- -- Area: Northern San d'Oria -- NPC: Abioleget -- Type: Quest Giver (Her Memories: The Faux Pas and The Vicasque's Sermon) / Merchant -- @zone 231 -- @pos 128.771 0.000 118.538 -- ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil...
gpl-3.0
maikuru23/darkstar
scripts/globals/mobskills/Barbed_Crescent.lua
10
1034
--------------------------------------------------- -- Barbed Crescent -- Damage. Additional Effect: Accuracy Down. -- Area of Effect is centered around caster. -- The Additional Effect: Accuracy Down may not always process. -- Duration: Three minutes ? --------------------------------------------------- require("/scr...
gpl-3.0
maikuru23/darkstar
scripts/zones/Bastok_Markets/npcs/Gwill.lua
17
2876
----------------------------------- -- Area: Bastok Markets -- NPC: Gwill -- Starts & Ends Quest: The Return of the Adventurer -- Involved in Quests: The Cold Light of Day, Riding on the Clouds -- @zone 235 -- @pos 0 0 0 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"]...
gpl-3.0
wangqi/gameserver
server/src/gensrc/lua/BceGuildBagPut_pb.lua
1
1584
-- Generated By protoc-gen-lua Do not Edit local protobuf = require "protobuf" module('BceGuildBagPut_pb', package.seeall) local BCEGUILDBAGPUT = protobuf.Descriptor(); local BCEGUILDBAGPUT_GUILDID_FIELD = protobuf.FieldDescriptor(); local BCEGUILDBAGPUT_PEW_FIELD = protobuf.FieldDescriptor(); BCEGUILDBAGPUT_GUILDID...
apache-2.0
UnknownX7/darkstar
scripts/zones/Port_Windurst/npcs/Yaman-Hachuman.lua
14
1795
----------------------------------- -- Area: Port Windurst -- NPC: Yaman-Hachuman -- Type: Standard NPC -- Involved in Quests: Wonder Wands -- @pos -101.209 -4.25 110.886 240 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- requir...
gpl-3.0
maikuru23/darkstar
scripts/zones/Bastok_Markets/npcs/HomePoint#2.lua
2
1302
----------------------------------- -- Area: Bastok Markets -- NPC: HomePoint#2 -- @pos -328 -12 -33 235 ----------------------------------- package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Bastok_Mar...
gpl-3.0
Tatuy/UAServer
data/npc/FORGOTTENSERVER-ORTS/scripts/Maris.lua
1
2079
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/Southern_San_dOria/npcs/Ashene.lua
14
2287
----------------------------------- -- Area: Southern San d'Oria -- NPC: Ashene -- Standard Merchant NPC -- @zone 230 -- @pos 70 0 61 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/plate_of_witch_risotto.lua
12
1536
----------------------------------------- -- ID: 4330 -- Item: witch_risotto -- Food Effect: 4hours, All Races ----------------------------------------- -- Magic Points 35 -- Strength -1 -- Vitality 3 -- Mind 3 -- MP Recovered While Healing 2 -- Enmity -4 ----------------------------------------- require("scripts/glob...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/plate_of_squid_sushi.lua
12
1786
----------------------------------------- -- ID: 5148 -- Item: plate_of_squid_sushi -- Food Effect: 30Min, All Races ----------------------------------------- -- Health 30 -- Dexterity 6 -- Agility 5 -- Mind -1 -- Accuracy % 15 -- Ranged ACC % 15 -- Sleep Resist 1 ----------------------------------------- require("scr...
gpl-3.0
UnknownX7/darkstar
scripts/globals/equipment.lua
23
3247
require("scripts/globals/status"); BaseNyzulWeapons = { 18492, -- (WAR) Sturdy Axe 18753, -- (MNK) Burning Fists 18851, -- (WHM) Werebuster 18589, -- (BLM) Mage's Staff 17742, -- (RDM) Vorpal Sword ...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Port_Bastok/npcs/Blabbivix.lua
14
1200
----------------------------------- -- Area: Port Bastok -- NPC: Blabbivix -- Standard merchant, though he acts like a guild merchant -- @pos -110.209 4.898 22.957 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/glo...
gpl-3.0
UnknownX7/darkstar
scripts/globals/items/tanners_belt.lua
15
1199
----------------------------------------- -- ID: 15448 -- Item: Tanners belt -- Enchantment: Synthesis image support -- 2Min, All Races ----------------------------------------- -- Enchantment: Synthesis image support -- Duration: 2Min -- Leathercraft Skill +3 ----------------------------------------- require("script...
gpl-3.0
alxhh/piratenluci
libs/sys/luasrc/sys/iptparser.lua
2
9753
--[[ Iptables parser and query library (c) 2008-2009 Jo-Philipp Wich <xm@leipzig.freifunk.net> (c) 2008-2009 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
rdcb/cmder_mini_raisedadead
cmder_mini/vendor/conemu-maximus5/ConEmu/Far3_lua/ConEmu.ShiftEnter.lua
3
4032
 -- Place this file into your %FARPROFILE%\Macros\scripts -- Run 'File under cursor' or 'Command line' in new console of ConEmu. -- 'Press enter to close console' will be displayed after command completion. -- Note! If you want to disable this confirmation, -- set 'DisableCloseConfirm = true' local DisableClo...
unlicense
allwenandashi/a
plugins/pass.lua
15
2226
do local function set_pass(msg, pass, id) local hash = nil if msg.to.type == "channel" then hash = 'setpass:' end local name = string.gsub(msg.to.print_name, '_', '') if hash then redis:hset(hash, pass, id) return send_large_msg("channel#id"..msg.to.id, "ߔ᠐assword of group:\n["..name.."] has be...
gpl-2.0
UnknownX7/darkstar
scripts/zones/RuAun_Gardens/npcs/Pincerstone.lua
17
4173
----------------------------------- -- Area: Ru'Aun Gardens -- NPC: Pincerstone -- NPCs which activates the blue teleports in sky ----------------------------------- package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil; ----------------------------------- require("scripts/zones/RuAun_Gardens/TextIDs"); ------...
gpl-3.0
maikuru23/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Iruki-Waraki.lua
38
2851
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Iruki-Waraki -- Type: Standard NPC -- Involved in quest: No Strings Attached -- @pos 101.329 -6.999 -29.042 50 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; -------------------------...
gpl-3.0
maikuru23/darkstar
scripts/zones/Behemoths_Dominion/Zone.lua
2
1341
----------------------------------- -- -- Zone: Behemoths_Dominion (127) -- ----------------------------------- package.loaded["scripts/zones/Behemoths_Dominion/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Behemoths_Dominion/TextIDs"); ---...
gpl-3.0
robooo/luarocks
spec/new_version_spec.lua
7
3211
local test_env = require("test/test_environment") local lfs = require("lfs") local run = test_env.run local testing_paths = test_env.testing_paths test_env.unload_luarocks() local extra_rocks = { "/abelhas-1.0-1.rockspec", "/lpeg-0.12-1.rockspec" } describe("LuaRocks new_version tests #blackbox #b_new_version"...
mit
wland/quick3.6
cocos/scripting/lua-bindings/auto/api/DrawNode.lua
7
7790
-------------------------------- -- @module DrawNode -- @extend Node -- @parent_module cc -------------------------------- -- Draw an line from origin to destination with color. <br> -- param origin The line origin.<br> -- param destination The line destination.<br> -- param color The line color.<br> -- js NA -- @fu...
mit
UnknownX7/darkstar
scripts/globals/items/bowl_of_zesty_zoni.lua
12
2081
----------------------------------------- -- ID: 5619 -- Item: Bowl of Zesti Zoni -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- HP 12 -- MP 12 -- Strength 2 -- Dexterity 2 -- Vitality 2 -- Agility 2 -- Accuracy +2 -- Ranged Accuracy +2 -- Attack +2 -- Ranged Attack +2 -- Evasion +2 -- MP...
gpl-3.0
maikuru23/darkstar
scripts/globals/spells/absorb-dex.lua
6
1260
-------------------------------------- -- Spell: Absorb-DEX -- Steals an enemy's dexterity. -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast ----------...
gpl-3.0
UnknownX7/darkstar
scripts/zones/Dangruf_Wadi/npcs/Grounds_Tome.lua
30
1091
----------------------------------- -- Area: Dangruf Wadi -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,tra...
gpl-3.0
546457a/AirCraftBot
plugins/floodmanager.lua
1
7439
local function do_keyboard_flood(chat_id) --no: enabled, yes: disabled local status = db:hget('chat:'..chat_id..':settings', 'Flood') or config.chat_settings['settings']['Flood'] --check (default: disabled) if status == 'on' then status = _("✅ | روشن") elseif status == 'off' then status ...
gpl-2.0
henry4k/apoapsis
core/EventSource.lua
2
1970
--- @mixin core.EventSource --- Events can be used for inter object communication. -- -- Using the event source mixin makes sense, if you can't know which objects -- may want to react on an event. Also you don't need to worry about -- the targets life time, since it will automatically forget targets -- that have no fu...
mit
maikuru23/darkstar
scripts/zones/Caedarva_Mire/npcs/Nareema.lua
6
1965
----------------------------------- -- Area: Caedarva Mire -- NPC: Nareema -- Type: Assault -- @pos 518.387 -24.707 -467.297 79 ----------------------------------- package.loaded["scripts/zones/Caedarva_Mire/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts...
gpl-3.0
gaojinhua/cocos2d-x-samples
samples/KillBug/src/cocos/framework/package_support.lua
45
4006
--[[ Copyright (c) 2011-2015 chukong-incc.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, di...
mit