• 🏆 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!

Lagging Silence

Status
Not open for further replies.
Level 18
Joined
Feb 28, 2009
Messages
1,970
I`ve triggered a spell for a hero which one of the effects is silence of the target which I based on soulburn (dummy spell).
Everything is ok and works but when it`s casted at spell 1st level (so the dummy silence is 1st level too) of the spell there are massive lags untill the effect of silence is over.
When it`s casted at 2nd level everything is ok. Same with 3rd one.

All I`ve eddited at the spell (dummy) in object editor is to remove the dmg of the spell and armor decreasement, little edits at buff and changed duration.
The trigger is leakless, BJ-less (vJASS), etc.

Is there any way to fix the lags? (Am I the only one whos has such a problem?)
 
Level 19
Joined
Feb 4, 2009
Messages
1,313
I`ve triggered a spell for a hero which one of the effects is silence of the target which I based on soulburn (dummy spell).
Everything is ok and works but when it`s casted at spell 1st level (so the dummy silence is 1st level too) of the spell there are massive lags untill the effect of silence is over.
When it`s casted at 2nd level everything is ok. Same with 3rd one.

All I`ve eddited at the spell (dummy) in object editor is to remove the dmg of the spell and armor decreasement, little edits at buff and changed duration.
The trigger is leakless, BJ-less (vJASS), etc.

Is there any way to fix the lags? (Am I the only one whos has such a problem?)

could it be possible that you set the damage period to 0 or something very small?
if it's 0 it will be laggy cause it will wait 0 sec and execute itself again
disable the trigger and check if the lag vanishes
 
Level 18
Joined
Feb 28, 2009
Messages
1,970
could it be possible that you set the damage period to 0 or something very small?
if it's 0 it will be laggy cause it will wait 0 sec and execute itself again
disable the trigger and check if the lag vanishes
Thx, it works ok now ;]
It was 0 time peroid as you said.
But that`s strange coz for every lvl it was 0 and it was lagging only at 1st level.

~Solved~
 
Status
Not open for further replies.
Top