+1 point.
Sent, thanks :)
Thanks for share, unfortunelly only one screenshot per 24 hours can give you a point.
Printable View
Forgot to post it yesterday, hue!
http://i.imgur.com/YFzZ9kx.jpg
@Eldar, a suggestion for you to implement on your Ice Witch temple script.
People are luring Crystal Spiders to the cave entrance and traping them with fire/energy fields.
The char (mage) is instantly killed when it enters the cave.
Maybe some sort of creature check or the possibility to cast "utamo vita" or equip energy ring to kill this first round would work!
You can add this as persistant:
auto(100)
if maround(7,"Crystal Spider") >= 4 and $manashielded == false and cancastspell("utamo vita") then
cast("utamo vita")
end
It will cast utamo vita when 4 or more Crystal Spiders on screen.
+1 point.