Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Char Move Slot and Rename #101

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2017

  1. Added 2 main features

    * Move Character Slot
      * Move slot option now will be shown on chracter select (+2 after char slot, after create new char option)
      * Known used packet:
        * char_move_slot (08D4): To send char move request.
        * char_move_slot_reply (08D5): Reply for char move.
    * Rename Character
      * Rename slot option now will be shown on chracter select (+3 after char slot, after move char slot option)
      * Known used packet:
        * char_rename (08FC): To send rename request.
        * char_renamed (08E3): Received a single charinfo for renamed char, only be sent by server if renaming is success.
        * char_rename_result (08FD): Reply of rename request.
    * Misc Edits
      * Delete option will be shown as +3 after char slot
      * Edited `received_characters_unpackString` unpack string notation to support 'Move Character Slot' and 'Rename Character' feature.
      * Added function 'sub received_characters_unpackString_Min' to unpack 'CharInfo' packet for renamed char.
    * PS: Only tested for idRO server, TODO maybe I'll do some tests for @rathena
    
    Signed-off-by: Cydh Ramdh <[email protected]>
    cydh committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    04a428d View commit details
    Browse the repository at this point in the history
  2. Updated tables/packetdescriptions.txt

    Signed-off-by: Cydh Ramdh <[email protected]>
    cydh committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    c9301db View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge branch 'master' into feature/char_move_and_rename

    # Conflicts:
    #	src/Network/Receive.pm
    #	src/Network/Receive/ServerType0.pm
    #	src/Network/Send.pm
    #	src/Network/Send/ServerType0.pm
    #	tables/packetdescriptions.txt
    cydh committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    5ce948a View commit details
    Browse the repository at this point in the history
  2. attempt#1

    cydh committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    dae2e74 View commit details
    Browse the repository at this point in the history
  3. Rename feature updates

    * Correction
    * Tested in idRO (~8x times LOL)
    cydh committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    704e8dc View commit details
    Browse the repository at this point in the history
  4. Char move updates

    * removed lefctover
    * Fixed and tested with idRO Renewal
    cydh committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    5561b87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07e374e View commit details
    Browse the repository at this point in the history