Jump to content

Recommended Posts

Posted

many people want to change colors of system chat messages, you can use either some utils, like l2asm/disasm, l2 fileedit, lineage utils, or decipher file with l2encdec, and edit it with hexedit, or other editor (i didn't recomend notepad, or wordpad). i hope, you'll find this info usefull either you want to build own tool to edit this file, or u will be editing it manualy, or u are simply curious.

 

you may find some info about this file also in l2asm/disasm tool, but it's very brief.

 

first 4 bytes is count of messages in file, it's unsigned int32.

next comes messages, one after another.

structure of message is following

C3,C4,C5

Unsigned Int32 id;

Unsigned Int32 unknown; // 01 00 00 00

String message;

Unsigned Int32 group;

4 Bytes rgba;

String item_sound;

String sys_msg_ref;

 

C6,CT1

Unsigned Int32 id;

Unsigned Int32 unknown; // 01 00 00 00

String message;

Unsigned Int32 group;

4 Bytes rgba;

String item_sound;

String sys_msg_ref;

5 bytes on_screen_attrib;

String on_screen_msg;

String source;

 

id - ID of message - messages are numbered ascending, with unique ID, and incement 1 (so, number of messages is also ID o last message)

unknown - 4 bytes, which i still didn't decipher, and didn't found any info about, but for every messages it's in hex 01 00 00 00

message - unicode text of message, can be also ansi, for localized version. it's null terminated string. if you are editing this manualy structure is simple

ANSI first byte - number of message characters, second byte - for ansi, here starts the message text, after message there is 00 (null character)

UNICODE first byte - number of characters, second byte is 01, next message follows, every char ocupies 2 bytes, after message there is 00 (null character)

group - message source group (see explanation for source field)

rgba - it's color of message in order Red,Green,Blue,Alpha Channel (mostly is alpha not used)

item_sound - name of sound resource, it's in form sourcefile.itemname, eg. ItemSound3.sys_failed means, that message has assigned sound sys_failed, from ItemSound3.uax file

sys_msg_ref - system message refference - not sure, but possibly message that triggers additional action in client (like, class change, when you get mail, etc.)

 

as of interlude, there are new attributes

on_screen_attrib - you know that big message, which appears, when match on olympiad started, castle siege started, etc.? this is 5 bytes, related to that message

1st byte - position on screen, if you divide screen to 3x3 matrix, then start numbering from left in row, skipp left down, because there is chat window, it looks like

1 2 3

4 5 6

X 7 8

2nd byte - currently don't know, but on every message it's 0

3rd byte - duration of message (eg. how long is diplayed, in seconds)

4th byte - didn't succesfully decipher, but if it's 1, then message appears, if any other number, message is not displayed

5th byte - didn't successfully deciphered, mostly set to 0, for some messages is set to 1

on_screen_message - this is text, of that big message, format is the same, as for normal message (see above)

source - ansi message, which identifies source of message, this part is also related to message group (see above)

group - source - explanation

0 - none - messages without source (or class if you prefer that term)

0 - siege - castle/fortress siege related messages

1 - battle - nondamage combat messages (successfull defense, critical hit, miss, etc.)

2 - server - general server messages

3 - damage - didn't need explanation (you make damage, you take damage)

4 - popup - message is displayed in popup window

5 - error - if any action produces error, here you go (cancel trade, failed invitation, failed login, etc.)

6 - petition - use of petition system

7 - useitems - didn't need explanation (eg. use shots, potions, enabled shots, equip armor, etc.)

 

if you have any aditional info, about items, that i have not deciphered yet, or any corrections, you are welcome.

 

Credits to mexmer

Source www.postpacific.com

 

PS : If some1 posted it before , delete my topic !

 

 

Mod Edit: Prefix added. => A-Style

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

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
  • 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..