|
|
#1 |
Member
|
|
| Last edited by Dejaime; 07-30-2010 at 01:50 PM. | |
|
|
#2 |
Member
Join Date: Jun 2009
Posts: 785
|
And how would you code it?
__________________
|
|
|
#4 |
Member
|
It is codeable, believe me (:
There're already items like that (force staff, blink dagger, tp)
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
|
|
#5 | |
Member
Join Date: Jun 2009
Posts: 785
|
Quote:
Basically it works like this: You double click on an item and it will cast the item on the location you acquired it(which is the base in most cases, hence double clicking on blink dagger leads to a blink towards the base). IceFrog didn't do anything to make that feature, it's in-built.
__________________
|
|
|
|
#6 |
Member
Join Date: Jan 2010
Posts: 297
|
Appreciated!
|
|
|
#7 |
Member
Join Date: Aug 2009
Location: Sweden
Posts: 223
|
T-Up if its codeable, its allways nice to be able to do a fast euls for avoiding those really quick spells
|
|
|
#8 | |
Member
|
Quote:
The same with TPs, I often buy TPs on side shops ant they still target the fountain. Make the following test: Start a new game and pick up a hero (don't move) Buy a TP (don't move) Use the TP. You'll see that it won't target your initial position nor the position you were when bought the TP. It'll target somewhere else.Exactly! Avoiding some charged skills, projectiles and etc.
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
|
| Last edited by Dejaime; 04-10-2010 at 02:35 AM. | ||
|
|
#9 | |
Member
Join Date: Jun 2009
Posts: 785
|
Quote:
EDIT: You were right with the TP thing though, but I don't think that IceFrog purposely made TPs target the base when they are double clicked.
__________________
|
|
| Last edited by HellCraft; 02-08-2010 at 05:08 PM. | ||
|
|
#11 |
Member
Join Date: Jun 2009
Posts: 785
|
The problem is how do you detect the double click.
__________________
|
|
|
#12 |
Member
|
The same way force staff does. When you use force staff by double clicking, you don't necessarily go back to where you pick it up. You just get forced in the direction you're facing, just like normal. I have a replay if I really must be bothered to upload it. I'd rather you just do the following:
1. Singleplayer. But a forcestaff. 2. Double click it. Ta da! Your hero goes in the direction he's facing! Doesn't prove it? Move somewhere. No matter where you do it, you will always be forced as normal. Anyway, on topic, great suggestion. Easy, good, useful.
__________________
|
|
|
#14 | |
Member
|
Quote:
But force staff just pushes you to the direction your hero is facing (normal effect applied), despite of the pickup location, and the TP targets the base... But this would work just as Force Staff, self target upon double clicking.Simple, this spell would be able to target items. If the item is your eul's, then it's effect is applied on the hero. Thanks all for the support
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
|
|
|
#15 | |
Member
Join Date: Jun 2009
Posts: 785
|
Quote:
__________________
|
|
|
|
#16 |
Member
|
All Right. You won.
I've made a test map just for you! Have fun!
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
|
|
#17 |
Member
Join Date: Jun 2009
Posts: 785
|
Why is the map protected? I wanna see the code. And try adding other units on the map, because I think it's targeting self because you are the only unit there.
__________________
|
|
|
#18 |
Member
|
It uses a dummy. The dummy appears when the ability is cast.
Then it's ordered to cast the ability on an unit: - If the target is an item, it casts upon the item owner. - If not, it casts upon the original target. Try it yourself. I know it is codeable and this doesn't matter to the thread. The thread is about the suggestion's concept and effects upon gameplay. If you feel like it, create a new thread in mechanics and ask everything there.
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
| Last edited by Dejaime; 02-09-2010 at 04:08 PM. Reason: typo | |
|
|
#19 | |
Member
Join Date: Jun 2009
Posts: 785
|
Quote:
__________________
|
|
|
|
#20 |
Member
|
Added new units (an ally, an enemy and a neutral passive chicken), re-download the map.
As I can see, you don't have much knowledge upon coding... The trigger is simple: I create a new unit when the spell is cast. Then I see what's the target. - If it's a ground unit, cast it on the original target. - If not, cast it upon the caster. But please, go to mechanics, here's not the place. If you create a topic on mechanics asking about this, send me a PM and I'll gladly post the trigger. But not here. This is definitely not the right place for this discussion.
__________________
Don't have access to DotA2 yet? PM me for an invite.
Fix Storm's Ultimate Targeting System. It works in DotA2, why doesn't it in Warcraft? The newbies' guide to Raijin, The Storm Spirit |
| Last edited by Dejaime; 02-10-2010 at 02:12 AM. | |