View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001556SphereServernew feature requestpublic10-12-08 01:1010-12-08 02:36
ReporterBalrog 
Assigned To 
PrioritynormalSeveritytweakReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001556: A way to disable "salute" and "bow" for players
DescriptionSome 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.
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000141)
nazghul (developer)
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)

- Issue History
Date Modified Username Field Change
10-12-08 01:10 Balrog New Issue
10-12-08 01:10 Balrog Nightly Version => 09-09-2008
10-12-08 01:10 Balrog Experimental Flags => None
10-12-08 01:10 Balrog Option Flags => None
10-12-08 02:35 nazghul Note Added: 0000141
10-12-08 02:36 nazghul Status new => closed
10-12-08 02:36 nazghul Resolution open => no change required


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker