criss22 Posted August 18, 2017 Posted August 18, 2017 Who help me with code for create class VoicedCommandHandler? I read all tutorials but i get some errors in eclipse... please..i need this class for last revision
0 criss22 Posted August 19, 2017 Author Posted August 19, 2017 if (!BlockList.isBlocked(player, activeChar)) player.sendPacket(cs); here i get error. Only these lines.
0 melron Posted August 19, 2017 Posted August 19, 2017 What's wrong with you? You cant even read the damn rules? Edit your post and do not make double triple etc posts , otherwise you will be punished. Another one, You have to print or atleast c/p what the error is saying to help you , we cant smell our nails onTopic: Remove-Add again the code that reborn gave you carefully ....
0 Θα Σπασω Κουπες Posted August 19, 2017 Posted August 19, 2017 Are you retard or something? You literally fill 1 page with your own comments and took you 4 comments to tell us what is ur problem. A person who go online and says on a forum "help i need help" and when people ask whats the problem he respond "help, helpwith my problem" it's simply out of his mind.
0 criss22 Posted August 19, 2017 Author Posted August 19, 2017 (edited) This error i get in Eclipse ">http:// Edited August 19, 2017 by criss22
0 Ghostwire_Games Posted August 19, 2017 Posted August 19, 2017 just make a user command and then add it in client
0 criss22 Posted August 19, 2017 Author Posted August 19, 2017 And how i can make an user command? new syntax?
0 melron Posted August 19, 2017 Posted August 19, 2017 (edited) Posted Today, 07:45 PM Posted Today, 07:55 PM seriously now? We warned you LOL.... Try to understand how the hell is working... 'player' is red so player does not exist at all... 1 line after that you can see 'activeChar' .... replace the damn player to activeChar . Somewhere you should have 2nd Player instance to check the block just LOOk... We all started from 0 bro. But the thing is when you need help for something just post the damn error as detailed as you can ... With that way you will get faster your answer you looking for... Edited August 19, 2017 by melron
0 IpotoniC Posted August 19, 2017 Posted August 19, 2017 gameserver -> network -> clientpackets -> Say2.java -> line: ~140 if (_text.equalsIgnoreCase(".online")) { activeChar.sendMessage("Players online: " + World.getInstance().getPlayers().size()); return; } -> Ctrl + Shift + o (to import the World class) That's all you need to do in order to have the thing you want. Now about the voicecommand thing, i don't think you can understand what it does. I believe it's better to make things simpler and easier so you can understand what you're actually doing and how it works.
0 criss22 Posted August 19, 2017 Author Posted August 19, 2017 (edited) Thank you IpotoniC ! Now i will check if it`s work..i config how i know and when i type anything in chat it's typing twice and command .online doesn't work. (And yes..i am newbie and i don;t understand some variables in Java) [i am too stupid for this game..and i know that...but who born learned?..Thx all) Edited August 19, 2017 by criss22
0 melron Posted August 19, 2017 Posted August 19, 2017 (edited) On 8/19/2017 at 6:09 PM, criss22 said: Thank you IpotoniC ! Now i will check if it`s work..i config how i know and when i type anything in chat it's typing twice and command .online doesn't work. (And yes..i am newbie and i don;t understand some variables in Java) We are all newbies but in case we have a problem we don't spam and asking for help without giving information about our error this part { if (!BlockList.isBlocked(player, activeChar)) player.sendPacket(cs); } needs to be for (Player player : activeChar.getKnownTypeInRadius(Player.class, 1250)) { if (!BlockList.isBlocked(player, activeChar)) player.sendPacket(cs); } Hope you found your solution. Edit: You are not stupid since you learning as we all do Edited August 19, 2017 by melron
0 Θα Σπασω Κουπες Posted August 19, 2017 Posted August 19, 2017 On 8/19/2017 at 6:32 PM, criss22 said: i think....is missing Player class... Nothing is missing, Ipotonic & melron are just both damn noobs like you. Player must be L2PcInstance. There is no Player class in aCis.
0 Reborn12 Posted August 19, 2017 Posted August 19, 2017 Look the line under string command =" "; The for copy from there and change the line with the errors with it..and delete it from there too.. You fucked up just nothing special and hard..
Question
criss22
Who help me with code for create class VoicedCommandHandler?
I read all tutorials but i get some errors in eclipse...
please..i need this class for last revision
33 answers to this question
Recommended Posts