Jump to content
  • 0

Question

Posted

Hello guys

 

I installed source code from that Topic : http://maxcheaters.com/forum/index.php?topic=256284.0

 

L2NpcActionShift.java : http://pastebin.com/vjs9y2ad

DropInfo.java : http://pastebin.com/MdPVLmfa

RequestBypass : http://pastebin.com/DSwU5UTT

 

and MasterHandler ( game\data\scripts\handlers -> MasterHandler )

 

import handlers.bypasshandlers.VoiceCommand;
import handlers.bypasshandlers.Wear;
+import handlers.bypasshandlers.DropInfo;

%%%%%%%%%%%%%%%%%%%%%%%

	BypassHandler.getInstance().registerBypassHandler(new VoiceCommand());
	BypassHandler.getInstance().registerBypassHandler(new Wear());
+		BypassHandler.getInstance().registerBypassHandler(new DropInfo());

 

While installed java codes on Eclipse i didn't accepted any error! even on compile but...

 

2013.07.31 20:57:02,888 WARNING 315 com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer [Character: qrr[268484525] - Account: *** - IP: 127.0.0.1] sent not handled RequestBypassToServer: [drop]

 

 

 

What to do? :/ :/

 

 

13 answers to this question

Recommended Posts

  • 0
Posted

So it works and you get this Warning?

 

Also you log to the game with non gm character;

 

 

seems something is not registered.  or cant find the command. this  is a _log.log  warning

 

 

 

 

 

 

  • 0
Posted

So it works and you get this Warning?

 

Also you log to the game with non gm character;

 

 

seems something is not registered.  or cant find the command. this  is a _log.log  warning

 

Good morning, can you be more specific? didn't fount any _log.log or do you mean.. java1.log ?

From java1.log i copied that error " 2013.07.31 23:00:11,358 WARNING 314 com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer [Character: qrr[268484525] - Account: **** - IP: 127.0.0.1] sent not handled RequestBypassToServer: [drop]

  • 0
Posted

Good morning, can you be more specific? didn't fount any _log.log or do you mean.. java1.log ?

From java1.log i copied that error " 2013.07.31 23:00:11,358 WARNING 314 com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer [Character: qrr[268484525] - Account: **** - IP: 127.0.0.1] sent not handled RequestBypassToServer: [drop]

 

i reworked these ''codes'' ( with xdem) i will share this panel tomorrow im lazy atm ;p so stay tuned for a fixed version

  • 0
Posted

Good morning, can you be more specific? didn't fount any _log.log or do you mean.. java1.log ?

From java1.log i copied that error " 2013.07.31 23:00:11,358 WARNING 314 com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer [Character: qrr[268484525] - Account: **** - IP: 127.0.0.1] sent not handled RequestBypassToServer: [drop]

 

and i ask again did the hole thing work or no?!?!?!?!?!

 

Also i asked you if you join with gm or normal player?!?!?!?!!?!

 

 

You get this error and this custom don't work?  omg

 

_log is an method that appears on your gameserver if there is any trouble with packets.

 

Read: not handled RequestBypassToServer: [drop]

 

 

 

 

 

 

 

 

  • 0
Posted

i reworked these ''codes'' ( with xdem) i will share this panel tomorrow im lazy atm ;p so stay tuned for a fixed version

 

 

anyway Done

 

if u got any prob pm me

  • 0
Posted

i reworked these ''codes'' ( with xdem) i will share this panel tomorrow im lazy atm ;p so stay tuned for a fixed version

 

Bcuz you love me much you gonna give me the link :-) you know much hours of work at real life :-)

  • 0
Posted

and i ask again did the hole thing work or no?!?!?!?!?!

 

Also i asked you if you join with gm or normal player?!?!?!?!!?!

 

 

You get this error and this custom don't work?  omg

 

_log is an method that appears on your gameserver if there is any trouble with packets.

 

Read: not handled RequestBypassToServer: [drop]

 

I was from my mobile and didn't saw whole message :S

 

Joined with Normal player, the shift click working i mean  i can see mobs stat's but buttons doesn't work

at log appear the message that i had posted

 

i will follow the code of Aurora and i will reply again here if will work.

  • 0
Posted

tell me more

 

 

WARNING  315  com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer  [Character: qrr[268484525] - Account: *** - IP: 127.0.0.1] sent not handled RequestBypassToServer: [drop]

  • 0
Posted

I was from my mobile and didn't saw whole message :S

 

Joined with Normal player, the shift click working i mean  i can see mobs stat's but buttons doesn't work

at log appear the message that i had posted

 

i will follow the code of Aurora and i will reply again here if will work.

 

It seems that it gives you just an warning as i said id an _log.log warning from baypass so see why it appears?! only gm's have the right for it?!

 

 

See:

 

 

final IBypassHandler handler = BypassHandler.getInstance().getBypassHandler(_command);

                                if (handler != null)

                                        handler.useBypass(_command, activeChar, null);

                                else

                                        _log.log(Level.WARNING, getClient()+" sent not handled RequestBypassToServer: ["+_command+"]");

                        }

                }

 

T.T

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...