===============================
Nudgenpc.lua - Added a command variation
Testmapobj.lua - Added !help documentation
DftWil.lua - Corrected an npc name/function
Player.cs - Changed Dalamud packet to default to 7, not 0. Fixes the moon not displaying in a specific Hildibrand cutscene
Etc5g0.lua - Made quest accepting retail-accurate with how it displayed messages/ended the TalkEvent
Etc5g1.lua - Added Bed !. Kinda kludged in atm since it's a pre-accepted quest state.
Etc5u1.lua - Same as above
Etc5l1.lua - Quest "Private Eyes" scripted.
Etc5l2.lua - Quest "Mysteries of the Red Moon" scripted
Etc5l3.lua - Quest "Prophecy Inspection" scripted
Man0u0 nearly finished. Needs some misc. background actors Id'd and placed, and some additional bug-testing.
Man0u1 still very early. Initial area's actors mostly scripted.
PopulaceCompanyWarp made to look more retail authentic. Can't figure out how to make it not play the 'npc untargeted' sound though like retail.
Music command has second argument for transition type. Added an overloaded function in Player.cs to support this.
Setappearance adjusted to work again on player targets.
DftWil updated to cover near everything.
Re-added shop-related luas that were removed for some reason.
MarketEntrance.lua - Script mostly laid out and documented. Some debugging info left in while various warp locations and PrivateAreas still need finishing up.
CraftCommand.lua - WIP on crafting menu + minigame. Menu flow worked out for the most part, it's just a matter of plugging in various data for them to replace the debugging values I set currently.
DummyCommand.lua - WIP on Mining minigame. Still lots missing but it's a start. Cannot use mining nodes ingame currently without modifying KickEventPacket.cs
Removed orphaned individual ShopSalesman scripts since their info was tabled into a single script awhile back.
Fix to incorrect skill being given upon changing to a new class for the first time.
* Ported over changes from resharc/ffxiv-classic-server and merged into new branch.
* Changed EquipAbilitiesAtLevel(...) to use the level supplied, instead of GetLevel(), which should fix issue 25.
* Revert "Ported over changes from resharc/ffxiv-classic-server and merged into new branch."
This reverts commit fce3fb5b899c6150230245d73f25255ae2b93549.
Approved-by: Filip Maj <filipmaj@gmail.com>
Adding the rest of the missing item graphics for DOH/DOL weapons. Modified the equip script to also set the correct "special" graphics for the workbenches and such.