Warcraft III resources & community, 2003–2006 · archived

Who can teach me to set things?

11 posts
#1

Who can teach me to set things?

Who can teach me how to set the tree will not be cut down, the time elsaped, vote menu, destroy certain object to win, Creeps spawn, Computer Auto Attack System.



Please teach me... ^_^
#2
go to the tutorials :))....or just read the help text of the editor...

or u could just start editing a map....trying everything ur self...and when u need help...just ask us ;)
#3
Download unprotected maps. Open then im WE and learn of the script

This works better if u played the map ingame a few times so you can see which functions the triggers have ingame and you will get a understanding of how it all works


Thats the way i learned it ...
#4
Thank you, but can give me some unprotected map for me learning?
#5
I dont know what type of map youre looking for but you can crawl the maps section and of course open the original blizzard scenarios
Azure for TD
Candywars for AOS style etc
#6
hauzhi001.. can {you} give me some unprotected map for me {to} learn{sic}?


You can also browse this site, look at label "Map Protection:" right above download link. Find the one that says "This Map is unprotected" with thumb up icon. These you can download and open with World Editor.

Things you asked for is simple / basic thing (except the auto-attack computer, it's called AI), look up in some tutorial. You didn't provide specific "event" that you are looking for to what you want your actions to be done. If you want ALL "Summer Tree Wall" tree are not destroyable and other object remains destroyable, put this in your trigger editor:



Undestroyable Tree
    Events
        Destructible - A destructible within (Entire map) dies
    Conditions
        (Destructible-type of (Dying destructible)) Equal to Summer Tree Wall
    Actions
        Destructible - Resurrect (Dying destructible) with (Max life of (Dying destructible)) life and Hide birth animation


With this, your tree stay there forever and your peons / peasants / ghoul won't drop doodad target. If you want multiple certain tree not to die, you can either add multiple "OR" in Conditions, or erase conditions and put multiple "If / Then / Else" in action.

Just a bit of help to you for your tree part.
#7
i actually wouldnt mind someone telling me how to do a vote menu such as like in battleships. for my td i got a crappy ass difficulty choosing system thats much like elemental td. id rather have a ''click the button'' type difficulty chooser as it would look cleaner than having to select the dude >.<
#8
like Maul type of game? theres ton of unprotected Maul maps with difficult choosing dialog, with like "40 lives, 20 lives, 10 lives, 1 live"
#9
Thank You For Give Me Useful Tips. If I Got More Questions, Hope You All Can Help Me.
#10
Need Help Agian !!! How To Change The Icon of Attack
Example : Change Siege Attack Icon To Chain Lightning Icon
#11
go to: advanced -> game interface -> icon - attack type (w/e) (no upgrades/upgrades w/e) and click it. then choose the icon you want for whichever attack type you want to change. for chain lightningg scroll down the ''abilities'' section of that screen.