niko001 Posted May 9, 2012 Posted May 9, 2012 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 Quote
0 Tryskell Posted May 10, 2012 Posted May 10, 2012 Without any error, I can't help a lot. Verify if you added all. Quote
0 niko001 Posted May 10, 2012 Author Posted May 10, 2012 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 Quote
0 SweeTs Posted May 11, 2012 Posted May 11, 2012 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 Quote
0 Tryskell Posted May 11, 2012 Posted May 11, 2012 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. Quote
0 niko001 Posted May 11, 2012 Author Posted May 11, 2012 ie I should fit on the side of the DP all code? or only voice commands? excuse my ignorance, I am new to java. Quote
0 Tryskell Posted May 12, 2012 Posted May 12, 2012 Both registration of the voicehandler and the voicehandler itself is part of DP. CHECK DP FOR FURTHER DETAILS. Quote
Question
niko001
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
8 answers to this question
Recommended Posts
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.