Quote:
Originally Posted by Jimjam
[You must be logged in to view images. Log in or Register.]
|
Pretty accurate, but the exact format changes with different expansions, probably not quite right for Titanium.
Going from EQEmu's stuff...
Item links are bounded by
0x12 bytes (18 decimal) which tell the client when the link starts and ends.
For Titanium the format of the body should be:
0 followed by itemid in 5 digit hex, followed by itemids for augs in 5 digit hex (times 5), followed by 14 0s (unimportant stuff), followed immediately by the text to display (i.e. name of item). No separators between any of this.
But since you don't care about itemids and crap, this might be enough:
000000000000000000000000000000000000000000000put text here
^ the forum hides the 0x12 bytes, but if you view page source in your browser and search for the long string of zeros they should be there in copy+pasteable form.