7/12/14

Discussion in 'Changelog' started by Speedz, Jul 12, 2014.

  1. Speedz

    Speedz Administrator Staff Member

    Messages:
    2,469
    Code:
    * Changed code to use slot 0 for cursor instead of slot 30. (cavedude - I've tested this out locally, but problems may still linger.)
    - This is the first step to hopefully fixing item desyncs.
    - Admins, run the following query: UPDATE inventory set slotid = 0 where slotid = 30;
    * Added a message to players warning them about zoning with a bag on their cursor containing items.
    - This can/will cause a desync, until we can figure out how to send these items to the client so it recognizes them.
    - (cavedude - I tried every opcode we have with no luck.)
    - This most likely is related to items in dropped bags and world containers not working either.
    * Removed some unneeded item code (shared banks, some remaining augment code.)
    * Flash of Light will now force an NPC to run (using fear pathing) if they are out of combat range.
    * Changed buffs being stripped on low HP to compare against HP from items, instead of from spells.
    * Removed some orphaned code and commented out some debug logging.

    Database:
    * Added Deputy_Eigon in Misty Thicket
    * The following NPC were Added for Highpass:
    - an_orc_mercenary,
    - an_orc_warrior,
    - an_orc_acolyte,
    - an_orc_berserker,
    - an_orc_conscript,
    - Vopuk_Shralok,
    - Recfek_Shralok,
    - Hagnis_Shralok,
    - a_gnoll_brawler,
    - a_gnoll_shaman,
    - a_gnoll_champion,
    - a_gnoll_flamepaw,
    - a_gnoll,
    - a_gnoll_soothsayer,
    - Grenix_Mucktail
    * Spawnpoints for Orcs were moved closer to zoneline.
    * Added a third and fourth orc spawnpoints.
    * Added a gnoll spawnpoint.
    * Added a path grid for Dyllin Starshine in HHP.

    Quest Scripts:
    Nothing at this time.