AwesomeMS Repack V1 Pvp/Pets/Wedding

Newbie Spellweaver
Joined
Jul 15, 2008
Messages
39
Reaction score
0
My first Repack.
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 : /


Now Sparks, Please delete My Other Thread
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

Why don't you add those SQL commands to the odinms.sql script that should be in the repack folder?
Anyways good luck
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

The pet glitch is still there (Magical Scales and other pet equips)
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

If you used Sean's repack as base, not to be mean, but all those features you listed is all released in this section but just not included in Sean's repack.
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

i can create chars fine...
also i can login fine buy pets from cs/stores just fine
i can also see the chars i create and login to them
i can even put pet equips
this repack rocks my socks
:D
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

can anyone tell me what happening after the pet expires? (after 90 days)
does he die?
is there anyway to revive him?
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

good job i will try it
one question do the pets work or there are the same glitch?
 
Re: [Release]AwesomeMS Repack V1 Pvp/Pets/Wedding

how come when i compile i have errors.
Code:
init:
deps-clean:
Deleting directory C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\build
clean:
init:
deps-jar:
Created dir: C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\build\classes
Compiling 307 source files to C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\build\classes
C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\AwesomeMs Repack v1\src\net\sf\odinms\client\messages\CommandProcessor.java:126: <identifier> expected
        private static List> gmlog = new LinkedList>();
                           ^
C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\AwesomeMs Repack v1\src\net\sf\odinms\client\messages\CommandProcessor.java:126: <identifier> expected
        private static List> gmlog = new LinkedList>();
                                  ^
C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\AwesomeMs Repack v1\src\net\sf\odinms\client\messages\CommandProcessor.java:126: '(' or '[' expected
        private static List> gmlog = new LinkedList>();
                                                   ^
C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\AwesomeMs Repack v1\src\net\sf\odinms\client\messages\CommandProcessor.java:126: illegal start of expression
        private static List> gmlog = new LinkedList>();
                                                     ^
C:\Documents and Settings\HP_Administrator\Desktop\ManMans\AwesomeMs Repack V1\AwesomeMs Repack v1\src\net\sf\odinms\client\messages\CommandProcessor.java:2213: reached end of file while parsing
        }
5 errors
BUILD FAILED (total time: 1 second)
 
Back