Jump to content

Recommended Posts

Posted

Well i was away for 1 year. When i came back 95% of all topics were deleted.

Everything for me that is coded in/from L2Jfrozen is totally failure. 

So if i am asking something like this means i need it or many others need it too.

To adapt something from frojen that i also cannot find or it is deleted it's not worth the time.

Well with all the respect i have to all members here i ask this. If he can code it? It will be amazing.

If not? No worries. It's ok.

If i had the knowledge of java i would do the same think for the community as does numl0ckas

What do you need exactly?

Posted

What do you need exactly?

The enchant rate for normal items starts from 97% and in every enchant loses -3% or 5%(Configurable)

Max for custom items is +10-14 etc (Configurable item and max enchant lvl)

The enchant rate for custom items starts from 82% and in every enchant loses -3% or 5%(Configurable)

Safe Enchant (Configurable) for Customs.

With blessed enchant scrolls the normal items when it fails will take a penalty of -2 enchant level. Also are usable only after +15.(Configurable)

With blessed enchant scrolls the custom items when it fails will take a penalty of -1 enchant level. Also are usable only after +7.(Configurable)

 

Or if any of this is possible.

Posted

Max for custom items is +10-14 etc (Configurable item and max enchant lvl)

The enchant rate for custom items starts from 82% and in every enchant loses -3% or 5%(Configurable)

Safe Enchant (Configurable) for Customs.

 

What do you mean here?

What Custom items?

 

for the rest, now I'm going to try to make it.

Posted

What do you mean here?

What Custom items?

 

for the rest, now I'm going to try to make it.

Just if (item.getItemId() == custom_item_id) bla bla.

  • 1 year later...
Posted

Bcs the code is not using skill..

 

Just avoid to answer him, he wants ready code to apply-diff patch. Unfortunately, on the first error encountered, he will yell again... And again. And again, and again. And again.

 

Posted

Just avoid to answer him, he wants ready code to apply-diff patch. Unfortunately, on the first error encountered, he will yell again... And again. And again, and again. And again.

 

 Hahahaha I cry :happyforever:

  • 3 weeks later...
Posted (edited)


Enterworld.java

 

if (first)

{

activeChar.setNameColor(Config.STARTING_NAME_COLOR, true);

activeChar.setTitleColor(Config.STARTING_TITLE_COLOR, true);

 

}

 

Config.java

 

    public static int STARTING_NAME_COLOR;

    public static int STARTING_TITLE_COLOR;

 

        STARTING_NAME_COLOR = FandCConfig.getProperty("StartingNC", 0000);

        STARTING_TITLE_COLOR = FandCConfig.getProperty("StartingTC", 0000);

 

fandc.properties

 

# Starting Name And Title Colour Settings

StartingNC = 0000

StartingTC = 0000

 

Edited by ganjaradio
Posted

 

Enterworld.java	
		
		if (first)
		{
			activeChar.setNameColor(Config.STARTING_NAME_COLOR, true);
			activeChar.setTitleColor(Config.STARTING_TITLE_COLOR, true);

		}

Config.java

    public static int STARTING_NAME_COLOR;
    public static int STARTING_TITLE_COLOR;

        STARTING_NAME_COLOR = FandCConfig.getProperty("StartingNC", 0000);
        STARTING_TITLE_COLOR = FandCConfig.getProperty("StartingTC", 0000);

fandc.properties

# Starting Name And Title Colour Settings
StartingNC = 0000
StartingTC = 0000

What is if (first)?

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

    • Some new features that we added: - 2 new quests - PvP Arena (to get hero status) Olympiad is disabled - Love Event - Dressme for armor/weapons/accessories - HWID Protection - More monsters - New farm zone - New autofarm system (works almost like adrenaline) - Auto enchant - Auto augment - 3 levels of armors - 3 levels of weapons - Anti KS System - Rebirth Manager - 30 days checking rewards - Small event (daily checking with small reward for all online players)
    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock