Can you tell me exactly what to click to get a -str -agi

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

qwertz111
Senior Member
Posts: 113
Joined: March 1st, 2007, 8:22 pm

Can you tell me exactly what to click to get a -str -agi

Post by qwertz111 »

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?
User avatar
abraxxas
Junior Member
Posts: 49
Joined: January 17th, 2007, 6:55 pm
Location: N Autriche

Post by abraxxas »

Image.. 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
Image
If God had really intended men to fly, he'd make it easier to get to the airport.

George Winters
User avatar
Xantan
Honorary wc3edit.net Traitor
Posts: 2507
Joined: February 1st, 2007, 4:11 pm
Location: NEVADA

Post by Xantan »

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
Last edited by Xantan on March 10th, 2007, 11:56 pm, edited 1 time in total.
User avatar
abraxxas
Junior Member
Posts: 49
Joined: January 17th, 2007, 6:55 pm
Location: N Autriche

Post by abraxxas »

sry for my false explanation.. didn't tried it out :oops:
Image
If God had really intended men to fly, he'd make it easier to get to the airport.

George Winters
Anarki
Member
Posts: 51
Joined: April 29th, 2007, 12:19 pm

Post by Anarki »

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
If you use unit groups, you must make sure to get rid of your memory leaks.

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. :wink:
qwertz111
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

Post by qwertz111 »

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
User avatar
colmo
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

Post by colmo »

i have no idea... :D :) :( :o :shock: :? 8) :lol:
...................................................................................................................
Image

[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]
User avatar
Xantan
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

Post by Xantan »

colmo wrote:i have no idea... :D :) :( :o :shock: :? 8) :lol:
Then don't post.
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
currently selected is simply a terrible function.

stop using it.
User avatar
Aero
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

Post by Aero »

Xantan wrote:
colmo wrote:i have no idea... :D :) :( :o :shock: :? 8) :lol:
Then don't post.
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
currently selected is simply a terrible function.

stop using it.
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).
User avatar
Xantan
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

Post by Xantan »

Aero wrote:
Xantan wrote:
colmo wrote:i have no idea... :D :) :( :o :shock: :? 8) :lol:
Then don't post.
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
currently selected is simply a terrible function.

stop using it.
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).
Well, if you use gui or jass, its almost as easy to make some trigger to track the last selections for each player.
<-- what I do for some of my functions and a thing in the amh map =/

I just assssssumed he was using gui :P