- Joined
- Nov 10, 2006
- Messages
- 256
- Reaction score
- 25
Requirements:
-Exttools
1. make a file called xmlextract.bat
2. Now open it up in notepad
3. Paste this in:
5. Now save and open.
now the wz has been extracted to xmlout folder.
-Exttools
1. make a file called xmlextract.bat
2. Now open it up in notepad
3. Paste this in:
4. Edit WZFILENAME to example Mob make sure you don't put in the .wz since its already there.@echo off
title WzExtractor v1 - ArbersGaming.com
set CLASSPATH=.;dist\exttools.jar;dist\odinms.jar;dist \mina-core.jar;dist\slf4j-api.jar;dist\slf4j-jdk14.jar;dist\mysql-connector-java-bin.jar
java net.sf.odinms.exttools.wzextract.XMLWzExtract wz\WZFILENAME.wz -dumppng
pause
5. Now save and open.
