Help me please

07/19/2011 13:41 Moro20100#1
how to get an item from any client and source?
07/19/2011 13:53 Pro4Never2#2
please explain i didn't understand anything
07/19/2011 14:58 Moro20100#3
Quote:
Originally Posted by Pro4Never2 View Post
please explain i didn't understand anything

i need to know how to take any item ex: armor from any client and soruce

to put in my server

Can you tell me?
07/19/2011 16:14 C#Storm#4
do you mean this [Only registered and activated users can see links. Click Here To Register...]
07/19/2011 16:17 BaussHacker#5
Quote:
Originally Posted by Moro20100 View Post
i need to know how to take any item ex: armor from any client and soruce

to put in my server

Can you tell me?
Client\Ini\Itemtype.dat

Need to decrypt it thought.

Client\Ini\itemadd.ini

Client\Data\ItemMinIcon & MapItemIcon

Need to use a wdf extractor

Client\Ini\ dbc files OR ini files for managing c3/dds files etc. (Don't know the names.)

Client\c3\effect for all effects like skills, nobility, halos etc.

Client\c3\texture for all textures and skins for ex. armors, weapons, players, mobs etc.

Client\c3\mesh for all the meshes to the 3d models, which is textured by the files in the texture folder.

I don't know much about editing and this is really what I know.