i have a strange problem here.
Whenever i use this trigger and ability, the casting player always got dc from the game. But it worked on single player.
Why guys, it was really working before i messing arround with vjass and installed new jass gen pack
That's strange because it never happened before, at first i think it's because the vjass trigger that i import to, but i tried to disable all vjass, and still got that problem
Whenever i use this trigger and ability, the casting player always got dc from the game. But it worked on single player.
-
Untitled Trigger 001
-
Events
- Player - Player 1 (Red) types a chat message containing up as An exact match
- Player - Player 2 (Blue) types a chat message containing up as An exact match
- Conditions
-
Actions
- Set UnitGroup[1] = (Units owned by (Triggering player) matching (((Matching unit) is A Hero) Equal to True))
-
Unit Group - Pick every unit in UnitGroup[1] and do (Actions)
-
Loop - Actions
- Hero - Set (Picked unit) Hero-level to ((Hero level of (Picked unit)) + 9), Hide level-up graphics
- Unit - Reset ability cooldowns for (Picked unit)
- Unit - Set life of (Picked unit) to 100.00%
- Unit - Set mana of (Picked unit) to 100.00%
-
Loop - Actions
-
Events
-
Fourth
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to 4 zeus
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to True) and (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True))) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Level of 4 zeus for (Casting unit)) Greater than or equal to 1
- ((Picked unit) is alive) Equal to True
-
Then - Actions
- Unit - Create 1 Dummy Caster Slow for (Owner of (Casting unit)) at (Position of (Picked unit)) facing Default building facing degrees
- Unit - Add a 1.50 second Generic expiration timer to (Last created unit)
- Unit - Add 4 zeus ex to (Last created unit)
- Unit - Order (Last created unit) to Human Sorceress - Slow (Picked unit)
- Special Effect - Create a special effect at (Position of (Picked unit)) using war3mapImported\Great Lightning.mdx
- Special Effect - Destroy (Last created special effect)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to True) and (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True))) and do (Actions)
-
Events
That's strange because it never happened before, at first i think it's because the vjass trigger that i import to, but i tried to disable all vjass, and still got that problem
Last edited: