Skills returning hero to mid of map, help please =(

General talk about editing, cheating, and deprotecting maps.
darkxion
Member
Posts: 57
Joined: April 26th, 2007, 7:53 pm

Re: Skills returning hero to mid of map, help please =(

Post by darkxion »

Their parent skills are both AHtb, or Storm Bolt.

The first trigger uses an item (I00H) which is a rune with an ability that creates illusion units.
Than it faces the unit that the spell has targetted, and disappears and appears next to the target of the spell with the blink animation and than activates the skill.

The second skill basically uses the units attack animation and flies across the screen at the spell target and than activates the skill.

The first skill if you order-move as it pops off, you appear middle of map.

The second skill if you order-move as it pops off, you keep flying in the direction you clicked until it hits the range of skill and than you stop there. Sucks if you stop in trees.
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Skills returning hero to mid of map, help please =(

Post by Aero »

Tell me exactly what these two triggers are supposed to do (Include all details).
darkxion
Member
Posts: 57
Joined: April 26th, 2007, 7:53 pm

Re: Skills returning hero to mid of map, help please =(

Post by darkxion »

Fixed it! Well at least the first one, just had to use local variables and take out a RemoveLocation. *cackle* Here's hoping on the second one soon *grin*
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Skills returning hero to mid of map, help please =(

Post by Aero »

-.- ... why did you bother posting then >.<
darkxion
Member
Posts: 57
Joined: April 26th, 2007, 7:53 pm

Re: Skills returning hero to mid of map, help please =(

Post by darkxion »

Cuz I had a problem I wasn't sure how to fix, took a lot of time and tips from a couple people to figure it out >_> Second trigger is still being a pain in the ass though.