How to obtain Item ID list from a map?

General discussion of Warcraft 3. Threads may may be posted here if they don't fit into the other sections.

Moderator: Cheaters

Ferdi
Newcomer
Posts: 12
Joined: December 30th, 2014, 4:46 am

How to obtain Item ID list from a map?

Post by Ferdi »

As Title says

Is it possible without using WE? If so with what?
Apple
Forum Staff
Posts: 1470
Joined: November 3rd, 2010, 10:48 am
Title: Best Player
Location: Singapore

Re: How to obtain Item ID list from a map?

Post by Apple »

The item ID could be read from WE, since it takes a lot of time starting up the WE, there are tools which can obtain rawcodes.
You can use RMPQEx to Extract rawcodes(Item ID in this case) , but they are in chunks then you can see a lot of unwanted information besides the object ID.
Hence you can use Haxorizer to clean the rawcode, to obtain Cleaned item id.
Ferdi
Newcomer
Posts: 12
Joined: December 30th, 2014, 4:46 am

Re: How to obtain Item ID list from a map?

Post by Ferdi »

Apple wrote:The item ID could be read from WE, since it takes a lot of time starting up the WE, there are tools which can obtain rawcodes.
You can use RMPQEx to Extract rawcodes(Item ID in this case) , but they are in chunks then you can see a lot of unwanted information besides the object ID.
Hence you can use Haxorizer to clean the rawcode, to obtain Cleaned item id.


Alright, I've downloaded RMPQEx and Haxorizer, map already opened in RMPQEx
and now which txt should I extract, Item Data has .slk format by the way

EDIT: Turns out it's Units/ItemStrings. Now, I have picked the folder, the format changed to j, and haxorizer won't clean it, any ideas?
User avatar
haxorico
Super Moderator
Posts: 3190
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: How to obtain Item ID list from a map?

Post by haxorico »

I can't seem to understand the problem you are having.
You have RMPQEx and you extracted the raw-data you want.
Now you can either read them yourself or use the cleaner provided in Haxoerizer.

In any way it should b a .txt file. Unless what you extracted is the war3map.j file which has nothing to do with your request.