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

Profile posts Latest activity Postings Experience Albums Resources About

  • S
    Pretty cool.

    Don't forget to update it over time.

    I don't know. Maybe you should take it easy and just find other threads with hero ideas and use those.
    S
    You need to put [/hidden] ending tag if you want a hidden section.

    Better. You may want to put their spells too, so that people won't directly copy them.
    S
    That's okay. Its both faster and better to post a thread instead of posting messages to users about your trigger problems.
    S
    You don't need array of units and unit groups. The "Pick units in Unit Group" action picks every unit in that group. You can just use "Picked Unit" to pick each unit separately and deal damage to it.

    You never set Slice_X back to 0 at the end of the spell, you just reduce it by one.

    Also, never use WAIT if you plan on this to be a multiplayer map because it is not MUI (Multi-Unit-Instance) and it will bug if multiple units cast it at the same time, resulting in either infinite loops, lag or crash.

    EDIT: Here is your problem.


    ----------
    Set Slice_Group[Slice_X] = (Units within 380.00 of (Position of Slice_Target[Slice_X]) matching ((((Matching unit) is A structure) Equal to False) <span style="font-size: 18px">or</span> ((((Matching unit) is alive) Equal to True) <span style="font-size: 18px">or</span> (((Matching unit) belongs to an enemy of (Owner of Slice_Caster[Slice_X])) Equal to True)
    ----------
    Because all the conditions are OR THIS, the unit group just picks the first condition that is true.

    Change the OR to AND and it will work as you want it. Like this:


    ----------
    Set Slice_Group[Slice_X] = (Units within 380.00 of (Position of Slice_Target[Slice_X]) matching ((((Matching unit) is A structure) Equal to False) <span style="font-size: 18px">and</span> ((((Matching unit) is alive) Equal to True) <span style="font-size: 18px">and</span> (((Matching unit) belongs to an enemy of (Owner of Slice_Caster[Slice_X])) Equal to True)
    ----------
    S
    I would have to see the entire trigger to tell you what's wrong.
    S
    I've submitted my idea in your thread. This might encourage some people to also post their ideas.

    Hope you like it
    S
    I looked at your thread and here is what I think your problem is:

    1) Your english is broken. Its okay if you don't know enough grammar syntax, you can use spell check to make your text as understandable as possible.

    2) Your thread is too complicated. You should simplify it. Tell people what you want from them, and in which way you want it. The less lines you use, the better.

    3) Patience.
    S
    Sure, I can help. Just as long as you don't expect me to do it for you.
    S
    I have too many maps of my own that demand my time.

    If you need some help with ideas and concepts and maybe some help with some triggers (without me doing it for you) then I can help.
    S
    The Map Development > Idea Factory is probably what you are after
    Just open a new thread, be simple about what you want and most likely
    people will drop their ideas:

    http://www.hiveworkshop.com/forums/idea-factory-462/

    Try the requests page if you want people to create heroes for your map
    (though its not guaranteed, you will have to convince them)

    http://www.hiveworkshop.com/forums/requests-341/

    Alternatively, you can post your map here and ask for people's opinions
    and their ideas. This is more of a "beta" testing your map to fix flaws and
    bad mechanics, but it can be used to ask ideas as well, as long as you
    have some playable map (it doesn't have to be finished):

    http://www.hiveworkshop.com/forums/map-development-202/
    S
    I don't remember. I hope I helped back then
    S
    I don't know you by this name. From where do we know each other?
    Hello ukn0wnD3str0y3r :)

    Check here your spells

    Clarix is not compatible in Overloading (Charges bugged)...
    Other spells is not done yet.. Just w8 for it :)

    Thank You!
    Hello :)

    Your Overloading is bugged
    okay I started to fix it

    I will PM you if its done...

    Im apologize for that

    Thank You!
    ----------
    Umm.. i know how to make the map but i duno the map post at where ..... --
    ----------
    Here's how you upload a map as an attachment to your post:

    Step 1: Press "Go Advanced".
    ___________________________________________________________________________________________







    Step 2: Press "Manage Attachments" (the button is pretty far down on the page.)
    ___________________________________________________________________________________________
    [IMG]






    Step 3: Press "Browse" and upload your map file.
    Step 4: Press "Upload". You can now close the Manage Attachments window. The map file has been attached to your post.
    ____________________________________________________________________________________________
    [IMG]
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top