help increase points skill

Do you need World Editor help? Ask here!
Forum rules
Before making a new topic:
First, check if your question has already been answered in the Tutorials section.
If you didn't find a solution, use the search function.
If searching didn't help either, you can make a new topic.

Topic title & content:
You must use a descriptive title. (Help plz is not good) (Need help with Dialog buttons is good)
Go into much detail when posting. You should post attachments. Like screenshots of the problem, the map you are making, replays of the error. Or you could even make a screencast (video) of your problem and upload it here.

Spelling:
Grammar seems to be a serious problem amongst teenagers, so use a spell checker or you will get no love.
Read your posts twice, before pressing the reply button.
And do not use profanity. Chatspeak (y r u nub) and Leetspeak (1 C4N S33 H4X) are not welcome here either.

Only World Editor related questions are allowed here!
(Click for Battle.net help) (Click for World Editor help)
User avatar
3ICE
Admin
Posts: 2629
Joined: Sat Mar 01, 2008 11:34 pm
Realm: Europe
Account: 3ICE
Clan: 3ICE
Location: Hungary
Contact:

Re: help increase points skill

Unread post by 3ICE »

Without the sloppy t_all Do Nothing part. Look around in the trigger editor, I'm sure you can find it. It is called "if/then/else (multiple functions)" or something.
ImageImageImageImageImage
Image
ImageImage

samtre
Posts: 82
Joined: Thu Nov 27, 2008 6:43 am

Re: help increase points skill

Unread post by samtre »

You could always try this, note: the abilities cast are no targets, best used with the 'Channeling' ability and edited with 3 different order ids. Add it into a spell book which is to be added to the hero. Its not a bug, its the order ids, e.g. if a unit uses a skill named blizzard with order id "blizzard" and it has a skill named rain of fire which also use order id "blizzard" (untrue, just e.g.) it will cast either one of the skills or arranged based on x,y coordinates. Abilities cooldown set to 0

I haven't enough time to put those trigger icons and stuff, so I'm sorry if you have trouble reading.
Stat Increase
Spoiler:
Events
Unit - A unit Begins casting an ability

Conditions
(Unspent skill points of (Triggering Unit)) Greater than or equal to 1

Or - Any (Conditions) are true
Conditions
(Ability being cast) Equal to strength
(Ability being cast) Equal to agility
(Ability being cast) Equal to intelligence

Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Ability being cast) Equal to strength
Then - Actions
Hero - Modify Strength of (Triggering Unit): Add 1
Else - Actions

If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Ability being cast) Equal to agility
Then - Actions
Hero - Modify Agility of (Triggering Unit): Add 1
Else - Actions

If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Ability being cast) Equal to intelligence
Then - Actions
Hero - Modify Intelligence of (Triggering Unit): Add 1
Else - Actions

Hero - Modify unspent skill points of (Triggering Unit): Subtract 1 points
and you may need to add another trigger for the 5 stats increase.

Stat Point Increase
Spoiler:
Events
Unit - A unit Gains a level

Conditions
((Triggering unit) is A Hero) Equal to True

Actions
-------- It is increased by '1' on default --------
-------- 1 by default + [Number] down there --------
Hero - Modify unspent skill points of (Triggering Unit): Add 4 points
Don't worry if you think that you may be a 'noob' (i prefer newb(ie)), just keep practicing these stuff, it took me 1 year to learn all these and I'm already be able to make dota spells using only GUI......which comes the problem with leaks. Just try clicking random stuff in the editor and learn.

User avatar
3ICE
Admin
Posts: 2629
Joined: Sat Mar 01, 2008 11:34 pm
Realm: Europe
Account: 3ICE
Clan: 3ICE
Location: Hungary
Contact:

Re: help increase points skill

Unread post by 3ICE »

Best used with Warstomp, Thunderclap, and Berserk. (Berserk is TFT-only) Channeling spells don't work well, unless their cast time is 0.01. But the Stomp spells have a cast time of 0.00 :)
EDIT: It is a bug, those "orderid"s. Or inconvenience if you want to call it that. It is fixed in SC2 thank god (Blizzard).
EDIT2: You can always use trigger.3ice.hu, my very own trigger parser. It indents and adds in the icons properly. Took me a whole day to write it.
ImageImageImageImageImage
Image
ImageImage

Post Reply

Who is online

Users browsing this forum: No registered users and 117 guests