Search found 116 matches

by Manni
Sat Dec 24, 2011 8:17 pm
Forum: Help Forum
Topic: Clickable links for shops
Replies: 5
Views: 3798

Clickable links for shops

I want to make a script that makes the items in a shop clickable to purchase that follow up with a failsafe confirmation link. Preferably all of this would work with ASK DENIZEN WARES. From what I understand cechoLink() is the function I'll need, and this should link the items captured through a tri...
by Manni
Wed Dec 21, 2011 8:11 am
Forum: Help Forum
Topic: Curious about achaea moon phase tracker
Replies: 2
Views: 2464

Re: Curious about achaea moon phase tracker

I'm actually in the process of making a GUI that tracks time of day, moon phase, season, month for RP purposes
by Manni
Sun Dec 18, 2011 12:56 am
Forum: Help Forum
Topic: Trigger layout help
Replies: 6
Views: 3692

Re: Trigger layout help

try it without the :upper(). if that fixes it, you need to set the variables to upper before you announce
by Manni
Sat Dec 17, 2011 11:43 pm
Forum: Help Forum
Topic: Trigger layout help
Replies: 6
Views: 3692

Re: Trigger layout help

a little less sophisticated, but try this:

send("pt ** MIND THREW "..mltarget.. " "..matches[3])
by Manni
Sat Dec 17, 2011 10:23 pm
Forum: Help Forum
Topic: Trigger layout help
Replies: 6
Views: 3692

Re: Trigger layout help

I've not run a Monk, but if matches[2] is just the person's name (no prefix or suffix) than use (\w+), if not, change it to (.+). on matches[3] it's a direction, yes? just use (\w+) for that. From what I see though, everything looks functional.
by Manni
Thu Dec 15, 2011 2:43 am
Forum: General Forum
Topic: ctrl+shift+v
Replies: 27
Views: 18616

Re: ctrl+shift+v

how do I implement this?
by Manni
Wed Dec 14, 2011 6:52 am
Forum: Help Forum
Topic: Mini window
Replies: 4
Views: 3320

Re: Mini window

you sir... have just pointed out my idiocity... thank you
by Manni
Wed Dec 14, 2011 6:36 am
Forum: Help Forum
Topic: Mini window
Replies: 4
Views: 3320

Re: Mini window

changed it, same issue. Thanks for helping change: ct_track_font = ct_track_font or 10 -- edit this to change the size. function ct_window() local x, y = calcFontSize( ct_track_font ) WindowWidth, WindowHeight = getMainWindowSize() createMiniConsole("ct_track",WindowWidth-x*60-20,0,x*30,y*...
by Manni
Wed Dec 14, 2011 4:08 am
Forum: Help Forum
Topic: Mini window
Replies: 4
Views: 3320

Mini window

I'm trying to create a miniconsole that I can actively echo into so I can track what afflictions my opponent has. I can't get this window to initiate on startup though, and I haven't figured out the issue. Any help would be greatly appreciated. window function: ct_track_font = ct_track_font or 10 --...
by Manni
Sat Dec 10, 2011 8:17 pm
Forum: Help Forum
Topic: Ship Prompt Function
Replies: 1
Views: 2254

Re: Ship Prompt Function

I think you'd want to check your prompt in the delete function with a tempRegexTrigger(), I believe it's slightly faster then checking another function. I'm unsure though.