Jump to content

Recommended Posts

Posted

Hello people ,

 

I will teach you how to change some basic commands .

 

To do this you have to know how to compile a pack , and a little of java language .

 

This Share / Guide , tested on L2JFree pack .

 

First of all you have to compile your pack .

Ok lets start :

 

If you compiled your pack as you can see there are some files including java file .

 

go to src\main\java\com\l2jfree\status

 

there you can see a file called GameStatusThread , open this pretty file ;)

 

About announcement now

 

you can see with a little search something like this

 

else if (_usrCommand.startsWith("announce"))

{

try

{

_usrCommand = _usrCommand.substring(9);

if (Config.ALT_TELNET && Config.ALT_TELNET_GM_ANNOUNCER_NAME)

_usrCommand += " [" + gmname + "(offline)]";

Announcements.getInstance().announceToAll(_usrCommand);

_print.println("Announcement Sent!");

}

catch (StringIndexOutOfBoundsException e)

{

_print.println("Please Enter Some Text To Announce!");

}

 

Red = The red one is the command . For example you have to write //announce This Share / Guide created by TheRuleZzZ AKA Exofil

 

if you change the announce to say ( for example ) and save it as java file when you log in game you can write with this command

//say This Share / Guide created by TheRuleZzZ AKA Exofil

 

Yellow = About the yellow one now . offline means that when you announce something the gm name that created the announce will be hide . if you write there online means that when you announce something the gm name will be show to the normal players with access level 0 .

 

About  gmlist now .

 

Ok lets learn you how you can change the command about how can you find if someone gm is online .

If you want to change this command " //gmlist " you must change the following

there in the file GameStatusThread writting something like that :

 

else if (_usrCommand.equals("gmlist"))

{

int igm = 0;

String gmList = "";

 

for (String player : GmListTable.getInstance().getAllGmNames(false))

{

gmList = gmList + ", " + player;

igm++;

}

_print.println("There are currently " + igm + " GM(s) online...");

if (gmList != "")

_print.println(gmList);

}

 

Red = The red one can be change with whatever you want . For example you can write " noobs " and when you save it as a java file when you log in the game u will write /noobs and if someone is online will be show there in your chat .

 

About gmchat now

 

If you want to change the command of gmchat you have to read and change the following .

The original command is //gmchat .

Ok lets learn you some things .

 

there in GameStatusThread writing something like that  :

 

else if (_usrCommand.startsWith("gmchat"))

{

try

{

_usrCommand = _usrCommand.substring(7);

CreatureSay cs = new CreatureSay(0, 9, "Telnet GM Broadcast from " + _cSocket.getInetAddress().getHostAddress(), _usrCommand);

GmListTable.broadcastToGMs(cs);

_print.println("Your Message Has Been Sent To " + getOnlineGMS() + " GM(s).");

}

catch (StringIndexOutOfBoundsException e)

{

_print.println("Please Enter Some Text To Announce!");

}

}

 

Red = The red one is the command that you have to write before write something in gmchat . For example you have to write //gmchat Hi people

if you want to change this command to whatever you want just change the red one to whatever you want . For example if you write there " staffchat "  when you log in the game you will have to write //staffchat mpla mpla and it will be announce .

 

ATTENTION

 

I cannot learn you how to change all the commands . In this file AKA GameStatusThread have too much command like Announce , gmlist , gmchat . And you can change them with the same way as my guide .

 

Credits goes to TheRuleZzZ

 

- TheRuleZzZ Respect

  • 1 year later...
Posted

help dont spam or flame me am jjust a mengZ QQ

 

I would like to have a command for sharing items to all players who are online

For example: if i make an event and i want to share the rewards for the winning team.

 

I saw this on a server, where the gm gave every player items(could be found in inventory)

 

thats kinda unique and fast.

 

 

2nd example:

 

If i ask server to vote and they do so i want to reward the whole server how can i make this? with a GM command.

 

 

Next Question:

 

Is there a command for teleporting a partygroup to a place? instead of teleporting every single player?

if not can u give me a short tutorial for doing this? please please.

 

thnx

  • 3 weeks later...
Guest
This topic is now closed to further replies.


  • Posts

    • LIVE VERIFICATION? SUMSUB? “IMPOSSIBLE”? ▪ Spoiler: it is possible — if you know who to work with. A client came in with a task to pass **live verification** on **WantToPay**, a Telegram virtual card service. On the platform side — **Sumsub**: liveness check, SMS, manual review. “Fast” and “by eye” simply don’t work here. › What was done: → analyzed the verification scenario and Sumsub requirements → built the correct flow: phone number, email, timing → **completed live verification remotely, without account handover** → handled SMS and confirmation codes → brought the process to final approval ▪ Result: → verification passed → access granted → no flags or repeat requests ▪ Live verification is not luck. It’s scenario-based preparation — not hope. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #verification #sumsub #livecheck #kyc #case
    • IMPORTANT INFO: In a few days, I will switch to completely new code, written from scratch with a new download system, patch building and management system. The Updater will become true 2026 code with "foolproof systems". I'm going to create a Discord server for customers to request new ideas and features. FIRST CUSTOMERS ARE ALREADY USING THE NEW UPDATER ON LIVE SERVERS! Watch this topic for upcoming info because the new updater is around the corner! Yes, you can still use self-update on the previous updater! No, the new updater won't be compatible with the old patch system! A new build is required, but players who already have game files won't have to download the entire patch again! New templates and updates to existing templates are coming soon! Sneak peek:  
    • i used guytis IL project and source. i found in his project there are 3 Client version source... 1,CliExt_H5   --->this one cant be compiled in VS2005,i did know why..is it for H5 client? 2,CliExtNew  --->this one is IL version ,but when i compiled it and use it.player cant login game,MD5Checksum wrong.i check the source code,but not found any hints. 3,L2Server    --->this one for HB client?im not sure...   so my question is what are the differences between these three versions of cliext.dll?how can i fix the issue of the MD5Checksum not matching problem?   01/29/2026 21:04:11.366, [CCliExt::HandleCheckSum] Invalid Checksum[1130415144] vs [-721420287] packet[dd] len[29] sum[2698] key[30] HWID[] Account[]! 01/29/2026 21:04:11.366, SocketLimiter::UserSocketBadunknownprotocol 11111111111 01/29/2026 21:04:11.366, [usersocket]unknown protocol from ip[113.137.149.115]!      
    • ## [1.4.1] - 2026-01-29   ### ✨ New Features - **Short Description**: Server owners can add a short tagline (up to 240 characters) on the server info page, under the "Online" status. It appears in the server list (By Votes) for VIP, Gold VIP, and Pinned servers so players see a brief summary at a glance.   ### 🔄 Improvements - **Server Info Page**: Description field is limited to 3000 characters with a character counter; the textarea is vertically resizable. A second **Save Changes** button was added at the bottom (after the description) for easier saving. - **Server Name**: In My Servers → Edit, the server name is read-only and can no longer be changed (avoids accidental changes and naming conflicts). - **Server Rows (By Votes)**: Short descriptions wrap correctly and no longer affect row height; long text is clipped to two lines so the list stays tidy and consistent.   ---
  • 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..