11.30.16:23
[PR]
01.07.21:02
強化に必要な鉱石一覧
強化に必要な鉱石の種類をまとめてみました。
武器の種類 | 鉱石 |
片手直剣 | アンクライト鉱石 |
細剣 | 蒼鉄鉱石 |
曲刀 | プラチム鉱石 |
短剣 | ダランタイト鉱石 |
片手棍 | ダランタイト鉱石 |
カタナ | プラチム鉱石 |
両手剣 | ダランタイト鉱石 |
両手斧 | アンクライト鉱石 |
槍 | 蒼鉄鉱石 |
PR
01.21.12:32
ブログリニューアル
08.01.01:48
メモ:エタカ④
08.01.01:48
メモ:エタカ③
3. Install MySQL (Xampp) and import database
What you need:Xampp (download)
Install Xampp
Open the xampp setup (i used the installer variant)
Select your language and click "OK"
Click "Next"
If you want you can change the install path. Click "Next"
Here you can change the server settings (configure services etc)
Continue with "Install"
Wait till the setup is finished
Finish
Now click on "Yes" to start the "Xampp Control Panel"
Make shure that Skype or Teamviewer doesn't use port 80.
Start the Apache and the MySQL server.
Now we can import the Database
Import the Database
Open Firefox, Google Crome or IE (your choice)
Goto http://localhost/phpmyadmin
Click on "Privileges" and then on "Add a new User"
Now we will create a database user for the reunion server.
Enter the Username, select "Local" in the host selectbox and type in the password.
In the next step we click "Check All" and after that we click on "Go"
IMPORTANT: Skip the next sentence if your database should be named reunion.
Now we will create a database for the server. In my case i name the db "databasename". Click "OK"
Now we import the database.
If your database should be named different than reunion please copy the content from the reunion.sql from all after line 17 till 159 into the field on the query page.
If your database should have the default name do the following:
First click on "Import" and then "browse" for the file reunion.sql. In my case "reunion-data\dynamic\sql\reunion.sql".
When you've selected the file, click on "Go"
Now you must import the StaticDatabase. Just do the same with this file "reunion-data\static\sql\reunionStatic.sql"
Yuhuu, you have finished this tutorial.
08.01.01:48
メモ:エタカ②
2. Setting up Eclipse with Maven and import the Github files
What we need:Java (download) - Install this before proceeding
Eclipse ("Eclipse Indigo" packages Download - Search for the download named "Eclipse Classic" and click on your version (Win 32 or 64 bit (depends on what Java version you've installed))
The Github files (1. Install Github client & download the current Github revision) - You need to complete the "Step 1" before you proceed with this step.
Maven - Will be downloaded using eclipse market.
Setting up Eclipse
If your download was successful you should have a zip file named "eclipse-SDK-x.x.x-win32.zip".
Now you must unpack the file (with winrar or windows zip tools),
open the folder and start eclipse (eclipse-SDK-x.x.x-win32\eclipse\exclipse.exe)
Loading screen (notice the "Indigo")
Set your workspace path here. If this is your default java project you can set the workspace path as default.
Click "OK"
Now close the "Welcome Screen" (top left).
Rightclick on 1
Select "Import"
Choose "General" -> "Existing Projects into Workspace" and click "Next"
Now click on "Browse", select the ReunionDev folder and click "OK"
Now select the projects jcommon, jlauncher and reunion (as shown on the picture).
Click "Finish"
Now select the project reunion and rename it to jreunion by pressing F2 key on your keyboard.
Now the three projects should be listed in 1
(the reported erros for now it's normal)
Setting up Maven
In Eclipse goto help and select "Install new software"
Select "Eclipse Indigo" in the software list
Search for maven, select m2e and click on "Next"
Now, again click on "Next"
Read and accept de "Licence Agreement", and click on "Finish"
Now wait for the installation to finish
After the installation is finished, click on "Restart Now" to restart Eclipse
Now, after eclipse restart, you just need to wait for Maven to finish updating it's data.
After that, there should be no more erros.