• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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