Jump to content

Recommended Posts

Posted

pio fix akrivws gamw ta nekra sou

egw barieme na ksana paw na psaksw sto eixa kani post ( kai eixes pi nai ekei eixa lathos )

amma den mastourones tha thimosoyn karagkiozi ... soy exw pi kofta gt tha se kopsoyn ... 

Posted

egw barieme na ksana paw na psaksw sto eixa kani post ( kai eixes pi nai ekei eixa lathos )

amma den mastourones tha thimosoyn karagkiozi ... soy exw pi kofta gt tha se kopsoyn ... 

 

den iparxei la9os gtms

Posted

krata to oso mporeis diadiktiaka, einai toso poustis pou 9a to epidioksei kai real life

Δεν κάνω αλλαξοκωλιες το χω ξεκαθαρίσει αυτό στους πουστηδοι.
Posted

Pirama το αγόρι σου σε φωνάζει πήγαινε να στον καρφωσει γυναικωτε.

Posted

Pirama το αγόρι σου σε φωνάζει πήγαινε να στον καρφωσει γυναικωτε.

 

min les ton giannaki "αγόρι" ton ferneis se duskoli 9esi

Posted

min les ton giannaki "αγόρι" ton ferneis se duskoli 9esi

Ε δε ξέρω ποιος καρφωνει ποιον.
Posted

zoaki edw einai ta post

http://www.maxcheaters.com/topic/183594-official-spam-topic-%E2%98%82/page-544

 

 

to mono pou blepw kirie programatisti einai enan terastio code me anekselenkta kakogrameno kodika

as ta paroyme apo tin arxi lipon,kai gia na min lew mono logia ( opos merikoi merikoi )

public Chain<E> add(final E e)
    {
        if (_next == null)
            return _next = new Chain<E>(this, e);
        else
            return _next.add(e);
    }

xrisimopihs 4 line gia na grapsis kati pou tha grafotan se 3 apo tin stigmi pou to else einai axristo

alla kai pali tha to ekanes me 3 line eno mporouse na gini kai me 1

public Chain<E> add(final E e)
    {
        return _next == null ? _next = new Chain<E>(this, e) : _next.add(e);
    }

a kai kirie programatisti prin apantisete na exete sto mialo sas oti akoma kai ta kena line desmeyoun apothikeytiko xoro kai otan milame gia programatismo ola pezoyn ton rolo toys . opote an thelete na kanete kapion na niosi abola me ton kalogrameno sas kodika ( frontiste na einai kalogramenos apo oles tis apopsis )

 

exeis ki alla tetia alla barieme na sto katharograpsw olo twra

 

 

kai h apantisis soy

 

to mono "la9os" pou ixe o kwdikas itane to parapanisio else pou den xriazotane, kata ta ala einai oso pio kalogramenos ginete gia ti douleia pou prepei na kanei.

 

kalogramenos me ta dika soy stadar mpori na einai ... me ta dika mou einai ena skatogrameno java file

se ekino to komati nai thes na soy analisw ki alla komatia me logika sfalmata poy exeis ?

Posted

pws ginete na einai la9os apo tin stigmi pou kai ta 2 einai akrivws IDIA. ektos an eisai ka9isterimenos kai den to katalaveneis afto.

 

Nai se parakalw dikse mou ta errors, toso kairo eixa tin aftapati oti douleve swsta

Posted

pws ginete na einai la9os apo tin stigmi pou kai ta 2 einai akrivws IDIA. ektos an eisai ka9isterimenos kai den to katalaveneis afto.

 

Nai se parakalw dikse mou ta errors, toso kairo eixa tin aftapati oti douleve swsta

Μ'αρέσει που κάθεσαι και του απαντάς σοβαρά.
Posted

pws ginete na einai la9os apo tin stigmi pou kai ta 2 einai akrivws IDIA. ektos an eisai ka9isterimenos kai den to katalaveneis afto.

 

Nai se parakalw dikse mou ta errors, toso kairo eixa tin aftapati oti douleve swsta

to oti kati douleyh sosta den simeni oti einai sosta grameno h katharogrameno kai opos paradexese to else den xriazete 

kai soy ediksa ki allo tropo dia na einai pio katharogramenos 

 

pame sto next logiko error soy 

public void remove()
{
	if (_prev != null)
	{
		_prev._next = _next;
		if (_next != null)
			_next._prev = _prev;
	}
	_prev = null;
	_next = null;
}

edw les if (_prev != null)

an omos einai null pas kai to ksana kanis null ilithie

kai o kodikas eprepe na einai etsi 

public void remove()
{
	if (_prev != null)
	{
		_prev._next = _next;
		if (_next != null)
		{
			_next._prev = _prev;
			_next = null;
		}
		_prev = null;
	}
}

pou pas na to paiksis kai dev panathemase

Posted

pws tin prwti fora pou sou dwsane ton kodika ekanes tin kota kai den milages kai twra xtipas kai to xeri sto trapezi den mporw na to katalavw.

Exete kai java developers pelates ekei ston pyrgo?

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

    • 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.
    • Hello everyone, this is ADENA L2REBORN / LU4 / MASTERWORK We also have items, epics, etc. discord - adver745645 Our prices are reasonable, so have a nice shopping and a nice day.
  • 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