any triggers for normal units modiify?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

hakowy
Newcomer
Posts: 24
Joined: March 22nd, 2007, 1:12 am

any triggers for normal units modiify?

Post by hakowy »

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..
TechGeek001
Member
Posts: 50
Joined: December 29th, 2007, 7:34 am

Re: any triggers for normal units modiify?

Post by TechGeek001 »

I know most of these things can be done through the Unit actions.
That's about it.
hakowy
Newcomer
Posts: 24
Joined: March 22nd, 2007, 1:12 am

Re: any triggers for normal units modiify?

Post by hakowy »

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.
Bushido

Re: any triggers for normal units modiify?

Post by Bushido »

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.
now u want it in JASS?
omfg -,- [Moved]
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: any triggers for normal units modiify?

Post by Aero »

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...
hakowy
Newcomer
Posts: 24
Joined: March 22nd, 2007, 1:12 am

Re: any triggers for normal units modiify?

Post by hakowy »

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?
Durchdringen
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?

Post by Durchdringen »

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:
(broken image) Thanks for the support!
hakowy
Newcomer
Posts: 24
Joined: March 22nd, 2007, 1:12 am

Re: any triggers for normal units modiify?

Post by hakowy »

Can you explain me how exactly to do that, or write scripts to both things?
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: any triggers for normal units modiify?

Post by initialD »

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.
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: any triggers for normal units modiify?

Post by Aero »

It exploits an ability bug.
Read here for more information.