Search found 36 matches

by Guilend
Sun Dec 30, 2018 5:45 am
Forum: Help Forum
Topic: Making a list of items into each item being a clickable link.
Replies: 3
Views: 3465

Re: Making a list of items into each item being a clickable link.

Sure, it took two triggers. ^(\w+|\w+ \w+)(\s+)(\w+)(\s+)(Easy|Medium|Hard) local destination = matches[2] local true_dest = destination if destination == "Eta Zeniah" then true_dest = "Eta" end local pos = string.find(line, destination)+string.len(destination) local remainder = ...
by Guilend
Sat Dec 29, 2018 10:00 pm
Forum: Help Forum
Topic: Making a list of items into each item being a clickable link.
Replies: 3
Views: 3465

Re: Making a list of items into each item being a clickable link.

Never mind, Someone from the Starmourn discord made it for me.
by Guilend
Sat Dec 29, 2018 4:06 am
Forum: Help Forum
Topic: Making a list of items into each item being a clickable link.
Replies: 3
Views: 3465

Making a list of items into each item being a clickable link.

In Starmourn there are Incursions and to find out how far they are away you have to enter STARCHART <coord>, but I was wondering if it was possible to make an alias to turn on a trigger, send incursion list and have the list of incursions as clickable links to send STARCHART <coord> so i don't have ...
by Guilend
Fri Oct 19, 2018 2:01 pm
Forum: Help Forum
Topic: Table script among other stuff
Replies: 3
Views: 3605

Re: Table script among other stuff

Thanks, I will get on it soon and try and fix it. As always, I love how you word some of your comments, it's both entertaining and instructive. Someone gave me an online book about lua programming, I will try and dive into that and use what you have told me and the book and see what i can come up wi...
by Guilend
Fri Oct 19, 2018 7:27 am
Forum: Help Forum
Topic: Table script among other stuff
Replies: 3
Views: 3605

Table script among other stuff

Okay, worked on this for a few hours and still not getting it. local imageA = {p = "Pierce", b = "Bleed", c = "Crush", sh = "shroud", ds = "dullsense", nb = "Nimbus", lo = "Look", rx = "Relaxation", hm = "Human"...
by Guilend
Thu Oct 18, 2018 12:09 am
Forum: Help Forum
Topic: Achaea Runewarden runelore script + alias
Replies: 7
Views: 5770

Re: Achaea Runewarden runelore script + alias

"uruz = {'green'}}" this part needs blue and yellow inks, how do i add that in there or is it possible?
by Guilend
Wed Oct 17, 2018 4:23 pm
Forum: Help Forum
Topic: Achaea Runewarden runelore script + alias
Replies: 7
Views: 5770

Re: Achaea Runewarden runelore script + alias

it's specific for the rune i am sketching, here is the current script i am using and it's alias. function runed(inkcolor,typerune,whogets) if whogets == "o" then send(" " .. inkcolor .. ";sketch " .. typerune .. " on " .. matches[3]) elseif whogets == "g&...
by Guilend
Wed Oct 17, 2018 1:53 am
Forum: Help Forum
Topic: Achaea Runewarden runelore script + alias
Replies: 7
Views: 5770

Re: Achaea Runewarden runelore script + alias

or if someone happens to have a really good script to handle this and totems, it will not hurt my feelings if it's different this what i want and they want to share it with me, i will be more then happy to use it instead. This is just the only way i could think of to manage runes. If there is a bett...
by Guilend
Wed Oct 17, 2018 1:51 am
Forum: Help Forum
Topic: Achaea Runewarden runelore script + alias
Replies: 7
Views: 5770

Achaea Runewarden runelore script + alias

I did not find this question on the forum, or an answer so i will post my question. I am working on a script for my runelore, i want it just like my charming spell script I had help making ealier for Avalon. I have some of the script made and i am sure the second part with the function isn't correct...