• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Turalyon Hero Concept

sf7676Q.png


IEkXMOU.png


O4AaDNu.png

Turalyon, Lord commander of the Alliance and High Exarch of the Grand Army of the Light. Turalyon, in this Hero Concept, is a main Melee Support specialized in area of effect heals. Thanks to all that have been credited for their awesome work on models, effects, icons and code libraries, and please, if you find that no credit was given to you for your work here or credit were given by mistake, let me know, so I can fix it. Enjoy!

Light Infusion

Divine Smite

Holy Link

Light Burst

Blessed Field

Holy Strike

Holy Unity


Ttfru90.png


Pmm2xqX.gif

koTGCG1.png


SqU4xUD.gif

pCSBNUm.png


DG0uaox.gif

sR7Up4J.png


1ke2FDm.gif

S9jksjM.png


FO3o01H.gif

c5IN3Xn.png

o6U56Ro.png

g4IAJV4.png

  • Henry (Warcraft Underground)
  • AZ
  • Mythic
  • CRAZYRUSSIAN
  • NO-Bloody-Name
  • Pyritie
  • JetFangInferno
  • AbstractCreativity
  • Metal_Sonic
  • Redeemer59
  • Darkfang
  • KelThuzad
  • Magtheridon96
  • Bribe
  • Blizzard

11/02/2020
  • Requirement Systems updated to their latest versions.
11/23/2020
  • Requirement Systems updated to their latest versions.
04/30/2021
  • Concept ported to LUA
  • Drastically reduced the Turalyon model size
  • Updated the required systems to their latest versions
05/11/2021
  • Updated to use the latest version of the requirement libraries
  • Adjust the starting height of abilities that use Missiles
06/06/2021
  • Updated to use the latest version of the requirement libraries
01/13/2022
  • Updated to use the latest version of the requirement libraries
01/01/2023
  • Light Burst v1.3
    • Updated to use the new CrowdControl system

For those who cant open the map due to a problem in the editor when trying to load Object Data, get the Object Data here.
Contents

Hero Concept (Map)

Hero Concept (Map)

Reviews
MyPad
There must be some sort of hero concept competition in Warcraft Undergrounds. In any case, this feels like a labor done with love, something I can appreciate in any endeavor. Spell: Conceptually, the spells presented tell a lot about who Turalyon...
There must be some sort of hero concept competition in Warcraft Undergrounds. In any case, this feels like a labor done with love, something I can appreciate in any endeavor.

Spell:


Conceptually, the spells presented tell a lot about who Turalyon is, and it does so clearly.
Based on their aesthetic, I can guess that Turalyon is someone who can both heal and harm efficiently.

Spell Mechanics:


There isn't much to say about the spells regarding their memory management and performance,
so listed below are some suggestions instead:
  • In the trigger "Holy Link", it was indicated in HolyLink.onPeriod that lightnings don't persist visually in Reforged. A possible solution to this is tantamount to immediately changing the vertex color (alpha) of the lightning object at the given tick (it was 28) and reverting it back to its original alpha value.

  • Add a cooldown reduction mechanism for Light Infusion. Such mechanism is based on the following:
    Every time Turalyon gains 5 levels (starting at level 1), the cooldown for Light Infusion is permanently reduced
    by n seconds.

    In terms of lists:
    • heroLevel = {1, 5, 10, 15, 20}
    • cooldown = {20, 19, 18, 17, 16}
  • In the trigger "Light Infusion", arc calculation appears to be a bit confusing. You can simplify it from 360/charges[i]*0.017453 to 2/charges[i]*bj_PI

Spell Rating: 4.8/5

0.2 points were deducted because of the presence of magic numbers (numbers that should be stored as constants for readability).
Hero Concept Approved
 
Level 20
Joined
May 16, 2012
Messages
635
There must be some sort of hero concept competition in Warcraft Undergrounds. In any case, this feels like a labor done with love, something I can appreciate in any endeavor.

Actually I'm the only one who posts at Warcraft Underground Spell/System section, so no competition in place, but this is my favorite thing to do when I have free time to do whatever i want, so yeah, i put a lot of love into it :).

Spell Mechanics:

I'll try to implement the changes you suggested, Thanks!
 
Level 20
Joined
May 16, 2012
Messages
635
In the trigger "Holy Link", it was indicated in
HolyLink.[COLOR=color: #666666]onPeriod[/COLOR]
that lightnings don't persist visually in Reforged. A possible solution to this is tantamount to immediately changing the vertex color (alpha) of the lightning object at the given tick (it was 28) and reverting it back to its original alpha value.

Tried and resetting the lightning alpha or color do not work, so I'm keeping the original approach for now.

Add a cooldown reduction mechanism for Light Infusion. Such mechanism is based on the following:
Every time Turalyon gains 5 levels (starting at level 1), the cooldown for Light Infusion is permanently reduced
by n seconds.

In terms of lists:
  • heroLevel = {1, 5, 10, 15, 20}
  • cooldown = {20, 19, 18, 17, 16}

Done.

In the trigger "Light Infusion", arc calculation appears to be a bit confusing. You can simplify it from
360/charges[i]*0.017453
to
2/charges[i]*bj_PI

Done.
 
Level 8
Joined
Jun 13, 2008
Messages
344
This gotta be your best work so far imo. Good thing is this can be used for many holy based heroes as well such as Anduin, Yrel and Velen etc.

Do you have any plans to make a Khadgar concept? We lack some nice arcane based spellpacks here:)
 
Level 1
Joined
Jun 15, 2021
Messages
2
If your world editor cant open the map because of an Object Data error, here is the Object Data for you to import
Sorry to bother you, I'm a newbie and I don't know where ObjectData is used (I don't know English very well, here I use google translate, hope you can understand)
 
Top