Jump to content

Recommended Posts

Posted

16 Couple Bow

17 H5

18 Couple Dance

 

            case 12: // Greeting
                tryBroadcastSocial(2);
                break;
            case 13: // Victory
                tryBroadcastSocial(3);
                break;
            case 14: // Advance
                tryBroadcastSocial(4);
                break;
            case 24: // Yes
                tryBroadcastSocial(6);
                break;
            case 25: // No
                tryBroadcastSocial(5);
                break;
            case 26: // Bow
                tryBroadcastSocial(7);
                break;
            case 29: // Unaware
                tryBroadcastSocial(8);
                break;
            case 30: // Social Waiting
                tryBroadcastSocial(9);
                break;
            case 31: // Laugh
                tryBroadcastSocial(10);
                break;
            case 33: // Applaud
                tryBroadcastSocial(11);
                break;
            case 34: // Dance
                tryBroadcastSocial(12);
                break;
            case 35: // Sorrow
                tryBroadcastSocial(13);
                break;
            case 62: // Charm
                tryBroadcastSocial(14);
                break;
            case 66: // Shyness
                tryBroadcastSocial(15);
                break;

 

 

from h5 source

  • Upvote 1
Posted
1 minute ago, xxdem said:

the server doesn't process anything else, what do you think is missing?

 

As example: player level up, cursed weapon level up, etc.

 

Also ID 0 exists and client show action. I meant what anyone have full list of exists Social Actions. Not from basic L2J.

Posted

yeah, there are lots of others that are not "social" but go through the same packet, to find them you will have to spoof packets with phx or a packet forge

Posted
8 minutes ago, xxdem said:

yeah, there are lots of others that are not "social" but go through the same packet, to find them you will have to spoof packets with phx or a packet forge

 

Where to find HF L2OFF server (not extender)?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...