project-meteor-server/data/scripts/commands
CuriousJorge 359ea8a40e Actor script fixes, documented populace classes and misc things
Base
        - gcseals.lua
            Helper functions for GC seals.  Tables the seal caps per rank and checks against it when adding seals.

    Commands
        - PartyTargetCommand.lua :
            Handles markers above head.  Basic documentation, only works on self. "Heart" doesn't work, client bug?
            Eventually will need an object in the party class to handle tracking marked players/targets for the group.

    Class Scripts
        - PopulaceCaravanAdviser.lua
            Documented.  Can purchase gysahl greens from them, unsure what else their use is.
        - PopulaceCaravanGuide.lua
            Documented the Caravan Guide NPC, who escorts the chocobos with you.
        - PopulaceCaravanManager.lua
            NPC who handles signing up for Caravan escort, among other functions.
        - PopulaceSpecialEventCryer.lua
            Covers three NPCs for the Foundation Event.  They handle trading specific items in exchange for GC seals.

    Unique ID Script fixes
        - flame_private_sisimuza_tetemuza.lua
            Foundation Event NPC functions laid out.
        - flame_sergeant_mimio_mio.lua
            Foundation Event NPC functions laid out.
        - serpent_lieutenant_marette.lua
            Foundation Event NPC functions laid out.
        - serpent_private_tristelle.lua
            Foundation Event NPC functions laid out.
        - serpent_sergeant_frilaix.lua
            Foundation Event NPC functions laid out.
        - serpent_sergeant_nelhah.lua
            Removed unique script. PopulaceSpecialEventCryer handles it.
        - ansgor.lua
            Had incorrect defaultTalk value
        - ne_of_eshtaimes.lua
            Door @ !warp 209 -139 206.113 195   Had incorrect mapObj value.
2017-12-13 15:09:10 -05:00
..
gm Inventory.cs - GetItemQuantity() added 2017-10-09 23:40:38 -04:00
ActivateCommand.lua Fixed syntax error in tutorial script. Finished fleshing out the opening script and related scripts for Limsa. 2017-03-19 11:40:41 -04:00
AttackWeaponSkill.lua Fixed issue where spawn packets were sent on zone out. Added all npcs to Camp Bearded Rock. Rewrote how mapobjs get loaded in, no more hardcodes. Added tons mapobjs to the DB. Added ferry npcs. 2017-06-14 22:24:09 -04:00
BonusPointCommand.lua Cleaned up the new scripting code. Added a helper function to do the yielding automatically. Modified all the scripts to use the new system and added a few new ones. 2016-06-19 18:52:34 -04:00
CheckCommand.lua Cleaned up the new scripting code. Added a helper function to do the yielding automatically. Modified all the scripts to use the new system and added a few new ones. 2016-06-19 18:52:34 -04:00
ChocoboRideCommand.lua Fixed bug with Broadcast Packet. Was adding player to the instance list while it shouldn't have been, and designed BroadcastPacket assuming so. Cleaned it all up and fixed, so now emote work after warp. Fixed Chocobo packets so correct appearance will show when player is spawned while riding gobbue. 2017-07-06 21:59:12 -04:00
CmnAttackWeaponSkill.lua Fixed issue where spawn packets were sent on zone out. Added all npcs to Camp Bearded Rock. Rewrote how mapobjs get loaded in, no more hardcodes. Added tons mapobjs to the DB. Added ferry npcs. 2017-06-14 22:24:09 -04:00
ConfirmGroupCommand.lua Required scripts to make it work. 2017-01-02 14:38:56 -05:00
DiceCommand.lua Inventory.cs - GetItemQuantity() added 2017-10-09 23:40:38 -04:00
DummyCommand.lua Added scripts needed. 2017-01-09 00:17:46 -05:00
EmoteSitCommand.lua Cleaned up the new scripting code. Added a helper function to do the yielding automatically. Modified all the scripts to use the new system and added a few new ones. 2016-06-19 18:52:34 -04:00
EmoteStandardCommand.lua Inventory.cs - GetItemQuantity() added 2017-10-09 23:40:38 -04:00
EquipCommand.lua Fixed issues Jorge found. 2017-09-09 16:30:29 -04:00
ItemWasteCommand.lua Updated method names of "RemoveItem" as Lua hates overloads. 2017-08-26 14:21:54 -04:00
JournalCommand.lua Forgot to add script for quest abandon. 2017-04-15 16:37:14 -04:00
LinkshellAppointCommand.lua Added scripts needed. 2017-01-09 00:17:46 -05:00
LinkshellChangeCommand.lua Setting the active linkshell now works. 2017-01-09 23:12:56 -05:00
LinkshellInviteCancelCommand.lua Added scripts needed. 2017-01-09 00:17:46 -05:00
LinkshellInviteCommand.lua Added scripts needed. 2017-01-09 00:17:46 -05:00
LinkshellKickCommand.lua Overhaul of the director system and opening quests. Private Areas further implemented as well. 2017-03-07 00:09:37 -05:00
LinkshellResignCommand.lua Added scripts needed. 2017-01-09 00:17:46 -05:00
LogoutCommand.lua Cleaned up the new scripting code. Added a helper function to do the yielding automatically. Modified all the scripts to use the new system and added a few new ones. 2016-06-19 18:52:34 -04:00
NegotiationCommand.lua Some extra documentation for the Parley script. 2017-08-26 17:04:36 -04:00
NpcLinkshellChatCommand.lua Forgot a nil in the "send game message" params, otherwise wrong overload is run. 2017-04-09 14:07:34 -04:00
PartyBreakupCommand.lua Required scripts to make it work. 2017-01-02 14:38:56 -05:00
PartyDisbandCommand.lua Scripts for party commands. 2016-12-21 21:50:45 -05:00
PartyInviteCommand.lua Cleaned up the new scripting code. Added a helper function to do the yielding automatically. Modified all the scripts to use the new system and added a few new ones. 2016-06-19 18:52:34 -04:00
PartyKickCommand.lua Scripts for party commands. 2016-12-21 21:50:45 -05:00
PartyLeaderCommand.lua Scripts for party commands. 2016-12-21 21:50:45 -05:00
PartyResignCommand.lua Required scripts to make it work. 2017-01-02 14:38:56 -05:00
PartyTargetCommand.lua Actor script fixes, documented populace classes and misc things 2017-12-13 15:09:10 -05:00
PlaceDrivenCommand.lua New scripts for the opening private areas, as well as db updates. 2017-03-07 08:32:57 -05:00
RequestInformationCommand.lua callClientFunction now returns ALL results. Fixed some scripts, finished fixing up Gridania opening script. 2017-03-21 00:43:30 -04:00
RequestQuestJournalCommand.lua Fixed the journal command. Wasn't sending correct phase. 2017-04-04 01:11:18 -04:00
TeleportCommand.lua Added script for ItemStorage npc. Added scripts for both types of inn exit doors. Added BountyPresenter script (YoshiP). 2017-06-19 22:23:27 -04:00