Jump to content

Client Development Discussion

Share L2 Client Modifications here.


4,739 topics in this forum

    • 31 replies
    • 61.7k views
    • 25 replies
    • 6.6k views
    • 184 replies
    • 52.1k views
    • 143 replies
    • 24.1k views
    • 41 replies
    • 18.2k views
    • 2 replies
    • 2.8k views
    • 85 replies
    • 21k views
    • 10 replies
    • 5.4k views
    • 8 replies
    • 5k views
    • 130 replies
    • 30k views
    • 27 replies
    • 78.7k views
  1. Ugx Extractor / Encoder 1 2

    • 22 replies
    • 5.3k views
    • 6 replies
    • 3.9k views
    • 253 replies
    • 119.2k views
    • 130 replies
    • 32.3k views
  2. Creating Hats Using Unreal 1 2 3 4

    • 46 replies
    • 12.2k views
    • 1 reply
    • 7.2k views
    • 93 replies
    • 16.6k views
    • 15 replies
    • 16.3k views
    • 17 replies
    • 38.6k views
    • 0 replies
    • 32 views
    • 0 replies
    • 86 views
    • 1 reply
    • 113 views
    • 0 replies
    • 52 views
    • 100 replies
    • 14.5k views
  3. Client Unity l2 1 2

    • 20 replies
    • 2.4k views
    • 4 replies
    • 1k views
    • 0 replies
    • 124 views
    • 32 replies
    • 7.3k views
    • 283 replies
    • 80.8k views
    • 5 replies
    • 6.9k views
    • 11 replies
    • 2.6k views
    • 0 replies
    • 181 views
    • 58 replies
    • 39.3k views
    • 11 replies
    • 3k views
    • 0 replies
    • 183 views
    • 1 reply
    • 1.3k views
    • 40 replies
    • 5.6k views
    • 1 reply
    • 211 views
    • 90 replies
    • 29.3k views


  • Posts

    • add price or any mod needs to lock! follow the rules of the forum
    • What I sent is something you have in your server's core. You don't need to modify the client. 
    • okay thank but can you tell me this code should i cooy and paste it somewhere or what ? how can i get the full file and just paste it in sustem
    • You need to utilise the following packet: `const S_EX_SEND_UI_EVENT = 398;` It's structure is as follow, or at least on new chronicles: writeD(_objectId); // EVENT IDs: // 0 - Timer: MM:SS (Description on bottom) // 1 - Disable Timer // 2 - Green Line with percents and timer // 3 - Number of residues collected (N pcs.) // 4 - Timer: MM:SS (Description on top) // 5 - Blue Line with percents and timer // 6 - Yellow Egg progress // 7 - Red Egg progress // 5 - Line with gears, percents and timer writeD(_type); // EVENT_ID writeD(0x00); // int ASK writeD(0x00); // int REPLY writeS(String.valueOf(_countUp)); // 0 = count down, 1 = count up timer always disappears 10 seconds before end writeS(String.valueOf(_startTime)); writeS(String.valueOf(_startTime2)); writeS(String.valueOf(_endTime)); writeS(String.valueOf(_endTime2)); writeD(-1); // what message to display by id, if any - NPC String Id // you can string several writeS() below, depending on the amount of variables in the npc string. only 1 line if NPC String ID = -1 writeS("Custom Text To Display or fill in variables in the NPC string by id"); // works in conjunction with the above line  
    • Can somebody help with some file about olympiad. I am looking for a file that to count when oly starts and when oly ends. From when oly start till the end to have timer left next to opponent CP/HP
  • Topics

×
×
  • Create New...