HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

2 Questions

07-26-2003, 10:34 AM#1
Bl4ck1E
OK,

1. Question: It's a bit hard to explain. How to let a unit group to attack move to the enemy base using not the shortest way?`I need this for an AoS I'm making for fun (So they go the upper way to the enemy).

2. Question: How to find out the code of a custom spell? So I can use it in Jass.
07-26-2003, 11:33 AM#2
Dinadan87
Quote:
Originally posted by Bl4ck1E
1. Question: It's a bit hard to explain. How to let a unit group to attack move to the enemy base using not the shortest way?`I need this for an AoS I'm making for fun (So they go the upper way to the enemy).

Tell them to attack move to some region in the middle of the upper way so they go on the upper way, and make another trigger that orders them to move to the enemy base when they enter that region. That way they will use the upper way to get to the region and once they get there, that will be the shortest way to the enemy.
07-26-2003, 12:04 PM#3
Bl4ck1E
Quote:
Originally posted by Dinadan87
Tell them to attack move to some region in the middle of the upper way so they go on the upper way, and make another trigger that orders them to move to the enemy base when they enter that region. That way they will use the upper way to get to the region and once they get there, that will be the shortest way to the enemy.


Well, ok I figured that out, thanks but now I need to know how to obtain the code of spells.
07-26-2003, 12:08 PM#4
Pesmerga
Open the MPQ and look in the .txt files. Or if you have TFT, look in the spell editor and look at the code at : Text - Description and the first code data will be the spell code.
07-26-2003, 12:26 PM#5
Bl4ck1E
Quote:
Originally posted by Pesmerga
Open the MPQ and look in the .txt files. Or if you have TFT, look in the spell editor and look at the code at : Text - Description and the first code data will be the spell code.


I can't find a Text - Description in my Spell :bgrun: