Search results

  1. N

    Multiple Selectable Points on the Same Unit

    Well I was hoping no lag inducing triggers would be necessary (as there is the potential for many of these ships to be active at once..)
  2. N

    Multiple Selectable Points on the Same Unit

    Hi guys, I'm a little new at this, but I would like to make a spaceship with different subsystems you can target on it. This means that I need to put multiple selectable points on the same unit (each a "subsystem", that can be targeted for attacks), but I'm not sure how to go about this...
  3. N

    How Do I Make a Perfect 90 Degree Plateau?

    Hey guys, I know of the script you use to make near 90 degree cliff plateaus by using the raise lower command. But what if I want to make an absolute perfect 90 degree cliff? Like the current script only allows me to stretch the land to near 90, but not completely vertical. Is there a way to...
  4. N

    RPG Un-named ORPG

    I think you need more diversity in your trees (import a couple) and terrain in general. But I would assume that terrain comes last.
  5. N

    How Do I Make a Hero Be Able to Learn More Than 5 Spells?

    I tried a spellbook, but you can only put unit spells in it, not hero spells. How can I have 6 levelable spells on a hero at one time?
  6. N

    Lightning Attack

    I know art - lightning effect doesn't do anything to your regular attack. Argh, I forget how they made Razor's attack.. there might be an ability like lightning attack cept red...
  7. N

    undodgable devour

    While it may work for one unit I do not believe this is MUI. You'll have to use arrays to do it (see tutorials). Also, there is no mention of what happens if the devouring hero dies and the unit needs to pop out..
  8. N

    Why Do My Custom Buildings Get Stuck in the Ground?

    No, the building is always stuck in the ground no matter the height or movement type.
  9. N

    Why Do My Custom Buildings Get Stuck in the Ground?

    Hi guys, quick question. Why is it that many of my custom models which I use as buildings instantly get stuck in the ground when designated as building? When I say stuck in the ground, I mean half of the model is underground and I can only see the top half. I even put movement height minimum...
  10. N

    Calculating Total Income from a Bunch of Sources

    That's an excellent idea, I'll try it out, but I really think there must be a simpler way.
  11. N

    Skill To Cast A Fake Buff

    The abilities I said above all work.
  12. N

    Skill To Cast A Fake Buff

    My favorite is cripple, if you want autocast, use slow. If you want a positive buff use regen, if you want a positive autocast buff use sacred word (<--the thing that gives the yellow crown above target's head, forgot the name <--- priest ability)
  13. N

    Game Isn't Detecting Buff?

    Are you going to use this ability on multiple units? It's not MUI. You use global variables that are not arrays and you use a wait in the 1st trigger. Maybe it's not detecting your buff because your targetUnit variable does not contain the target. Try displaying a message to yourself of a...
  14. N

    Spawn Creeps Help?

    There's a separate action trigger somewhere in the list that sets the level of a hero. Just apply a random level to the unit right after its created.
  15. N

    Calculating Total Income from a Bunch of Sources

    Uhhh errr, that's a bug, it's actually Integer A I put there, lets just edit that... Still though, I don't know how to finish the trigger cause I don't know how to pick each unit in a unit group 1 by 1 and calculate the income each gives, then add it to the global variable.
  16. N

    Setting Up Leaderboard

    How many players are set in your map. You usually need a second player to be able to play a map right? So it probably recognizes the computer as a player too. I believe the "is playing" status only stops working with human players. Computers will always be playing alongside you (player 1)...
  17. N

    Calculating Total Income from a Bunch of Sources

    Hey guys, really solvable problem, which I'm having problems figuring out in GUI. I have a space map where you colonize planets one by one. When a planet is colonized, it's added to a Unit Group Array (PlanetID[player#]) where the index is the player number. Each planet is a hero and...
  18. N

    my old thread was getting too long (new problems)

    I don't think this will work. Think about it, this trigger will fire when a unit dies, and that ONE unit must be all 3 unit types at once, which is impossible.
  19. N

    How Do I Make a REALLY Big Doodad Viewable in Fog of War by a Unit with Small Sight

    The model is an actual model with a texture applied to it. I can still use the texture applied to it as an image. Again I don't know how to paste an image/texture on the terrain using JASS.
Top