Search results

  1. Mandrilx

    Yet another .sc2mod/dependency inquiry

    So has no one gotten their .sc2mod imported files to show correctly in the map using it as a dependency? :( I remember a few posts of people who successfully did this for sounds, and it should be rather straightforward.... Any luck with models?
  2. Mandrilx

    Yet another .sc2mod/dependency inquiry

    Basically, I want to use a mod file to store imported models/textures so that I can have the space in the map file to do other stuff without going over the limit... In theory what I have done should have worked: 1) Made a mod file with campaign dependency and the imported files in them...
  3. Mandrilx

    Yes I did; Why do you ask?

    Yes I did; Why do you ask?
  4. Mandrilx

    The can't move my unit until I click on another unit bug?

    Sorry for the late response, but thanks guys this does give me some insight on the problem. I will try ordering the unit to stop before reselecting instead of pausing the order to see if that fixes the problem. Kind of weird it only happens at times though. Thanks again :)
  5. Mandrilx

    The can't move my unit until I click on another unit bug?

    In some RP maps in particular, there is a bug that sometimes will make your spawner unable to take action until you click another unit and then click back to it. The unit is not paused or anything, it just sits there like it is receiving no commands. Does anyone know what causes this to...
  6. Mandrilx

    Map Protection

    No problem. Lots of other useful tools in this thread if you ever need anything else: http://www.thehelper.net/forums/showthread.php?t=47918
  7. Mandrilx

    Map Protection

    WC3 Optimizer by Vexorian is one of the best tools out there, it reduces map size and has an option for map protection. http://www.wc3c.net/showthread.php?t=79326
  8. Mandrilx

    Kodos RUN

    :) glad I could help, work the same way for all units with alternate/defend/morph animations etc.
  9. Mandrilx

    Kodos RUN

    The Kodo models do have a Walk Fast and Channel Fast animation tag in the model. So its like an alternate animation just like a footman's defend. If so, you can simply: call AddUnitAnimationProperties(unit,"Fast",true)
  10. Mandrilx

    How to revive a unit

    Ok, you are right sorry. I checked an old map I made where i had the same problem. Change the decay constants to a longer time, then make a dummy unit with a resurrect spell that revives them when you need to. Edit: Probably reincarnation in a disabled spellbook is a more decent way to go if...
  11. Mandrilx

    How to revive a unit

    You can use the Hero - Revive for normal units as well, that way they dont lose abilities you have given them etc... Now, I dont think it would work once the unit has decayed, so you probably need to change the gameplay constant for decay if you need to wait too long.
  12. Mandrilx

    Tutorial Guide for Buildable Gates

    I made a quick vertical pathing that you can use for such gates if it helps anyone: just import into the map and use. Select it in the pathing field, it is just like the magic pen wall pathing but vertical for use with buildings, units and such.
  13. Mandrilx

    Help with Vertical Gate's Opening animations

    I made a quick vertical pathing that you can use for such gates if it helps anyone: just import into the map and use. Select it in the pathing field, it is just like the magic pen wall pathing but vertical for use with buildings, units and such.
  14. Mandrilx

    JASS NewGen Pack 1.5d

    http://www.mediafire.com/?ynmddwm5dgn There u go :)
  15. Mandrilx

    Taking over Neutral Hostile AI

    Well basically I am having trouble with the help range stuff. When you change the help range and related variables (in the gameplay constants) the change reflects well on non computer players (such as an undefined slot) but the Neutral Hostile AI seems to have a minimum "help" range which cannot...
  16. Mandrilx

    Taking over Neutral Hostile AI

    Is it possible to render neutral hostile unable to use it's AI? When you pre-place units in the editor owned by a player that is not set in the player properties (Non-computer player with no owner basically), its units are hostile but have no apparent AI other than the basic attack, guard...
  17. Mandrilx

    Maximum map dimensions and size for bnet?

    Great thanks guys! +rep Edit: Just to be clear if someone stumbles with this post in the future and needs this info: Use NewGen, check the Enable No Limits (on grim, as activating UMSWE alone will not let you expand both sides unless No Limits is checked), expand the size on Map Size and...
  18. Mandrilx

    Maximum map dimensions and size for bnet?

    I use NewGen dear pachango, care to elaborate on how do I go about doing it? And, is it possible to perform on an existing map? Thanks.
  19. Mandrilx

    Life Regeneration Aura

    It has a "Percentage Bonus" field, but Im not sure if this applies to the movement speed bonus only. Using the health regen aura you can give it a tooltip and icon but probably not a buff. If all else fails you can always make a dummy aura (to show the tooltip, icon, and buff) and simply...
Top