- Joined
- May 16, 2020
- Messages
- 660
Hi guys,
Question about the following spell in WC3 Reforged:
Frozen Orb v1.01
After downloading the spell and using it the downloaded map, everything works correctly. However, when I c&p the trigger, units and abilities to a completely new map I don't see the frozen orb nor the spikes shooting from it.
Weirdly enough the enemy units are still hit by the spell and spikes (they get damaged and die). So behind the scene the spell is working. It's just that the frozen orb and spikes are invisible. The two lines responsible for the art of the spell are correcly in the trigger though...
globals
//Art of the main orb unit
private constant string ORB_ART = "Abilities\\Weapons\\FrostWyrmMissile\\FrostWyrmMissile.mdl"
//Art of the released bolts. The bolts released when the orb explodes uses this art too.
private constant string MISSILE_ART = "Abilities\\Weapons\\LichMissile\\LichMissile.mdl"
Can someone please confirm this?
Not sure if this is reforged bug, but seems weird that in the original map everything works and when c&p to a new map it doesn't, so probably rather my mistake but I don't know what is wrong.
Thanks!
Edit: attached a pic
Question about the following spell in WC3 Reforged:
Frozen Orb v1.01
After downloading the spell and using it the downloaded map, everything works correctly. However, when I c&p the trigger, units and abilities to a completely new map I don't see the frozen orb nor the spikes shooting from it.
Weirdly enough the enemy units are still hit by the spell and spikes (they get damaged and die). So behind the scene the spell is working. It's just that the frozen orb and spikes are invisible. The two lines responsible for the art of the spell are correcly in the trigger though...
globals
//Art of the main orb unit
private constant string ORB_ART = "Abilities\\Weapons\\FrostWyrmMissile\\FrostWyrmMissile.mdl"
//Art of the released bolts. The bolts released when the orb explodes uses this art too.
private constant string MISSILE_ART = "Abilities\\Weapons\\LichMissile\\LichMissile.mdl"
Can someone please confirm this?
Not sure if this is reforged bug, but seems weird that in the original map everything works and when c&p to a new map it doesn't, so probably rather my mistake but I don't know what is wrong.
Thanks!
Edit: attached a pic