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 Server [Season 18 Part 2-2] with MySQL

Joined
May 26, 2009
Messages
17,308
Reaction score
3,219
help please,
Werewolf Quarrel doesnt spawn.
was tried to restart server still not work
did u put in correct file ?
in

where it says monsterspawn.xml

<Map Number="34" Name="Crywolf">
<Spot Type="0" Description="NPC/Traps">
<Spawn Index="224" StartX="118" StartY="11" Dir="4" NpcFunction="npc_talk_castle_guard" />
<Spawn Index="226" StartX="135" StartY="47" Dir="2" NpcFunction="npc_talk_pet_trainer" />
<Spawn Index="240" StartX="113" StartY="56" Dir="2" NpcFunction="npc_talk_warehouse" />
<Spawn Index="248" StartX="99" StartY="40" Dir="2" NpcFunction="lorencia_merchant_near_river" />
<Spawn Index="251" StartX="145" StartY="14" Dir="1" NpcFunction="lorencia_weapon" />
<Spawn Index="256" StartX="96" StartY="25" Dir="2" NpcFunction="npc_talk_jewel_mix" />
<Spawn Index="406" StartX="228" StartY="48" Dir="1" NpcFunction="npc_talk_quest_evolution" />
<Spawn Index="204" StartX="121" StartY="31" Dir="2" NpcFunction="" />
<Spawn Index="205" StartX="125" StartY="27" Dir="2" NpcFunction="" />
<Spawn Index="206" StartX="126" StartY="35" Dir="2" NpcFunction="" />
<Spawn Index="207" StartX="120" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="208" StartX="115" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="209" StartX="117" StartY="27" Dir="2" NpcFunction="" />

</Spot>

add Werewolf line:

<Spawn Index="407" StartX="228" StartY="47" Dir="2" NpcFunction="" />

so its like

<Map Number="34" Name="Crywolf">
<Spot Type="0" Description="NPC/Traps">
<Spawn Index="407" StartX="228" StartY="47" Dir="2" NpcFunction="" />

<Spawn Index="224" StartX="118" StartY="11" Dir="4" NpcFunction="npc_talk_castle_guard" />
<Spawn Index="226" StartX="135" StartY="47" Dir="2" NpcFunction="npc_talk_pet_trainer" />
<Spawn Index="240" StartX="113" StartY="56" Dir="2" NpcFunction="npc_talk_warehouse" />
<Spawn Index="248" StartX="99" StartY="40" Dir="2" NpcFunction="lorencia_merchant_near_river" />
<Spawn Index="251" StartX="145" StartY="14" Dir="1" NpcFunction="lorencia_weapon" />
<Spawn Index="256" StartX="96" StartY="25" Dir="2" NpcFunction="npc_talk_jewel_mix" />
<Spawn Index="406" StartX="228" StartY="48" Dir="1" NpcFunction="npc_talk_quest_evolution" />
<Spawn Index="204" StartX="121" StartY="31" Dir="2" NpcFunction="" />
<Spawn Index="205" StartX="125" StartY="27" Dir="2" NpcFunction="" />
<Spawn Index="206" StartX="126" StartY="35" Dir="2" NpcFunction="" />
<Spawn Index="207" StartX="120" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="208" StartX="115" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="209" StartX="117" StartY="27" Dir="2" NpcFunction="" />

</Spot>

and reload monsterbase or rr GameServer (SIEGE) not gameserver normal
 
Newbie Spellweaver
Joined
Sep 23, 2007
Messages
5
Reaction score
1
did u put in correct file ?
in

where it says monsterspawn.xml

<Map Number="34" Name="Crywolf">
<Spot Type="0" Description="NPC/Traps">
<Spawn Index="224" StartX="118" StartY="11" Dir="4" NpcFunction="npc_talk_castle_guard" />
<Spawn Index="226" StartX="135" StartY="47" Dir="2" NpcFunction="npc_talk_pet_trainer" />
<Spawn Index="240" StartX="113" StartY="56" Dir="2" NpcFunction="npc_talk_warehouse" />
<Spawn Index="248" StartX="99" StartY="40" Dir="2" NpcFunction="lorencia_merchant_near_river" />
<Spawn Index="251" StartX="145" StartY="14" Dir="1" NpcFunction="lorencia_weapon" />
<Spawn Index="256" StartX="96" StartY="25" Dir="2" NpcFunction="npc_talk_jewel_mix" />
<Spawn Index="406" StartX="228" StartY="48" Dir="1" NpcFunction="npc_talk_quest_evolution" />
<Spawn Index="204" StartX="121" StartY="31" Dir="2" NpcFunction="" />
<Spawn Index="205" StartX="125" StartY="27" Dir="2" NpcFunction="" />
<Spawn Index="206" StartX="126" StartY="35" Dir="2" NpcFunction="" />
<Spawn Index="207" StartX="120" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="208" StartX="115" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="209" StartX="117" StartY="27" Dir="2" NpcFunction="" />

</Spot>

add Werewolf line:

<Spawn Index="407" StartX="228" StartY="47" Dir="2" NpcFunction="" />

so its like

<Map Number="34" Name="Crywolf">
<Spot Type="0" Description="NPC/Traps">
<Spawn Index="407" StartX="228" StartY="47" Dir="2" NpcFunction="" />

<Spawn Index="224" StartX="118" StartY="11" Dir="4" NpcFunction="npc_talk_castle_guard" />
<Spawn Index="226" StartX="135" StartY="47" Dir="2" NpcFunction="npc_talk_pet_trainer" />
<Spawn Index="240" StartX="113" StartY="56" Dir="2" NpcFunction="npc_talk_warehouse" />
<Spawn Index="248" StartX="99" StartY="40" Dir="2" NpcFunction="lorencia_merchant_near_river" />
<Spawn Index="251" StartX="145" StartY="14" Dir="1" NpcFunction="lorencia_weapon" />
<Spawn Index="256" StartX="96" StartY="25" Dir="2" NpcFunction="npc_talk_jewel_mix" />
<Spawn Index="406" StartX="228" StartY="48" Dir="1" NpcFunction="npc_talk_quest_evolution" />
<Spawn Index="204" StartX="121" StartY="31" Dir="2" NpcFunction="" />
<Spawn Index="205" StartX="125" StartY="27" Dir="2" NpcFunction="" />
<Spawn Index="206" StartX="126" StartY="35" Dir="2" NpcFunction="" />
<Spawn Index="207" StartX="120" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="208" StartX="115" StartY="38" Dir="2" NpcFunction="" />
<Spawn Index="209" StartX="117" StartY="27" Dir="2" NpcFunction="" />

</Spot>

and reload monsterbase or rr GameServer (SIEGE) not gameserver normal
thxs KarLi
its work fine!
 
Initiate Mage
Joined
Aug 26, 2023
Messages
3
Reaction score
1
I can't buy item with GP on cash shop, but message is success
 
Initiate Mage
Joined
Aug 31, 2023
Messages
3
Reaction score
4
KarLi

Hey Karli,

I've watched your tutorials yesterday and have the game running with localhost, I'm just having some problem with the resolution of the tools such as the account editor, I can't apply the changed stats or edit the character created in game, for the reason that button for for apply can't be seen, any solution for this or what file I need to edit to have a scrollbar for it since it's adjustable?

** I'm thinking some patch that you uploaded, might help my problem, but do you have a tutorial on how can I patch it on the latest updates? I'm currently working with the stack files from your youtube "𝐅𝐈𝐋𝐄𝐒 + 𝐂𝐋𝐈𝐄𝐍𝐓 (updated to 0.0.0.2)"**

I'm afraid if I will patch the new updates by copying and pasting files it might crash and have errors on it.

thank you KarLi for the TuTs

Hi KarLi

In your client i want to play on Window mode, Please help me.

Thanks alot,
Have a good day Sir,
Hi mate!

I actually found a a solution to this, this might help
To change resolutions manually go to game client and open LauncherOption.if file with notepad.

Change settings
/DevModeIndex:
//0: 800x600 (4:3)
//1: 1024x768 (4:3)
//2: 1152x900 (4:3)
//3: 1280x720 (16:9)
//4: 1280x800 (16:9)
//5: 1280x920
//6: 1440x900 (16:10)

WindowMode:1 On, or 0 Off


DevModeIndex:0
WindowMode:1
ID:

hope this helps.
 
Last edited:
Newbie Spellweaver
Joined
Nov 14, 2023
Messages
5
Reaction score
0
sir how to fix this?
1700039670601 - How to Setup MuOnline Server [Season 18 Part 2-2] with MySQL - RaGEZONE Forums


sir i got this problem

1700104110961 - How to Setup MuOnline Server [Season 18 Part 2-2] with MySQL - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Nov 15, 2011
Messages
6
Reaction score
1
Hello. I set everything up as in the attached video. Files and Fix used from this thread. The server starts fine, but when selecting a server in the game, the login and put log and pass i have : Your account is Invalid. Why? I have in SQL this acc
invalid acc - How to Setup MuOnline Server [Season 18 Part 2-2] with MySQL - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 3, 2023
Messages
18
Reaction score
0
hi karli
thankyou but How to setup a website to register an account with localhost
 
Newbie Spellweaver
Joined
Dec 3, 2023
Messages
18
Reaction score
0
đây là công cụ web tương thích

nhưng cách cài đặt thì tôi không chắc chắn 100%, phải kích hoạt mysql trong webhost hoặc trong máy chủ xampp/apache bằng php và những thứ tương tự
thanks bro , but How can web connect to database? Which file do I need to edit?
 
Initiate Mage
Joined
Dec 14, 2023
Messages
2
Reaction score
0
Hello, I have a bit of a problem, there are no characters, login SQL files in the zip archives (did not even extract files from zip), I even deleted and downloaded it again few times from MEGA
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 27, 2023
Messages
10
Reaction score
0
Where can I download this file?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 27, 2023
Messages
10
Reaction score
0
its all inside this files:



u probably just download the last update files, u can take tools from first repack and use for new updated repack.
I want to ask you a question, the Client 1.20.23 file is a file that needs to be downloaded by the client, is there a secure way to prevent it from showing the server's ip? You can see the attached file.
 

Attachments

You must be registered for see attachments list
Joined
May 26, 2009
Messages
17,308
Reaction score
3,219
I want to ask you a question, the Client 1.20.23 file is a file that needs to be downloaded by the client, is there a secure way to prevent it from showing the server's ip? You can see the attached file.
only possible way is to have extra IP inyour server VPS and have different ip (proxy) protection in client and connect server

that mostly possible with antihack using like psguard and such antihacks or from your host provider

but hey, trust me, even if u do hide it, they will find a way, all you need is a good dedicated server/hosting if u are experiencing attacks and issues .
 
Back
Top