Page 1 of 1

how to find spell Id in war3map.j

Posted: April 25th, 2009, 8:00 am
by DieSoon
i want to import some custom skill from Dota map to another map but i dont know where its ID is .Can someone show me how to find it.Thank you

Re: how to find spell Id in war3map.j

Posted: April 25th, 2009, 2:00 pm
by Risen
Spell ID's are generally similar to 'A007'.

Open object editor, Go to abilities, Hit CTRL + D. That should show the rawcode, search for it then.

Re: how to find spell Id in war3map.j

Posted: April 25th, 2009, 3:41 pm
by DieSoon
Risen wrote:Spell ID's are generally similar to 'A007'.

Open object editor, Go to abilities, Hit CTRL + D. That should show the rawcode, search for it then.

thank you but is there any other way,the computer which i'm using right now don't have world editor and its quite old( i'm not sure that it can perform world editor without lagging )

Re: how to find spell Id in war3map.j

Posted: April 25th, 2009, 4:10 pm
by Ken
Get RMPQex, open the map you want, and click the "Dump Object Data" button at the bottom.

You can choose which objects you want data for (e.g., items, units, abilities).

Re: how to find spell Id in war3map.j

Posted: April 25th, 2009, 4:56 pm
by DieSoon
thank you that will help me a lot

Re: how to find spell Id in war3map.j

Posted: April 25th, 2009, 9:02 pm
by haxorico
FatherSpace wrote:Get RMPQex, open the map you want, and click the "Dump Object Data" button at the bottom.

You can choose which objects you want data for (e.g., items, units, abilities).


i tried doing it. i posted the result at the "collided map theory" and it didnt work. i tried some another thing suggested in there but couldnt get that to work either...
can u please check what i did wrong? its at the "collided map theory" thread at the 2nd page. files are attached

Re: how to find spell Id in war3map.j

Posted: April 25th, 2009, 9:37 pm
by Ken
In that case, you'd wanna use MPQMaster to extract war3map.w3a, then put that into a new map. From there, you can open the map in WorldEdit, and check the object data.