![]() |
|
|
|
#1
|
|||
|
It's something about editing your social macros in your characters ui files.
This might work for you http://everquest.allakhazam.com/foru...1;num=6;page=1 . I think in EQ people used to link to the scroll of the spell, although sometimes they would just like to comedy items like pot, smoker or baby josef sayer. | ||
|
|
|||
|
#2
|
||||
|
Quote:
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. | |||
|
|
||||
![]() |
|
|