- Joined
- Jun 8, 2008
- Messages
- 275
- Reaction score
- 4
Since a lot of people were getting errors with just the "src" folder i decided to make a new thread with everything in it except wz folder.
Fixes + Updates :
Must Execute The Following
Download all in one sql
Everything is set up just place the .jar files in the following folders:
Download : /
Credits:
Screen Shots :
Fixes + Updates :
[*]Pets + Bugs fixed Except Evolving
[*]Pvp, Map is Crack in the wall
[*]Morph's Working
[*]Nx Npcs Work
[*]Nx Bug Fixed
[*]Duplicating Stars Fix
[*]Cash Shop
[*]Guilds
[*]Everything of Seans Repack
Must Execute The Following
PHP:
DROP TABLE IF EXISTS `odinms`.`pets`;
CREATE TABLE `odinms`.`pets` (
`petid` int(10) unsigned NOT NULL auto_increment,
`name` varchar(13) default NULL,
`level` int(10) unsigned NOT NULL,
`closeness` int(10) unsigned NOT NULL,
`fullness` int(10) unsigned NOT NULL,
PRIMARY KEY (`petid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
PHP:
ALTER TABLE `inventoryitems` ADD COLUMN `petid` INTEGER NOT NULL DEFAULT '-1' AFTER `owner`;
PHP:
DELETE FROM `inventoryitems` WHERE `itemid` >= 5000000 AND `itemid` <= 5000045
PHP:
ALTER TABLE `characters` ADD COLUMN `pvpkills` int(11) NOT NULL DEFAULT '0' AFTER `messengerposition`;
PHP:
ALTER TABLE `characters` ADD COLUMN `pvpdeaths` int(11) NOT NULL DEFAULT '0' AFTER `pvpkills`;
PHP:
ALTER TABLE `skills` ADD COLUMN `masterlevel` INTEGER NOT NULL DEFAULT '0' AFTER `skilllevel`;
Download all in one sql
To view the content, you need to sign in or register
Everything is set up just place the .jar files in the following folders:
Code:
C:/Program Files/Java/Jdk(any version)/jre/lib/ext
Code:
C:/Program Files/Java/jre/lib/ext
Download : /
Pass Is : eternalms.net
To view the content, you need to sign in or register
Credits:
Credits to sean for his repack as a base
Credits to the maker of pets
Credits to airfl0w for pvp base
Credits to everyone that made this happen ^_^
Screen Shots :

Last edited: