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

Conversation

cydh
Copy link
Contributor

@cydh cydh commented May 18, 2016

  • Code review
  • QA testing on idRO
  • QA testing on iRO
  • 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
Copy link
Contributor Author

cydh commented Nov 4, 2016

I'll rebase this

@kaliwanagan
Copy link
Contributor

@cydh we have a few more conflicts to solve here :(

* 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 cydh force-pushed the feature/char_move_and_rename branch from 4f8f089 to c9301db Compare October 10, 2017 05:44
@cydh
Copy link
Contributor Author

cydh commented Oct 10, 2017

rebased and Allows edits from maintainers

@Nipodemos
Copy link
Contributor

Is this pull request still good?? i don't know anything about this

# Conflicts:
#	src/Network/Receive.pm
#	src/Network/Receive/ServerType0.pm
#	src/Network/Send.pm
#	src/Network/Send/ServerType0.pm
#	tables/packetdescriptions.txt
* Correction
* Tested in idRO (~8x times LOL)
* removed lefctover
* Fixed and tested with idRO Renewal
@cydh cydh changed the title Added 2 main features Char Move Slot and Rename Dec 19, 2018
@alisonrag
Copy link
Contributor

@cydh
Can we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants