AIO RAGNAROK ONLINE v2 User Friendly Judas Bible Table of Contents i) Pre-requi
AIO RAGNAROK ONLINE v2 User Friendly Judas Bible Table of Contents i) Pre-requisites (Windows) ii) Setting up your server (Windows) iii) Compiling (Windows) iv) Client Side Settings (Diff/Hex/Data/Lua/Lub) v) Server Side Settings vi) Custom Window Title vii) Custom Login Screen viii) Custom RO Icon ix) Adding GM’s to clientinfo.xml x) Making a GM Account SQL xi) Compiling GRF xii) Setup Patcher (Cheap Webhost | Thor) xiii) Making/Uploading Patches via Thor (GRF) xiv) Installing Flux CP (Disable _M/_F | Using Same Cheap Webhost) xv) Making your Server Online | Port Forwarding | xvi) Troubleshooting xvii) Adding Custom Auras xviii) Adding Custom Maps xix) Adding Custom Items RagRE (Long Way) xx) Adding Custom Mobs RagRE xxi) Adding Custom NPCs RagRE xxii) Adding Custom Weapons xxiii) Adding Custom Pets xxiv) Adding Custom Diffs Manually (Custom Source Mods) xxv) Enable Custom Palettes xxvi) Adding Loading Screens and Logo i) Pre-requisites: Grab tortoiseSVN from the link below: http://tortoisesvn.net/downloads.html Note: Grab the correct version. Meaning that if you have 32-bit Windows grab the 32-bit installer and vice versa. To find out your windows “bit” version click the windows icon and right-click my computer>properties. You will be able to see the specs of your OS. Once you have installed tortoiseSVN, you will be prompted to restart your PC, so make sure to restart your computer once it prompts you to. Once your PC has restarted, when you right click, you will see a new addon that lets you checkout svn with tortoiseSVN. Now, we will checkout a Ragnarok Server Revision. This is up to you. The options below are available to you: eAthena (No Third Jobs Currently): SVN Repository: http://eathena-project.googlecode.com/svn/trunk/ SVN Changes: http://code.google.com/p/eathena-project/source/list 3CeAM (Old RO Mechanics - Has working Third Jobs): SVN Repository: http://3ceam.googlecode.com/svn/trunk/ SVN Changes: http://code.google.com/p/3ceam/updates/list ReAM (Renewal Mechanics –Third Jobs Buggy but there are still updates going on): SVN Repository: http://ream-project.googlecode.com/svn/ SVN Changes: http://code.google.com/p/ream-project/updates/list rAthena (Starting Third Jobs/Renewal/Non-Renewal Mechanics) [Some bugs and still working on implementing third jobs fully] || [May or may not support TXT in the future…] SVN Repository: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ SVN Changes: http://sourceforge.net/apps/trac/rathena/timeline Eidolon Package (Renewal Mechanics – Has working Third Jobs|200 Customs (Optional) |Clean Src) Paid: PM me on the forums (http://www.supportmii.com/board) or message me on Hotmail (zbui543@hotmail.com) Once you have chosen which svn to checkout, copy the “SVN REPOSITORY” link you have chosen and create a new folder on your desktop and name it whatever you want. For this tutorial, I will just use the default “New Folder” on my desktop and checkout eAthena. Right-click the newly created folder and click “svn checkout” and hit “ok”. It will start to download the branch of the server you have chosen. Once it finished press “ok” to close the window and now you have your server files inside your newly created folder. Let’s switch gears and move over to the Client Side pre-requisites. You will need Ragray and install it into a clean folder. Below are some alternatives to Ragray which will include everything you need for a clean RO folder. Ragray Renewal - http://ragray.net/ From the website, there are many alternatives to download Ragray. Either through Torrents or Direct Download via Rapidshare/FileServe. Once you have installed Ragray, patch fully by clicking on the “ragray.exe”. ii) Setting up your server: Now, it’s time to install MYSQL Server and MYSQL GUI tools. These programs can be downloaded and installed by the links below: MYSQL SERVER - http://www.supportmii.com/ro1/tools/mysql-5.1.46-win32.msi MYSQL GUI TOOLS - http://www.supportmii.com/ro1/tools/mysql-gui-tools-5.0-r17- win32.msi Now, we will install these packages to get it working with our server files. Install MYSQL 5.1.46 Click Next Click Typical Click Next Click Install Choose Skip Sign-Up and click Next Uncheck Register the MYSQL Server now Make sure Configure the MYSQL Server now is checked Click Finish Now, you can either choose Detailed Configuration or Standard Configuration, which is up to you but if you are unsure, just choose Standard Configuration and click Next. In Service Name: Pick MYSQL5 and click Next Just enter the password you wish to use for root and MAKE SURE YOU REMEMBER IT! Click Next Just click the Execute button and when done, just click Finish. Now Install MYSQL GUI TOOLS. Click Next Accept Terms and click Next Click Next Click Complete and click Next Click Install Click Finish Now, start MYSQL Administrator and it will prompt a window Fill in Host Name, Username, and Password Leave the other fields blank It should look like the following: Stored Connection: (Just Leave Empty) Server Host: localhost Username: root Password: (Enter the password we created for root | The one I said not to forget!) Port: 3306 Click OK and you should be in MYSQL Administrator now. Go to User Administration and Click Add New User and enter this: MYSQL User: ragnarok Password: ragnarok Confirm Password: ragnarok Note: These are default settings for easy setup which I will be using. If you wish to be a little more secure, change these to different credentials and remember to change them since I will be using ragnarok credentials for this entire guide. When you are done, then just click Apply changes and exit MYSQL Administrator. Start MYSQL Query Browser and it will prompt a window that looks like MYSQL Administrator except there is a new field called Default Scheme. It should look like this: Stored Connection: (Just leave it empty) Server Host: localhost Username: root Password: (Enter the password we created before for root) Default Schema: ragnarok Port: 3306 When you are in MYSQL Query Browser, make sure the ragnarok schema is bold by double clicking on it. Go to menu, click File and choose Open Script… We need to execute “main.sql” and logs.sql, so look for the main.sql, which should be in the sql-files folder in your server files you checked out. Pick main.sql and click open. Make sure the ragnarok scheme is in bold, if not double click on it to make it bold. Click the Green Execute Icon to the upper right to execute it into the ragnarok db Now, we need to create log database by right-click somewhere within the table where the databases are and choose “Create New Schema and type in log and click OK. Double click on the log database to make it bold Go to menu, click File>Open Script… Open logs.sql and click the execute button to make entries under the log db. Next, double click the ragnarok database and expand it to see all the tables. Look for login table and double click it, and double click it again to expand it inside the Query Browser Near the bottom, click on the edit button, so we can edit the rows For userid: and user_pass:, we will be using ragnarok/ragnarok, if you wish to be more secure then change these credentials to something else, and make sure to remember them so we can edit the server files with them Additional SQL Injections & (If encounter login issues and see weird stuff in the map console): 3CeAM | Additional Injections: Item_db.sql Item_db2.sql mob_db.sql mob_db2.sql upgrade_svn14672.sql upgrade_svn14700.sql upgrade_svn14797.sql 3CeAM_svn320.sql 3CeAM_svn491.sql 3CeAM_svn506.sql 3CeAM_svn519.sql 3CeAM_svn_elemental.sql 3CeAM_svn_update_item_db2.sql eAthena/ ReAM |Additonal Injections: Item_db.sql Item_db2.sql mob_db.sql mob_db2.sql upgrade_svn14672.sql upgrade_svn14700.sql upgrade_svn14797.sql Note: If you see an error, saying duplicated entry in the Query Browser then ignore it since that means that the sql-file is already in the database. Once that is done we will switch back to MYSQL Administrator In the menu of Query Browser, click Tools>MYSQL Administrator Go to User Administration and click the ragnarok user. Now, go to Schema Privileges tab and click once on the ragnarok database/schema and click the “<<” button and then click Apply changes. Do the same with the log database/schema. We are now done setting MYSQL server and our database. We will now be configuring our ragnarok server files to be able to connect to the MYSQL server. This is where we will need those credentials for the user/pass and as well as the database/schema name, and also the login table credentials. Head to the server files you checked out and double click on conf/map_athena.conf [Edit with notepad] map_athena.conf: Now open char_athena.conf and we will do the same as we did for the “map_athena” Now open up iter_athena.conf and we will configure settings to connect to MYSQL Once finished, we will need to know how to recompile. iii) Compiling (Windows) Below are some options for you to compile under Windows. Mainly I will be using Visual Studio 2010. I will not bother using cygwin to compile our server files. Visual Studio 2010 Trial – http://www.microsoft.com/visualstudio/en-us/try Visual Studio 2010 Ultimate Unlocked – http://www.mediafire.com/?x71bzq7dibfer Once you have installed the whole package fully, restart your PC to finish the installing changes. Once restarted, in your server files, click on “solution file 10” and the solution will open in Visual Studio 2010. However, if you use my special complete modified packages then use “solution file 9” (In this case, it isn’t released unless I get some donations to host a vps for compiling test/stability.) Visual Studio Compiling: Open your solution file up with Visual Studio uploads/S4/ ragnarok-server-guide.pdf
Documents similaires










-
71
-
0
-
0
Licence et utilisation
Gratuit pour un usage personnel Attribution requise- Détails
- Publié le Fev 20, 2021
- Catégorie Law / Droit
- Langue French
- Taille du fichier 23.0795MB