City of Arabel
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Call Lightning not working in Snowy Weather

    Scheduled Pinned Locked Moved Closed Bugs
    3 Posts 3 Posters 135 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • TheMinionOfArabelT
      TheMinionOfArabel
      last edited by

      Server Version: 221113 Voss 7713
      Issue Location: Spell - Druid - Call Lightning - 3rd Circle

      Issue: 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)

      Current PC: Alizee Walton

      1 Reply Last reply Reply Quote
      • EchoE
        Echo
        last edited by Echo

        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.

        "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

        1 Reply Last reply Reply Quote
        • Strife and DiscordS
          Strife and Discord
          last edited by

          Asked the only Druid and there isnt confirmation its not working.
          Please provide confirmation its still not working + the current behavior.

          1 Reply Last reply Reply Quote
          • EchoE Echo moved this topic from Bug Reports on
          • 1 / 1
          • First post
            Last post