Jump to content

Recommended Posts

Posted

I have a question about the name of the file:

Im using L2Jfree latest rev, and I just download ur .rar and put the files in my \gameserver\handler\voicedcommandhandlers. But it gives error in Eclipse at this line: (at TvT as well)

public class CTFCmd implements IVoicedCommandHandler

 

So I thought I should change the filename to CTFCmd.java (as Eclipse suggests) but when I compile and try in-game nothing happens at all (EDIT: Except GameserverConsole saying theres no such command in commandhandler). Mustnt I add something in some other file or should I change the line to public class CTF implements...?

 

Thanks in advance :)

 

 

EDIT: Ok I found the problem: it should indeed be TvTCmd.java (instead of the TvT.java in the download .rar) AND I needed to add TvTCmd and CTFCmd to the VoicedCommandHandler.java, which for u maybe sounds obvious but a newbie like me didnt notice, so maybe you could add this to the guide at the 1st post :)

  • 1 month later...
  • 2 weeks later...
  • 5 weeks later...
Posted

L2JFree Commands Fixxed Names Download

Add these files inside the .rar at

L2JFree-Core\src\main\java\com\l2jfree\gameserver\handler\voicedcommandhandlers

 

 

L2JFree-Core\src\main\java\com\l2jfree\gameserver\handler\VoicedCommandHandler.java

Find Line = 22

 

 

Add After That:

import com.l2jfree.gameserver.handler.voicedcommandhandlers.Wedding;

 

This Code:

import com.l2jfree.gameserver.handler.voicedcommandhandlers.CTFcmd;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.TVTcmd;

 

It will look like that:

import com.l2jfree.Config;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.Banking;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.CastleDoors;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.Hellbound;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.VersionInfo;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.Wedding;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.CTFcmd;
import com.l2jfree.gameserver.handler.voicedcommandhandlers.TVTcmd;
import com.l2jfree.util.HandlerRegistry;

 

 

 

L2JFree-Core\src\main\java\com\l2jfree\gameserver\handler\VoicedCommandHandler.java

Find Line = 44

 

 

Add After That:

	registerVoicedCommandHandler(new VersionInfo());

 

This Code:

	registerVoicedCommandHandler(new CTFcmd());
	registerVoicedCommandHandler(new TVTcmd());

 

It will look like that:

	if (Config.BANKING_SYSTEM_ENABLED)
		registerVoicedCommandHandler(new Banking());
	registerVoicedCommandHandler(new CastleDoors());
	registerVoicedCommandHandler(new Hellbound());
	registerVoicedCommandHandler(new VersionInfo());
	registerVoicedCommandHandler(new CTFcmd());
	registerVoicedCommandHandler(new TVTcmd());
	if (Config.ALLOW_WEDDING)
		registerVoicedCommandHandler(new Wedding());

 

 


works perfectly on L2JFree

  • 4 months later...
  • 4 weeks later...
  • 2 months later...
  • 2 years later...

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

    • The big systems, such as the Olympiad and sieges, are done. Now it’s time to tackle the smaller stuff.   Fishing, pets, striders, lottery, derby, private shops, and macros are ready.   P.S. If anyone has experience launching projects and would like to try launching a project using my client/server, feel free to message me on Telegram and we can discuss it: @artem_lemeshev
    • That's definitely not the reason why they perform wipes.
    • You are right, and most of them meant it when they said it.   Servers wipe because it is the only tool they have left. Something breaks the economy, a duplication bug or an exploited quest or a bad multisell, and the owner cannot tell which items came out of it. When you cannot find the bad items, the only way to clean the world is to delete the world. That is not dishonesty, it is running out of options.   So the answer is not to promise harder. It is to not need the promise: Backups run daily into three places: this machine, an S3 bucket whose key can write and cannot delete, and a computer that is not the server at all.   A restore test runs weekly and actually restores, into a scratch database, comparing every table against production. I ran it before writing this reply: 119 tables, 0 missing, 0 empty, characters back with their coordinates. Binary logging is on with sync_binlog=1 and fourteen days of retention. Every change is on record, so an item can be traced back to what produced it and removed by itself.   That is what makes "fix the bug and remove what it produced" a real option instead of a slogan. What I will not promise is that the server runs forever. If it ever closes, that is an ending, not a wipe, and you would hear it from me first.   Six months is the only proof that counts. Bookmark the thread.
    • I think it happened when I tried adding an ad banner—it turned out to be an ad injector that scattered ads all over the site and cluttered it up. I’ve removed it now; you either visited right when it was active, or it was just leftover residue. It’s gone now (try Ctrl + Shift + R). I’m fixing the responsiveness right now!
    • A brand-new High Five x5 server built for players, not wallets. Only a week old — the perfect time to start. And this Friday we're running a Double XP Comeback Weekend. 🎉 DOUBLE XP COMEBACK WEEKEND — Friday 21 August, 14:00 → Sunday • x2 XP & SP · x2 Adena & drops · FREE full buffs all weekend 📊 RATES • XP / SP: x5 · Adena & drops: boosted · Chronicle: High Five (L2jMobius, retail-based) ✨ QUALITY OF LIFE • Auto-loot for everyone (adena & items straight to inventory; herbs on ground) • Free buffer in the Community Board (Alt+B) • Offline shops • Champion monsters — passive, extra rewards, drop event medals • Premium earned in-game via medals: +20% XP/SP, gold nickname, up to 6 windows • Multibox: 2 windows free, 6 with Premium • Vote rewards (HopZone, TopZone) 🌐 WEBSITE & COMMUNITY • Full web panel, auction house, referral rewards, 2FA, support tickets • Custom auto-updating launcher • Hands-on GM — real-time bug fixes & support • No RMT, no pay-to-win 🔗 Website: https://nolifer.eu · Discord: https://discord.gg/Z9p4pmXFYx
  • 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..