PDA

View Full Version : The shroud



Kruxify
10-25-2011, 04:34 PM
I'm curious if there's been any extensive research into the grimswarm shroud and mass spells that can tell me how long of an interval I might have to wait between casting mass spells before I get blasted. I've been tempted to take my paladin into sunfist for RP reasons, he's almost 50, so I have access 1630 and beseech if needed, but I know starting sunfist at this late of a level can be a serious pain.

Any advice or ideas?

Ayamei
10-25-2011, 04:42 PM
dirty if anything is misspelled out hard to read, posting from cellphone.

That made me breath a sigh of relief. Wait till you get home and edit this, it makes about as much sense as I usually do.

JustDan
10-25-2011, 04:54 PM
I'm curious if there's been any extensive research in. the grimswarm shroud and mass spells that can tell me how long of an interval I might have to wait maureen casting mass spells before I get blasted. I've been tempted to take my paladin into consist sunfist, he's almost 50, so I have access rek 1630 and beseech if needed, but I knits starting the grim this late can be a serious pain.

Any advice or ideas?

dirty if anything is misspelled out hard to read, posting from cellphone.

OK... this is a hilarious read. Auto-correct FTW.

And yea... translate when you get home. In the interim, thanks for the chuckle.

Kruxify
10-25-2011, 08:17 PM
Edited, I hope that makes a little more sense. It looked a lot better on my cellphone, then I got home and read it..............

/facepalm

drigore
10-25-2011, 08:51 PM
http://www.gsguide.net/index.php?title=The_Guardians_of_Sunfist_Guide

Nice all around info on Sunfist, including the shroud. It is by no means extensive, but a start.

Gibreficul
11-03-2011, 05:54 PM
$shroudlevel = 0
loop{
if checkroom =~ /warcamp/i
counter = XMLData.room_count
check_the_shroud = false
check_the_shroud = matchtimeout(6, "Distorted ripples begin to appear across the mystical shroud surrounding this area|The ripples in the mystical shroud surrounding the area become more prominent|You notice ominous ripples undulating across the mystical shroud surrounding this area|The ripples in the mystical shroud surrounding this area fade away|A sudden burst of energy leaps from the mystical shroud surrounding this area and strikes you right in the eyes!|The mystical shroud surrounding this area suddenly warps around \w+!")
if check_the_shroud
x = $shroudlevel
$shroudlevel = 50 if check_the_shroud =~ /Distorted ripples begin to appear across the mystical shroud surrounding this area/
$shroudlevel = 100 if check_the_shroud =~ /The ripples in the mystical shroud surrounding the area become more prominent/
$shroudlevel = 110 if check_the_shroud =~ /A sudden burst of energy leaps from the mystical shroud surrounding this area and strikes you right in the eyes!|The mystical shroud surrounding this area suddenly warps around \w+!/
$shroudlevel = 50 if check_the_shroud =~ /You notice ominous ripples undulating across the mystical shroud surrounding this area/
$shroudlevel = 0 if check_the_shroud =~ /The ripples in the mystical shroud surrounding this area fade away/
respond "Shroud has changed from #{x} to #{$shroudlevel}"
elsif XMLData.room_count != counter
x = $shroudlevel
$shroudlevel = 0
respond "Shroud has changed from #{x} to ZERO" unless x == 0
end
else
respond "not in a warcamp"
until checkroom =~ /warcamp/i
$shroudlevel = 0
counter = XMLData.room_count
wait_until{counter != XMLData.room_count}
end
end
}


:yeahthat:

alina12
11-17-2011, 05:04 AM
THANKS