Jump to content
  • 0

Need HELP!


Question

15 answers to this question

Recommended Posts

Posted

DONE.. Now how can i take this out.. ????

S.S

Screenshot_1.png

 

/conf/char_athena.conf

//===================================
// Pincode system
//===================================
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
// Default: yes
pincode_enabled: yes

change it to no

//===================================
// Pincode system
//===================================
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
// Default: yes
pincode_enabled: no

i hope it helped you (:

 

haha this came to my mind

1471207_10202706761573885_1016583464_n.j

  • Upvote 1
Posted
You must configure the packets, to get into the compatibily with your client (hexed) and emulator. Take your date of hexed, and place in the packetversion tab on mmo.h

 

By doing so you already have the compatibility with the client emulator.

 

Then you up the necessary database tables, after that configure the items that give access to your server (char, map, login), your local ip if you are in your home.

 


 

Good luck! ;)

Posted

PLEASE HELP!!!!!!!!!!

can i see your server side configuration and clientinfo. also check your packet_ver in mmo.h

Clientinfo:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>ZodiacRO</display>
      <balloon>the balloon</balloon>
      <desc>description</desc>
      <address>127.0.0.1</address>
      <port>6900</port>
      <version>26</version>
      <langtype>1</langtype>
      <registrationweb>www.Zodiac-ro.net/Register</registrationweb>
        <aid>
            <admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
        </aid>
        <loading>
            <image>loadingscreen01.jpg</image>
        </loading>
   </connection>
</clientinfo>

Packet_Ver:

#ifndef PACKETVER
	#define PACKETVER 20120418
	//#define PACKETVER 20120410
#endif

SERVER RUNNING S.S

Screenshot_1.png

 

Error S.S

Screenshot_2.png

Screenshot_3.png

 

PORT Setup S.S

Screenshot_1.png

Posted

If you are only using lan. NO NEED to open ports

do you use 2012-04-18RagexeRE as your client?

also 2012-04-18 is packet_ver: 31

//2012-04-18aRagexeRE [Special Thanks to Judas!]
packet_ver:31

you need to change your clientinfo.xml to 31

<version>26</version>
to
<version>31</version>

to match the packets.

  • Upvote 2
Posted

If you are only using lan. NO NEED to open ports

do you use 2012-04-18RagexeRE as your client?

also 2012-04-18 is packet_ver: 31

//2012-04-18aRagexeRE [Special Thanks to Judas!]
packet_ver:31
you need to change your clientinfo.xml to 31

<version>26</version>
to
<version>31</version>
to match the packets.

 

 Yes I'm using 2012-04-18 as my RagexeRE..

 

Everything seems to be good connected and all set. 

But still giving me the failed to connect to server.

~~~ When I try to register with "_M" it tells me that "Username or Password is incorrect"

 

What is this warning im getting?

S.S

Screenshot_4.png

 

Sources I used:

rAthena Source/Trunk: rAthena Revision 17698

GRF: Alexandria's Data Folder (Ver - Download Link: data_v3.0)

Client: Supportmii's Client [Ver: 2012-04-18aRagexeRE ]

 

Steps that I wondered, I looked into this Tutorial. (Just for the steps that I didn't remember or wonder how to do it)

Programming: http://youtu.be/3LTOOEjRtUo

Making Client/Starting the server: http://youtu.be/CtDRZki3Hpo

 

Please Help!!

Posted (edited)

You have enabled the BANK feature which requires you to have a client date greater than 2013-07-24 for it to work.

 

EDIT:

You need to use newer clients for this bank feature to work or disable it in the configs to remove warnings

Edited by LuLu
  • Upvote 2
Posted (edited)

ok, Everything is done. now this is happening. I bought a hosting server so this is the problem now.

(Honestly, i dont know what to do, i'm paying this hosting and this my RO is not working, Need Help please, because they don't know what is wrong with my connections anyway)
 

S.S #1

Screenshot_1.pngS.S #2

Screenshot_2.png

S.S #3

Screenshot_3.pngS.S #4

Screenshot_4.png

Connection S.S

Screenshot_5.png

 

DATA.in
[Data]
1=personaldata.grf
2=data.grf
3=rdata.grf
 
And Finally, the Clientinfo

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>Rates:3k/3k/10</display>
      <balloon>theballon</balloon>
      <desc>description</desc>
      <address>192.69.201.233</address>
      <port>6900</port>
      <version>31</version>
      <langtype>1</langtype>
      <registrationweb>http://www.zodiac-ro.ragnarok.so</registrationweb>
        <aid>
            <admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
        </aid>
        <loading>
            <image>loadingscreen01.jpg</image>
        </loading>
   </connection>
</clientinfo>

BUMP~

Edited by truefg
Posted

 

DONE.. Now how can i take this out.. ????

S.S

Screenshot_1.png

 

/conf/char_athena.conf

//===================================
// Pincode system
//===================================
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
// Default: yes
pincode_enabled: yes

change it to no

//===================================
// Pincode system
//===================================
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
// Default: yes
pincode_enabled: no

i hope it helped you (:

 

haha this came to my mind

1471207_10202706761573885_1016583464_n.j

 

Thanks!!! 

Posted

you are welcome (:

 

please feel free to ask any question that you may have, we will always try to answer then :) (99.9% will be solved) 

  • Upvote 1

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...