Search results

  1. S

    Third Person Shooter - TEST(Map)

    The controls are pretty stiff, but nevertheless its still good for a fps on the wc3 engine.
  2. S

    The same variables

    I mean don't include wait actions as in, those triggers that uses: Event: Unit starts the effect of an ability set temp_Group = Units within 300 range of casting unit wait 10s Pick all units in temp_Group and kill units. Doing the above example with global variables will cause overwriting and...
  3. S

    The same variables

    If you don't include "Wait actions" in your trigger, then your global variables can be used in all gui triggers.
  4. S

    Position for training

    0 values sometimes makes them messed up when you trained a unit, because the icon will go away, causing all of them to shift together lol.
  5. S

    Position for training

    http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=48088 Refer to this ability guide, same logic as the unit training button position. Art - Button position x - y
  6. S

    Custom Scripts

    Thanks for telling me, but I said that in my post. xD Because the topic starter asked for custom scripts for gui triggers. In gui created maps, udg are already defined by the variable editor. udg_unit or udg_u is a commonly used variable in gui triggers. So using local unit or local...
  7. S

    What is wrong with this Morphing ability?

    call UnitMakeAbilityPermanent( udg_morpher, true, 'A006' )
  8. S

    Turn off Auto-Retialation?

    What is the situation exactly? I'm a little confused here by wolfieNoCT. Vicboy's meaning of retilate means that the enemy units auto attack back the attacker. And wolfieNoCT is giving a solution for units that auto runs away. From what i think you want, you want a solution for the retilation...
  9. S

    Movement Speed

    Maximum movespeed is 522. You can only go pass 522 movespeed by sliding the unit. I will go dig out my slide triggers for you.
  10. S

    Custom Scripts

    One of the very useful custom scripts is: local unit udg_u Great for triggering simple MUI spells. It makes a local variable out of your user-defined-global variable, it will not conflict with other triggers that use the same variable. Can be used in triggers that has wait actions. Of course...
  11. S

    Saving w3x as w3m? (was: Help)

    TFT = the frozen throne. Meaning that your map has stuffs that are from the frozen throne expansion. You need to remove the expansion stuffs so that it will not save as w3x.
  12. S

    Turn off Auto-Retialation?

    But is the classification still there? You can also set the aqusition range to 50, so that they won't shoot each other on sight. Off topic: btw, i played your map before, its cool. :)
  13. S

    What is wrong with this Morphing ability?

    I fixed it for you. It is now based off the metamorphosis ability. Some things for you to take note of: 1. Duration - Hero, it determines the duration of the morph, leave it at 0 for no duration. 2. Duration - Normal, it determines the casting time of the morph, preferbly don't edit this...
  14. S

    Turn off Auto-Retialation?

    Object editor>Your unit Stats- Unit Classification: Worker Worker = no auto retaliates
  15. S

    Gaias Retaliation ORPG Alpha Release

    I cant dl from megaupload. Please rehost on www.mediafire.com Do you need a Graphics guy? But i dont do models, skinning etc. You can view my deviantart: http://sammm12345.deviantart.com/gallery/ To be honest, the fonts on the image is not really nice.
  16. S

    Gold income

    Example of vampirism map gold mine trigger: First make a initialization trigger that adds those players to humangroup. Then, Events Time - Every 30.00 seconds of game time Conditions Actions Player Group - Pick every player in HumanGroup and do (Actions)...
  17. S

    Auto Harvest

    I dont really understand what you are saying. No offense tho.
  18. S

    Auto Harvest

    Its simple: auto harvest workers Events Unit - A unit Finishes training a unit Conditions Or - Any (Conditions) are true Conditions (Unit-type of (Trained unit)) Equal to Peasant (Unit-type of (Trained unit)) Equal...
Top