Do you use World Editor Unlimited or World Editor?
Is it worded differently in WEU?
Can you give me one for WE for exactly what to click for triggers to set stats of -str on a picked unit?
Can it be done even if I don't own the unit?
Can you tell me exactly what to click to get a -str -agi
Moderator: Cheaters
-
- Senior Member
- Posts: 113
- Joined: March 1st, 2007, 8:22 pm
-
- Junior Member
- Posts: 49
- Joined: January 17th, 2007, 6:55 pm
- Location: N Autriche
.. this trigger changes the strenght of the hero you have selected to the typed value.... should work for your units and the units of otherplayer havent tested it.. if ya dont know how to get the triggers just ask.. to change agility or intelligence ya just have to change the set "kraft" (sry to german we.. kraft == strenght) to int or agi...... hopei helped ya
btw. if ya want to make it work for all players ya just have to add them to actions like player red
btw. if ya want to make it work for all players ya just have to add them to actions like player red
If God had really intended men to fly, he'd make it easier to get to the airport.
George Winters
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
what abraxxas said will not work, because he never picked the picked unit.
you need to do unit group owned by player, then hero picked unit, will work
anyways, for a better description:
http://forum.wc3edit.net/viewtopic.php?t=176
you need to do unit group owned by player, then hero picked unit, will work
anyways, for a better description:
http://forum.wc3edit.net/viewtopic.php?t=176
Last edited by Xantan on March 10th, 2007, 11:56 pm, edited 1 time in total.
-
- Junior Member
- Posts: 49
- Joined: January 17th, 2007, 6:55 pm
- Location: N Autriche
-
- Member
- Posts: 51
- Joined: April 29th, 2007, 12:19 pm
If you use unit groups, you must make sure to get rid of your memory leaks.Xantan wrote:what abraxxas said will not work, because he never picked the picked unit.
you need to do unit group owned by player, then hero picked unit, will work
anyways, for a better description:
http://forum.wc3edit.net/viewtopic.php?t=176
Here is a good link for information about memory leaks: http://www.thehelper.net/forums/showthread.php?t=27219
Of course, you "pro h4x0rs" should already know about them.
-
- Senior Member
- Posts: 113
- Joined: March 1st, 2007, 8:22 pm
Re: Can you tell me exactly what to click to get a -str -agi
i can make player type x as a substring
unitgroup - units currently selected by triggering player modify hero str to a chatstring 5,20
how do i make a destroy groups so it works with currently selected without problems
unitgroup - units currently selected by triggering player modify hero str to a chatstring 5,20
how do i make a destroy groups so it works with currently selected without problems
-
- V.I.P.
- Posts: 329
- Joined: June 13th, 2007, 4:42 pm
- Title: Wc3 is for Nerds!!!!
Re: Can you tell me exactly what to click to get a -str -agi
i have no idea...
...................................................................................................................
[blinking]How Do You Like Me Now? Also Im Going To Capitolize Every Word That I Type From Now On Just To Be Annoying.[/blinking]
[blinking]How Do You Like Me Now? Also Im Going To Capitolize Every Word That I Type From Now On Just To Be Annoying.[/blinking]
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Re: Can you tell me exactly what to click to get a -str -agi
Then don't post.colmo wrote:i have no idea...
currently selected is simply a terrible function.qwertz111 wrote:i can make player type x as a substring
unitgroup - units currently selected by triggering player modify hero str to a chatstring 5,20
how do i make a destroy groups so it works with currently selected without problems
stop using it.
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: Can you tell me exactly what to click to get a -str -agi
Currently selected is a great function. I use it in my pack. The only issue is if you use it in its GUI format which uses SyncSelections() (gg you).Xantan wrote:Then don't post.colmo wrote:i have no idea...currently selected is simply a terrible function.qwertz111 wrote:i can make player type x as a substring
unitgroup - units currently selected by triggering player modify hero str to a chatstring 5,20
how do i make a destroy groups so it works with currently selected without problems
stop using it.
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Re: Can you tell me exactly what to click to get a -str -agi
Well, if you use gui or jass, its almost as easy to make some trigger to track the last selections for each player.Aero wrote:Currently selected is a great function. I use it in my pack. The only issue is if you use it in its GUI format which uses SyncSelections() (gg you).Xantan wrote:Then don't post.colmo wrote:i have no idea...currently selected is simply a terrible function.qwertz111 wrote:i can make player type x as a substring
unitgroup - units currently selected by triggering player modify hero str to a chatstring 5,20
how do i make a destroy groups so it works with currently selected without problems
stop using it.
<-- what I do for some of my functions and a thing in the amh map =/
I just assssssumed he was using gui