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 |
|---|---|---|---|---|---|
m3rlin87/darkstar | scripts/commands/animation.lua | 14 | 1156 | ---------------------------------------------------------------------------------------------------
-- func: animation
-- desc: Sets the players current animation.
---------------------------------------------------------------------------------------------------
require("scripts/globals/status");
cmdprops =
{
pe... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/The_Celestial_Nexus/bcnms/celestial_nexus.lua | 1 | 1946 | -----------------------------------
-- Area: The Celestial Nexus
-- Name: The Celestial Nexus (ZM16)
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/missions");
-----------------------------------
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRe... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria/npcs/Trail_Markings.lua | 3 | 2625 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Trail Markings
-- Dynamis-San d'Oria Enter
-- !pos 139 -2 122 230
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts/globals/dynamis");
local ID = require("scripts/zones/... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Periqia/instances/seagull_grounded.lua | 12 | 4157 | -----------------------------------
--
-- Assault: Seagull Grounded
--
-----------------------------------
local ID = require("scripts/zones/Periqia/IDs")
-----------------------------------
function afterInstanceRegister(player)
local instance = player:getInstance();
player:messageSpecial(ID.text.ASSAULT_31_S... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Nyzul_Isle/mobs/Alexander.lua | 3 | 2658 | -----------------------------------
-- Area: Nyzul Isle (Nashmeira's Plea)
-- MOB: Alexander
-----------------------------------
local ID = require("scripts/zones/Nyzul_Isle/IDs")
require("scripts/globals/status");
-----------------------------------
function onMobSpawn(mob)
mob:setMobMod(dsp.mobMod.NO_MOVE, 1);
... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Windurst_Waters/npcs/Taajiji.lua | 2 | 1259 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Taajiji
-- Standard Merchant NPC
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
local ID = require("scripts/zones/Windurst_Waters/IDs");
-----------------------------------
function onTrade(... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/samples/towerdefense/src/app/properties/BuildingProperties.lua | 2 | 9974 | local BuildingProperties = {}
local defines = {}
local building = {
maxHp = 1800, -- 最大 HP
maxArmor = 0, -- 最大装甲
}
defines["BuildingP001"] = building
----------------------
local building = {
maxHp = 1800, -- 最大 HP
maxArmor = 0, -- 最大装甲
}
defines["Buil... | mit |
m3rlin87/darkstar | scripts/globals/spells/hojo_ichi.lua | 12 | 1462 | -----------------------------------------
-- Spell: Hojo:Ichi
-- Description: Inflicts Slow on target.
-- Edited from slow.lua
-----------------------------------------
require("scripts/globals/status")
require("scripts/globals/magic")
require("scripts/globals/msg")
-----------------------------------------
function o... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Behemoths_Dominion/mobs/Behemoth.lua | 1 | 1629 | -----------------------------------
-- Area: Behemoth's Dominion
-- HNM: Behemoth
-----------------------------------
local ID = require("scripts/zones/Behemoths_Dominion/IDs")
mixins = {require("scripts/mixins/rage")}
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/title... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Cape_Teriggan/Zone.lua | 12 | 2022 | -----------------------------------
--
-- Zone: Cape_Teriggan (113)
--
--------- --------------------------
local ID = require("scripts/zones/Cape_Teriggan/IDs")
-----------------------------------
require("scripts/globals/icanheararainbow")
require("scripts/globals/conquest")
require("scripts/globals/weathe... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria/npcs/Ominous_Cloud.lua | 3 | 2840 | -----------------------------------
-- Area: Southern Sandoria
-- NPC: Ominous Cloud
-- Type: Ninjutsu Toolbag Maker
-- !pos -41.550 1.999 -2.845 230
-----------------------------------
local ID = require("scripts/zones/Southern_San_dOria/IDs");
function onTrade(player,npc,trade)
local toolList =
{
{... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/cure_ii.lua | 1 | 5032 | -----------------------------------------
-- Spell: Cure II
-- Restores target's HP.
-- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html
-----------------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/magic")
re... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/abilities/divine_waltz.lua | 12 | 2662 | -----------------------------------
-- Ability: Divine Waltz
-- Heals party members within area of effect.
-- Obtained: Dancer Level 25
-- TP Required: 40%
-- Recast Time: 00:13
-----------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/msg")
-----... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/framework/json.lua | 11 | 3469 | --[[
Copyright (c) 2011-2014 chukong-inc.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, dis... | mit |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria/npcs/Corua.lua | 1 | 1293 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Corua
-- Ronfaure Regional Merchant
-- !pos -66 2 -11 230
-----------------------------------
local ID = require("scripts/zones/Southern_San_dOria/IDs")
require("scripts/globals/events/harvest_festivals")
require("scripts/globals/conquest")
requi... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/mobskills/deadeye.lua | 12 | 1270 | ---------------------------------------------
-- Deadeye
-- Family: Qiqurn
-- Description: Lowers the defense and magical defense of enemies within range.
-- Type: Magical
-- Utsusemi/Blink absorb: Ignores shadows
-- Range: Unknown
-- Notes: Used only by certain Notorious Monsters. Strong dsp.effect.
------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Kazham/npcs/Mumupp.lua | 1 | 3716 | -----------------------------------
-- Area: Kazham
-- NPC: Mumupp
-- Standard Info NPC
-----------------------------------
require("scripts/globals/pathfind");
-----------------------------------
local path =
{
94.732452, -15.000000, -114.034622,
94.210846, -15.000000, -114.989388,
93.508865, -15.000000,... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Grand_Palace_of_HuXzoi/Zone.lua | 3 | 2127 | -----------------------------------
--
-- Zone: Grand_Palace_of_HuXzoi (34)
--
-----------------------------------
require("scripts/zones/Grand_Palace_of_HuXzoi/globals");
local ID = require("scripts/zones/Grand_Palace_of_HuXzoi/IDs");
require("scripts/globals/conquest");
require("scripts/globals/status");
------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Sacrarium/npcs/qm7.lua | 1 | 1565 | -----------------------------------
-- Area: Sacrarium
-- NPC: qm7 (???)
-- Notes: Used to spawn Old Prof. Mariselle
-- !pos 22.669 -3.111 -127.318 28
-----------------------------------
local ID = require("scripts/zones/Sacrarium/IDs");
require("scripts/globals/keyitems");
require("scripts/globals/missions");
func... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Port_Bastok/Zone.lua | 1 | 2621 | -----------------------------------
--
-- Zone: Port_Bastok (236)
--
-----------------------------------
local ID = require("scripts/zones/Port_Bastok/IDs");
require("scripts/globals/conquest")
require("scripts/globals/missions")
require("scripts/globals/settings")
require("scripts/globals/zone")
----------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/commands/mp.lua | 22 | 1359 | ---------------------------------------------------------------------------------------------------
-- func: mp <amount> <player>
-- desc: Sets the GM or target players mana.
---------------------------------------------------------------------------------------------------
cmdprops =
{
permission = 1,
paramet... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/plate_of_beef_paella.lua | 1 | 1211 | -----------------------------------------
-- ID: 5972
-- Item: Plate of Beef Paella
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- HP 40
-- Strength 5
-- Intelligence -1
-- Attack % 18 Cap 90
-- Undead Killer 5
-----------------------------------------
require("scripts/globals/status")
--... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/abilities/spectral_jig.lua | 12 | 1194 | -----------------------------------
-- Ability: Spectral jig
-- Allows you to evade enemies by making you undetectable by sight and sound.
-- Obtained: Dancer Level 25
-- TP Required: 0
-- Recast Time: 30 seconds
-- Duration: 3 minutes
-----------------------------------
require("scripts/globals/settings")
require("scr... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Lower_Jeuno/npcs/Navisse.lua | 12 | 4166 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Navisse
-- Standard Info NPC
-----------------------------------
require("scripts/globals/pathfind");
-----------------------------------
local path =
{
-- -59.562683, 6.000051, -90.890404,
-58.791367, 6.000050, -91.663391,
-58.021465, 6.000049, -92.432... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/armys_paeon_iii.lua | 12 | 1374 | -----------------------------------------
-- Spell: Army's Paeon III
-- Gradually restores target's HP.
-----------------------------------------
require("scripts/globals/status")
require("scripts/globals/msg")
-----------------------------------------
function onMagicCastingCheck(caster,target,spell)
return 0
end... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/doton_san.lua | 12 | 1346 | -----------------------------------------
-- Spell: Doton: San
-- Deals earth damage to an enemy and lowers its resistance against wind.
-----------------------------------------
require("scripts/globals/status")
require("scripts/globals/magic")
function onMagicCastingCheck(caster,target,spell)
return 0
end
func... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Eastern_Altepa_Desert/IDs.lua | 1 | 1908 | -----------------------------------
-- Area: Eastern_Altepa_Desert
-----------------------------------
require("scripts/globals/zone")
-----------------------------------
zones = zones or {}
zones[dsp.zone.EASTERN_ALTEPA_DESERT] =
{
text =
{
ITEM_CANNOT_BE_OBTAINED = 6382, -- You cannot obtain the <it... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/plate_of_fatty_tuna_sushi.lua | 1 | 1406 | -----------------------------------------
-- ID: 5153
-- Item: plate_of_fatty_tuna_sushi
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 20
-- Dexterity 3
-- Charisma 5
-- Accuracy % 16 (cap 76)
-- Ranged ACC 16 (cap 76)
-- Sleep Resist 2
-----------------------------------------
re... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/bastore_sweeper.lua | 1 | 1183 | -----------------------------------------
-- ID: 5473
-- Item: Bastore Sweeper
-- Food Effect: 5 Min, Mithra only
-----------------------------------------
-- Dexterity -5
-- Vitality +3
-- Defense +15% Cap 50
-----------------------------------------
require("scripts/globals/status")
----------------------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/mobskills/wild_rage.lua | 1 | 1130 | ---------------------------------------------
-- Wild Rage
--
-- Description: Deals physical damage to enemies within area of effect.
-- Type: Physical
-- Utsusemi/Blink absorb: 2-3 shadows
-- Range: 15' radial
-- Notes: Has additional effect of Poison when used by King Vinegarroon.
------------------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/The_Colosseum/npcs/Zandjarl.lua | 12 | 2646 | -----------------------------------
-- Area: The Colosseum
-- NPC: Zandjarl
-- Type: Pankration NPC
-- !pos -599 0 45 71
-----------------------------------
local ID = require("scripts/zones/The_Colosseum/IDs");
-----------------------------------
function onTrade(player,npc,trade)
local RESULT = nil;
local C... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/serving_of_crimson_jelly.lua | 1 | 1056 | -----------------------------------------
-- ID: 5144
-- Item: serving_of_crimson_jelly
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Magic % 12
-- Magic Cap 85
-- Intelligence 6
-- Magic Regen While Healing 1
-----------------------------------------
require("scripts/globals/status")
-... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/lib/lua_bindings/auto/api/MenuItemLabel.lua | 2 | 2083 |
--------------------------------
-- @module MenuItemLabel
-- @extend MenuItem
-- @parent_module cc
--------------------------------
-- Gets the color that will be used to disable the item
-- @function [parent=#MenuItemLabel] getDisabledColor
-- @param self
-- @return color3b_table#color3b_table ret (return value: ... | mit |
m3rlin87/darkstar | scripts/globals/abilities/addendum_black.lua | 12 | 1511 | -----------------------------------
-- Ability: Addendum: Black
-- Allows access to additional Black Magic spells while using Dark Arts.
-- Obtained: Scholar Level 30
-- Recast Time: Stratagem Charge
-- Duration: 2 hours
--
-- Level |Charges |Recharge Time per Charge
-- ----- -------- ---------------
-- 10 |1 ... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Bibiki_Bay/IDs.lua | 3 | 3552 | -----------------------------------
-- Area: Bibiki_Bay
-----------------------------------
require("scripts/globals/zone")
-----------------------------------
zones = zones or {}
zones[dsp.zone.BIBIKI_BAY] =
{
text =
{
ITEM_CANNOT_BE_OBTAINED = 6382, -- You cannot obtain the <item>. Come back after s... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Uleguerand_Range/Zone.lua | 1 | 1651 | -----------------------------------
--
-- Zone: Uleguerand_Range (5)
--
-----------------------------------
local ID = require("scripts/zones/Uleguerand_Range/IDs");
require("scripts/globals/conquest");
require("scripts/globals/missions");
require("scripts/globals/weather");
require("scripts/globals/status");
require("... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/RuLude_Gardens/npcs/Goggehn.lua | 1 | 2525 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Goggehn
-- Involved in Mission: Bastok 3-3, 4-1
-- !pos 3 9 -76 243
-----------------------------------
local ID = require("scripts/zones/RuLude_Gardens/IDs");
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Sacrarium/npcs/qm2.lua | 1 | 1565 | -----------------------------------
-- Area: Sacrarium
-- NPC: qm2 (???)
-- Notes: Used to spawn Old Prof. Mariselle
-- !pos 102.669 -3.111 127.279 28
-----------------------------------
local ID = require("scripts/zones/Sacrarium/IDs");
require("scripts/globals/keyitems");
require("scripts/globals/missions");
func... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/nexus_cape.lua | 2 | 1413 | -----------------------------------------
-- ID: 11538
-- Item: Nexus Cape
-- Enchantment: "Teleport" (Party Leader)
-----------------------------------------
require("scripts/globals/teleports")
require("scripts/globals/status")
-----------------------------------------
function onItemCheck(target)
local result =... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Beadeaux/Zone.lua | 1 | 2980 | -----------------------------------
--
-- Zone: Beadeaux (147)
--
-----------------------------------
local ID = require("scripts/zones/Beadeaux/IDs")
require("scripts/globals/conquest")
require("scripts/globals/missions")
require("scripts/globals/npc_util")
require("scripts/globals/treasure")
require("scripts/globals/... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/AlTaieu/npcs/qm3.lua | 12 | 1362 | -----------------------------------
-- Area: Al'Taieu
-- NPC: ??? (Jailer of Prudence Spawn)
-- Allows players to spawn the Jailer of Prudence by trading the Third Virtue, Deed of Sensibility, and High-Quality Hpemde Organ to a ???.
-- !pos , 706 -1 22
-----------------------------------
local ID = require("scripts/zo... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Cloister_of_Storms/npcs/Lightning_Protocrystal.lua | 1 | 1611 | -----------------------------------
-- Area: Cloister of Storms
-- NPC: Lightning Protocrystal
-- Involved in Quests: Trial by Lightning
-- !pos 534.5 -13 492 202
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/bcnm");
require("scripts/globals/quests");
require("scrip... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Windurst_Waters/npcs/Door_House.lua | 3 | 2689 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Door_House
-- (Corsair's Gants) !pos -200 -4 -111 238
-----------------------------------
local ID = require("scripts/zones/Windurst_Waters/IDs");
require("scripts/globals/settings");
require("scripts/globals/keyitems");
-----------------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/crepe_forestiere.lua | 1 | 1110 | -----------------------------------------
-- ID: 5774
-- Item: crepe_forestiere
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Mind 2
-- MP % 10 (cap 35)
-- Magic Accuracy +15
-- Magic Def. Bonus +6
-----------------------------------------
require("scripts/globals/status")
--------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Altar_Room/npcs/Magicite.lua | 3 | 1125 | -----------------------------------
-- Area: Altar Room
-- NPC: Magicite
-- Involved in Mission: Magicite
-- !pos -344 25 43 152
-----------------------------------
require("scripts/globals/keyitems");
local ID = require("scripts/zones/Altar_Room/IDs");
-----------------------------------
function onTrade(player,npc,... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/La_Theine_Plateau/npcs/Shattered_Telepoint.lua | 1 | 1775 | -----------------------------------
-- Area: La_Theine Plateau
-- NPC: Shattered Telepoint
-- !pos 334 19 -60 102
-----------------------------------
require("scripts/globals/missions");
local ID = require("scripts/zones/La_Theine_Plateau/IDs");
-----------------------------------
function onTrade(player,npc,trade)
e... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/The_Garden_of_RuHmet/Zone.lua | 1 | 10889 | -----------------------------------
--
-- Zone: The_Garden_of_RuHmet (35)
--
-----------------------------------
local ID = require("scripts/zones/The_Garden_of_RuHmet/IDs")
require("scripts/globals/conquest")
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/missions");
r... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Bastok_Mines/npcs/Azima.lua | 12 | 1348 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Azima
-- Alchemy Adv. Synthesis Image Support
-- !pos 123.5 2 1 234
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/crafting");
local ID = require("scripts/zones/Bastok_Mines/IDs");
-----------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Apollyon/mobs/Fire_Elemental.lua | 21 | 2112 | -----------------------------------
-- Area: Apollyon SW
-- NPC: elemental
-----------------------------------
require("scripts/globals/limbus");
-----------------------------------
function onMobDeath(mob, player, isKiller)
end;
function onMobDespawn(mob)
local mobID = mob:getID();
-- print(mobID);
local m... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/samples/towerdefense/src/editor/RangeTool.lua | 2 | 3857 |
local ToolBase = require("editor.ToolBase")
local RangeTool = class("RangeTool", ToolBase)
function RangeTool:ctor(toolbar, map)
RangeTool.super.ctor(self, "RangeTool", toolbar, map)
self.currentRange_ = nil
self.drag_ = nil
self.buttons = {
{
name = "CreateRange... | mit |
m3rlin87/darkstar | scripts/zones/Monarch_Linn/bcnms/savage.lua | 1 | 1691 | -----------------------------------
-- Area: Monarch Linn
-- Name: savage
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/missions");
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
end;
-- Physically entering the BCNM vi... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/samples/tests/src/tests/framework/socketTcpTest.lua | 7 | 2040 |
local net = require("framework.cc.net.init")
local SocketTcpTestScene = game.createSceneClass("SocketTcpTestScene")
function SocketTcpTestScene:ctor()
cc.FileUtils:getInstance():addSearchPath("src/")
self:prepare({
description = "Please run server listen on 127.0.0.1:8080"
})
local items = {... | mit |
m3rlin87/darkstar | scripts/zones/Windurst_Waters/npcs/Jourille.lua | 12 | 1062 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Jourille
-- Only sells when Windurst controlls Ronfaure Region
-- Confirmed shop stock, August 2013
-----------------------------------
local ID = require("scripts/zones/Windurst_Waters/IDs");
require("scripts/globals/conquest");
require("scripts/glo... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria_[S]/IDs.lua | 3 | 1276 | -----------------------------------
-- Area: Southern_San_dOria_[S]
-----------------------------------
require("scripts/globals/zone")
-----------------------------------
zones = zones or {}
zones[dsp.zone.SOUTHERN_SAN_DORIA_S] =
{
text =
{
ITEM_CANNOT_BE_OBTAINED = 6382, -- You cannot obtain the <it... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Windurst_Waters/npcs/Kipo-Opo.lua | 12 | 1380 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Kipo-Opo
-- Type: Cooking Adv. Image Support
-- !pos -119.750 -5.239 64.500 238
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/crafting");
local ID = require("scripts/zones/Windurst_Waters/IDs");
-----... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Bastok_Markets/npcs/Ulrike.lua | 6 | 1272 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Ulrike
-- Type: Goldsmithing Synthesis Image Support
-- !pos -218.399 -7.824 -56.203 235
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/crafting");
local ID = require("scripts/zones/Bastok_Markets/IDs")... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/magma_steak.lua | 1 | 1249 | -----------------------------------------
-- ID: 6071
-- Item: Magma Steak
-- Food Effect: 180 Min, All Races
-----------------------------------------
-- Strength +8
-- Attack +23% Cap 180
-- Ranged Attack +23% Cap 180
-- Vermin Killer +5
-----------------------------------------
require("scripts/globals/status")
----... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Batallia_Downs/npcs/qm3.lua | 1 | 1250 | -----------------------------------
-- Area: Batallia Downs
-- NPC: qm3 (???)
-- Involved in Mission 9-1 (San dOria)
-- !pos 210 17 -615 105
-----------------------------------
local ID = require("scripts/zones/Batallia_Downs/IDs");
require("scripts/globals/keyitems");
require("scripts/globals/missions");
function ... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/queens_crown.lua | 1 | 1318 | -----------------------------------------
-- ID: 6064
-- Item: queens_crown
-- Food Effect: 240 Min, All Races
-----------------------------------------
-- MP+6% (Upper limit 55)
-- INT+4
-- MND+3
-- CHR+2
-- STR-2
-- MACC+4
-- MAB+7
-----------------------------------------
require("scripts/globals/status")
----------... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/lib/lua_bindings/auto/api/TintBy.lua | 1 | 1090 |
--------------------------------
-- @module TintBy
-- @extend ActionInterval
-- @parent_module cc
--------------------------------
-- creates an action with duration and color
-- @function [parent=#TintBy] create
-- @param self
-- @param #float duration
-- @param #short deltaRed
-- @param #short deltaGreen
-- @par... | mit |
m3rlin87/darkstar | scripts/globals/items/plate_of_fish_and_chips.lua | 1 | 1206 | -----------------------------------------
-- ID: 5145
-- Item: plate_of_fish_and_chips
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Dexterity 3
-- Vitality 3
-- Mind -3
-- defense 5
-- Ranged ATT % 7
-- Ranged ATT Cap 10
-----------------------------------------
require("scripts/global... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/weaponskills/hexa_strike.lua | 1 | 1467 | -----------------------------------
-- Hexa Strike
-- Club weapon skill
-- Skill level: 220
-- Delivers a six-hit attack. Chance of params.critical varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Flame Gorget & Light Gorget.
-- Aligned with the Flame Belt & Light Belt.
-- Element: None
-- Modifiers... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/abilities/ventriloquy.lua | 12 | 2262 | -----------------------------------
-- Ability: Ventriloquy
-- Swaps the enmity of master and automaton for target.
-- Obtained: Puppetmaster Level 75
-- Recast Time: 1:00
-- Duration: Instant
-----------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/glob... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Port_Bastok/npcs/Valah_Molkot.lua | 1 | 3112 | -----------------------------------
-- Area: Port Bastok
-- NPC: Valah Molkot
-- Starts and Finishes Quest: A Lady's Heart
-- !pos 59 8 -221 236
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
local ID = require("scripts/zones/Port_Bastok/IDs");
function on... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Lower_Jeuno/npcs/Bluffnix.lua | 1 | 4998 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Bluffnix
-- Starts and Finishes Quests: Gobbiebags I-X
-- !pos -43.099 5.900 -114.788 245
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/titles");
require("scripts/globals/shop");
require("scripts/global... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/ionohelix.lua | 12 | 2052 | --------------------------------------
-- Spell: Ionohelix
-- Deals lightning damage that gradually reduces
-- a target's HP. Damage dealt is greatly affected by the weather.
--------------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/magic")
---... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/mutton_tortilla.lua | 1 | 1408 | -----------------------------------------
-- ID: 4506
-- Item: mutton_tortilla
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Magic 10
-- Strength 3
-- Vitality 1
-- Intelligence -1
-- Attack % 27
-- Attack Cap 30
-- Ranged ATT % 27
-- Ranged ATT Cap 30
-----------------------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/bowl_of_soy_ramen+1.lua | 1 | 1477 | -----------------------------------------
-- ID: 6459
-- Item: bowl_of_soy_ramen_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- HP +55
-- STR +6
-- VIT +6
-- AGI +4
-- Attack +11% (cap 175)
-- Ranged Attack +11% (cap 175)
-- Resist Slow +15
-----------------------------------------
req... | gpl-3.0 |
jagapiou/image | init.lua | 1 | 75589 | ----------------------------------------------------------------------
--
-- Copyright (c) 2011 Ronan Collobert, Clement Farabet
--
-- 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 ... | bsd-3-clause |
m3rlin87/darkstar | scripts/zones/Crawlers_Nest/npcs/qm12.lua | 1 | 1720 | -----------------------------------
-- Area: Crawlers' Nest
-- NPC: qm12 (??? - Exoray Mold Crumbs)
-- Involved in Quest: In Defiant Challenge
-- !pos 99.326 -0.126 -188.869 197
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/keyitems");
require("scripts/globals/settings... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Abyssea-Konschtat/Zone.lua | 1 | 1093 | -----------------------------------
--
-- Zone: Abyssea - Konschtat
--
-----------------------------------
-- Research
-- EventID 1024-1029 aura of boundless rage
-- EventID 2048-2179 The treasure chest will disappear is 180 seconds menu.
-- EventID 2180 Teleport?
-- EventID 2181 DEBUG Menu
----------------------------... | gpl-3.0 |
Dr0virus/a | libs/redis.lua | 566 | 1214 | local Redis = require 'redis'
local FakeRedis = require 'fakeredis'
local params = {
host = os.getenv('REDIS_HOST') or '127.0.0.1',
port = tonumber(os.getenv('REDIS_PORT') or 6379)
}
local database = os.getenv('REDIS_DB')
local password = os.getenv('REDIS_PASSWORD')
-- Overwrite HGETALL
Redis.commands.hgetall = ... | gpl-2.0 |
m3rlin87/darkstar | scripts/globals/weaponskills/shockwave.lua | 1 | 1530 | -----------------------------------
-- Shockwave
-- Great Sword weapon skill
-- Skill level: 150
-- Delivers an area of effect attack. Sleeps enemies. Duration of effect varies with TP.
-- Will stack with Sneak Attack.
-- Aligned with the Aqua Gorget.
-- Aligned with the Aqua Belt.
-- Element: None
-- Modifiers: STR:30... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria/npcs/Carautia.lua | 1 | 1405 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Carautia
-- Standard Merchant NPC
-- !pos 70 0 39 230
-----------------------------------
local ID = require("scripts/zones/Southern_San_dOria/IDs")
require("scripts/globals/npc_util")
require("scripts/globals/quests")
require("scripts/globals/sh... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Jugner_Forest/mobs/King_Arthro.lua | 1 | 1987 | -----------------------------------
-- Area: Jugner Forest
-- NM: King Arthro
-----------------------------------
mixins =
{
require("scripts/mixins/job_special"),
require("scripts/mixins/rage")
}
require("scripts/globals/status");
require("scripts/globals/msg");
-----------------------------------
function ... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/abilities/accession.lua | 12 | 1098 | -----------------------------------
-- Ability: Accession
-- Extends the effect of your next healing or enhancing white magic spell to party members within range.
-- MP cost and casting time are doubled.
-- Obtained: Scholar Level 40
-- Recast Time: Stratagem Charge
-- Duration: 1 compatible white magic spell or 60 sec... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Windurst_Woods/npcs/Rakoh_Buuma.lua | 1 | 2525 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Rakoh Buuma
-- Starts Windurst Missions
-- !pos 106 -5 -23 241
-----------------------------------
local ID = require("scripts/zones/Windurst_Woods/IDs")
require("scripts/globals/keyitems")
require("scripts/globals/missions")
require("scripts/globals/... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Bastok_Mines/IDs.lua | 1 | 8707 | -----------------------------------
-- Area: Bastok_Mines
-----------------------------------
require("scripts/globals/zone")
-----------------------------------
zones = zones or {}
zones[dsp.zone.BASTOK_MINES] =
{
text =
{
ITEM_CANNOT_BE_OBTAINED = 6382, -- You cannot obtain the <item>. Come b... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/chunk_of_orobon_meat.lua | 1 | 1269 | -----------------------------------------
-- ID: 5563
-- Item: Chunk of Orobon Meat
-- Effect: 5 Minutes, food effect, Galka Only
-----------------------------------------
-- HP 10
-- MP -10
-- Strength +6
-- Intelligence -8
-- Demon Killer 10
-----------------------------------------
require("scripts/globals/status")
... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria/npcs/Ashene.lua | 1 | 1358 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Ashene
-- Standard Merchant NPC
-- !pos 70 0 61 230
-----------------------------------
local ID = require("scripts/zones/Southern_San_dOria/IDs")
require("scripts/globals/npc_util")
require("scripts/globals/quests")
require("scripts/globals/shop... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/cura_iii.lua | 12 | 4172 | -----------------------------------------
-- Spell: Cura III
-- Restores hp in area of effect. Self target only
-- From what I understand, Cura III's base potency is the same as Cure III's.
-- With Afflatus Misery Bonus, it can be as potent as a Curaga IV
-- Modeled after our cure_iii.lua, which was modeled after the b... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/mobskills/typhoon.lua | 1 | 1090 | ---------------------------------------------
-- Typhoon
--
-- Description: Spins around dealing damage to targets in an area of effect.
-- Type: Physical
-- Utsusemi/Blink absorb: 2-4 shadows
-- Range: 10' radial
-- Notes:
---------------------------------------------
require("scripts/globals/settings")
require(... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Port_Windurst/npcs/Kohlo-Lakolo.lua | 1 | 11041 | -----------------------------------
-- Area: Port Windurst
-- NPC: Kohlo-Lakolo
-- Invloved In Quests: Truth, Justice, and the Onion Way!,
-- Know One's Onions,
-- Inspector's Gadget,
-- Onion Rings,
-- Crying Over Onions,
-- ... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Valley_of_Sorrows/mobs/Adamantoise.lua | 1 | 1649 | -----------------------------------
-- Area: Valley of Sorrows
-- HNM: Adamantoise
-----------------------------------
local ID = require("scripts/zones/Valley_of_Sorrows/IDs")
mixins = {require("scripts/mixins/rage")}
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/title... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Southern_San_dOria/npcs/Taumila.lua | 1 | 1770 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Taumila
-- Starts and Finishes Quest: Tiger's Teeth (R)
-- !pos -140 -5 -8 230
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/titles");
require("scripts/globals/shop");
require("scripts/globals/q... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/lib/lua_bindings/luajit/LuaJIT-2.1.0-alpha/src/host/genlibbc.lua | 51 | 4965 | ----------------------------------------------------------------------------
-- Lua script to dump the bytecode of the library functions written in Lua.
-- The resulting 'buildvm_libbc.h' is used for the build process of LuaJIT.
----------------------------------------------------------------------------
-- Copyright (... | mit |
tangyiyang/v3quick-classic | quick/lib/lua_bindings/auto/api/ActionInterval.lua | 1 | 1681 |
--------------------------------
-- @module ActionInterval
-- @extend FiniteTimeAction
-- @parent_module cc
--------------------------------
--
-- @function [parent=#ActionInterval] getAmplitudeRate
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
--
-- @fun... | mit |
m3rlin87/darkstar | scripts/zones/Windurst_Walls/npcs/Hiwon-Biwon.lua | 1 | 3308 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Hiwon-Biwon
-- Involved In Quest: Making Headlines, Curses, Foiled...Again!?
-- Working 100%
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/settings");
require("scripts/globals/titles");
local ID = req... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/weaponskills/freezebite.lua | 2 | 1280 | -----------------------------------
-- Freezebite
-- Great Sword weapon skill
-- Skill Level: 100
-- Delivers an ice elemental attack. Damage varies with TP.
-- Aligned with the Snow Gorget & Breeze Gorget.
-- Aligned with the Snow Belt & Breeze Belt.
-- Element: Ice
-- Modifiers: STR:30% INT:20%
-- 100%TP 200%TP ... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/bluemagic/feather_tickle.lua | 12 | 1089 | -----------------------------------------
-- Spell: Feather Tickle
-- Reduces an enemy's TP
-- Spell cost: 48 MP
-- Monster Type: Birds
-- Spell Type: Magical (Wind)
-- Blue Magic Points: 3
-- Stat Bonus: AGI+1
-- Level: 64
-- Casting Time: 4 seconds
-- Recast Time: 26 seconds
-- Magic Bursts on: Detonation, Fragmentat... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/items/serving_of_golden_royale.lua | 1 | 1145 | -----------------------------------------
-- ID: 5558
-- Item: Serving of Golden Royale
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +10
-- MP +10
-- Intelligence +2
-- HP Recoverd while healing 2
-- MP Recovered while healing 2
---------------------------------... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/East_Ronfaure_[S]/Zone.lua | 1 | 1070 | -----------------------------------
--
-- Zone: East_Ronfaure_[S] (81)
--
-----------------------------------
local ID = require("scripts/zones/East_Ronfaure_[S]/IDs")
require("scripts/globals/missions")
require("scripts/globals/helm")
require("scripts/globals/zone")
-----------------------------------
function onInit... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/La_Theine_Plateau/npcs/Galaihaurat.lua | 1 | 2137 | -----------------------------------
-- Area: La Theine Plateau
-- NPC: Galaihaurat
-- Involved in Mission: The Rescue Drill
-- !pos -482 -7 222 102
-----------------------------------
require("scripts/globals/missions");
local ID = require("scripts/zones/La_Theine_Plateau/IDs");
-----------------------------------
fu... | gpl-3.0 |
m3rlin87/darkstar | scripts/globals/spells/massacre_elegy.lua | 12 | 1784 | -----------------------------------------
-- Spell: Massacre Elegy
-----------------------------------------
require("scripts/globals/status")
require("scripts/globals/magic")
require("scripts/globals/msg")
-----------------------------------------
function onMagicCastingCheck(caster, target, spell)
return 0
end
... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Jugner_Forest_[S]/IDs.lua | 3 | 1427 | -----------------------------------
-- Area: Jugner_Forest_[S]
-----------------------------------
require("scripts/globals/zone")
-----------------------------------
zones = zones or {}
zones[dsp.zone.JUGNER_FOREST_S] =
{
text =
{
NOTHING_HAPPENS = 119, -- Nothing happens...
ITEM_CAN... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/lib/lua_bindings/auto/api/Waves3D.lua | 1 | 1615 |
--------------------------------
-- @module Waves3D
-- @extend Grid3DAction
-- @parent_module cc
--------------------------------
-- returns the amplitude rate
-- @function [parent=#Waves3D] getAmplitudeRate
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-... | mit |
m3rlin87/darkstar | scripts/globals/abilities/pets/flame_breath.lua | 1 | 1345 | ---------------------------------------------------
-- Flame Breath
---------------------------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/monstertpmoves")
require("scripts/globals/ability")
---------------------------------------------------
... | gpl-3.0 |
m3rlin87/darkstar | scripts/zones/Windurst_Woods/npcs/Matata.lua | 1 | 1209 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Matata
-- Type: Standard NPC
-- Involved in quest: In a Stew
-- !pos 131 -5 -109 241
-----------------------------------
require("scripts/globals/quests")
-----------------------------------
function onTrade(player,npc,trade)
end
function onTrigger(... | gpl-3.0 |
tangyiyang/v3quick-classic | quick/samples/coinflip/src/app/views/BubbleButton.lua | 8 | 1993 |
local BubbleButton = {}
-- create bubble button
function BubbleButton.new(params)
local listener = params.listener
local button -- pre-reference
params.listener = function(tag)
if params.prepare then
params.prepare()
end
local function zoom1(offset, time, onComplete)
... | mit |
m3rlin87/darkstar | scripts/globals/mobskills/tebbad_wing.lua | 1 | 1233 | ---------------------------------------------
-- Tebbad Wing
--
-- Description: A hot wind deals Fire damage to enemies within a very wide area of effect. Additional effect: Plague
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: 30' radial.
-- Notes: Used only by Tiamat, Smok and Ildebrann
----... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.