This commit is contained in:
Image 2020-06-06 08:00:48 -04:00
commit 3a9491c6bc
975 changed files with 3479 additions and 330 deletions
installer
server/ItemScripts
AChunkOfAlabaster.luaAbyssalCarpet.luaApinksaddledwhitetigercollar.luaAppaloosaPackHorse.luaArmoredHighlandStalkerwhistle.luaArmoredPinto.luaAwakenedDrakota.luaBagOfParts.luaBastionofTruthsDisc.luaBattlehardenedFightingWarg.luaBattlehardenedFireWarg.luaBeardedFrostRhino.luaBerylliumArmoredRhinoPinkSaddle.luaBjorn.luaBlackNightmareBlueSaddle.luaBlackNightmareIndigoSaddle.luaBlackNightmarePurpleSaddle.luaBlackNightmareRedSaddle.luaBlackSpottedWargwithBlackArmor.luaBlackSpottedWargwithBlackSaddle.luaBlackSpottedWargwithBlueArmor.luaBlackSpottedWargwithBlueSaddle.luaBlackSpottedWargwithPurpleSaddle.luaBlackSpottedWargwithPurplearmor.luaBlackSpottedWargwithRedArmor.luaBlackSpottedWargwithRedSaddle.luaBlackStripedWargBlueSaddle.luaBlackTwoToneWargwithBlackArmor.luaBlackTwoToneWargwithBlackSaddle.luaBlackTwoToneWargwithBlueArmor.luaBlackTwoToneWargwithBlueSaddle.luaBlackTwoToneWargwithGreenArmor.luaBlackTwoToneWargwithGreenSaddle.luaBlackTwoToneWargwithOrangeArmor.luaBlackTwoToneWargwithOrangeSaddle.luaBlackTwoToneWargwithPurpleArmor.luaBlackTwoToneWargwithPurpleSaddle.luaBlackTwoToneWargwithRedArmor.luaBlackTwoToneWargwithRedSaddle.luaBlackTwoToneWargwithYellowArmor.luaBlackTwoToneWargwithYellowSaddle.luaBlackWargBrownSaddle.luaBlackWargGreenSaddle.luaBloodRoanStallion.luaBloodsaberAdeptCoin.luaBlueCanvasOscillatingKajiggers.luaBlueNightmareBlackSaddle.luaBluesaddledBlackNightmare.luaBoneclawfetidspineprowler.luaBregolonBurly.luaBronzeArmoredRhinoBlackSaddle.luaBronzeArmoredRhinoRedSaddle.luaBronzeArmoredRhinoYellowSaddle.luaBronzeMechamagicWings.luaBrownMistrunnerWargwithOrangeArmor.luaBrownMistrunnerWargwithPurpleArmor.luaBrownMistrunnerWargwithRedArmor.luaBrownNightmareWargwithBlueArmor.luaBrownNightmareWargwithIndigoArmor.luaBrownNightmareWargwithPurpleArmor.luaBrownNightmareWargwithRedArmor.luaBrownSpottedWargwithRedSaddle.luaBrownTreeglider.luaBrownTwoToneWargwithRedArmor.luaBrownTwoToneWargwithRedSaddle.luaBrownWargwithBrownSaddle.luaBrownWargwithGreenSaddle.luaCalcifiedBoneOfTheTortured.luaCarpetofClover.luaCarpetofElKhazi.luaCavalryAppaloosaWarBinding.luaCavalryMorganWarBinding.luaCavalryPalominoWarBinding.luaCavalryPintoWarBinding.luaCavalrySpiritsteedWarBinding.luaCevernVastspan.luaCobaltArmoredSaliraptor.luaCraftKeepersDiscofFlight.luaCrimsonHandsDiscofVoyage.luaCrimsonNightmarePegasus.luaDallynsTrotter.luaDarkArmoredRhino.luaDarkArmoredWarg.luaDarkCanvasOscillatingKajiggers.luaDarkHarbingersFlightWings.luaDarkPegasus.luaDarkRedNightmareBlackSaddle.luaDarkRedNightmareRedSaddle.luaDarkTreeglider.luaDeVarun'sPack.luaDeadlyDireWolf.luaDeathclawfetidspineprowler.luaDeepwaterDiskScion.luaDerakartheSoulMelter.luaDervishDestrierwithBlackSaddle.luaDervishDestrierwithBlueSaddle.luaDervishDestrierwithGreenSaddle.luaDervishDestrierwithPinkSaddle.lua

15
installer/CHANGELOG.txt Normal file → Executable file
View file

@ -1,7 +1,14 @@
V0.1 - Initial Creation. Basic functions.
V0.1 - Initial Creation. Basic functions.
V0.2 - Included more udpate options, cleaned up some unneeded code.
V0.2 - Included more udpate options, cleaned up some unneeded code.
V0.3 - Added Options.bat, permits cleaning/updating of the db.
V0.3 - Added Options.bat, permits cleaning/updating of the db.
V0.4 - Added Partial update of Database (all but guilds/character data). Made it so all windows close once done. Updated all files.
V0.4 - Added Partial update of Database (all but guilds/character data). Made it so all windows close once done. Updated all files.
V0.5 - Added option to send BUG reports from player server to me. Corrected HTTPS certificate issue (no longer checks if cert is valid).
V0.5.1 - Made EXE updates default to off. Since EXEs are hit and miss with stability sticking with stable EXEs unless you want the newest bells whistles, and possibly crashes.
Added option to update structs. Forced on with EXE check. Added option to options.bat to check/update struct files.
V0.5.2 - Updated the installed DB to current. Added a generic fix SQL import for various fixes that might be needed.

BIN
installer/zeklabs-eq2emu.exe Normal file → Executable file

Binary file not shown.

0
server/ItemScripts/AChunkOfAlabaster.lua Normal file → Executable file
View file

0
server/ItemScripts/AbyssalCarpet.lua Normal file → Executable file
View file

View file

@ -0,0 +1,11 @@
--[[
Script Name : ItemScripts/Apinksaddledwhitetigercollar.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 5.10.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5410, 1)
end

0
server/ItemScripts/AppaloosaPackHorse.lua Normal file → Executable file
View file

0
server/ItemScripts/ArmoredHighlandStalkerwhistle.lua Normal file → Executable file
View file

0
server/ItemScripts/ArmoredPinto.lua Normal file → Executable file
View file

0
server/ItemScripts/AwakenedDrakota.lua Normal file → Executable file
View file

0
server/ItemScripts/BagOfParts.lua Normal file → Executable file
View file

View file

@ -0,0 +1,11 @@
--[[
Script Name : ItemScripts/BastionofTruthsDisc.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 6.1.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5038, 1)
end

0
server/ItemScripts/BattlehardenedFightingWarg.lua Normal file → Executable file
View file

0
server/ItemScripts/BattlehardenedFireWarg.lua Normal file → Executable file
View file

0
server/ItemScripts/BeardedFrostRhino.lua Normal file → Executable file
View file

View file

@ -0,0 +1,11 @@
--[[
Script Name : ItemScripts/BerylliumArmoredRhinoPinkSaddle.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 6.1.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5036, 1)
end

0
server/ItemScripts/Bjorn.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackNightmareBlueSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackNightmareIndigoSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackNightmarePurpleSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackNightmareRedSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackSpottedWargwithBlackArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackSpottedWargwithBlackSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackSpottedWargwithBlueArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackSpottedWargwithBlueSaddle.lua Normal file → Executable file
View file

View file

0
server/ItemScripts/BlackSpottedWargwithPurplearmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackSpottedWargwithRedArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackSpottedWargwithRedSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackStripedWargBlueSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithBlackArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithBlackSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithBlueArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithBlueSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithGreenArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithGreenSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithOrangeArmor.lua Normal file → Executable file
View file

View file

0
server/ItemScripts/BlackTwoToneWargwithPurpleArmor.lua Normal file → Executable file
View file

View file

0
server/ItemScripts/BlackTwoToneWargwithRedArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithRedSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackTwoToneWargwithYellowArmor.lua Normal file → Executable file
View file

View file

0
server/ItemScripts/BlackWargBrownSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BlackWargGreenSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BloodRoanStallion.lua Normal file → Executable file
View file

View file

@ -0,0 +1,34 @@
--[[
Script Name : ItemScripts/BloodsaberAdeptCoin.lua
Script Purpose : Offer Quest "Coin of an Adept"
Script Author : premierio015
Script Date : 2020.06.04
Script Notes :
--]]
local quest = 560 -- Coin of an Adept Quest ID
function examined(Item, Player)
if not HasQuest(Player, quest) then
conversation = CreateConversation()
AddConversationOption(conversation, "Curious...", "FindCoins")
AddConversationOption(conversation, "Put the coin away.", "CloseItemConversation")
StartDialogConversation(conversation, 2, Item, Player, "You find a rather unusual coin off the Bloodsaber adept.")
elseif HasQuest(Player, quest) then
RemoveItem(Player, 4402)
end
end
function FindCoins(Item, Player)
conversation = CreateConversation()
AddConversationOption(conversation, "I'll continue searching for these coins.", "QuestOffer")
AddConversationOption(conversation, "I'd rather not.", "CloseItemConversation")
StartDialogConversation(conversation, 2, Item, Player, "Maybe if I find enough of these coins I'll be able to figure out what they're used for.")
end
function QuestOffer(Item, Player)
OfferQuest(nil, Player, quest)
end

0
server/ItemScripts/BlueCanvasOscillatingKajiggers.lua Normal file → Executable file
View file

0
server/ItemScripts/BlueNightmareBlackSaddle.lua Normal file → Executable file
View file

View file

@ -0,0 +1,11 @@
--[[
Script Name : ItemScripts/BluesaddledBlackNightmare.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 6.1.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5017, 1)
end

0
server/ItemScripts/Boneclawfetidspineprowler.lua Normal file → Executable file
View file

0
server/ItemScripts/BregolonBurly.lua Normal file → Executable file
View file

0
server/ItemScripts/BronzeArmoredRhinoBlackSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BronzeArmoredRhinoRedSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BronzeArmoredRhinoYellowSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BronzeMechamagicWings.lua Normal file → Executable file
View file

View file

View file

0
server/ItemScripts/BrownMistrunnerWargwithRedArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownNightmareWargwithBlueArmor.lua Normal file → Executable file
View file

View file

View file

0
server/ItemScripts/BrownNightmareWargwithRedArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownSpottedWargwithRedSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownTreeglider.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownTwoToneWargwithRedArmor.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownTwoToneWargwithRedSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownWargwithBrownSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/BrownWargwithGreenSaddle.lua Normal file → Executable file
View file

24
server/ItemScripts/CalcifiedBoneOfTheTortured.lua Normal file → Executable file
View file

@ -1,11 +1,19 @@
--[[
Script Name : ItemScripts/CalcifiedBoneOfTheTortured.lua
Script Purpose : Provides quest "CalcifiedBoneOfTheTortured"
Script Author : premierio015
Script Date : 03.05.2020
Script Notes :
Script Name : ItemScripts/CalcifiedBoneOfTheTortured.lua
Script Purpose : Offers quest "Calcified Bone of the Tortured"
Script Author : premierio015
Script Date : 03.05.2020
Script Notes :
--]]
function examined(Item, Spawn)
OfferQuest()
end
local quest = 527
function examined(Item, Player)
if not HasQuest(Player, quest) and not HasCompletedQuest(Player, quest) then
OfferQuest(nil, Player, quest)
if HasItem(Player, 4766) then
RemoveItem(Player, 4766)
end
end
end

0
server/ItemScripts/CarpetofClover.lua Normal file → Executable file
View file

0
server/ItemScripts/CarpetofElKhazi.lua Normal file → Executable file
View file

0
server/ItemScripts/CavalryAppaloosaWarBinding.lua Normal file → Executable file
View file

0
server/ItemScripts/CavalryMorganWarBinding.lua Normal file → Executable file
View file

0
server/ItemScripts/CavalryPalominoWarBinding.lua Normal file → Executable file
View file

0
server/ItemScripts/CavalryPintoWarBinding.lua Normal file → Executable file
View file

0
server/ItemScripts/CavalrySpiritsteedWarBinding.lua Normal file → Executable file
View file

0
server/ItemScripts/CevernVastspan.lua Normal file → Executable file
View file

0
server/ItemScripts/CobaltArmoredSaliraptor.lua Normal file → Executable file
View file

0
server/ItemScripts/CraftKeepersDiscofFlight.lua Normal file → Executable file
View file

0
server/ItemScripts/CrimsonHandsDiscofVoyage.lua Normal file → Executable file
View file

0
server/ItemScripts/CrimsonNightmarePegasus.lua Normal file → Executable file
View file

0
server/ItemScripts/DallynsTrotter.lua Normal file → Executable file
View file

0
server/ItemScripts/DarkArmoredRhino.lua Normal file → Executable file
View file

0
server/ItemScripts/DarkArmoredWarg.lua Normal file → Executable file
View file

0
server/ItemScripts/DarkCanvasOscillatingKajiggers.lua Normal file → Executable file
View file

0
server/ItemScripts/DarkHarbingersFlightWings.lua Normal file → Executable file
View file

0
server/ItemScripts/DarkPegasus.lua Normal file → Executable file
View file

View file

@ -0,0 +1,11 @@
--[[
Script Name : ItemScripts/DarkRedNightmareBlackSaddle.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 6.1.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5030, 1)
end

View file

@ -0,0 +1,11 @@
--[[
Script Name : ItemScripts/DarkRedNightmareRedSaddle.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 6.1.2020
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5027, 1)
end

0
server/ItemScripts/DarkTreeglider.lua Normal file → Executable file
View file

0
server/ItemScripts/DeVarun'sPack.lua Normal file → Executable file
View file

0
server/ItemScripts/DeadlyDireWolf.lua Normal file → Executable file
View file

0
server/ItemScripts/Deathclawfetidspineprowler.lua Normal file → Executable file
View file

0
server/ItemScripts/DeepwaterDiskScion.lua Normal file → Executable file
View file

0
server/ItemScripts/DerakartheSoulMelter.lua Normal file → Executable file
View file

0
server/ItemScripts/DervishDestrierwithBlackSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/DervishDestrierwithBlueSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/DervishDestrierwithGreenSaddle.lua Normal file → Executable file
View file

0
server/ItemScripts/DervishDestrierwithPinkSaddle.lua Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more