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!

How to setup MuOnline Ex700 (S7) Server (Video Tutorial)

Joined
May 26, 2009
Messages
17,304
Reaction score
3,217
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

My friend, first of all /move works and ! msg works for me, thats all i need and you aswell, i dont know what else ur trying to figure out.

Secondly 3rd job character can't be edited using MuMaker cus it changes to wrong code, so do it in SQL Manager or just put he items in shop and npc somewhere and do the quest manually.

Also chat box is fine here too.
not sure what u did there mate.

Good luck.
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
10
Reaction score
0
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

My friend, first of all /move works and ! msg works for me, thats all i need and you aswell, i dont know what else ur trying to figure out.

Secondly 3rd job character can't be edited using MuMaker cus it changes to wrong code, so do it in SQL Manager or just put he items in shop and npc somewhere and do the quest manually.

Also chat box is fine here too.
not sure what u did there mate.

Good luck.

Problem fix now mate hehe thanks... oh and 1 thing is it normal when im in GM status i cant attack mobs? and use the Map to teleport? I created my GameMaster Acct thru Mu Maker but when i check it on Ent Mngr it sets in ctlcode 32 is it ok? thanks again mate Merry Christmas to you aswell!
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
10
Reaction score
0
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

Jerry Garcia,
yes mostly "original" files or clean lets say are like that, just make 2 characters and ull be fine

Thanks again sir... about editing in Ent Mngr of my class.. where can i edit those? to make it on 3rd job quest? and how can i adjust the max stats mate? thanks!
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,217
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

1. Ent Mngr>Databases>MuOnline>Character>right click it> Open table > return all rows u see "Class"number change that there, which ? i dont know exactly now just search for it or let me know later i will find it for u.

Max stats from/to ?
usually if its 32k max and u want 65k u only need to run this script in query analyzer >choose MuOnline on menu as database
and click F5 or the green button(execute) and make new character or go in game and test to add more stats.
else i dont know if there is somethin in config about it.. i doubt tbh.

paste this:
Code:
USE MUONLINE
alter table character alter column Strength int null
alter table character alter column Dexterity int null
alter table character alter column Vitality int null
alter table character alter column Energy int null
alter table character alter column Leadership int null
 
Junior Spellweaver
Joined
Apr 18, 2014
Messages
164
Reaction score
13
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

always DC afrer 5mins
how to fix this??? My serverside is on VPS using SQL 2000


KarLi - How to setup MuOnline Ex700 (S7) Server (Video Tutorial) - RaGEZONE Forums
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,217
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

always DC afrer 5mins
how to fix this??? My serverside is on VPS using SQL 2000


KarLi - How to setup MuOnline Ex700 (S7) Server (Video Tutorial) - RaGEZONE Forums

Normally that should not happen, u made the account with mumaker? u made him GM or somethin?
well im not sure if its checksum etc issue check in commonserver.dat in Data folder for checksum and disable it from 1 to 0 and re-try.
 
Newbie Spellweaver
Joined
Dec 25, 2014
Messages
19
Reaction score
1
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

Sir KarLi the Client's download link is damaged? can i use ZhyperMU's client on this?
 
Newbie Spellweaver
Joined
Aug 27, 2013
Messages
57
Reaction score
3
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

I got GSDBSet ODBC Connect Fail error
something got to do with ODBC registry?
im pretty sure im merge that one properly
also the password was changed accordingly
help please mr karli
thnks

edit:
ive searched the forums and found out it needs an administrator to run
im 100% sure i also did that
doesnt make sense at all
where did i made a mistake?
hmmmm
 
Last edited:
Newbie Spellweaver
Joined
Aug 27, 2013
Messages
57
Reaction score
3
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

got an error following the steps weeew
it says SQL server error 2
ODBC SQL server driver shared memory connection open
im using microsoft sql 2008 r2 btw
 
Newbie Spellweaver
Joined
Aug 27, 2013
Messages
57
Reaction score
3
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

Mr KarLi followed your instructions but with no luck
added all the database including what is in your guide and i still got the same error
do i need a static ip for this? coz ive read in somewhere in microsoft that it will be troublesome to have a static ip for this
im using a static ip btw
 
Newbie Spellweaver
Joined
Aug 27, 2013
Messages
57
Reaction score
3
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

so its not compatible with sql 2008 r2?
thnx
 
Newbie Spellweaver
Joined
Oct 28, 2012
Messages
10
Reaction score
0
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

1. Ent Mngr>Databases>MuOnline>Character>right click it> Open table > return all rows u see "Class"number change that there, which ? i dont know exactly now just search for it or let me know later i will find it for u.

Max stats from/to ?
usually if its 32k max and u want 65k u only need to run this script in query analyzer >choose MuOnline on menu as database
and click F5 or the green button(execute) and make new character or go in game and test to add more stats.
else i dont know if there is somethin in config about it.. i doubt tbh.

paste this:
Code:
USE MUONLINE
alter table character alter column Strength int null
alter table character alter column Dexterity int null
alter table character alter column Vitality int null
alter table character alter column Energy int null
alter table character alter column Leadership int null

Hi mate i just follow you and i think i got some error here.. how can i fix this? Thanks!
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 18, 2014
Messages
164
Reaction score
13
Re: How to setup MuOnline Ex700 Server (Video Tutorial)

Normally that should not happen, u made the account with mumaker? u made him GM or somethin?
well im not sure if its checksum etc issue check in commonserver.dat in Data folder for checksum and disable it from 1 to 0 and re-try.

i try it but same problem always DC after a minute :'( i dont see anything problem on serverside
 
Back
Top