Warcraft III resources & community, 2003–2006 · archived

how can i ,,,

14 posts
#1

how can i ,,,

well , tell me plz how can I "add" a sword for example to a hero ???
#2
now do you want to model it on? so its ther for ever? because u canm do it using triggers....
#3
use trigger to make it.. here is the trigger -

Events - Map initialization
Conditions (no need)
Actions
Special Effect - Create a special effect attached to the hand right\left(or any where you want, example - chest) of (the hero) using (the weapon model, example - X.mdx)
#4
thanx Dread The Undead it really works ,, thanx a lot :D
#5
hey , guys one more thing please ,,, how can I assign a hero to make more than 10 levels ?
its some king of trigger or... plz
#7
Change the max hero level in the Game Constants. :?:
#8
Its in Advanced->Gameplay COnstants (something similar to that).
#9
I found it , :mrgreen: thanx a lot
#10
One more thing please ,,, what triggers do I have to use that when the players type "-duel" they get transported to a region ,,,
#11
There's the event "Player - Chat Message" in the event-list. Then, as action, SetVariable and an If/Then/Else-Function (if: string comparison)

Example:
(we think player 1 types "-duel arena1)

Event: Player 1 (red) types a chat message containing -duel as A Substring

Action: Set Region1 = (Substring((Entered chat string),7,12))

<here the trigger refers to the word "arena1", region1 is a simple string variable>

2. Action: If (region1 Equal To arena1) Then (Move Unit To Region) Else (Do Nothing)

Hope you understand that, else I'll type it more detailed.
#12
Thanks DarkShadow ,, that helped a lot ,, eh no need to be more detailed ,, I understood :D
thanks a lot
keep in touch `
#13
I don`t understand this ,, if I download 13 models I have to give credits to all 13 models makers ? :?
#14
Yes, but you don't have to. Remember if its the same author who made the models just give credit to him/her.