any triggers for normal units modiify?
Moderator: Cheaters
-
- Newcomer
- Posts: 24
- Joined: March 22nd, 2007, 1:12 am
any triggers for normal units modiify?
is there any possible triggers to modigy normal units ingame by chat commands, i mean about adds more health,mana,agility, or just make this unit as hero, or make this unit able to attack if it cant attack..
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Re: any triggers for normal units modiify?
I know most of these things can be done through the Unit actions.
That's about it.
That's about it.
-
- Newcomer
- Posts: 24
- Joined: March 22nd, 2007, 1:12 am
Re: any triggers for normal units modiify?
unit actions? , but i want add these commands into war3map.j not in we. Can u wright some commands which i can add in war3map.j.
Re: any triggers for normal units modiify?
now u want it in JASS?hakowy wrote:unit actions? , but i want add these commands into war3map.j not in we. Can u wright some commands which i can add in war3map.j.
omfg -,- [Moved]
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: any triggers for normal units modiify?
Things you can do with jass:
Modify:
Current HP
Current MP
Strength
Agility
Intelligence
Move speed
Fly height
Current Animation
Acquire Range
Color
Facing Direction
X-coordinate
Y-coordinate
Unit Owner
Unit Size
Vertex Color
Turn Speed
Use/Don't Use food
Rally Point
Current Order
Invulnerable/Vulnerable
Pathing
Add/remove abilities (Note: Abilities like 'Amov' can be removed BUT NOT ADDED...for obvious reasons. Think of buildings...)
Ability Levels
(Note: These are not ALL, just stuff you probably might want to modify)
The following can be 'backdoored' (Without the adding of abilties) using jass:
Modify:
Max HP
Max MP
Vision Radius (If I'm not mistaken)
Stuff you can't do...
Make a unit attack if it has no attack to begin with...
Make a normal unit into a hero...
Modify:
Current HP
Current MP
Strength
Agility
Intelligence
Move speed
Fly height
Current Animation
Acquire Range
Color
Facing Direction
X-coordinate
Y-coordinate
Unit Owner
Unit Size
Vertex Color
Turn Speed
Use/Don't Use food
Rally Point
Current Order
Invulnerable/Vulnerable
Pathing
Add/remove abilities (Note: Abilities like 'Amov' can be removed BUT NOT ADDED...for obvious reasons. Think of buildings...)
Ability Levels
(Note: These are not ALL, just stuff you probably might want to modify)
The following can be 'backdoored' (Without the adding of abilties) using jass:
Modify:
Max HP
Max MP
Vision Radius (If I'm not mistaken)
Stuff you can't do...
Make a unit attack if it has no attack to begin with...
Make a normal unit into a hero...
-
- Newcomer
- Posts: 24
- Joined: March 22nd, 2007, 1:12 am
Re: any triggers for normal units modiify?
ok thanks, but can i change atack dmg in normal unit ingame?
And is this trigger possible, ex. : when any peon kill kobold than add +2 to his size/change his size +1% up?
And is this trigger possible, ex. : when any peon kill kobold than add +2 to his size/change his size +1% up?
-
- Honorary wc3edit.net Traitor
- Posts: 468
- Joined: December 10th, 2007, 10:50 pm
- Title: The Professional
- Location: USA
Re: any triggers for normal units modiify?
Im fairly sure you can do both.
Do you support Durchdringen? If so, add the spoiler to your sig. Durch cares for you, so show your support for Durch!
Spoiler:
-
- Newcomer
- Posts: 24
- Joined: March 22nd, 2007, 1:12 am
Re: any triggers for normal units modiify?
Can you explain me how exactly to do that, or write scripts to both things?
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: any triggers for normal units modiify?
Aero, what do you mean by "backdooring"?
I used the setunitstate function to make a setting unit max life command it doesn't work.
How to backdoor it? if you don't mind teaching.
I used the setunitstate function to make a setting unit max life command it doesn't work.
How to backdoor it? if you don't mind teaching.
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: any triggers for normal units modiify?
It exploits an ability bug.
Read here for more information.
Read here for more information.