Hello guys, I request some brainstorming here -
What I need to do, is disable light spell and torches caried by party in particular area. I know difficult way (script for itterating torches and then putting them away + some difficult antimagic area script), but I wonder if you have any better solutions. What could really help me if spell darkness could be somehow casted by script (as darkness "beat" both magic and torches effects), but as for now it is not possible to add it as spawner as it is not projectile.
welcome any ideas
Disable lights + torches
Re: Disable lights + torches
Not that it changes much, but probably instead of displacing somewhere else, you can just save the current fuel and set them to 0 fuel to douse (is this the right verb ?) them.script for itterating torches and then putting them away
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
Re: Disable lights + torches
I have already have script which takes any torches from hands of any champion an place them in inventory. When connected to some one sec timer it works fine in particular area, but still this is not solution I prefer :/ probably some onCast function attached to some object or something like that should work muc better :Xanathar wrote:Not that it changes much, but probably instead of displacing somewhere else, you can just save the current fuel and set them to 0 fuel to douse (is this the right verb ?) them.script for itterating torches and then putting them away