• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

rect

  1. Death Adder

    [Solved] GetRectCenter & GetRectCenterX/Y not working?

    I had a problem with my trigger not working for some some reason, and I just couldn't figure out why. The coordinates always ended up at the center of the map, which they should not. I narrowed it down to the preplaced regions (rect) somehow not working, but no matter how I look and test it...
  2. ilMale

    RectContainsUnit doesn't work

    Hi guys, I'm encountering a big problem with triggers. I've 2 trigger. One of this is in GUI: UnitEntersInSide Events Unit - A unit enters Region 042 <gen> Unit - A unit enters Side Team 1 <gen> Unit - A unit enters Side Team 2 <gen> Unit - A unit enters Side...
  3. ilMale

    RectContainsUnit doesn't work!

    Hi guys, I'm encountering a big problem with triggers. I've 2 trigger. One of this is in GUI: UnitEntersInSide Events Unit - A unit enters Region 042 <gen> Unit - A unit enters Side Team 1 <gen> Unit - A unit enters Side Team 2 <gen> Unit - A unit enters Side...
  4. itsTrixyB11TCH

    Terrain - Change terrain type using For each (Integer A)

    Must be in GUI, possibly with custom scripts. if impossible to do so, JASS can be used instead with a greater explanation, since I've never used JASS. I've been looking around the hws, and I'm a bit confused? I've been working on a TD, where you vote for the track to be used. The voted track...
  5. Veronnis

    [Solved] Possible to Reference Region / Rect Name?

    Hello, I'm just curious if anyone happens to know if you can reference a region or rects name, for an example purpose like such: Event: Unit enters region Action: Play Sound Array [(Substring 1,1 of region/rect entered)]
  6. LazyKnight

    [Solved] [Spell] Pick all Units in front of Caster within a square?

    Hi there. I'm trying to make a spell which could damage all units in front of Caster and push them all back, thus I need to pick all units in front of Caster within a square. I've searched the forum and just get some result related to "front" & "sector", yet I need the square. I know we could...
  7. Death Adder

    turn rects into regions

    Is there some simple way to just turn pre-placed rects in the world editor into regions? Or a proper event response for rects like GetTriggeringRegion()? I'm not using vJass so I can't declare globals without GUI Also, the TriggerRegisterEnterRectSimple() seems to be a region, but it's...
Top