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!

[GUIDES] Setup your MuOnline Server From Season 97D to S18

Newbie Spellweaver
Joined
Apr 7, 2007
Messages
44
Reaction score
0
Re: Setup your Own server Season 1 ~ 9

Hello, yes also quoting other people, many thanks to the developers who is still out here helping people. Thanks KarLi. Havent done anything with Muonline last 10 years so its a little bit of struggle now. Not sure if its a problem but it dosent seem right. Everybody is having proper server name but i got (local) is that a problem or is there any way to fix that ? Many thanks Screen:
 
Newbie Spellweaver
Joined
Apr 7, 2007
Messages
44
Reaction score
0
Re: Setup your Own server Season 1 ~ 9

Follow this @SpUtN1k
Thanks for that I think i fix it Now i have a next problem :D , I did everything right (I think) was following videos, tried it on x32 and x64 but it shows the same error with ODBC. Any idea what it could be ? Many thanks again
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
Re: Setup your Own server Season 1 ~ 9

Great, u will use this: XXXniaMU\ARTURS in your configs or files as 'SQL SERVER INSTANCE / IP' if required from the files.

well this is the odbc guide for the odbc


im not sure if u followed it =)
also check description (important!)
 
Initiate Mage
Joined
Aug 29, 2020
Messages
4
Reaction score
0
Re: Setup your Own server Season 1 ~ 9

Is this tuts is for offline server for undsrstanding 1st thr game before making it online?
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
Re: Setup your Own server Season 1 ~ 9

Is this tuts is for offline server for undsrstanding 1st thr game before making it online?


for offline just use your Lan IP which you can find from start> command prompt and write: ipconfig
the IPV4 shoold be your lan ip,example: 192.168.0.100 then u use this in server files and in main.exe/client side ip config.
 
Initiate Mage
Joined
Aug 29, 2020
Messages
4
Reaction score
0
Re: Setup your Own server Season 1 ~ 9

sir my windows defender detects a virus...is this harmful to my unit if i allow the virus to run?
 
Initiate Mage
Joined
Aug 29, 2020
Messages
4
Reaction score
0
Re: Setup your Own server Season 1 ~ 9

skymia as i replied to all of your messages on youtube video of the s2 files, also about ur otherquestion, as i said connect event and rankign server from the configs to MuOnline db instead.
i already did the database...my problem now is in hexing the main.exe everytime i save it the main.exe now become not executable it says your pc wont run with your current system..im using windows 10 pro 64bit
 
Initiate Mage
Joined
Sep 27, 2021
Messages
2
Reaction score
0
Re: Setup your Own server Season 1 ~ 9 and S16

I've just setup season 16, on my local machine. the drop rate of the zen is too big. I like to change it to something line 100,000 zen max.
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
Re: Setup your Own server Season 1 ~ 9 and S16

I've just setup season 16, on my local machine. the drop rate of the zen is too big. I like to change it to something line 100,000 zen max.

standard way of how zen works = more EXP = more zen drops

in gameserver/data/common.dat

configure this
Code:
;==================================================
; Money Drop Settings
;==================================================
MoneyDropTime = 60
MoneyAmountDropRate_AL0 = 50
MoneyAmountDropRate_AL1 = 50
MoneyAmountDropRate_AL2 = 50
MoneyAmountDropRate_AL3 = 50

i think from 1 to 100 and keep testing untill u get what suits u
 
Initiate Mage
Joined
Sep 27, 2021
Messages
2
Reaction score
0
Re: Setup your Own server Season 1 ~ 9 and S16

Thanks for quick reply.

May I ask a little complicated question. Is the game server can be customized to save the item info in the database?
say for example, the player loot a Jewel of Bless, for 3 times.
then in the database, the player have 10 Jewels of bless. When the save happens the total Jewel of will became 13.

or

maybe an API call will be triggered to save the info to external database.


standard way of how zen works = more EXP = more zen drops

in gameserver/data/common.dat

configure this
Code:
;==================================================
; Money Drop Settings
;==================================================
MoneyDropTime = 60
MoneyAmountDropRate_AL0 = 50
MoneyAmountDropRate_AL1 = 50
MoneyAmountDropRate_AL2 = 50
MoneyAmountDropRate_AL3 = 50

i think from 1 to 100 and keep testing untill u get what suits u
 
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
Re: Setup your Own server Season 1 ~ 9 and S16

Thanks for quick reply.

May I ask a little complicated question. Is the game server can be customized to save the item info in the database?
say for example, the player loot a Jewel of Bless, for 3 times.
then in the database, the player have 10 Jewels of bless. When the save happens the total Jewel of will became 13.

or

maybe an API call will be triggered to save the info to external database.

when you dont have sources to work with in visual studio with this exact files then u cannot do much, if u think u can handle and learn how to do that trigger in SQL with sql query please do, i dont know, i am not coding at all as well, and this files are limited with its configs unless you know how to code and assembly.
 
Newbie Spellweaver
Joined
Oct 11, 2008
Messages
6
Reaction score
0
Re: Setup your Own server Season 1 ~ 9 and S16

the hex location for s16 is not what you have on the first post.
i cannot find it to change the ip on the main.exe
 
Joined
Jan 22, 2005
Messages
889
Reaction score
80
Re: Setup your Own server Season 1 ~ 9 and S16

KarLi im trying s16 to mess with... bit confused now about the ip at should it be local(cmd ipconfig) or global ( whatismyip.com or can it be no-ip adress ) adress?
 
Last edited:
Joined
Jan 22, 2005
Messages
889
Reaction score
80
Re: Setup your Own server Season 1 ~ 9 and S16

Edit:
Got it fixed by re and re watching tutorial and what i found.... LMAO
Some smartass didnt run ConnectServer... Idk who was that? :D

Now all run nice and smooth.
Sorry for wasting your time :D


Sadly now that editor declines to cooperate with me :(
Seems like some .NET Framework error...
editor - [GUIDES] Setup your MuOnline Server From Season 97D to S18 - RaGEZONE Forums

Edit again:
Somewhy i have forgotten CtlCode's for gms admins etc...
None of editors work somewhy... MuMaker gives some connection errors.... never seen such and some others do the same... Might be that i did just 32 bit ODBC should i do 64 bit ones aswell? all server running with global ip and others can connect via no-ip.com ip....
Its just that editor part :S

CtlCode 32 worked well for making char to gm ;) just need to re remember some item etc generating codes...
/make 1 1 makes axe etc. ;)
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
Re: Setup your Own server Season 1 ~ 9 and S16

Edit:
Got it fixed by re and re watching tutorial and what i found.... LMAO
Some smartass didnt run ConnectServer... Idk who was that? :D

Now all run nice and smooth.
Sorry for wasting your time :D


Sadly now that editor declines to cooperate with me :(
Seems like some .NET Framework error...
View attachment 170554

Edit again:
Somewhy i have forgotten CtlCode's for gms admins etc...
None of editors work somewhy... MuMaker gives some connection errors.... never seen such and some others do the same... Might be that i did just 32 bit ODBC should i do 64 bit ones aswell? all server running with global ip and others can connect via no-ip.com ip....
Its just that editor part :S

CtlCode 32 worked well for making char to gm ;) just need to re remember some item etc generating codes...
/make 1 1 makes axe etc. ;)

Gooootcha lol.

yeah the editor on this files is tricky mate ;x use /item or /drop better ^__^

and add items on secret location shop if cant make exact with /item or /drop, or add them in box+5 1 by1 and drop, anything to achieve your goal, find always alternative ways.
 
Last edited:
Back
Top