Jump to content

C++ flags


Guest EMTEC_GM

Recommended Posts

Hello. I would say that I am weak in C++. But I try to do something, to play with C++, and learn. I have a problem with the "flags" in mangos, but rather their understanding.

data << uint32(0xbb8) << uint32(0x0);           // 7 gold
data << uint32(0xbb9) << uint32(0x0);           // 8 green
data << uint32(0xbba) << uint32(0x0);           // 9 show

uint32(0xbba)

What do they mean?.

I think that it is all about communication with the client game, if not please correct me.

How to read such data, and records. If anyone has the address of the guide in this section, C++.

Thanks in advance for all help given.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use