Jump to content

Official Ovenuç® Flame topic (L2J Professionals)


xdem

Recommended Posts

He wants to create a topic to clean his bad rep, well as most of you know that this piece of shitt was begging like a dog for L2J Award from justice, but after he raged and proved that his l2j knowledge is less than that of first timer guy who opens an Frozen throuth a youtube guide, his award said farawell. Now he rages again and he wants his reputation back

 

Well ovenuc, this topic is made for you, try to clean ur reputation  :troll:

 

doAttack doesn't need null check  :happyforever:

Challange me

Link to comment
Share on other sites

why you need null check in method  doAttack explain me that.. first for all.. :)

 

lets learn the people some of l2 java..

 

.network.clientpackets open AttackRequest.java that is the first step to attack if in there is all complete.. then you to method doAttack for simple hits (no skills)

 

inside file AttackRequest.kava you will find that..

 

if (activeChar.getTargetId() == _objectId)

{

target = activeChar.getTarget();

}

else

{

target = L2World.getInstance().findObject(_objectId);

}

if (target == null)

{

return;

}[/quote]

 

 

so you have double method for null check pro developer!!

Link to comment
Share on other sites

why you need null check in method  doAttack explain me that.. first for all.. :)

 

because doAttack sets Intention to Attack and shedules another doAttack after the first doAttack is finished, in the meanswhile the target can die/deleted or idk

 

next question plis

Link to comment
Share on other sites

because doAttack sets Intention to Attack and shedules another doAttack after the first doAttack is finished, in the meanswhile the target can die/deleted or idk

 

next question plis

OMG? REALLY?

 

if someone is null you cant bypass Attackrequest and the checks there..!!!!

 

if someone is dead

 

then you use that ...

 

if (target.isDead())

{

getAI().setIntention(CtrlIntention.ACTIVE);

sendPacket(ActionFailed.STATIC_PACKET);

return;

}

 

ok xdem? so you dont need double null checks for the same method!!

Link to comment
Share on other sites

why you need null check in method  doAttack explain me that.. first for all.. :)

 

lets learn the people some of l2 java..

 

.network.clientpackets open AttackRequest.java that is the first step to attack if in there is all complete.. then you to method doAttack for simple hits (no skills)

 

inside file AttackRequest.kava you will find that..

 

if (activeChar.getTargetId() == _objectId)

{

target = activeChar.getTarget();

}

else

{

target = L2World.getInstance().findObject(_objectId);

}

if (target == null)

{

return;

}

 

 

so you have double method for null check pro developer!!

 

 

You still can't get it do you ?

 

RequestAttack comes when the player decides to attack a target, the packet is send ONCE it triggers ONCE but the doAttack method which is called by RequestAttack schedules more doAttack(s) according to the player's attack speed.

Link to comment
Share on other sites

 

You still can't get it do you ?

 

RequestAttack comes when the player decides to attack a target, the packet is send ONCE it triggers ONCE but the doAttack method which is called by RequestAttack schedules more doAttack(s) according to the player's attack speed.

 

omg you are really stupid!!!

 

IF YOU HAVE NULL TARGET HOW YOU WILL BYPASS THE CLIENT PACKET EXPLAIN IT!!!

 

L2 IS CLIENT PACKETS AND SERVERPACKETS 1 ACTION = 1 CLIENTPACKET METHOD!

Link to comment
Share on other sites

omg you are really stupid!!!

 

IF YOU HAVE NULL TARGET HOW YOU WILL BYPASS THE CLIENT PACKET EXPLAIN IT!!!

 

WITH PHX MORON, AND STILL THE PACKET IS NOT THE CASE

Link to comment
Share on other sites

WITH PHX MORON, AND STILL THE PACKET IS NOT THE CASE

 

phx use the same methods to attack l2phx WORKING WITH CLIENTPACKETS ANIMAL!!!!!! NO WITH INSIDE CODING!!! OMG YOU ARE IDIOT

 

OMG FROM THAT GUY THEY GET MY AWARD?

Link to comment
Share on other sites

phx use the same methods to attack l2phx WORKING WITH CLIENTPACKETS ANIMAL!!!!!! NO WITH INSIDE CODING!!! OMG YOU ARE IDIOT

 

OMG FROM THAT GUY THEY GET MY AWARD?

 

listen, I dont care if your iq is less than 50 but look how it goes

 

the packets triggers ONCE the doAttack takes place until u stop it or until u cant attack anymore, which means IT WORKS LIKE A LOOP

Link to comment
Share on other sites

OMG FROM THAT GUY THEY GET MY AWARD?

 

 

HAHAHAHAHAHAHAHHAHAHAHAHAHAHAHA

HAHHAHAHAHAHAHAHAHAHAHHAHAHAHAH

HAHAHAHAHAHAHAHHAHAHAHAHAHAHAHA

HAHHAHAHAHAHAHAHAHAHAHHAHAHAHAH

HAHAHAHAHAHAHAHHAHAHAHAHAHAHAHA

HAHHAHAHAHAHAHAHAHAHAHHAHAHAHAH

HAHAHAHAHAHAHAHHAHAHAHAHAHAHAHA

HAHHAHAHAHAHAHAHAHAHAHHAHAHAHAH

HAHAHAHAHAHAHAHHAHAHAHAHAHAHAHA

HAHHAHAHAHAHAHAHAHAHAHHAHAHAHAH

 

this made my day

Link to comment
Share on other sites

listen, I dont care if your iq is less than 50 but look how it goes

 

the packets triggers ONCE the doAttack takes place until u stop it or until u cant attack anymore, which means IT WORKS LIKE A LOOP

 

L2PHX WORKING WITH CLIENT PACKETS!! ALL IN MXC KNOWS THAT YOU CANT BYPASS CLIENTPACKETS WITH PHX (PHX FIND BAD CODING IN CLIENTPACKETS AND CALL THE OTHER METHODS!) INSIDE  IF YOU HAVE FIXED THE CLIENT PACKETS L2PHX IS DEAD!!! IN YOU SERVER

Link to comment
Share on other sites

L2PHX WORKING WITH CLIENT PACKETS!! ALL IN MXC KNOWS THAT YOU CANT BYPASS CLIENTPACKETS WITH PHX (PHX FIND BAD CODING IN CLIENTPACKETS AND CALL THE OTHER METHODS!) INSIDE  IF YOU HAVE FIXED THE CLIENT PACKETS L2PHX IS DEAD!!! IN YOU SERVER

 

forget the packet moron, put ur head that the packet is called ONCE and the facking method doAttack is looped

 

gtfo

Link to comment
Share on other sites

forget the packet moron, put ur head that the packet is called ONCE and the facking method doAttack is looped

 

gtfo

 

 

 

 

axaxaxaxaxaxa

 

CREATE NOW 1 SCRIPT FOR PHX AND USE IT!! IF YOU WILL TRY TO ATTACK TO SOMEONE YOU WILL BYPASS FIRST AttackRequest.java WAKE UP MORON!!!

 

 

SO WHY YOU NEED DOUBLE NULL CHECK INSIDE TO DOATTACK IF YOU CANT BYPASS THE CLIENTPACKET! EXPLAIN IT!!

Link to comment
Share on other sites

 

 

 

axaxaxaxaxaxa

 

CREATE NOW 1 SCRIPT FOR PHX AND USE IT!! IF YOU WILL TRY TO ATTACK TO SOMEONE YOU WILL BYPASS FIRST AttackRequest.java WAKE UP MORON!!!

 

oh god not again

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...