Jump to content
  • 0

i need some help with this code


niko001

Question

Hi MxC! I need some help to Customizable this code to l2jserver Freya. modify this code and tried to compile and did not give me error.

But the code does not work in the game. someone give me a hand?

 

this is the code: http://maxcheaters.com/forum/index.php?topic=238116.0;topicseen

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I added all the lines that are in the code. but as in freya the index  com/l2jserver/gameserver/handler/voicedcommandhandlers/sellbuff.java do not exist, because voicedcommandhandlers is a java, the new java place it in the index com/l2jserver/gameserver/handler/sellbuff.java

 

and

_voicedCommandHandler = VoicedCommandHandler.getInstance();
		_voicedCommandHandler.registerVoicedCommandHandler(new stats());
+		_voicedCommandHandler.registerVoicedCommandHandler(new sellbuff());

do not exist in gameserver.java. do not know where to put or how to adapt this, i try creating a instance in sellbuff and put sellbuff getinstance(); in the gameserver.java but did not work.

 

sorry for my bad english

Link to comment
Share on other sites

  • 0

Try to register it in here java/com/l2jserver/gameserver/handler/VoicedCommandHandler.java inside private VoicedCommandHandler()

 

also, if _voicedCommandHandler.registerVoicedCommandHandler(new sellbuff()); will show u an error, change it to registerVoicedCommandHandler(new sellbuff());

 

I don't know exactly how it is on freya, since I don't use it.. :D

Link to comment
Share on other sites

  • 0

L2J had the funny idea to move all handlers from core side to DP side.

 

Add it to scripts.cfg, where all handlers (voice, etc) are now loaded.

 

And deleted the handler in the core, it's not supported. Put it in DP side. See scripts folder for more infos.

Link to comment
Share on other sites

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...

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