View Single Post
  #2  
Unread 06-26-2005, 11:15 AM
Faetyl's Avatar
Faetyl Faetyl is offline
Freeport Pizza Delivery
Featured
 
Join Date: Mar 2005
Server: Unrest
Posts: 1,212
Default

Quote:
Originally Posted by flemer
Hiya, I've been tinkering with the usagealarm popup window in so far as adding buttons to cast a set of buffs for a guardian.
A couple of his abilities contain an apostrophe which seems to cause some problems with the useability command :
for example
onpress="useability='Briteblade's Command' useability='Briteblade's Command'"

This returns the message 'unable to find spell briteblade in your knowledge book', as the apostrophe in the word briteblade's is considered to be the end of the event as well as another error as it tries to do something with the s Command part of the dialogue..
I have tried using () around the ability instead of apostrophes, but this seems to close down EQ.

If you lot have got any little trick that I've not tried I'd be grateful, cheers.

Try this:
onpress="usea='Briteblade' usea='Briteblade'"

(If I remember correctly you only have to put in enough to destinguish it from other commands hence the "usea".)
I setup a havest macro on all my characters to the following:
: ; usea Collecting ; usea Fishing ; usea Foresting ; usea Gathering ; usea Mining ; usea Trapping
Then assign that macro to the main hotbar and have my mouse setup for one of the buttons to initiate the harvest macro...
Ok, I'm getting of the subject now

Let me know if it works for you.

Thor/Faetyl
Reply With Quote