• Welcome to Valhalla Legends Archive.
 

[D2GS] 0x15 C>S Chat_Message

Started by Racial, August 31, 2008, 03:55 PM

Previous topic - Next topic

Racial

    InsertBYTE &H1
    InsertBYTE &H0
    InsertNTString "hi"
    InsertBYTE &H0
    InsertNTString ""
    InsertNTString ""
    Debug.Print Buffer
    SendD2GSPacket &H15
    Wait (1000)
    AddChat vbGreen, "Holy shit 1st message already got sent a second ago!"
    D2GSSendPing
    Wait (1000)
    SendD2GSText1 'basically sending the same packet just saying dif message else
    Wait (1000)
    SendD2GSText2'basically sending the same packet just saying dif message else
    DisconnectD2GS

is anythign wrong there?