Spell Sneak attack

Rommel

New Member
Reaction score
13
+The hero creates an invisinle prison..trapt a target enemy unit,..then teleport to and deal 4 times for 400 damage each...After that..he will teleport back to where he stood...
+The screenshot can not describe it///:D
 

Attachments

  • sneak attack.w3x
    62 KB · Views: 197

Rommel

New Member
Reaction score
13
Oh..sorry..i forgot the map :D.
There, i uploaded it..kind friends,.plx give me some comments.
 

Trollvottel

never aging title
Reaction score
262
Code:
Einheit - Move shadowmaster_caster instantly to ((Position of Shadowmaster_target) offset by (60.00, 0.00)), facing (Position of Shadowmaster_target)

leaks, replace it with

Code:
set temp_point = position of Shadowmaster_target
Einheit - Move shadowmaster_caster instantly to (temp_point offset by (60.00, 0.00)), facing temp_point
custom script: call RemoveLocation(udg_temp_point)

the same here:
Code:
Einheit - Move shadowmaster_caster instantly to ((Position of Shadowmaster_target) offset by (0.00, -60.00)), facing (Position of Shadowmaster_target)
.
.
.
.
and here
Code:
Einheit - Move shadowmaster_caster instantly to shadowmaster_casterpoint, facing (Position of Shadowmaster_target)
remove the location. please read a leak removal tutorial

/edit oops made a mistake, this leaks too:

Code:
set temp_point = position of Shadowmaster_target
Einheit - Move shadowmaster_caster instantly to (temp_point offset by (60.00, 0.00)), facing temp_point
custom script: call RemoveLocation(udg_temp_point)

it must be:
Code:
set temp_point = position of Shadowmaster_target
set temp_2 = (temp_point offset by (60.00, 0.00))
Einheit - Move shadowmaster_caster instantly to temp2, facing temp_point
custom script: call RemoveLocation(udg_temp_2)
custom script: call RemoveLocation(udg_temp_point)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top