voiced command packet

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

voiced command packet

Post by jurchiks »

Which client packet is responsible for reading voiced commands?
The opcode of it is 0x38, according to this list it's RequestMagicSkillList, but that packet doesn't exist in network/clientpackets.
Unfortunately, looking by opcode isn't an option, so...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: voiced command packet

Post by _DS_ »

What you call "voiced command" ?
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Nik
L2j Veteran
L2j Veteran
Posts: 629
Joined: Fri Apr 18, 2008 9:09 pm

Re: voiced command packet

Post by Nik »

For /command -> BypassUserCmd.java
For .command -> Say2.java -> chathandlers.ChatAll.java -> voicedcommandhandlers
Playing a game where you know how every single mechanism works is quite satisfying.
Its the main perk that a gamer-developer has :D
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: voiced command packet

Post by jurchiks »

all voiced commands are ".something", _DS_...
I'm not talking about any chat commands.
Thx nik.
Damn, I thought it had a special packet but no... so it's custom.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: voiced command packet

Post by Zoey76 »

jurchiks wrote:all voiced commands are ".something", _DS_...
I'm not talking about any chat commands.
Thx nik.
Damn, I thought it had a special packet but no... so it's custom.
Have you ever seen in retail a voiced command? :P

Maybe they should add them as well :twisted:
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: voiced command packet

Post by _DS_ »

Voiced commands are all custom, yes. And they can be called from htmls too (voice bypass).
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: voiced command packet

Post by jurchiks »

Well, I didn't check it on retail so how could I have known?
It's kinda silly that the handler also separates the parameters from the command itself, no bypass has that...
Good think I dug it up otherwise I'd tried to split the command like in all bypasses.
Anyway, the topic can be locked I suppose.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply