Search found 19 matches

by Aquifn
Mon Jul 21, 2014 8:03 pm
Forum: Help Forum
Topic: Clickable buttons and stuff.
Replies: 2
Views: 3116

Clickable buttons and stuff.

So, I want to set up an alias that gives me a list of possible defenses. I want the defenses, to have two states. Active, and unactive. And I want to be able to click the name I give the defense, to activate them. I'm pretty sure I can do most of it, what I've never been able to successfully do is t...
by Aquifn
Fri May 23, 2014 9:50 pm
Forum: Help Forum
Topic: Fast Question, Substitution
Replies: 4
Views: 2932

Re: Fast Question, Substitution

ha, awesome. thanks man
by Aquifn
Fri May 23, 2014 9:44 pm
Forum: Help Forum
Topic: Fast Question, Substitution
Replies: 4
Views: 2932

Re: Fast Question, Substitution

perhaps I'm misunderstanding how to properly apply it, but I copy and pasted that into the trigger. I used the line I want to replace, used 'exact match' and then pasted your three lines into the input box. inside the replace quotes I again placed the line I want to replace, and then I did my cecho....
by Aquifn
Fri May 23, 2014 8:42 pm
Forum: Help Forum
Topic: Fast Question, Substitution
Replies: 4
Views: 2932

Fast Question, Substitution

Whats the proper syntax to replace a captured line with one of your own?
by Aquifn
Wed Jul 03, 2013 4:05 am
Forum: Help Forum
Topic: Show me how to make this work please
Replies: 2
Views: 2248

Re: Show me how to make this work please

Nevermind. I changed the pattern to:
Code: [show] | [select all] lua
^help (.+)$|^help$
And it worked just fine.
by Aquifn
Wed Jul 03, 2013 4:01 am
Forum: Help Forum
Topic: Show me how to make this work please
Replies: 2
Views: 2248

Show me how to make this work please

Using the following code: ^help (.+)$ if matches[2] == nil then help() elseif matches[2] == "beasts" or matches[2] == "Beasts" then helpBeasts() end "help" doesn't work. however "help beasts" does work. How can I make just "help" work? also, is there...
by Aquifn
Sun Jun 30, 2013 4:24 am
Forum: Help Forum
Topic: Math and commas
Replies: 4
Views: 3537

Re: Math and commas

Thanks fellas
by Aquifn
Sat Jun 29, 2013 9:41 am
Forum: Help Forum
Topic: Math and commas
Replies: 4
Views: 3537

Re: Math and commas

Should this work?
Code: [show] | [select all] lua
goldheld = (matches[3]/2):gsub(",", "")
by Aquifn
Sat Jun 29, 2013 8:59 am
Forum: Help Forum
Topic: Math and commas
Replies: 4
Views: 3537

Math and commas

So, I want to take this line: You possess 24 items and are carrying 1,034 gold sovereigns. and pull out the amount of gold I'm holding into a variable that I can divide. I currently use: You possess (\d+) items and are carrying ((\d+),(\d+)|(\d+)) gold sovereigns. and have it do this: goldheld = mat...
by Aquifn
Thu Jun 13, 2013 5:51 am
Forum: Help Forum
Topic: Having mapper issues
Replies: 9
Views: 5434

Re: Having mapper issues

Random secondary side question. In lusternia, is there any way to make the mapper use the beastmastery (mounted) fording skill? I can't seem to find one.