2014-07-06

Shoutbox

  • :heh:

    14:34
  • Oh man, hat sich doch tatsächlich ein Bot in die Shoutbox verirrt 😅😅

    06:23
  • Gast#0c25

    :no1::|8o=O<X||:/:SX/8)?(:huh::rolleyes::thx::pinch::wow::love:8|:wacko::cursing::thumbdown::thumbup::sleeping::whistling::ok::evil::omg::!2::saint:<3:pif::!::sabber2::?::sabber:

    03:23
  • Gast#0c25
    03:22
  • Gast#0c25
    03:22
  • Gast#0c25
    03:22
  • Gast#0c25

    :|8o=O<X||:/:SX/8)?(:huh::rolleyes::thx::pinch::wow::love:8|:wacko::cursing::thumbdown::thumbup::sleeping::whistling::ok::evil::omg::!2::saint:<3:pif::!::sabber2::?::sabber:

    03:22
  • Gast#0c25
    03:21
  • Gast#0c25
    03:21
  • Gast#0c25
    03:21
  • Gast#0c25
    03:20
  • Gast#0c25
    03:20
  • Gast#0c25
    03:20
  • Gast#0c25
    03:19
  • Gast#0c25
    03:19
  • Gast#0c25
    03:19
  • Gast#0c25
    03:18
  • Gast#0c25
    03:18
  • Gast#0c25
    03:18
  • Gast#0c25
    03:17
  • Gast#0c25
    03:17
  • Gast#0c25
    03:17
  • Gast#0c25
    03:17
  • Gast#0c25
    03:16
  • Gast#0c25
    03:16
  • Server:

    • *Added support for the 2013-12-23cRagexe client.
      -The support appears to be stable enough but could still have a few bugs.
      -This is for testing currently and will updated when needed.
    • *Added the produceeffect command.
      -This is a debug command used for testing the ZC_ACK_REQMAKINGITEM packet which allows viewing produce animations on command. The new rune and change material crafting animations will be added in the future.
    • *changed the ID for the SP_FIXEDCASTRATE since it needed to be in a area where it would better fit in.
    • *Added some comments and information in a number of places.
      -Will help in the future with the adding of future features and content.
    • *Added support for the ZC_SKILL_ENTRY4, ZC_SKILL_ENTRY5, ZC_MSG_STATE_CHANGE3, ZC_MAPPROPERTY_R2, and CZ_REQ_WEAR_EQUIP_V5 packets.
      -The SKILL_ENTRY packets are needed to display unit ID's higher then 255 and also to allow the working on animations affected by skill level.
      -MSG_STATE_CHANGE is needed since the 2nd version of the packet doesn't work properly with the 2013-12-13cRagexe client.
      -MAPPROPERTY_R2 is needed to allow access to cart inventory's. It does other things too.
      -REQ_WEAR_EQUIP_V5 is the packet sent by clients that support the shadow equips has a 32-bit item mask, which the first shadow equip slot starts at 0x10000.
    • *Fixed a issue where a player couldn't access their cart's inventory.
    • *Reviewed the code for the costume equips.
      -Noticed a number of places that were missing needed coding and checks for the equips. This is now fixed. Also coded the equips to be treated like all other items to allow for card slots, enchantments, item scripts, etc. to make it possible to fully customize them.
    • *Updated the refine, itemlist, and stats commands.
    • *Recoded the changelook command.
    • *MAX_PACKET_DB increased to 0xf00
    • *MAX_PACKET_VER increased to 30 to support the 2013-12-23cRagexe client.
    • *Changed the EQP_VISIBLE function to no longer send sprite view request for the EQP_COSTUME_FLOOR slot as its not officially used yet and doesn't do anything right now.
    • *Added some checks to the displaystatus command.
    • *Fixed a issue where certain skills and features that checked for players that are a Monk or Super Novice type job didn't detect Sura and Expanded Super Novice jobs.
    • *CG_MOONLIT
      -Fixed a issue where the timing for the skill may have been broken due to a typo.
    • *Added the MAPID_THIRDMASK which will soon be used for detecting 3rd jobs and replace UPPERMASK_THIRD.
  • Server:

    • *Added support for the 2013-12-23cRagexe client.
      -The support appears to be stable enough but could still have a few bugs.
      -This is for testing currently and will updated when needed.
    • *Added the produceeffect command.
      -This is a debug command used for testing the ZC_ACK_REQMAKINGITEM packet which allows viewing produce animations on command. The new rune and change material crafting animations will be added in the future.
    • *changed the ID for the SP_FIXEDCASTRATE since it needed to be in a area where it would better fit in.
    • *Added some comments and information in a number of places.
      -Will help in the future with the adding of future features and content.
    • *Added support for the ZC_SKILL_ENTRY4, ZC_SKILL_ENTRY5, ZC_MSG_STATE_CHANGE3, ZC_MAPPROPERTY_R2, and CZ_REQ_WEAR_EQUIP_V5 packets.
      -The SKILL_ENTRY packets are needed to display unit ID's higher then 255 and also to allow the working on animations affected by skill level.
      -MSG_STATE_CHANGE is needed since the 2nd version of the packet doesn't work properly with the 2013-12-13cRagexe client.
      -MAPPROPERTY_R2 is needed to allow access to cart inventory's. It does other things too.
      -REQ_WEAR_EQUIP_V5 is the packet sent by clients that support the shadow equips has a 32-bit item mask, which the first shadow equip slot starts at 0x10000.
    • *Fixed a issue where a player couldn't access their cart's inventory.
    • *Reviewed the code for the costume equips.
      -Noticed a number of places that were missing needed coding and checks for the equips. This is now fixed. Also coded the equips to be treated like all other items to allow for card slots, enchantments, item scripts, etc. to make it possible to fully customize them.
    • *Updated the refine, itemlist, and stats commands.
    • *Recoded the changelook command.
    • *MAX_PACKET_DB increased to 0xf00
    • *MAX_PACKET_VER increased to 30 to support the 2013-12-23cRagexe client.
    • *Changed the EQP_VISIBLE function to no longer send sprite view request for the EQP_COSTUME_FLOOR slot as its not officially used yet and doesn't do anything right now.
    • *Added some checks to the displaystatus command.
    • *Fixed a issue where certain skills and features that checked for players that are a Monk or Super Novice type job didn't detect Sura and Expanded Super Novice jobs.
    • *CG_MOONLIT
      -Fixed a issue where the timing for the skill may have been broken due to a typo.
    • *Added the MAPID_THIRDMASK which will soon be used for detecting 3rd jobs and replace UPPERMASK_THIRD.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!