Search found 177 matches

by Silvine
Fri Jun 13, 2014 7:23 pm
Forum: General Forum
Topic: Which of my scripts need fixing still?
Replies: 12
Views: 14282

Re: Which of my scripts need fixing still?

Thanks for the text on the timers.
by Silvine
Sat Jun 07, 2014 10:15 pm
Forum: General Forum
Topic: Which of my scripts need fixing still?
Replies: 12
Views: 14282

Re: Which of my scripts need fixing still?

Silvine wrote:Hi,
Is there an option to add some text to the timer?

Thanks

Silv
This is more of a request than a bug but the above was for your animated timers.
by Silvine
Sat Jun 07, 2014 10:06 pm
Forum: General Forum
Topic: encryption
Replies: 4
Views: 6011

encryption

Just a thought but it's got me interested. Is there a way to keep your comms secure, simply? Can you secure your comms to be 'not worth the effort' to decipher, rather than impossible? The max length of a tell is say 320 chars or so and restricted to alphanumeric. Immo's can be a little too curious ...
by Silvine
Wed Feb 26, 2014 10:25 pm
Forum: Help Forum
Topic: Regex problem for dmg
Replies: 6
Views: 3957

Re: Regex problem for dmg

You need to account for
attacks
as well as
attack
same method will work
[s]?
by Silvine
Tue Feb 18, 2014 7:16 pm
Forum: Help Forum
Topic: echoLink iteration
Replies: 7
Views: 5351

Re: echoLink iteration

I had another play with it, testing if \n breaks it. if resultsWorn ~="" then resultsID = "hello there " resultsID = resultsID.."its me again" cechoLink("ItemBox", "<pink> "..resultsWorn.." "..itemSearch.."\n", [[echo("]]..re...
by Silvine
Mon Feb 17, 2014 7:02 pm
Forum: Help Forum
Topic: echoLink iteration
Replies: 7
Views: 5351

Re: echoLink iteration

It seems there is a problem with with echoing a multi line string. When I change resultsDB[1].Entire to resultsID it works ok. resultsID being a single word string and resultsDB[1].Entire being a multi line string. Any idea's? Thanks ps when using cechoLink("ItemBox", "<pink> ".....
by Silvine
Sun Feb 16, 2014 5:26 pm
Forum: Help Forum
Topic: echoLink iteration
Replies: 7
Views: 5351

Re: echoLink iteration

Whole script is itemSearch = matches[4] resultsDB = {} resultsDB = db:fetch(myitemDB.Item, db:like(myitemDB.Item.Name, "%"..itemSearch.."%")) resultsWorn = resultsDB[1].Worn resultsID = resultsDB[1].ID resultsDB = db:fetch(myitemDB.Entire, db:eq(myitemDB.Entire.ID, resultsID)) if...
by Silvine
Sun Feb 16, 2014 2:40 pm
Forum: Help Forum
Topic: echoLink iteration
Replies: 7
Views: 5351

Re: echoLink iteration

Turns out I need some more schooling. I have the following line cechoLink( "<pink> "..resultsWorn.."\n", [[echo("ItemBox", "\n----------------------------\n"..resultsDB[1].Entire)]],resultsDB[1].Entire,true) and it shows the last value for resultsDB[1].Entire ...
by Silvine
Sat Jan 18, 2014 11:22 pm
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

Well if this array of talent cant get a trigger firing I'll be beyond amazed. Just need some input from the original poster.
by Silvine
Sat Jan 18, 2014 3:22 pm
Forum: Help Forum
Topic: PLEASE HELP!!!! Using Gyser to create a HP bar
Replies: 37
Views: 23172

Re: PLEASE HELP!!!! Using Gyser to create a HP bar

Your prompt changes during battle?
Post screen shots of all your prompts.

Click the highlight check mark so that it highlights when it fires.
Get the trigger firing than worry about the gauge.