Jump to content
  • 0

Server + Client Side Tutorial TextSupport


ownager

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

My first try for making rAthena Based Server for test purpose

on my windows 7-32bit pc

Files i have downloaded are given below.

Emulator from -


For Compile - 

Microsoft Visual C++ 2010 Express

GRF-Builder - 


Xamp  -

Notepad++ -

notepad++ website


Nemo -


Kro Client - 


Translation -


2012-04-10 Client with ready files -


 

Note * Please Understand the meaning of words my english is not far good.

rAthena Server Setup -

Step 1

Extracted rAthena Emulator.

Entered Folder conf> selected char_athena, map_athena, inter_athena.conf

changed s1/p1 user/pass from char_athena/map_athena.conf to user/pass ragnarok/ragnarok

removed "//127.0.0.1" from char_ip/map_ip to "127.0.0.1" in map_athena.conf

removed "//127.0.0.1" from login_ip/char_ip to "127.0.0.1" in char_athena.conf

all ip set to "127.0.0.1" and db user/pass set to ragnarok/ragnarok in inter_athena.conf

Step 2

Entered Folder Src>common>mmo #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 

changed to #ifndef PACKETVER#define PACKETVER 20120410//#define PACKETVER 20130807 and saved.

Step 3

Entered Folder Src>config/core #define PACKET_OBFUSCATION

changed to //#define PACKET_OBFUSCATION and saved.

Step 4

Entered Folder db>packet_db.txt //packet_db_ver: 46 packet_db_ver: default packet_keys_use: default

kept it same as it hence i dont know anything about this.

Step 5

Compile Server

Open> Microsoft Visual C++ 2010 Express > Open Project > rAthena-10.sln > Solution 'rAthena-10' (4project)

Char-Login-Map-Server / mapcache - clicked debug and changed it to release.

Clicked 'rAthena-10'and clicked "Rebuild"     Report >

========== Rebuild All: 4 succeeded, 0 failed, 0 skipped ==========

" as i received the information from forum i think "rAthena" server succesfully compiled.

Xamp Installion and phpmyadmin.

Step 1

Installed Xamp Succesfully and Ran Apache and MySQL succesfully.

Step 2 phpMyAdmin


User accounts > Add user account > Login information > user/pass - ragnarok , host name - localhost

DB for user account > Create DB with same name... grand all privileges on wild card. selected both

Global priviliges [all] Checked all and clicked go.

Step 3 Sql Importing.> rAthenamaster > sql-files > 17 files 1 by 1 done.

Step 4 Created new database named "log" and uploaded logs.sql succesfully.

Step 4 clicked on ragnarok db > login > changed default user s1/p1 user/pass to ragnarok.

created new user admin/admin / group id to 99

* Took a Test by use runserver.bat file. succesfully loaded without errors.

Got these warning when it loaded. 

[Warning]: conf/battle/feature.conf:feature.auction is enabled but it is not sta

ble on PACKETVER 20120410, disabling...

[Warning]: conf/battle/feature.conf:feature.auction change value to '2' to silen

ce this warning and maintain it enabled

[Warning]: conf/battle/feature.conf banking is enabled but it requires PACKETVER

 2013-07-24 or newer, disabling...

 Server Edit / Compile / phpmyadmin / DB Succesfull.

 == Client Side Installition ==

Step 1

Downloaded Default Standard Client from "2012-04-10" EXE


Step 2

Downloaded Latest Kro Client For .GRF purpose. and copied grf and dll files to StandardRO folder.

Step 3

GRF Builder for clientinfo changes

GRFBuilder>Click Open > standardro.grf > Click Serach > typed *xml = found data/clientinfo.xml

Created New Blank Folder named "Data" Extracted "clientinfo.xml. in that made changes below

 

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>korea</servicetype>

<servertype>sakray</servertype>

   <connection>

      <display>StandardRO</display>

      <balloon>Powered Everyone</balloon>

      <desc></desc>

      <address>127.0.0.1</address>

      <port>6900</port>

      <version>30</version>

      <langtype>1</langtype>

      <registrationweb></registrationweb>

        <aid>

            <admin>2000000</admin>

<admin>2000001</admin>

        </aid>

        <loading>

            <image></image>

        </loading>

   </connection>

</clientinfo>

and saved it. and then repacked grf. Folder Ready with Grf's / dlls / ready client /

[Data]0=standardro.grf 1=palette.grf 2=rdata.grf 3=data.grf

Step 4

clicked runserver.bat server started succesfully

client loaded succesfully 

created new account with using _m/f

logged in succesfully 

*Problem char stuck with black screen at @go15 novice ground.

rest all is fine.

 

My First Text Tutorial for all beginners. soon i will add video.

done.bmp

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  07/10/16
  • Last Seen:  

ill try to follow your steps. actually i follow others post but i have problem regarding failted to connect to the server i commented to their post and until now no reply. but i will try this one maybe you can help me

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

ill try to follow your steps. actually i follow others post but i have problem regarding failted to connect to the server i commented to their post and until now no reply. but i will try this one maybe you can help me

Sure Brother. my server is up for testing. well not 100% but can login without errors.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  07/10/16
  • Last Seen:  

i have issue with regards in client setup i will try to replace my old work client side hope it works coz the server side im done i dont have any error. excited to play huhuhuhuuh


yey i fixed my problem :D now im starting playing. i would like to ask even if im offline in game can i still script/develop my game? just search codes or anything in here in rathena site?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

i have issue with regards in client setup i will try to replace my old work client side hope it works coz the server side im done i dont have any error. excited to play huhuhuhuuh

yey i fixed my problem :D now im starting playing. i would like to ask even if im offline in game can i still script/develop my game? just search codes or anything in here in rathena site?

Congratulations. .!! You can share here if any problems. And yea you can script/develop your Server offline from local user/machine

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  07/10/16
  • Last Seen:  

brother can you teach me anything about script/develop. where can i contact you so we can chat :D if that's ok with you. thanks in advanced brother

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

brother can you teach me anything about script/develop. where can i contact you so we can chat :D if that's ok with you. thanks in advanced brother

Demonick well yeah you can skype me on rocky.rul3z

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/19/16
  • Last Seen:  

fixed

Edited by bash23
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...