SoFunction
Updated on 2025-03-10

Legend complete private server modification plan

(1) DBC comments---part content
I can only comment part~ What I don't comment is what I don't understand~ If someone knows it, please reply to me~ Thank you~
After opening the DB file in DBC, it is a directory. The first one is a book. The second one is a monster. The third one is an item.
books
SID Item Code
NAME Item Name
Effect Type Effect Properties
Effect  Effect (animation effect generated by putting this touch)
Spell  A duration (durance of touch effect)
Power Basic Power
MaxPower Maximum Power
DefSpell
DefPower
DefMaxPower
Job Use profession (0-warrior, 1-magistrate, 2-taoist)
NeedL1 The required level of level 1 spell (NeedL2 is the required level of level 2 spell)
L1 Train The experience required for cultivation (same as above)

monster
SID Monster Code
Name Monster Name
Race
Racelmg
Appr
Lvl Monster Level
Undead  Is it not * system (0-No, 1-Yes)
CoolEye is proactive in attacking
Exp  Experience value obtained after killing*
HP Blood volume
MP Mana
AC Defensive
MAC Magic Defense
DC basic attack power
DCMax maximum attack power
MC Magic
SC Taoism
Speed ​​doesn't know what speed it is
HIT hit rate
Walk-SPD Walk speed
ATTACR-SPD Attack Speed

thing
Stdmode Equipment Properties
(10-men's clothes, 11-women's clothes, 5-one-handed, 6-two-handed, 20-neck wear, 15-finger wear, 30-candles, 22-poisons, talismans, 24-bracelet wear, 42-making raw materials)
Shape
Anicount
Source
Rwserved
Looks Appearance Properties
DuraMax lasting
Stock is a stock product
Need limit (0-none, 1-attack power, 2-mana, 3-tao technique. There will be "restricted level" NeedXXX in the future)
Some items are simple and have not been written out, such as: value, etc.
I can only do this~ Can any expert tell me that there is no comment? Thanks
This guy has written a lot, please read it http://bbs./?boardID=4&ID=7612

(2) Methods to modify player information
Detailed methods for modifying player information (attribute level equipment item spells, etc.)
1. Run C:\mirserver\mud2\DBSrv200\dbserver
2. Click the "record tools" key and a new window "Char Db Manager" pops up
3. Enter the id name, search, and display the id registration information
4. Double-click to find the registration information
5. A "FrmFDBViewer" pops up, haha, this is all the information of this id, including: (various attributes, levels, experience values, pk values, coordinates, full body equipment, wrapping things, spell situations, etc.)
6. Click "read only"
7. Enter password: amir#05!
The task is done, you can modify any character's attribute information at will.

(3) Use ultraedit to Chineseize the basic modification method and the download address of ultraedit
Software used ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
You can find the relevant English in the search and check "Find ASCII". After finding the character, you can change it in the ASCII column (directly type letters or Chinese) or in the hexadecimal system (type hexadecimal system).
For example, the English word "T" in hexadecimal is 54. "Happy" means BB B6.
For example, the sentence "Welcome to our server, tell anyone about it and we will castrate you" you first look for "welcome", and when searching, select 'Find ASCII' to see if you have found the place where this sentence is. Change it yourself:)
Note: There are some addresses in the middle of each character. Do not exceed this address when changing it, otherwise the subsequent characters will be destroyed, resulting in the entire EXE file being corrupted. 00 00 in hexadecimal represents a blank reserved space.
In addition: Including the player's commands in the legend, GM commands, system prompts, divine beasts (dogz), and mutated skeletons, all in this file. You can change it by finding the corresponding English.
Haha, you can't say it's too professional, you can only talk about it roughly like this. You will understand after researching it yourself.
ultraedit v9.00c Chinese version download address

//download/system/item/2002-05-10/
Provide a registration code


Name:QUEBEC Serial:L4J0D-G306G-03N2K-M907F


(4) Solution to how to limit the ids of new users not allowed to register!
mud2\Logsrv\
EnableMakingID=TRUE
change
EnableMakingID=False


5) Unlimited entry and exit of the unknown dark hall
Open the file in the Mir2000\Envir\market_def directory

Use the following content to overwrite the original content.


;Price
%200

;Dialogue, '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

;;------------------------------------------------------------------------------
;; [310] Find the old man (the role that received the task)
;; [311] Find Deer Blood and Antler
;; [312] The person who found deer blood and antler
;;------------------------------------------------------------------------------

[@main]
#IF
random 2
#ACT
goto @QUEST
#ELSEACT
goto @normal

[@QUEST]
#IF
check [312] 1
#ACT
goto @Q312
break

#IF
check [311] 1
#ACT
goto @Q311
break

#IF
check [351] 1
#ACT
goto @Q351
break

#IF
check [310] 1
random 5
#ACT
goto @Q310
#ELSEACT
goto @normal

[@normal]
Hey...why are you here to do such a dangerous place??? I don't know if you can get out of this place...\
<Dialogue./@talkwith_2> <Exit./@exit>
[@Q310]
#IF
#SAY
Is there anything you want to ask me to make mysterious water? \
Special materials are required to make this water.. If you collect these materials, I will help you make them... \
The special materials for making mysterious water are deer antlers and deer blood.. If you can't find this material elsewhere, I can tell you \ <Next/@Q310_1>

[@Q310_1]
#IF
#ACT
SET [311] 1
#SAY
Deer antlers can be found in unknown palaces.. Do you know the way to the unknown palace?? If you don’t know, there is nothing you can do\
About Deer Blood...I don't know where you can get it \
Good luck... \ <Exit/@exit>

[@Q311]
#IF
check [311] 1
checkitem antler 1
checkitem Deer Blood 1
#ACT
goto @Q311_1
#ELSEACT
goto @Q311_2

[@Q311_1]
#IF
#ACT
SET [312] 1
take Deer Blood 1
take deer antler 1
#SAY
You are so awesome. You found the antler and deer blood so soon. After I make mysterious water for you, I will give it to the butcher Jin, who bought meat in Beech City. Go quickly \ Leave <Waiting/@exit>

[@Q311_2]
#IF
#SAY
Haven't found it yet... Come find it quickly... Because I don't have much patience and can't wait that long \ <Exit/@exit>

[@Q312]
#IF
#SAY
Go and find Jin quickly. \ <Exit/@exit>

;[@talkwith_1]
;goto @talkwith_2

[@talkwith_2]
Since you are here to find me, I will tell you that there is a cave nearby that no one knows... The world in the cave is different from the legendary world. I have only heard of it. If you want to go in, you need a certificate. If there is a certificate... then you can try it \
<Challenge/@talkwith_3><Exit/@exit>

[@talkwith_3]
;#IF
;checkitem Cave Certificate 1
#SAY
You have obtained the certificate and I can let you in, but I can only stay in it for 3 hours. Be careful... \ <Enter the cave/@talkwith_4>
<Exit /@exit>

[@talkwith_4]
#IF
checkhum M001 200
#SAY
I really want to take you in, but I'm exhausted now so I can't take you over... Wait a little longer... \ <Exit /@exit>
#ELSEACT
TimeRecall 180
map M001


[@Q351]
#IF
  random 5
#ACT
goto @Q351_1
#ELSEACT
goto @normal

[@Q351_1]
#IF
#SAY
You are the legendary weird person?? It has a similar personality to mine... I like you... Do you want to make a lot of money?? \ <I want/@Q351_1_1> <I don't want/@Q351_1_2>

[@Q351_1_1]
Do you really want to make a fortune? Then you take the sabbatical to find the prodigal businessman Cui, and he will help you \ <Leave/@Q351_1_1_1>

[@Q351_1_2]
Your personality doesn't look weird... There are very few people with a personality like you... Let's accumulate some cultivation... \ <Exit/@exit>

[@Q351_1_1_1]
#IF
#ACT
 SET [352] 1
#SAY
Good luck...\ ​​<Exit/@exit>

[@untalkwith]
#IF
random 10
#SAY
Have you heard of unknown palaces?? I can't tell you in detail. The time to enter the unknown palace is on the evening of the weekend. Come and see me again at that time. I will take you there later. \
See you then... \ <Return/@main>
#ELSESAY
I don't want to talk nonsense to you... Stay away from me! \ <Return/@main>

(6) Solution to the problem of not being able to buy things from red names
Open the file in the original mirserver\mir200\envir\market_def.
See [@main]
#IF
checkpkpoint 2
#SAY
I don't want to deal with someone like you... \ <Cancel/@exit>
The checkpkpoint 2 in it is to detect your PK value. If it is greater than 2, ignore you! You can delete the line, or change 2 to a larger number. For example, 99999999 will never have anyone's PK value so high @!
The other @freepenalty space + person name is to clear the PK value!

(7) Build a private server under XP
Right-click on my computer -> Management - Service option prohibits SSDP Discovery Service
Then run M2Server and you won't report an error.
My server has been running for a week and there has been no problem. Good luck to everyone :)

(8) Use two servers to perform load balancing 1. Configure and test the server on 1# (can run the server on stand-alone)

2. Add a line to Mud2\Logsrv\! and write to the 2# server IP
3. Modify the IP of the 2# server in mirserver\gate_server\RunGate\ to the IP of the 2# server
4. Copy the Mirserver folder to the same location as 2#
5. First run all programs except MIR200\ by 1# machine (in order)
6. Go to server 2 and modify all IPs in server 1.
7. Run
8. OK, you will find that the dual-machine is running a server:)
The client's login IP address is the address of server 1#! This separates the front desk and backend software of the legendary server!
Unfortunately, I can't separate the database on the third machine. If anyone can do it, please let me know~~

(9) Complete collection of functions and modifications of private server files
These two directories save IDs, persons, items and information.
C:\mirserver\mud2\DBSrv200\FDB
C:\mirserver\mud2\Logsrv\IdDB backup and retrieval as long as these two directories and the following guild information directory
In addition, it is possible that the files under these two directories are corrupted.
There are 5 files, three DBs, and two index files in these two directories
You can open it directly with notepad, you can see passwords, answers to questions, registration information, etc.
Guild information directory is
C:\mirserver\Mir200\Envir\Castle

Create files that need to be modified on the private server
C:\mirserver\gamelog\LogDataSrv\
C:\mirserver\gate_server\LoginGate\
C:\mirserver\gate_server\RunGate\
C:\mirserver\gate_server\SelChrGate\
C:\mirserver\Mir200\!
C:\mirserver\Mir200\!
C:\mirserver\Mir200\!
Modify IP and file paths in these files
Generally speaking, if the user cannot be applied for, the door cannot be opened, or the character cannot be created, please check if the directory is set in the following file.

Modify the Shabak City Lord and Money, * Income Document
C:\mirserver\Mir200\Envir\Castle\

NPC characters' dialogue and catalog of items sold
C:\mirserver\Mir200\Envir\market_def

Save directory of remaining items in the store
C:\mirserver\Mir200\Envir\Market_saved

King of Beach, Sand City officials, teleporters, siege war old people information files
C:\mirserver\Mir200\Envir\Npc_def
Information on applying for siege
C:\mirserver\Mir200\Envir\QuestDiary

GM list file
C:\mirserver\Mir200\Envir\
You need to add GM to the file. Add space plus GM's ID or ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Note: Spaces are indispensable, * or 1 are followed by ID, not the username when logging in

Guarding coordinate file
C:\mirserver\Mir200\Envir\

Make poison recipe files
C:\mirserver\Mir200\Envir\

Map Files
C:\mirserver\Mir200\Envir\
Please change the route to Pig 7 and Zuma 7 to the same as Shanda (because Shanda is not good at walking, road blind :-P)
From D71601 17,12 -> D71602 36,34 This line starts with the route file to Zhu 7
If the above D715 83,81 -> D71601 25,13 is changed to D715 83,81 -> D717 86,74
Just go from Pig 5 to Pig 7. Anyway, I won’t change it to the way of walking up and down, I feel dizzy!
Similarly, D505 123,10 -> D5061 8,16 is the road map of Zuma 5
If it is changed to D505 123,10 ->D5071 8,10, go directly to Zuma 7

Monster refresh file
C:\mirserver\Mir200\Envir\

Transmitter and official location documents
C:\mirserver\Mir200\Envir\

1. In fact, the current server version includes Tiger Guard and Chi Yue. I won’t talk about Chi Yue. Everyone can find Tiger Guard in the database. As long as you set it in the monster refresh file, the Tiger Guard can appear anywhere! At the same time, everyone can further understand the shameless Shanda. Because there is also a kind of tiger guard called bow and tiger guard! Shanda hid it again!

2. Some Chinese versions now seem to have no dialogue between the Chinese versions of Biqi and the Shabak administrator. The veterans at Shabak’s doorstep were not Chinese. The problem Chinese file is in the miserver\Mir200\Envir\Npc_def directory, and the name Chinese file is in the miserver\Mir200\Envir\
Occupy Shabak's name is followed by some sabukwall.
miserver\Mir200\Envir\Castle\Line 2 is changed to Shabak

(10) Solutions for Chinese version of NPC flash

The problem of Npc flash is solved in this step:
1. Let's first check whether there are two folders: Market_prices and Market_saved in your C:\mirserver\Mir200\Envir directory?
2. Delete all the files in those two folders. Then restart.
3. Enter the legend and let him flash for ten minutes. Restart again.
That's fine~ It may be a bit slow at the beginning~ but you don't have to do this again after you do this

(11), video production of private servers Click to download and watch

(12) Private server reload! With deleting your personal account!
Shanda's re-release is because they have four servers
One of the servers acts as a backup
It takes a backup every few minutes
I think this private server cannot meet this condition
So how to backup?
I'll teach you
In your private server directory
For example: c:\mirserver\mud2\logsrv
There are two IDDBs below
You just need to copy these two files regularly
The file is to overwrite these two files
:)

Let's talk about deleting someone's account
When you start the private server, there is a
dbserver is running
After you click
There is a record tools
A window will appear
If you don't know his account, the ID
You can enter the name of the game
For example, a player called Luck in the game
So

You type luck in chrname
Then FIND
You can see his account appear below
Delete below
delete char
Then the characters are gone
Of course not completely deleted
If you want to delete it completely, be careful to delete it completely! The ____ does not work
undelete char  ---- Here is to restore the account deletion completely, and cannot be restored.
recover

remove charactors all data(hum+FDB)

This completely deleted this account :)

OK I have answered many questions, I hope those who spend money to see will not waste my results
Don't send it out :)

Give one to everyone
Don't use too messy Chinese version
A netizen asked how to make the best equipment that you don't want to appear in the store

Answer yes
It's not just that you can delete the saved directory!
I don't know the answer at the moment
Please backup before making changes!

(13) Full guide inx number
(Everyone on earth knows it)
name
Stdmode mode (define what the item is, such as medicine is 0, men's clothes are 10, women's clothes are 11, in fact, it is the mode of how your item is used, such as 0 is medicine, you double-click, 10 is clothes, you wear it)
Shape mode (small classification under stdmode classification, such as the medicine slowly added is 0, and the instant addition is 1, which is actually the mode of the effect of this thing. For example, the medicine with 0 is 1 square and 1 square, and the medicine with 1 is 1 instantly added)
wi...this is weight
Anicount,source,resevc... I don't know what the use of these 3, I didn't use them either
Looks is the appearance, the picture you see
DuarMax is lasting, 1000 times more
I don't know what the stock is for?
The key ones are discussed below
Let's talk about medicine first
std 0 sha 0 That is to say, ordinary medicine, such as Jinchuang medicine, ac is a number with blood added mac is a number with magic added
std 0 sha 1 That is to say, the sun water type, it will be full after clicking, ac is the number with blood added mac is the number with magic added

Talk about the knife
The std of a general knife is 5 or 6, I don't know what the difference is
ac2 is accurate, mac2 is agile, mac is attack speed, ac is...

necklace
stdmode19 and 20 differences
The main differences are ac, ac2, macmmac2, see the details

The items in the future can also be the same as above

About need
Need and need level
need 0
Needlevel is a segment technique
need 1 The latter is attack power
2 is magic
3 is Taoism
4...I don't know


Shape also means shape. It can limit the placement method.
anicount,source,resevc controls some subtle attributes and is not very useful source can control the sacred value of a weapon.
stock means value fluctuation and control the price value of the item together with price

(14), the wonderful use of setup! and how to change the test server to a regular server
as follows:
Message title: !setup problem?
There is a paragraph in!:
VentureServer=FALSE
TestServer=TRUE
ServiceMode=FALSE
NonPKServer=FALSE
What are they all set? ? ?
Help me solve it. Thank you thank you.

What are these English?
A simple translation:
1 Adventure Server Wrong
2 Test server Right
3 Service mode Error
4PK server is not allowed

Now let's understand. They are used to set server properties. Let's talk about the wonderful uses of the setup! file from here one by one.

TestLevel=35                                                                                                                            �
TestGold=3000000
TestServerUserLimit=10    --- The number of people in the test server

Some friends asked me why it costs so much as soon as I go online. Can I change it? sure
You can select FALSE service mode, adventure mode, and turn on.

DBAddr=61.185.232.59
DBPort=6000
IDSAddr=61.185.232.59
IDSPort=5600
MsgSrvAddr=61.185.232.59
MsgSrvPort=4900

The above are some IP information about the server

HumLimit=30
MonLimit=30
ZenLimit=30
NpcLimit=5
SocLimit=30
DecLimit=10
UserFull=500          --------- The above all have limits, which are some limitation definitions
Number of people npc wait

[Share]
BaseDir=G:\Mir2server\server\Mir200\ShareGuildDir=G:\Mir2server\server\Mir200\GuildBase\GuildsGuildFile=G:\Mir2server\server\Mir200\GuildBase\
VentureDir=G:\Mir2server\server\Mir200\ShareVConLogDir=G:\Mir2server\server\Mir200\ConLogCastleDir=G:\Mir2server\server\Mir200\Envir\CastleEnvirDir=G:\Mir2server\server\Mir200\EnvirMapDir=G:\Mir2server\server\Mir200\Map
These are shared paths. You must set them correctly.

[Names]
ClothsMan='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
ClothsWoman='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
WoodenSword=''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Candle=''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
BasicDrug=''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

These are things for new accounts. You can change the original version in English. Chinese.

GoldStone='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
SilverStone='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
SteelStone=''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CopperStone=''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
BlackStone='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Zuma1='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Zuma2='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Zuma3='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Zuma4='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Bee=''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Spider='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

WomaHorn='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
ZumaPiece='''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Some key settings
These are some special items. Monsters. If there is no correct setting, a bug will occur.
Some recent problems are all here

(15), all maps of legend (absolutely useful for GM)
Because the page is too long, please refer to http://bbs./?boardID=4&ID=7530

(16) How to set the chance of monster explosion
It's just the monster inside, there's nothing sold in the store. I had to change the chance of monsters and the explosions. I changed the deer to all the items. 1/1 chance is a sure explosion! Ha ha! Kill a deer and you have everything! The dragon pattern in my dream! Dog Book! There are also all kinds of top-notch GM mode! Frightened and there are! Attack 200-200. Road 200-200. Magic 200-200! Ha ha!
Method: Enter C:\mirserver\Mir200\Envir\MonItems
Open the file of the monster you want to burst it with good stuff! Add the following contents! (If the deer is beaten, you have to pick up the meat to get it!
1/1 Meat
1/1 Meat
.......
In short, just press "1/1 item name"
If it is already a Chinese version! Just change the English one above to Chinese! GOOD LUCK!

(17) Methods to modify yourself as Shabak
Modify C:\mirserver\Mir200\Envir\Castle\
[setup]
CastleName=Shabak      (Shabak’s name is the word in brackets at the end of the guild)
OwnGuild=GM               (Now you occupy the guild of Shabak, you just need to change this place to your own guild, and you don’t have to siege the city)
ChangeDate=02-9-29 11:53:36
WarDate=02-10-3 20:00:00
IncomeToday=02-10-4 0:00:02
TotalGold=10000000
TodayIncome=0                                                                                                                            �
[defense]

CastleMap=3
MainDoorName=MainDoor    (Sabak Gate)
MainDoorX=672
MainDoorY=330
MainDoorOpen=1        (1 is on, 0 is off)
MainDoorHP=50000          (City Gate Blood)

LeftWallName=LeftWall   (Sabak Left City Wall)
LeftWallX=624
LeftWallY=278
LeftWallHP=50000      (City Gate Blood)

CenterWallName=RightWall   (Sabak Right City Wall)
CenterWallX=627
CenterWallY=278
CenterWallHP=49682          (City Gate Blood)

RightWallName=CenterWall
RightWallX=634
RightWallY=271
RightWallHP=50000            (City Gate Blood)

Archer_1_X=662
Archer_1_Y=333
Archer_1_HP=20000          (Sabak Archer’s health)

Archer_2_X=664
Archer_2_Y=331
Archer_2_HP=20000      (Sabak Archer’s health)

Archer_3_X=666
Archer_3_Y=329
Archer_3_HP=20000          (Sabak Archer’s health)

Archer_4_X=676
Archer_4_Y=319
Archer_4_HP=20000      (Sabak Archer’s health)

Archer_5_X=678
Archer_5_Y=317
Archer_5_HP=20000        (Sabak Archer’s health)

Archer_6_X=681
Archer_6_Y=314
Archer_6_HP=20000          (Sabak Archer’s health)

Archer_7_X=628
Archer_7_Y=271
Archer_7_HP=20000          (Sabak Archer’s health)

Archer_8_X=632
Archer_8_Y=267
Archer_8_HP=20000      (Sabak Archer’s health)

Archer_9_X=670
Archer_9_Y=335
Archer_9_HP=20000       (Sabak Archer’s health)

Archer_10_X=671
Archer_10_Y=334
Archer_10_HP=20000      (Sabak Archer’s health)

Archer_11_X=675
Archer_11_Y=330
Archer_11_HP=20000        (Sabak Archer’s health)

Archer_12_X=676
Archer_12_Y=329
Archer_12_HP=20000          (Sabak Archer’s health)

Guard_1_X=671
Guard_1_Y=334
Guard_1_HP=20000

Guard_2_X=675
Guard_2_Y=330
Guard_2_HP=20000

Guard_3_X=670
Guard_3_Y=335
Guard_3_HP=20000          (The amount of blood that Shabak Archer can walk)

Guard_4_X=676
Guard_4_Y=329
Guard_4_HP=20000        (The amount of blood that Shabak Archer can walk)

(18) For the DBCOMMAND2000 control panel installed, there is no BDE in the control panel version
Administrator solution! There seem to be two versions of DB2000. One is 3M and the other is 7M.
The 3M one looks like the 3.5 version. 7M is 5. Multi-version
Everyone, go find the 7M one. No need to download 3M :)

(19) How to modify the private server beasts, movement, items, character skills, explosion, store, attack Shabak and some skills
The divine beast in the private server is too weak. You can use DB to open this file in the DB directory.
All the monster information is inside! Find dogz1 (Chinese version is a divine beast), slowly change it, and make HP
It has been changed to 999, and both Ac--MAC2 are added 30 (it is recommended not to change it too much and exaggerate it, otherwise it will not be fun)...
The properties of the item include the modification of the manufactured item under the DB
In this way, you can create the Heavenly Lord Dharma God. .
About mobile and Chinese maps
Pig 7 in gm mode to hit @move d717
Zuma leader @move d515
Red Moon Demon @move d10062
All map information is found in server\Mir200\Envir\
The Chinese map starts here

If you think there are too few leaders @mob zumataurus 100, there will be 100 leaders
Those who like to play football~~~ First go to the football field @move f012~~~
Then you can do a football @mob football

Any profession can recruit pets @recallmob Monster name (English) Quantity
Example: @recallmob mirking 100 There will be 100 Zuma Masters as your followers

If you want to learn other professional skills, change your job first~~@changejob warr (or wizard~~taos)
~~I'll turn back after learning

The monster appears to be still, maybe you are in gamemaster mode, and you will be OK when you exit the selection screen and then enter.

The character's skills are OK in gamemaster mode using @training skill name 3
Use @make item name to make things (Note: both item name and skill name must be in English, and the Chinese version must be in Chinese)

About the explosion of items
All are in server\Mir200\Envir\MonItems
For example;zumataurus is the leader of Zuma
1/80

About buying all books and equipment on private servers
Everyone can see a lot of txt documents when entering the C:\mirserver\Mir200\Envir\market_def directory
.These txts represent this NPC, for example, modifying it can be done in the Alliance Heavy Weapon

I bought something in the store
The bottom part of this file is:
[goods]
;Product    Quantity        Time
WoodenSword     100            1
Dagger          100             1
EbonySword      100             1
BronzeSword     100             1
ShortSword      100             1
.
.
.
BlackOre        100             1
You can add items below
If you add it at the bottom:
DragonSlayer    100             1
BloodSword      100             1
IceStorm        100             1
After opening the server and entering the legend, you can buy it at the Mengzhong Weapon Store
Dragon Slaying Knife
Blood Demon Sword (DC 0-15, MC 10-3, SC 4-2)
Hail roar

There are many more things, please add them yourself
FireBall Fireball
Healing
Fencing Basic Swordsmanship
....................................................
There are many more, and there are also apples. You can also change other NPCs in this directory~ Refer to GM commentary~~~~~~~~~~


About Shabak
Actually, this is not a private server issue, but many friends ask, I'll tell me

First, give a horn and 1 million to the emperor
Create a guild and find a profile picture
Apply for siege. The emperor will give you 2 days later
You exited the server change time to 7:55 pm 2 days later
Start the server
Log in
Wait until 8:00
You will find that the system issues siege commands
To destroy Shabak Gate and the 3 walls of the palace
Then enter the palace
System shows that a certain guild occupied Shabak

20) Comparison of commonly used commands by users in English <Player Commands> (user commands)
@AllowMsg - reject whisper (reject private chat)
@BanShout - reject shouting
@BanTrade - reject trade (deal rejection)
@LetGuild - allowguild (allowing to join the guild)
@EndGuild - leave guild (exit will be shipped)
@AuthAlly - allow ally (alignment allowed)
@BanGuildChat - allow guild chat (allow guild chat)
@Priv - Interception (listen)
@Searching - Probe Necklace (probe Necklace use command)
@allowgrecall - allow/deny group recall (allowing or refusing the same end of the world is the command when using memory equipment)
@grprecal - Group Recall (same as above, it is also a command when using memory equipment. This is the world that the boss uses to return to the same destination)