• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Special Effects invisable

Status
Not open for further replies.

noj

noj

Level 4
Joined
Jan 16, 2006
Messages
89
This trigger is run on map initialization, the event is just put there because at first i thought it wasn't running or something.

When i look at this region there is absolutely no effects there. but the weirdest part is when i put it into any menu. including quest menu, game menu, log, or even a dialog. i can then see them!

I'm using the in-game model for bubble steam. "Doodads\Icecrown\Water\BubbleGeyserSteam\BubbleGeyserSteam.mdl".

I'm also using my own lighting.

it makes sense that it might be the lighting since when you go to one of those menus the lighting changes also. but i doubt it because other special effects seem to work fine.

i'll fix the leaks later.
  • Name
    • Events
      • Player - Player 1 (Red) types a chat message containing water as An exact match
    • Conditions
    • Actions
      • Do Multiple ActionsFor each (Integer A) from 1 to 150, do (Actions)
        • Loop - Actions
          • Set RandomNumbers[2] = (RandomNumbers[2] + 1)
          • Special Effect - Create a special effect at (Random point in Des40 <gen>) using Doodads\Icecrown\Water\BubbleGeyserSteam\BubbleGeyserSteam.mdl
          • Set SPEF[RandomNumbers[2]] = (Last created special effect)
bubblesn.jpg


Edit: i have no clue what the problem was but im going to use weather effects instead.
 
Last edited:
Status
Not open for further replies.
Top