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!

[RELEASE] Yan Huang MSO Full Set

Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
[RELEASE] YanHuang MSO Full Set

Yan Huang MoXiang (also known as Mo Siang)

- Auto Leveling (Meh..)
- Can use WASD to walk (Wowww..)
- Don't have to save manually on map Save Point (Auto Save Location when LogOut)
- Monster drop item on the ground as Box (Yes, you have to pick it up MANUALLY by clicking on it!)
- Dungeons.. yes, Dungeons.. you know, those special map in town..

Client and Server is in Chinese
This is from 2014 i think

Content
1. Garbled named folder:
- Database
- FilePack (idk)
- PAKpacker (import/export [.pak] file)
- Map Editor (probably)

2. Client (YHmso)
3. FTP (AutoPatchTool, probably)
4. Server
5. Tool (PackingTool [.bin])
6. Web
7. 1 rar file (FtpServerCn)
8. Tutorial Video (its chinese and no sound, but understandable)

What you need
- SQL EXPRESS 2012
- SQL Management Studio 2012
- Net4.0

mrshimviii - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums

Download
CLIENT + SERVER (Untouched, same condition as i found it)
Size :
1 GB
MEGA Link :


Tool
- PackingTool + PAKpacker
- Same one as included inside 'Untouched'
- But with explaination on 'How to..'
- I tried my best to explain okay..
Size : 6.7 MB
MEGA Link :


Translation
- Machine TL + my broken english = POTATO TL
- UI, MAP, NPC, Dialogue, Hypertext..
- Not everything are translated
- Some text or names have no spaceinbetween
- Some text i have no idea what it was supposed to mean
- Some text make/made no sense at all
- Some text i cannot find where it hid
- Some text are not text, its a picture
Size : 8.9 MB
MEGA Link :


I only test LOCAL/127.0.0.1
If you stuck, i can help.. probably
I dont understand chinese, so my help is limited

Some Screenshot of what Translated and what not
MEGA Link :
 
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
캡처.PNG - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


12.PNG - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


I'm trying to connect to the database by changing this and that, but I don't think I can connect. I don't think I can log in because of this, what should I do?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
I'm trying to connect to the database by changing this and that, but I don't think I can connect. I don't think I can log in because of this, what should I do?
I remember having this problem
something related to DBInfo.ini
i have no idea what im doing, but this is how i make it work, not sure if works for you too

Open your DBInfo.ini
change the string, try if any works for you :

[Default String]
Provider=SQLOLEDB;Server=(local);Database=(Database);uid=(UserName);pwd=(Password);

[Standard Security]
Provider=SQLNCLI11;Server=(local);Database=(Database);uid=(UserName);pwd=(Password);
- This one sometimes work for me, and other times it dont.. idk why

[Trusted Connection]
Provider=SQLNCLI11;Server=(local);Database=(Database);trusted_connection=yes;
- This one always works for me..

'Server=(local)' might need changing to your SQL Instance Name\ID
EX of my AgentDBInfo.ini :
Code:
[Setup]
LoginDBThread=2
LoginDB_String=Provider=SQLNCLI11;Server=GHOST\YHMSO;Database=YHcmember;trusted_connection=yes;
GameDBThread=2
GameDB_String=Provider=SQLNCLI11;Server=GHOST\YHMSO;Database=YHgame;trusted_connection=yes;
LogDBThread=1
LogDB_String=Provider=SQLNCLI11;Server=GHOST\YHMSO;Database=YHlog;trusted_connection=yes;

Make sure to change those line on all DBInfo.ini as well :
AgentDBinfo
DisDBInfo
MapDBInfo
MasDBInfo
 
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
I remember having this problem
something related to DBInfo.ini
i have no idea what im doing, but this is how i make it work, not sure if works for you too

Open your DBInfo.ini
change the string, try if any works for you :

[Default String]
Provider=SQLOLEDB;Server=(local);Database=(Database);uid=(UserName);pwd=(Password);

[Standard Security]
Provider=SQLNCLI11;Server=(local);Database=(Database);uid=(UserName);pwd=(Password);
- This one sometimes work for me, and other times it dont.. idk why

[Trusted Connection]
Provider=SQLNCLI11;Server=(local);Database=(Database);trusted_connection=yes;
- This one always works for me..

'Server=(local)' might need changing to your SQL Instance Name\ID
EX of my AgentDBInfo.ini :
Code:
[Setup]
LoginDBThread=2
LoginDB_String=Provider=SQLNCLI11;Server=GHOST\YHMSO;Database=YHcmember;trusted_connection=yes;
GameDBThread=2
GameDB_String=Provider=SQLNCLI11;Server=GHOST\YHMSO;Database=YHgame;trusted_connection=yes;
LogDBThread=1
LogDB_String=Provider=SQLNCLI11;Server=GHOST\YHMSO;Database=YHlog;trusted_connection=yes;

Make sure to change those line on all DBInfo.ini as well :
AgentDBinfo
DisDBInfo
MapDBInfo
MasDBInfo

Based on what you told me, I can access it. Thank you.
I'm trying to buy a cash item, but a window pops up, what is this?? I've never seen it before


캡처.PNG - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


How do I open the GM setup window?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
Based on what you told me, I can access it. Thank you.
I'm trying to buy a cash item, but a window pops up, what is this?? I've never seen it before

View attachment 245146
Its some kind of protection, so player dont accidentally drag out/destroy/delete an item from inventory.
Even if a player did accidentally drag out/destroy/delete, a confirmation message will appear.. soo.. idk why it exist, also idk how to disable it.

Default Code : 123456 (refer to database YHcmember - TB_USERINFO)
Feel free to change it In-game, or from database

You need to enter the code so you can use/move/open/unseal item inside your inventory.
it will stays unlock until you re-login next time.

How do I open the GM setup window?
- Login using GM Account
- Press ALT+ENTER while in-game
GM Panel - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums
- Enter Name and Pass (refer to database YHcmember - TB_OPERATOR)
- Click Left Button/Confirm/Ok
- A confirmation box should appear says 'Login OK!'
- Click 'OK'
- Press ALT+ENTER again
- GM panel should appear on left side of the game window

the GM panel itself is in Chinese, so if your pc cant read it, every button in the GM panel will appear as '???'
(yes my pc cannot read it :LOL:)
If you used the Translation i provide, most of the item/stuff you can obtain from GM panel are in English or at least readable, instead of just symbols.

If you login using a GM account, your character is invisible.
And will always be invisible everytime you login.
to be visible again :
- open GM panel
- click the 4th button
GM Hide - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 17, 2023
Messages
45
Reaction score
15
This game in en is mo siang interesting game thank you for sharing!
 
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
Its some kind of protection, so player dont accidentally drag out/destroy/delete an item from inventory.
Even if a player did accidentally drag out/destroy/delete, a confirmation message will appear.. soo.. idk why it exist, also idk how to disable it.

Default Code : 123456 (refer to database YHcmember - TB_USERINFO)
Feel free to change it In-game, or from database

You need to enter the code so you can use/move/open/unseal item inside your inventory.
it will stays unlock until you re-login next time.


- Login using GM Account
- Press ALT+ENTER while in-game
- Enter Name and Pass (refer to database YHcmember - TB_OPERATOR)
- Click Left Button/Confirm/Ok
- A confirmation box should appear says 'Login OK!'
- Click 'OK'
- Press ALT+ENTER again
- GM panel should appear on left side of the game window
View attachment 245151

the GM panel itself is in Chinese, so if your pc cant read it, every button in the GM panel will appear as '???'
(yes my pc cannot read it :LOL:)
If you used the Translation i provide, most of the item/stuff you can obtain from GM panel are in English or at least readable, instead of just symbols.

If you login using a GM account, your character is invisible.
And will always be invisible everytime you login.
to be visible again :
- open GM panel
- click the 4th button
RED - Invisible
GREEN - Visible
PURPLE - Confirm/OK
View attachment 245150


thank you..

Where do I charge cash item points?
 
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
thank you..

Where do I charge cash item points?
Well, you cant charge..

Did you mean how to get Cash Item Point?
or how to buy Cash/Mall Item?
or.. both?

As a GM, you can get Cash/Mall Item from GM panel :
GM Panel - Item+Skill+Currency - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums
Weapon
- All Weapon( Lv 1 - Lv 90+ )
- You can even do +10
- Blunt/Bless/Cursed/Wicked/Failed

Clothing
- yeass all of them is here ( Lv 1 - Lv 90+ )

Accessory
- yup all of them ( Lv 1 - Lv 90+ )

Skill Book
- ALL ( Lv 5 - Lv 90+ )

Consumable
- Healing/Potion stuff

ETC
- Stone/Rock/Crystal ( Combine/PowerUp Material )
- Titan Armor/Weapon/Pendant
- Consumable ( Event/Limited reward )
- Weapon/Armor/Accessory/Costume ( Cash/Mall Item )
- GM costume
- Scroll/Buff/De-Buff Item
- Quest Item
- Basically, mostly, everything is here

Coin/Money
Bubble/AFK
Gold/Ingot

- Self-explanatory

(IDK)
- hmm, idk.. like seriously, no idea what this is..

Skill
- This will add skill directly to your Skill Tab as the arrow point
- The number on the side is Skill Level ( Lv 1 - Lv 12)

SKill Pts
- yes, skill pts

Take your time browsing, then press CONFIRM, you'll get the stuff/thing/item

As for How to Buy Cash/Mall Item :
Mall Sho - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums

At the bottom bar, click on that potion bottle
Cash/Mall Item window will open (mine currently bugged, i messed up something)
Can use Coin/Bubble/Ingot to purchase (depend on what currency the Item is set to)
Purchase using Bubble (Bound) : Item Cannot Trade
Purchase using Ingot (Not-Bound) : Item Can Trade
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
Well, you cant charge..

Did you mean how to get Cash Item Point?
or how to buy Cash/Mall Item?
or.. both?

As a GM, you can get Cash/Mall Item from GM panel :
Weapon
- All Weapon( Lv 1 - Lv 90+ )
- You can even do +10
- Blunt/Bless/Cursed/Wicked/Failed

Clothing
- yeass all of them is here ( Lv 1 - Lv 90+ )

Accessory
- yup all of them ( Lv 1 - Lv 90+ )

Skill Book
- ALL ( Lv 5 - Lv 90+ )

Consumable
- Healing/Potion stuff

ETC
- Stone/Rock/Crystal ( Combine/PowerUp Material )
- Titan Armor/Weapon/Pendant
- Consumable ( Event/Limited reward )
- Weapon/Armor/Accessory/Costume ( Cash/Mall Item )
- GM costume
- Scroll/Buff/De-Buff Item
- Quest Item
- Basically, mostly, everything is here

Coin/Money
Bubble/AFK
Gold/Ingot

- Self-explanatory

(IDK)
- hmm, idk.. like seriously, no idea what this is..

Skill
- This will add skill directly to your Skill Tab as the arrow point
- The number on the side is Skill Level ( Lv 1 - Lv 12)

SKill Pts
- yes, skill pts

Take your time browsing, then press CONFIRM, you'll get the stuff/thing/item

As for How to Buy Cash/Mall Item :
View attachment 245157
At the bottom bar, click on that potion bottle
Cash/Mall Item window will open (mine currently bugged, i messed up something)
Can use Coin/Bubble/Ingot to purchase (depend on what currency the Item is set to)
Purchase using Bubble (Bound) : Item Cannot Trade
Purchase using Ingot (Not-Bound) : Item Can Trade

캡처.PNG - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


as shown in the picture Cash current coin
How to charge it
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
View attachment 245188

as shown in the picture Cash current coin
How to charge it
those are Mall Shop Item prices

Charge?
as in pay real money for the Bubble pts/Ingot?
if this is what you mean, then you cannot.

if you want to change it or get it, i already told you everything on how.
Can you be a little more specific on your question?

my guy,
try to elaborate,
make it look like we're having a conversation..
write a damn paragraph..

bcuz this feel like an interrogation..
you asking short question
me answering your question and then explaining more things which is i have no idea if that is what you need to know..
 
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
those are Mall Shop Item prices

Charge?
as in pay real money for the Bubble pts/Ingot?
if this is what you mean, then you cannot.

if you want to change it or get it, i already told you everything on how.
Can you be a little more specific on your question?

my guy,
try to elaborate,
make it look like we're having a conversation..
write a damn paragraph..

bcuz this feel like an interrogation..
you asking short question
me answering your question and then explaining more things which is i have no idea if that is what you need to know..


I'm writing through a translator, so it might not be the point of an accurate question.
Is there a way to charge a cache item with a red mark in the picture above?
 
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
I'm writing through a translator, so it might not be the point of an accurate question.
Is there a way to charge a cache item with a red mark in the picture above?
I see, no wonder i feel like we're not understanding each other.
forgive me if i'm rude.

What you circled in red is the price display for each item of the Mall Shop.

What you asked of me is
'Is there a way to charge a cash item'
this is what i dont understand

What do you mean by 'Charge a cash item'?
Each Item already has a price on it.
 
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
I see, no wonder i feel like we're not understanding each other.
forgive me if i'm rude.

What you circled in red is the price display for each item of the Mall Shop.

What you asked of me is
'Is there a way to charge a cash item'
this is what i dont understand

What do you mean by 'Charge a cash item'?
Each Item already has a price on it.
Inked캡처_LI - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


Is there a way to get the currency on the red mark in the picture above?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
View attachment 245231

Is there a way to get the currency on the red mark in the picture above?
No, there is no way to get the currency on the red mark in the picture.

Like i said, What you circled in red is the price display for each item of the Mall Shop.
It is a Price Display for the selected Item.
It is telling you what type of currency/cost the item need in order for you to purchase/buy
Mall Shop - Bubble Pts - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


Mall Shop - Coin - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums

This is how you can get those currency
mrshimviii - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
캡처.PNG - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums


As you can see in the picture, I'm dropping the experience rate.
But if you drop it below this, you won't get experience in the game.
Is there any way to lower the experience rate more?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 8, 2015
Messages
27
Reaction score
6
View attachment 245478

As you can see in the picture, I'm dropping the experience rate.
But if you drop it below this, you won't get experience in the game.
Is there any way to lower the experience rate more?
As far as I know, there isn't.

But, you could try modify/Increase the EXP required to level up.
Make sure to do the same on Client-side

This is my CharacterExpPoint
at Lv1, 100exp required to advance to Lv2
CharXPpts - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums

I would also suggest modify the EXP drop for each monster.
But i don't know which column is the exp
MonsterList - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
As far as I know, there isn't.

But, you could try modify/Increase the EXP required to level up.
Make sure to do the same on Client-side

This is my CharacterExpPoint
at Lv1, 100exp required to advance to Lv2

I would also suggest modify the EXP drop for each monster.
But i don't know which column is the exp


Thank you for giving me a lot of information
 
Newbie Spellweaver
Joined
Jan 10, 2023
Messages
18
Reaction score
3
캡처.PNG - [RELEASE] Yan Huang MSO Full Set - RaGEZONE Forums

During the second quest, there is a symptom that the client turns off when clicking on the part.
Is there any way to fix it?
 

Attachments

You must be registered for see attachments list
Back
Top