SphereServer BugTracker - SphereServer
View Issue Details
0001556SphereServernew feature requestpublic10-12-08 01:1010-12-08 02:36
Balrog 
 
normaltweakhave not tried
closedno change required 
 
 
09-09-2008
None
None
0001556: A way to disable "salute" and "bow" for players
Some clients, in some circunstances, are crashing when a player uses Salute and Bow functions. I have tried to put these commands below a [PLEVEL 7] tag, and to disable them by function debug command, but none receive the "salute" and "bow" request, and the animation is made.
No tags attached.
Issue History
10-12-08 01:10BalrogNew Issue
10-12-08 01:10BalrogNightly Version => 09-09-2008
10-12-08 01:10BalrogExperimental Flags => None
10-12-08 01:10BalrogOption Flags => None
10-12-08 02:35nazghulNote Added: 0000141
10-12-08 02:36nazghulStatusnew => closed
10-12-08 02:36nazghulResolutionopen => no change required

Notes
(0000141)
nazghul   
10-12-08 02:35   
Because it's not a command verb, but a command you send to the client, what then sends a packet. It's structure is

12.C7 – Action
External command
Action
________________________________________
byte ID (0x12)
word Packet Size
byte CommandType(0xC7)
char[*] Action Name ("bow", "salute")
byte 0

Use a packet filter to intercept this packet, but make sure that all 0x12 packets what have _not 0xC7 in their fourth byte can pass untouched (or you would stop spellcasting and most skill usage)