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

ZAWAIJ - Troll Pariah

This bundle is marked as awaiting update. A staff member has requested changes to it before it can be approved.
(This resource is required to be posted for the Team Hero Contest; believe me, I know it doesn't belong here otherwise. xD)

My 1/3rd of the entry to this Contest; the 'Code'. I put that in quotes because as many of you well know of me by now, me & Coding have a... "It's Complicated" relationship. Anyway, check it out.

I call it "Grim Rupture" and it has to be seen to be believed! Basically the Hero plunges his stolen tiki sword deep into an enemy, consuming their soul for sustenance & killing them instantaneously (gains HP & MP based on their HP/MP). At the same time, his sword shackles the escaping victims' spirit into a Grim Ward, a malefic totem which continually strikes nearby enemies with fear, forcing them to run away or freeze in place.

~~~

The other three spells round out the "Hero Spellpak":
- Vicious Cleave (a powerful cleaving swipe which deals damage to up to 6 nearby enemy units),
- Consume Flesh (feasts upon the fresh corpses of his enemies. Doing so heals damage and gives him a one-time buff to his maximum health which lasts until he dies)
- Retaliate (surrounded by enraged tiki spirits, the Troll Pariah has a % chance upon being attacked to retaliate, the spirits striking each foe from any distance))

~~~

Enjoy!

- Kyrbi0
Contents

ZAWAIJ - Troll Pariah (Map)

Reviews
KILLCIDE
Needs Fixed Please add a configurable trigger that allows people to modify the changes without having to actually go into the code itself In addition to the above, consider adding more configurables :P Avoid using repeating function calls The prefix...
Level 37
Joined
Jul 22, 2015
Messages
3,485

Needs Fixed

  • Please add a configurable trigger that allows people to modify the changes without having to actually go into the code itself
  • In addition to the above, consider adding more configurables :p
  • Avoid using repeating function calls
  • The prefix you chose for the variable is way too generic, in addition to the "TempPoint" variable
  • You leak a location and unit group in the Grim trigger

Suggestions

  • A much cleaner mechanic to trigger the fear is to use a damage detection system rather than attack
  • Consider any other suggestions made by Cokemonkey that I may have missed

Status


Awaiting Update
 

Kyrbi0

Arena Moderator
Level 44
Joined
Jul 29, 2008
Messages
9,477

Needs Fixed

  • Please add a configurable trigger that allows people to modify the changes without having to actually go into the code itself
  • In addition to the above, consider adding more configurables :p
  • Avoid using repeating function calls
  • The prefix you chose for the variable is way too generic, in addition to the "TempPoint" variable
  • You leak a location and unit group in the Grim trigger

Suggestions

  • A much cleaner mechanic to trigger the fear is to use a damage detection system rather than attack
  • Consider any other suggestions made by Cokemonkey that I may have missed

Status


Awaiting Update
Is this what it feels like?? :O
 
Top