View Single Post
  #15  
Old 10-23-2008, 06:55 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by trevius View Post
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 View Post
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.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote