Jump to content
  • 0

Need HELP!


truefg

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

Im not sure what kind of error is this?

PLEASE HELP!

~Also can ya help me to change the interface language. Thanks!

 

S.S

4a9m.png

Link to comment
Share on other sites

15 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

wrong configuration? try to use my skin on my signature to translate.

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

Can someone help me, how to set it up. Now its saying this..

~Thanks For The skin..

 

 

S.S

Screenshot_1.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

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

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  96
  • Reputation:   42
  • Joined:  11/15/11
  • Last Seen:  

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! ;)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

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!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

BUMP~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

it said unsupported packet. check mmo.h

or check phpmyadmin configs

Edited by LuLu
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

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

S.S

Screenshot_1.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

 

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!!! 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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
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...