Packets
Include Code
include "include/packets";Enum
PACKET_ID
enum PACKET_ID
PACKET_FEATURES := 0xB9,
PACKET_CLILOC := 0xC1
endenumFEATURE_BITS
enum FEATURE_BITS
FEATURE_CHAT := 0x0001,
FEATURE_LBR := 0x0002,
FEATURE_AOS := 0x0004
endenumSEASONS
enum SEASONS
SEASON_SPRING := 0,
SEASON_SUMMER := 1,
SEASON_FALL := 2,
SEASON_WINTER := 3,
SEASON_DESOLATION := 4
endenumFunctions
SendFeatures()
Enable OSI client features like the chat button or LBR graphics.
Parameters
Description
who
The character on which to enable the features
features
The features to enable, see enumeration above for possible features
PlayMovingEffectXYZHued()
OpenBrowser()
PlayerSpeedBoost()
DisplayDamage( )
SendSeasonForPlayer()
PlayCharAnim()
FixPacketLength()
Last updated
Was this helpful?