Recent content by Kiddo

  1. Kiddo

    Camera Help?

    Well, you only have a few trigger lines that you need to use .. > You need an event .. something like "Unit enters region" > Let's say your unit is a hero, put a condition if you have other unit types on the map and you don't want to accidentally lock the camera to another unit: (Triggering...
  2. Kiddo

    RPG option, lvl or items?

    If it's not ORPG trust me ... 8 players is huge! I'd go for 2-3 or even 3-4 and a lot of monsters/factions etc .. don't forget about the good and fascinating/captivating story-line .. some custom heroes/abilities/bosses and Voila! you made your RPG (ofc this would take months ..) Try not to...
  3. Kiddo

    Simple Question - lvl up to what you wrote

    Uhm .. what if it was a double digit level? .. Kiddo.
  4. Kiddo

    Very complicated triggers HELP!

    Right click on your trigger name, copy-as-text, paste it here in [ code][/code] lines ... not hard. :) (remove the extra space between [ & code.) Kiddo.
  5. Kiddo

    Warcraft Color Code List

    Lolz. :) This should cover all the colors .. [Image size is 2035 x 2255 .. ] Kiddo.
  6. Kiddo

    complicated item-weapon system

    Uhm .. import a custom gun-shot sound, go to sound manager, pick it for your map, then use it as a attack sound? Kiddo.
  7. Kiddo

    Ally/Enemy Spell

    Like this? Trigger 1 Events Unit - A unit Begins casting an ability Conditions ((Owner of (Targeted unit)) is an ally of Player 1 (Red)) Equal to True Actions Uhm, Boolean > Player > Player is an Ally/Enemy of > Owner of Unit. :) Kiddo.
  8. Kiddo

    Ally/Enemy Spell

    Make a spell .. add a trigger that checks if targeted unit is ally/foe ... If ally => heal x. If foe => deal x damage. Kiddo.
  9. Kiddo

    Remove an item from a shop

    Yep. You can do that in a trigger. Actually, I think you can all of the desired items in the same shop, in the same trigger. Kiddo.
  10. Kiddo

    Cave Doodads?

    How are they different? (snowy? grassy? dirty?) .. just use your brush to adjust the tiles .. Kiddo.
  11. Kiddo

    Quests

    Testing Events Player - Player 1 (Red) Selects a unit Conditions (Owner of (Triggering unit)) Equal to Player 1 (Red) (<Your Region Here> <gen> contains (Triggering unit)) Equal to True Actions Your Actions Here Like this? Kiddo.
  12. Kiddo

    Target spell that doesn't stun

    Actually, you failed this time. Acid Bomb .. does damage, doesn't stun, shows gfx. Death Coil .. does damage, doesn't stun, shows gfx. Kiddo.
  13. Kiddo

    Quests

    You could say it contains a unit controlled by a player? Kiddo.
  14. Kiddo

    Create Unit in Region not working

    Just add a condition that checks if the entering unit is owned by a player ... and it'll be fine. Kiddo.
  15. Kiddo

    Earthquake that damages AND dazes enemy UNITS!

    Isn't there an ability called Earthquake that already dazes and damages units? If it does only 1 of the 2 things ... simply use the normal Earthquake and add the 2 thing it doesn't do. If it has daze, add damage. If it has damage, add daze. Kiddo.
Top