Search found 287 matches

by icesteruk
Tue Jul 22, 2014 3:03 pm
Forum: Help Forum
Topic: Defense, table issue
Replies: 7
Views: 4517

Defense, table issue

I seem to be having an issue with my defense table, some skills require certain things like 5 spark, 10 devotion etc which I track from gmcp but I am at a lost on how to put that into the defup. class.def.Priest = { fireblock = { action = "evoke fireblock", need = "5 spark", bala...
by icesteruk
Mon Jun 09, 2014 3:28 pm
Forum: Help Forum
Topic: [help] Trigger / Regex on Directions
Replies: 6
Views: 4064

Re: [help] Trigger / Regex on Directions

Akaya wrote:Just ran my code against that string and worked just fine.

Not to sound ungreatful but I ran the code you put and, it didnt show the exits with doors heh .. But, That might work for what im after :)

Thank you
by icesteruk
Mon Jun 09, 2014 2:53 pm
Forum: Help Forum
Topic: [help] Trigger / Regex on Directions
Replies: 6
Views: 4064

Re: [help] Trigger / Regex on Directions

Its not even classing the door as a exit/entrance now.. This is what I get You see exits leading north (open pine door), northeast (open pine door), east, southeast (open pine door), south (open pine door), southwest, west (open pine door), northwest, and in. { "east", "northwest"...
by icesteruk
Mon Jun 09, 2014 9:57 am
Forum: Scripts & Packages
Topic: Self Updating Package Script
Replies: 14
Views: 21067

Re: Self Updating Package Script

sorry for the double post but what AM I looking for in 'package.loaded'??
by icesteruk
Mon Jun 09, 2014 8:43 am
Forum: Help Forum
Topic: [help] Trigger / Regex on Directions
Replies: 6
Views: 4064

[help] Trigger / Regex on Directions

I'm trying to capture You see exits leading north (open pine door), northeast (open pine door), east, southeast (open pine door), south (open pine door), southwest, west (open pine door), northwest, and in. And other direction triggers but I don't want the (open pine door), (closed pine door) etc.. ...
by icesteruk
Sat Jun 07, 2014 5:44 am
Forum: Help Forum
Topic: cecho/echo Alignment
Replies: 18
Views: 11321

Re: cecho/echo Alignment

thanks :)
by icesteruk
Thu Jun 05, 2014 4:15 pm
Forum: Help Forum
Topic: cecho/echo Alignment
Replies: 18
Views: 11321

Re: cecho/echo Alignment

Thanks dude, Your awesome per :P
by icesteruk
Thu Jun 05, 2014 3:29 pm
Forum: Help Forum
Topic: cecho/echo Alignment
Replies: 18
Views: 11321

Re: cecho/echo Alignment

I grabbed the new code as I deleted the old stuff.. cecho("\n"..calign("<sandy_brown>[ OUTC: "..plant.." ("..total_left..") ]", {alignment="right", spacer = " "}).."\n") the Align() function align(str,options) --str is a string, o...
by icesteruk
Thu Jun 05, 2014 1:48 pm
Forum: Help Forum
Topic: cecho/echo Alignment
Replies: 18
Views: 11321

Re: cecho/echo Alignment

Thanks so much dude, Your still the best :D Working now. But I have noticed.

IF I put <blue> or any color within the "<blue>[ .. it counts them 6 things as letters on the count space thingy ... is that meant to happen?

I did a fresh copy of Align() also just a moment ago
by icesteruk
Thu Jun 05, 2014 10:00 am
Forum: Help Forum
Topic: cecho/echo Alignment
Replies: 18
Views: 11321

Re: cecho/echo Alignment

Ok Ive taken a screen pic as 'center' points to the left and 'right' does center.. Am I really missing someting.. cecho(calign("[ OUTC: plantname ("..total_left..") ]", {alignment="right"})) cecho(calign("[ OUTC: plantname ("..total_left..") ]", {ali...