Call Lightning not working in Snowy Weather
-
Server Version: 221113 Voss 7713
Issue Location: Spell - Druid - Call Lightning - 3rd CircleIssue: Call lightning currently can only be casted in rainy weather. It should also be castable in snowy weather per Zool's confirmation.
Also, would it be possible to add Call Lightning information to the Spell Change post? (facts that it can only be casted in outdoor areas and requires rainy or snowy weather)
-
Is there any server message to say that it isnt working? something like:
"The lightning fails to heed your call, for the sky is too clear to form thunderclouds." ??if(GetIsAreaInterior(GetArea(OBJECT_SELF))) { if(GetIsPC(OBJECT_SELF)) { SendMessageToPC(OBJECT_SELF, "The lightning fails to heed your call, for it cannot work its way inside."); } } else if(GetWeather(GetArea(OBJECT_SELF)) == WEATHER_CLEAR) { if(GetIsPC(OBJECT_SELF)) { SendMessageToPC(OBJECT_SELF, "The lightning fails to heed your call, for the sky is too clear to form thunderclouds."); } } else {
Per the code as long as the weather is something other than "clear" (ie, rain/snow) it should work.
-
Asked the only Druid and there isnt confirmation its not working.
Please provide confirmation its still not working + the current behavior. -