HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trackables

03-31-2006, 05:01 PM#1
Thunder_Eye
Hi, I read a trackable tutorial at wc3jass.
I'm just wondering, is there any restrictions on what can be used as trackables?
I tried to change them in a map to just a normal peasant but It didnt work then.
03-31-2006, 09:36 PM#2
PitzerMike
Regarding the model there are no restrictions, all worked for me until now.

However the rotation parameter doesn't work (it will always face angle 0).
04-01-2006, 08:08 AM#3
Thunder_Eye
Ok, so I copied kattanas stuff at wc3jass to make it easier.
I need a string path to the unit and not its rawcode as it would usually be.
So I need to put in the path "Units\Human\peasant" ?
04-02-2006, 10:49 AM#4
oNdizZ
Yes. thats correct. beaware though, since trackables arent added in the GUI you will need to use jass. so dont forget the double backslashes in the stringpath.
ex:
This\isAUnit\Path.mdl
This\\isAUnit\\Path.mdl
04-02-2006, 11:19 AM#5
Thunder_Eye
Ok, jass isnt a problem though : P