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

[Request] Maker's Contages Insanctus Substitute

Status
Not open for further replies.
Level 12
Joined
Dec 25, 2010
Messages
972
Note: this is both a request to anyone who wishes to help me and a warning to maker about a bug.
Well I'm needing an Aura for my character Ryan That Doesn't conflict with the Grass Terrain :ogre_haosis:
must be: [GUI],[MUI],leakless and Lagless.
Your Idea

Reward for those who will help me: +REP
 
Last edited:
Level 37
Joined
Mar 6, 2006
Messages
9,240
So you want the spell not turn grass into snow or ice?

That's very easy. Just add grass to this list in Contages Insanctus Pulse:

  • (Terrain type at Temp_Loc_4) Not equal to Northrend - Ice
  • (Terrain type at Temp_Loc_4) Not equal to Northrend - Snow
  • (Terrain type at Temp_Loc_4) Not equal to Northrend - Rocky Snow
 
Level 12
Joined
Dec 25, 2010
Messages
972
So you want the spell not turn grass into snow or ice?

That's very easy. Just add grass to this list in Contages Insanctus Pulse:

  • (Terrain type at Temp_Loc_4) Not equal to Northrend - Ice
  • (Terrain type at Temp_Loc_4) Not equal to Northrend - Snow
  • (Terrain type at Temp_Loc_4) Not equal to Northrend - Rocky Snow

Not exactly
I've changed terrain into those of the cityscape tile but the transformed grass doesn't change back into grass
What I've done wrong eh
 
Level 37
Joined
Mar 6, 2006
Messages
9,240
In Contages Insanctus Initialize trigger, set the terrain types here:

  • Contages Insanctus Initialize
    • Events
      • Time - Elapsed game time is 0.00 seconds
    • Conditions
    • Actions
      • -------- ------------------------- --------
      • Hashtable - Create a hashtable
      • Set CI_Hash = (Last created hashtable)
      • Hashtable - Create a hashtable
      • Set Terrain_Hash = (Last created hashtable)
      • -------- ------------------------- --------
      • -------- Define the terain types in your map here --------
      • -------- ------------------------- --------
      • Set CI_Terrain_Types[0] = Lordaeron Summer - Dirt
      • Set CI_Terrain_Types[1] = Lordaeron Summer - Rough Dirt
      • Set CI_Terrain_Types[2] = Lordaeron Summer - Grassy Dirt
      • Set CI_Terrain_Types[3] = Lordaeron Summer - Rock
      • Set CI_Terrain_Types[4] = Lordaeron Summer - Grass
      • Set CI_Terrain_Types[5] = Lordaeron Summer - Dark Grass
      • -------- ------------------------- --------
      • -------- Terrain Types (insert highest index) --------
      • -------- ------------------------- --------
      • Set CI_Reals[12] = 5.00
      • -------- ------------------------- --------
Also set the highest index.
 
Status
Not open for further replies.
Top