- Joined
- Jul 15, 2008
- Messages
- 39
- Reaction score
- 0
My first Repack.
Fixes + Updates :
Must Execute The Following
All SQL's are in.
Everything is set up just place the .jar files in the following folders:
Download : /
Now Sparks, Please delete My Other Thread
Fixes + Updates :
[*]Pets + Bugs fixed
[*]Pvp, You must change the pvp map
[*]Nx Npcs Work
[*]Nx Bug Fixed
[*]Duplicating Stars Fix
[*]Cash Shop
[*]Guilds
[*]Everything of Seans Repack
[*]Mu Lung Potshop
[*]Mini Wedding V2
[*]Pets
[*]Pet Quest + NPC's (dofus, camptranier)
[*]Added Gm Commands (No @commands)
[*]MUCH More
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`;
All SQL's are in.
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 : /
To view the content, you need to sign in or register
Now Sparks, Please delete My Other Thread