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

Demon Portal Version 1.0

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Demon Portal : Opens a portal from the depths of hell that creates a rip in time, allowing the warlock to travel to it. Only one portal may remain open at a time, if an existing one is present it will be destroyed so the new one can complete summoning.
-------------------------------------------------------------------------------------------------
Anti-Matter Travel : Teleports the warlock to the currently opened demon portal by shrinking the caster down to dark antimatter and teleports the caster to the portal.

------------
Give Credit If Use!

Keywords:
portal, demon, devil, move
Contents

Just another Warcraft III map (Map)

Reviews
20:26, 13th Nov 2015 BPower: No update done in years. Rejected. 10:43, 11th Apr 2010 TriggerHappy: Not MUI or MPI and it leaks.

Moderator

M

Moderator

20:26, 13th Nov 2015
BPower:
No update done in years. Rejected.

10:43, 11th Apr 2010
TriggerHappy:

Not MUI or MPI and it leaks.
 
Level 1
Joined
Jul 10, 2008
Messages
3
Works perfectly, though it lacks the 'Effect'. Try to make it more. . . .'Flashy' and 'Entertaining' But this spell isn't half bad. 4/5
 
Level 31
Joined
May 3, 2008
Messages
3,155
1) Not MUI/MPI
2) Too simple, unoriginal and boring
3) No documentation
4) Poor scripting

-Instead of using caster unit, use triggering unit.
-Memory leak, you leak position of trigger unit.

1/5 (Unacceptable)

For those who wish to view the trigger, here you go.

  • Spawn Portal Effect
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to |cffFFFF00Demon Portal|r
    • Actions
      • Custom script: call RemoveLocation( udg_Demon_Portal_Point )
      • Unit - Remove Demon_Portal_Dummy from the game
      • Unit - Create 1 Demon Portal Dummy for Neutral Passive at (Position of (Casting unit)) facing 270.00 degrees
      • Set Demon_Portal_Dummy = (Last created unit)
      • Set Demon_Portal_Point = (Position of (Casting unit))
  • Teleport Hero
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to |cffFFFF00Darkmatter Travel|r
    • Actions
      • Unit - Move (Casting unit) instantly to Demon_Portal_Point
      • Camera - Pan camera for (Owner of (Casting unit)) to Demon_Portal_Point over 0.50 seconds
      • Special Effect - Create a special effect at (Position of (Casting unit)) using Abilities\Spells\Other\Doom\DoomDeath.mdl
      • Special Effect - Destroy (Last created special effect)
This is the 3rd time you submit such a spell, please read tutorial and get feedback at trigger and scripting before you upload to this section.
 
Top