Search found 6 matches

by Lyev
Thu Aug 30, 2012 5:44 am
Forum: Help Forum
Topic: Detect what vials are in inventory using GMCP
Replies: 1
Views: 2287

Detect what vials are in inventory using GMCP

This is for Achaea. I want to be able to detect if I have a health/mana vial in my inventory using GMCP. I can sendGMCP("Char.Items.Inv") to the server to get it to respond with gmcp.Char.Items.List, and it looks like this: ... 9: table { 'name': 'an oaken vial' 'id': '336525' } 10: table ...
by Lyev
Tue Feb 21, 2012 11:58 pm
Forum: General Forum
Topic: achaea gmcp time
Replies: 12
Views: 11089

Re: achaea gmcp time

It's a shame that there is no gmcp way! Thanks for the replies anyway.
by Lyev
Tue Feb 21, 2012 10:48 am
Forum: General Forum
Topic: achaea gmcp time
Replies: 12
Views: 11089

achaea gmcp time

Is there anyway to access the current time in Achaea with gmcp?
I want to add it to my prompt like this: 1500h, 1551m, 6400e, 5950w ex-(2%)(middle of the night)
by Lyev
Mon Feb 20, 2012 7:06 am
Forum: General Forum
Topic: echo hyperlink
Replies: 2
Views: 3565

Re: echo hyperlink

Thankyou !
by Lyev
Mon Feb 20, 2012 6:45 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: `echo test triggers from input line alias
Replies: 7
Views: 38914

Re: `echo test triggers from input line alias

This is really great. Nice work. :)
by Lyev
Mon Feb 20, 2012 6:40 am
Forum: General Forum
Topic: echo hyperlink
Replies: 2
Views: 3565

echo hyperlink

If I wanted to echo a hyper link, how would I do so? I wanted to do something like this:

echo("<a href='http://www.achaea.com/vote'>Vote for achaea!</a>")

But it didn't work.