-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
i have 2 questions..
1)are u able to post what works and what doesnt. Like scrolls,mounts, what commands, fame, What skills,FM etc..
2)Also do we have to use navicat or is querybrowser okay.
TY
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
dance.it
i have 2 questions..
1)are u able to post what works and what doesnt. Like scrolls,mounts, what commands, fame, What skills,FM etc..
2)Also do we have to use navicat or is querybrowser okay.
TY
done with your ans..check my 1st post....
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
you should add more stuff to repack and should you upgrade to 0.08c since there was some mob error thing and inventory
and btw.. did you add those skills ctz or someone posted, those 42 working skills or seomthing with hate and crap
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
soo..scrolll work on this repack..??? othr than town scroll that is...
edit: wow.its work...but 4th job npc makes me dc.nvm...nvm gj..time to replace from the old ur v2 repack scripts to this 1...
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
lol... this is 0.0.8b 0.o xD read the thread mabye....
anywayz thank you very much for telling us whats working and whats not but i stil have some question :P
Does hide work? also how about white scrolls and ME animation also anything else that u might of forgoten i need al the details of ur server :D
Thanks very much xD, this is the best repack that i have seen when 0.0.8 came up :D it helped lots
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
nosebleedXD
you should add more stuff to repack and should you upgrade to 0.08c since there was some mob error thing and inventory
and btw.. did you add those skills ctz or someone posted, those 42 working skills or seomthing with hate and crap
Since i used TitanMS Version 0.0.8B that mean that all skill code must restart and start from 0
ctz skills is not suitable for TitanMS Verison 0.0.8 onward
i fix the mob and inventory error b4 0.0.8c release....and i kinda lazy to change....need *time*!
well.koolk just change 2 file..u can replace them and find which suppose to be in those 2 file and add in
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
kimisan_87
soo..scrolll work on this repack..??? othr than town scroll that is...
ya....Scroll for equipment is working...
town scroll suppose to be working....haven test yet!
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
When i load up Auto Restarterv5, it goes all the way to MySQL then says
Quote:
Initializing MySQL... Unknown database 'junms'FAILED
any idea?
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
KingdomVolc
When i load up Auto Restarterv5, it goes all the way to MySQL then says
any idea?
READ MY FIRST POST:
In MySQLM.cpp
Replace:
Code:
int MySQL::connectToMySQL(){
if(!mysql_real_connect(&maple_db, "localhost", "root", "", "junms", 3306, NULL, 0)){
printf(mysql_error(&maple_db));
return 0;
}
return 1;
}
to
Code:
int MySQL::connectToMySQL(){
if(!mysql_real_connect(&maple_db, "localhost", "root", "", "maplestory", 3306, NULL, 0)){
printf(mysql_error(&maple_db));
return 0;
}
return 1;
}
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
dance.it
lol... this is 0.0.8b 0.o xD read the thread mabye....
anywayz thank you very much for telling us whats working and whats not but i stil have some question :P
Does hide work? also how about white scrolls and ME animation also anything else that u might of forgoten i need al the details of ur server :D
Thanks very much xD, this is the best repack that i have seen when 0.0.8 came up :D it helped lots
kk...actually u should try it yourself since i dont have much time to test every thing....!
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
pokkax
READ MY FIRST POST:
In MySQLM.cpp
Replace:
Code:
int MySQL::connectToMySQL(){
if(!mysql_real_connect(&maple_db, "localhost", "root", "", "junms", 3306, NULL, 0)){
printf(mysql_error(&maple_db));
return 0;
}
return 1;
}
to
Code:
int MySQL::connectToMySQL(){
if(!mysql_real_connect(&maple_db, "localhost", "root", "", "maplestory", 3306, NULL, 0)){
printf(mysql_error(&maple_db));
return 0;
}
return 1;
}
Lol i did replace it i still get the error, i'll look to see if anything else in ur server shows junms, not sure though, but yea i did replace that in your first step. Maybe its something i didn't do, like maybe copy all files from release that need to be in maplestoryserver.
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
haha ok my bad pokkax, thanks anyways ima use your repack, and let's see if krytical released v9
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
pokkax
READ MY FIRST POST:
In MySQLM.cpp
Replace:
Code:
int MySQL::connectToMySQL(){
if(!mysql_real_connect(&maple_db, "localhost", "root", "", "junms", 3306, NULL, 0)){
printf(mysql_error(&maple_db));
return 0;
}
return 1;
}
to
Code:
int MySQL::connectToMySQL(){
if(!mysql_real_connect(&maple_db, "localhost", "root", "", "maplestory", 3306, NULL, 0)){
printf(mysql_error(&maple_db));
return 0;
}
return 1;
}
Its my Auto Restarter lol, i think i didn't copy MapleStory Server.exe at that time i rebuilt solution.
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
KingdomVolc
Lol i did replace it i still get the error, i'll look to see if anything else in ur server shows junms, not sure though, but yea i did replace that in your first step. Maybe its something i didn't do, like maybe copy all files from release that need to be in maplestoryserver.
did u rebuild your solution?
and
replace the maplestoryserver.exe in DEBUG folder into Maplestoryserver folder?
read previous post for it!
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
KingdomVolc
Its my Auto Restarter lol, i think i didn't copy MapleStory Server.exe at that time i rebuilt solution.
is after rebuilding it!
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
k ill test out the stuff just redownloading files again i screwed the other ones >.> i tryed adding v.0.0.7 files in it.. anywayz when i dl the iles on media fire it says JunMSv5.7 xD
is it reali v5.7???
also ty very much i hope it goes all good and keeep up the updates :P
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
pokkax
did u rebuild your solution?
and
replace the maplestoryserver.exe in DEBUG folder into Maplestoryserver folder?
read previous post for it!
oops not debug thanks and my bad for not looking at previous post.
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
dance.it
k ill test out the stuff just redownloading files again i screwed the other ones >.> i tryed adding v.0.0.7 files in it.. anywayz when i dl the iles on media fire it says JunMSv5.7 xD
is it reali v5.7???
also ty very much i hope it goes all good and keeep up the updates :P
er...
i will ans your question~
i upload JunMSv5 but it is V5.1 never update the name only
and JunMSV5.7z
7z is a format....a compression formatXD
google it and u will find why i use that instead or rar....
(COMPRESS RATIO is much HIGHER)
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
I get an error when picking up items from ground and getitng items from store.
Suggetions?
-
Re: [Re-Release]JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Quote:
Originally Posted by
Love
I get an error when picking up items from ground and getitng items from store.
Suggetions?
http://forum.ragezone.com/f427/relea...-007-a-383243/
DOWNLOAD THIS REPACK AND TRY.....
Note:quitting -
-
Re: [Release] JunMS repack V5.1-Based on TitanMS verison 0.0.8B
what verison is this for idk wat rev 008 means TT_TT
-
Re: [Release] JunMS repack V5.1-Based on TitanMS verison 0.0.8B
-
Re: [Release] JunMS repack V5.1-Based on TitanMS verison 0.0.8B
Why always my own create d MS dun have FreeMarket one~
-
Re: [Release] JunMS repack V5.1-Based on TitanMS verison 0.0.8B
stop bumping dead threads