FAQ !! Odinms [xxuanwan compilation] FAQs

Source: Internet
Author: User
Tags netbeans treasure data

 

 

. Faq! (FAQs)

Download the software:

Mysql5.0 address 1 address 2

Sqlyog: Click here to download (Chinese Green Edition)

Navicat8: Click here to download (Chinese Green free installation without registration)

MySQL query BrowserMySQL query browser+MySQL query browser B(All AB files must be downloaded)

Phpstudy address 1 address 2

Netbeans ide6: I will download it directly (compile the OD tool. English interface)

JDK address 1 address 2 (this version is the JDK on my computer. You can set it exactly the same as when you look at the environment variable tutorial)

Odinms (xxuanwan modified version) address 1 address 2

 

 

 

 

FAQs:


1. ① when the service is enabled, three BAT files are opened, and the file disappears.

A: A. You have not installed JDK.

B. You have not set the environment variables.

You forgot to release the c Support file.

1. ② enable three BAT files, and the display is abnormal.

A: Common examples are as follows:

This is a typical case where WZ files are not stored in the OD server.

This is a typical database connection error or no connection is set!

In addition to the preceding two figures, the solution is as follows:

A. Check whether 17 WZ files are fully stored in the WZ folder of the OD service.

B. Check whether the supported files are stored in several directories in Java.

C. Check whether the database is set correctly!

D. Uninstall JDK completely (not repair !), Delete the Java folder, reinstall JDK, and set the support file.

Why re-install JDK? You need to call the support file to start OD. If the support file is messy, the call is prone to errors. Therefore, you need to reinstall JDK to achieve full response.
E. If all the checks are done and startup is abnormal, I suggest you start Step 1 to see if this is the case. (Patience + carefulness = success ).

 

 

 

2. if the service is enabled normally, a version error is displayed.

(Note:Click here to go to the graphCheck whether the OD service is properly started)

A: There are two scenarios: 1. There are indeed version problems. Make sure that it is v55 Adventure Island, including WZ files must be v55, and you have not put the login file to the adventure island client .; 2. You didn't store the supported files, so this situation occurs.

 

3. The service is enabled normally, but an error is prompted when logging on to the account.

A: 1. Check whether your database account and password are correct! (Generally, you can use the account and password provided by me .); 2. check whether it is blocked. This mainly depends on the prompts (this is not the case when I use the provided system, because I disabled the block number system during compilation ).

4. The service is enabled normally, but cannot be entered when selecting a person.

A: the reason for this 99% error is that you didn't put the support files I provided, and the game could not respond. Of course, you couldn't get in. In other cases, you quit because 1st attempts are slow.

5. It is normal to enable the Service, but after entering the account password and clicking login, there is no response. Then it will be gone.

A: No files are supported.

6. How to modify the monster experience, explosion rate, money loss, treasure loss, and support people after normal use.

A: open world. properties in notepad in the odinms folder,

Net. SF. odinms. World. Exp experience; net. SF. odinms. World. meso money; net. SF. odinms. login. userlimit support

Explosive rate: the modification of treasure is implemented through database adjustment. For details, refer to the Tutorial: use MySQL query browse // to create a database, import data, and adjust the treasure loss rate of all monsters in maplestory ).

7. After normal use, how can I modify the database and IP address to connect to the lan.

A: open world. properties in notepad in the odinms folder and change the corresponding IP address to your IP address.

Note: Do not think you can connect after modification. Make sure that you have a fixed IP address. The IP address of the Internet can be directly connected, dynamic or intranet. Remember to bind an IP address to a software such as a peanut shell.

8. How to Increase or decrease channels and set ports after normal use.

A: I have activated 10 lines in the database, so I can directly modify the implementation in channel. properties.

Net. SF. odinms. channel. count corresponds to the number of channels, and then the net. SF. odinms. channel.1.key = release2 still copy to net. SF. odinms. channel.1.key = release3..net. SF. odinms. channel.1.key = release4 ...

9. How to call the GM permission and related commands after normal use.
A: First, make sure that you have the GM permission. (For permission modification, see "OD". // use sqlyou database management tool ------- one-time graph to show you how to change GM permissions, role attributes, adjust experience, money, and fortune. If you use a certain gmcommand of odprimitive, directly compare the gmcommand. txt of the terminal. Or, to use the player GM command, download the compilation file containing the player GM command.Odinms (Chinese interface GM command Version). (The usage is described in detail .)

10. How to modify the risk announcement after normal use.

A: It is implemented through compilation. SeeUse netbeans ide 6.1 to compile the entire odinms Graphic Process.

11. After normal use, how to modify the items sold by the NPC (add, delete, and adjust the price ).

A: It is implemented through the web system. See PHP Web Service Registration and shop NPC Management (installation + build + use + problem handling)

12. After normal use, it is found that the monsters in it do not move, and attacks are required.

A: You are using the GM permission. Remove the hidden icon in the upper right corner.

13. After normal use, the NPC Chinese conversation cannot be displayed or garbled.
A: The encoding supported by your OD is not GB. (This will not happen if it is my client)

14. After normal use, it is found that the purchase point cannot be discarded.

A: The login device. Change the login device.

15. After normal use, how can I modify and upgrade to add HP/MP.

A: For compilation implementation, seeUse netbeans ide 6.1 to compile the entire odinms Graphic Process.

16. How to modify the monster blood volume after normal use.
Answer: 15 answers

17. How to change the upgraded capability/skill points after normal use.

Answer: 15 answers

18. After normal use, you want to save data for future updates or data transfer.

A: see the tutorial to use navicat8 for data transfer updates and database storage for backup [Image and text]

19. After normal use, how to add or delete a certain role through the database.

A: use the web page NPC management system. For details, see php web page Service Registration and store NPC Management (installation, setup, usage, and troubleshooting)

Or enter the database. In inventoryitems, find charcterid that corresponds to your account ID and Itemid that corresponds to an item. You can also use the command

Delete from inventoritems where Itemid = (select the ID of the item you want to delete)

20. How can I fix the issue after it is used properly.
A: This is not the case when I use my client. If I don't use it, I can use the following SQL command to fix it:

Update accounts set loggedin = 0, Macs = 0, banned = 0, banreason = 0;
Delete from ipbans;
Delete from macbans;

21. How do I add and modify the seal system after normal use?.

A: Use the compilation tool to find autobanmanager. getinstance (). The preceding Code includes // to indicate that autobanmanager is not used (remove it if you want to use it //)

22. How to add the MTS free market after normal use.

A: I support this function. You need to modify Chinese characters to entermtshandler. java.

23. After normal use, some cities do not transmit data, and how to use TV to transmit data.

A: For details, refer to the TV transfer script. // you cannot transfer maps! Xuexiao, linzhong city, fairy tale village, magic horse district, Earth headquarters, and other [drawings] can also directly download all the scripts. SeeTV transfer [xxuanwan production] JS script (full tutorial)(My client already exists and does not need to be downloaded .)

24. How can I save the original data for version updates.
A: Learn How to Use navicat8 to update and store databases through data transfer for backup [Image and text]

25. How can I transfer individual data of the entire data to other databases?.

Answer: 24 answers

26. After normal use, I want to check the Chinese name of the scroll.

A: Download the string. WZ in Chinese to the WZ folder in OD. For more information, seeOdinms Toolkit

27. After normal use, I found that the free market old man opened the blank content and could not be modified using the shop NPC management.

A:Http://xxuanwan.ys168.com/On the right side of the page, you can see the adventure logs file, which downloads the database (which is an SQL file) of odinms.rar ).

This database is a better database. It fixes store No. 0, the old man, and adds data of all bosses and new monsters. Usage:

Delete the original odinms database and re-import the database.

28. After normal use, it is found that the boss only loses money, not item items.

A: You can go to http://xxuanwan.ys168.com/to view the Temporary Information file of the adventure on the right side, download the full boss drop rate data, and import the data to the database by yourself.

Or, if you don't want to be so troublesome, download the odinms.rar database (which is an SQL file) in the adventure logs file ).

This database has added the treasure data of all boss and new monsters. Usage: Delete the original odinms database and re-import the database.

 

29. I need to hide and enable OD service and scroll Chinese patches.

A: I specifically package these things inOdinms ToolkitThat.

 

30. After I used it, I found that I could not buy things from the NPC or make a map.

A: You have not used all WZ content of v55 completely. Including the WZ you used in Chinese, and the WZ you used in 54.

 

31. After I used it, I found that I could not check objects in full screen or enter the mall.

A: full screen check is a feature of this login device. If you cannot enter the mall, it is not a problem with the login device that I provide. If you use another login device, you can change it, or use the one I provided.

 

32. I don't know how to use the fs2you website to download things.

A: Click to watch

 

33. I don't want to learn how to register an account in the PHP Web page system. What should I do if I need to register all my accounts manually. ,

A: I am afraid of you .. It is not good to teach you one more way to register. In view of some friends who want to know how to register manually, I will answer it here.

Enter the database. In accounts, the new ID is random, and the name is random. Next,

Password. Use the sha1 method to encrypt the password you want to use and get a string of letters,

We replace all uppercase letters with lowercase letters. For example, after odinms is encrypted

2a9433720b850b477fde405da33fdcb657312ddc.

2a9433720b850b477fde405da33fdcb657312ddc

Put this change under password and md5pass, and remember to set salt to null.

In this way, you can use your account and password to log on. (In fact, I don't want to say this .. Nothing else,

I am afraid someone will ask me how to get it .. I am speechless .. Hey, using a web page for registration saves you time ..)

 

 

3X.

In addition, many people use the simplified WZ content. The result is that the WZ content is accidentally placed on the OD server.

The game service starts normally, but you need to log on to the game immediately after entering the account and password.

So everyone remembers to use a non-Chinese WZ to put the OD and the Chinese to put it in the game directory!

 

AboutTransfer.. Download the script to overwrite it.

 

Od transfer script file [applicable to many versions]

Usage: Put it in odinms/scripts/NPC. Contact the Postmaster to transfer the job. You can transfer the job from 1 to 4. (Because too many people ask this question .. So upload a relatively new and better script to share with you)

Compiled OD modification tutorial and SQL1 (click to go To the download page)

 

 

For some tutorials. Many of my friends have now successfully set up, but they want to further improve their performance.

I will package some od text blocks and some online SQL contents that I have compiled before and share with you today.

Content:

 

... To be supplemented.
Updates and supplements are coming soon. (You can't think of any other problems you may encounter ..)

If you have any questions, you can comment on them later. I will try my best to answer them in a timely manner.
---------------------------------------------------------------------------
. Note: Some friends put other terminals

I am very embarrassed to ask some questions ..
If you encounter software problems, first look at the Tutorial:

Related Tutorials:
MySQL Server 5.0 download and Installation Guide [Image and text] (install to a non-system path, install and set the password of the root account)
Use navicat8 to create a database and import data [graphic] (Basic navicat tutorial)
Ten thousand TV transfer scripts // do not transfer maps! Xuexiao, linzhong city, fairy tale village, magic horse district, and Earth headquarters (this tutorial does not make much sense, but you can easily understand the JS Script Modification Process by yourself, to modify the JS script .)
PHP Web Services implement registration and store NPC Management (installation + build + use + problem handling)
Use netbeans ide 6.1 to compile the entire odinms Graphic Process (the compilation process provides examples to help you easily learn how to compile OD)
Environment variable setting Guide (text is too detailed, and no environment variables will be set, I will vomit blood ..)
Od end // use sqlyou database management tool ------- one-time graphic shows you how to change GM permissions/role attributes/adjust experience, money, and fortune loss
Use MySQL query browse // to create a database, import data, and adjust the treasure loss rate of all monsters in maplestory)

Using navicat8 for data transfer to achieve updates and database storage for backup [Image and text] (we don't have to follow the OD update steps, so we don't have to be tired of version updates)
Odinms server forv55 User Manual
FAQ !! Odinms [xxuanwan compilation] FAQ (please refer to the FAQ in the blog)

.
---------------------------------------------------------------------------

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.