Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MsRemix Repack!

Old Schooler
Banned
Joined
Jun 8, 2008
Messages
195
Reaction score
0
Re: [Release]MsRemix Repack!

so this repack is like the fixed version of pcmaple 2.1?

pretty much......im kinda having problems with savetoDB stuff right now....so i doubt it will work with this...fixing!
 
Old Schooler
Banned
Joined
Jun 8, 2008
Messages
195
Reaction score
0
Re: [Release]MsRemix Repack!

ohhhh these posts make my day THANKS GUYS
 
Legendary Battlemage
Loyal Member
Joined
May 18, 2008
Messages
614
Reaction score
53
Re: [Release]MsRemix Repack!

np, thanks 4 another repack /ends sacrasm
 
Legendary Battlemage
Loyal Member
Joined
Dec 7, 2007
Messages
622
Reaction score
11
Re: [Release]MsRemix Repack!

so what errors are left still?
 
Newbie Spellweaver
Joined
Apr 27, 2008
Messages
5
Reaction score
0
Re: [Release]MsRemix Repack!

Newton - MsRemix Repack! - RaGEZONE Forums

ahhhh so b@ssms requested me implanting
gmintern into pcmaple repack
so i did!
this is based on pcmaple repack.....

*Copies from nesmy repack thread*

-GM INTERN
-Yup its here :] gm interns
-Whats a gm intern you ask?Its a gm helper or a GMs Tool haha
-Hey what commands do these interns get?
-They get:#warp,#ban,#intern(its like a !say), and #meso
-Remember the add a column to your characters place in your database....same values as the column GM(can someone please make me a mysql script for this?Im a bit lazy thanks)

some people didnt want #ban so i didn't add it...ill give you the script if you guys want to :]

Code:
} else if (splitted[0].equals("#ban")) {
				if (splitted.length < 3) {
					new ServernoticeMapleClientMessageCallback(2, c).dropMessage("Syntaxhelper : Syntax: #ban charname reason");
					return true;
                                       
				}
				String originalReason = StringUtil.joinStringFrom(splitted, 2);
				String reason = c.getPlayer().getName() + " banned " + splitted[1] + ": " +
				originalReason;
				MapleCharacter target = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
				if (target != null) {
					String readableTargetName = MapleCharacterUtil.makeMapleReadable(target.getName());
					String ip = target.getClient().getSession().getRemoteAddress().toString().split(":")[0];
					reason += " (IP: " + ip + ")";
                                        String gmsname = player.getName();
					target.ban(reason);
                                        c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(6, "" +  splitted[1] + "  got pwned REAL bad by " + gmsname + " for " + originalReason));
                                      
				} else {
					if (MapleCharacter.ban(splitted[1], reason, false)) {
						mc.dropMessage("Offline Banned " + splitted[1]);
					} else {
						mc.dropMessage("Failed to ban " + splitted[1]);
					}
                                }

uhhhh LONG LIVE MSREMIX :];];];]
*Includes wz files*
Oh and i didnt really prepare these files for a repack soooo there will be alot of junk with msremix in there ;]
dont mind those errors i have in there.....you can still compile FINE.

Download:
RapidShare:
MediaFire:Uploading
Megaupload:Uploading

SORRY ITS SO SLOW MY SPEEDS ARE HORRIBLE
JUST CHECK THIS OUT
Newton - MsRemix Repack! - RaGEZONE Forums


Random Crap:
Q:Why did the dog cross the road?
A:Because he can and its free


oh yeah and execute these in query

Code:
ALTER TABLE `characters` ADD COLUMN `reborns` int(11) NOT NULL DEFAULT '0' AFTER `messengerposition`;

Code:
/* DIZ WAS CREATED BAI BASS OF RAGEZONE!
*/
ALTER TABLE `characters` ADD COLUMN `Intern` tinyint(1) NOT NULL default '0'

mine sucks too

 
Newbie Spellweaver
Joined
Jun 15, 2008
Messages
32
Reaction score
0
Re: [Release]MsRemix Repack!

I'm getting this error.
The characters disappear after I TRY TO CREATE A NEW CHARACTER.

Also, there is always roll backs in maps/exp/items.
Eg.
Say I start off in FM, then I go to henesys. Then I log off, after I log back on, I lose all the progress I made from FM to Henesys.

How do I fix this?
 
Retired
Joined
Jul 25, 2008
Messages
188
Reaction score
29
Re: [Release]MsRemix Repack!

Haha, MSRemix is awesome. Nice release Jimmy.
 
Old Schooler
Banned
Joined
Jun 8, 2008
Messages
195
Reaction score
0
Re: [Release]MsRemix Repack!

Hehe i jsut noticed now.....this repack is useless without gm intern and i had to remove it so the repack works rofl...,,....
 
Master Summoner
Joined
May 31, 2008
Messages
524
Reaction score
1
Re: [Release]MsRemix Repack!

Oh... Well, does this have the fixes to the bugs in PCMaple? I need to know that before I use this...
 
Newbie Spellweaver
Joined
Jun 15, 2008
Messages
32
Reaction score
0
Re: [Release]MsRemix Repack!

now CHARACTERS CAN'T TALK....

all of them can't, the save thing is fixed though.
 
Newbie Spellweaver
Joined
Jun 15, 2008
Messages
32
Reaction score
0
Re: [Release]MsRemix Repack!

I wish I were you. Not good with this.
 
Legendary Battlemage
Loyal Member
Joined
May 18, 2008
Messages
614
Reaction score
53
Re: [Release]MsRemix Repack!

oh boy he adds 1 more thing and now hes an awesome repack creator
 
Legendary Battlemage
Loyal Member
Joined
May 18, 2008
Messages
614
Reaction score
53
Re: [Release]MsRemix Repack!

wow, u should have just released ur script instead of an entire repack
 
Back
Top