Jump to content
15peaces

15peaces 3CeAM Patches

Recommended Posts

Downrefitem

  • Added patch for script command downrefitem
    *downrefitem <equipment slot>{,<downgrade_count>};
    -This command will downgrade an item by - 1 (unless optional <downgrade_count> is provided)
    -in the specified equipment slot  of the invoking character.
    -So the item will not be destroyed unlike in the
    -failedrefitem script command. This will also display a 'refine failure'
    -effect on the character and put appropriate messages into their chat
    -window.

Commit
Patch

Share this post


Link to post
Share on other sites

freeloop

  • *Added patch for 'freeloop' script command
    -Toggling this to enabled (1) allows the script instance to bypass the infinite loop protection, allowing your script to loop as much as it may need.

Patch

Share this post


Link to post
Share on other sites

2014 Client Patch

  • *2014 Client Support patch added
    -The support seems to be stable enough for public use. However there might be a few (hidden) bugs left.
    -Implemented the Roulette Game feature.
    -Implemented per-character sex change feature.
    -Implemented Hotkey Rotate Packet.
    -Implemented Vending & Buying Store report Packet.
    --When user close shop, the client showing report for buy/sell
    -Special thanks to HerculesWS and rathena for the base.
     
  • *Complete rewrite of message-system. (Thanks to hercules)
    -This was made to fix various bugs with colored messages related to 2014 ragexe.
     
  • *PLEASE DON'T FORGET TO RUN THE SQL-UPGRADES!

 

Patch

Share this post


Link to post
Share on other sites

Hello ! First of all thanks for all of this patches :D

I need some help about the banking patches. Im experiencing an issue where my zeny arn't saved when my char logout :/ 

Do you have any idea where it can come from ? 

Im on r863 with client 2018-06-20. 

 

Share this post


Link to post
Share on other sites
On 28.10.2018 at 0:39 AM, Meuhmeuh said:

Hello ! First of all thanks for all of this patches :D

I need some help about the banking patches. Im experiencing an issue where my zeny arn't saved when my char logout :/ 

Do you have any idea where it can come from ? 

Im on r863 with client 2018-06-20. 

 

I guess packets may have changed. This patch is designed and working for 2013 - 2015 clients.
Since I don't have a working 2018 setup yet, I didn't test it with this client. ^^

Also the patch was last tested with r795... I guess I'll re-check it on a more recent 3ceam version. ^^

Edited by 15peaces

Share this post


Link to post
Share on other sites

favorite tab

  • Don't forget to apply the 3ceam_favorite_tab.sql & 3ceam_favorite_tab_log.sql files.

  • Added patch for the "favorite item tab" feature.
    -This feature requires 2011-11-22aRagexeRE or newer to work.

  • Note: For this patch I also needed to change the nameid variable in item struct to unsigned short.
    -The mmo_charstatus struct is getting to large to be send between char and map server.
    -By changing the nameid from int to unsigned char I was able to reduce the size significantly without any disadvantages.
    -The server still supports a max of 65,535 item ids.
    -This also adjusted the CARD0_PET from -256 to 256.

Commit
Patch

Edited by 15peaces

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.