Jump to content
  • 0

[HELP]CharCreateSuccss/CharCreateFail strings


Question

4 answers to this question

Recommended Posts

  • 0
Posted

This is the CharCreateFail serverpacket

 

package net.sf.l2j.gameserver.serverpackets;

public class CharCreateFail extends ServerBasePacket
{	
public static final int REASON_CREATION_FAILED = 0x00;
public static final int REASON_TOO_MANY_CHARACTERS = 0x01;
public static final int REASON_NAME_ALREADY_EXISTS = 0x02;
public static final int REASON_16_ENG_CHARS = 0x03;

private int _error;

public CharCreateFail(int errorCode)
{
	_error = errorCode;
}

@Override
protected final void writeImpl()
{
	writeC(0x1a);
	writeD(_error);
}

    @Override
    void runImpl()
    {        
    }
}

 

I think that the the int values are IDs for the corresponding strings that appear in each case. I just can't find where they are located.

  • 0
Posted

Those infos are hardcoded in client, you got only choice between 0, 1, 2 or 3. Perhaps L2J didn't find all cases.

 

	@Override
protected final void writeImpl()
{
	writeC(0x1a);
	writeD(_error);
}

C represents the packet opcode, D represents the message sent under an int value. And as I said, that value is determined by client. It's an int, not a string, so you can't mod it directly from the core.

  • 0
Posted

Yeah I get all that. What I am asking is where are the IDs stored in the client. Like system messages are in systemmsg-e.dat, is there a file containing these info?

So far I haven't found anything in the system folder (I open the files I can with fileedit).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • 🚀 Half-month restock! High-speed order fulfillment active 24/7 on klouditem.com.
    • L2ETINA INTERLUDE X30 — CLIENT UPDATE We’ve prepared a major client update with improved performance, a reworked interface, and new features for a more comfortable gameplay experience. Optimization and Higher FPS Significantly optimized the client and removed unnecessary elements, improving performance and increasing FPS. Detailed Command Channel Statistics — CC The updated window helps leaders monitor their roster and evaluate each party’s and player’s contribution in PvP and boss fights. It now includes: • Total number of parties and members. • Number of players alive, dead, and nearby. • Kills, deaths, and PvP and PvE damage dealt by each party. • A separate window with detailed statistics for every member of the selected party. Convenient Auto-Set and Auto-LS Panels Added new quick-access panels that you can show or hide whenever needed. Updated ACP and Auto-Shot Settings Completely redesigned the settings window, making automatic potion and shot use easier to configure. Expanded the selection of available potions. Repeat Augmentation and Tooltips Added a convenient option to repeat augmentation, with a hover tooltip showing the Life Stone effect you rolled. Repeat Enchanting Added a repeat enchanting feature to make the process more convenient and reduce unnecessary clicks. Advanced Client Settings Added a window with a wide range of options, including performance settings and the ability to move buff icons to the debuff panel and vice versa. Stickers and Sticker Shop Introduced a new sticker system and a dedicated shop. This feature is currently in beta and needs testing during OBT. Improved Party Bar Updated the party interface with highlighting, members’ Premium status, and a green indicator for characters with a pending resurrection. You can explore these and other improvements in-game. New Mounts Expanded the selection of available mounts. New Costumes Added new looks for your character. New Agathions Expanded the collection of companions. Additional Client Languages Added support for Russian, Brazilian Portuguese, and Spanish. Interface Fixes Fixed numerous issues with window layouts and functionality, making the interface cleaner, clearer, and easier to use. Try the new features during OBT and share your feedback! If you find a bug, send us a description and a screenshot to help us fix it faster.
    • Latest Coupons   20% off GEO Canada, Edmonton UZy-keN-sAM-NeS 30% off GEO Romania, Bucharest FYj-8eK-PuJ-5ah 30% off GEO Ukraine, Odessa ZYb-4us-7Am-pAx   Get 20% off any first purchase with coupon fur-1AB-zyE-4ur
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..