Quote:
Originally Posted by trevius
Is there any way to add item links into the text?
|
I remember seeing this posted on the EQItems forums while looking into the rest of the ItemLink stuff.
Posted by Nilwean on Sat Jun 25, 2005 11:17 pm:
Quote:
Task window uses:
Code:
<a WndNotify="27,038415-00001-00001-00001-00001-00001BD0735FF">Master's Book of Wood Elven Culture</a>
However, that doesn't make a valid link when put in the story or help window.
|
Now, the format for the link changed in DoD, so we should be able to replace the blue text from above with something like this:
Code:
<a WndNotify="27,00960F000000000000000000000000000000000000000">Master's Book of Wood Elven Culture</a>
and it should give us a usable link so we can see what's needed/rewarded, etc.
Quote:
Originally Posted by Angelox
Derision; On that great pop up window you made for Bot tracking; I'm wondering if might be proper to use it as a GM command too? Probably would have some use like that.
|
Do you mean something like a
#popup command that allows you to send a custom popup to someone? Or do you mean specifically for something with bots (like a list of bots or something)?
The former would be pretty easy, we just need a command to wrap to Client::SendPopupToClient.