Hexed changed, then: Failed to connect

kukayasko

New member
Messages
44
Points
0
I changed my Hexed (20140305) to (20140205) because I saw that it had manny problems, like bugged cursor, no aura after lvl99...

Well, I used Nemo, 2014-02-05bRagexe.exe (https://github.com/ThemonChan/2014-Ragexe-Client).

Code:
1 Use Tilde for Matk
4 Use Custom Aura Limits
8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
15 Disable HShield (Recommended)
16 Disable Swear Filter
18 Skip Service Selection Screen
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
32 Increase Zoom Out Max
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
36 Read msgstringtable.txt (Recommended)
37 Read questid2display.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
43 Always Use Email for Char Deletion
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
53 Use Ascii on All LangTypes (Recommended)
64 @ Bug Fix (Recommended)
67 Disable Quake skill effect
68 Enable 64k Hairstyle
73 Remove Hourly Announce (Recommended)
74 Increase Screenshot Quality
84 Remove Serial Display (Recommended)
85 Show Cancel To Service Select
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
97 Cancel to Login Window (Recommended)
104 Increase Hair Style & Color Limits
204 Increase Attack Display
213 Disable Help Message on Login (Recommended)
215 Increase Map Quality
218 Show Exp Numbers

I Complied Hercules successfully after changing the version in src/common/mmo

map,char,server = on

If I undo everything, I can log in with the old one (the bugged).

My Clientinfo.xml

Code:
<?xml version="1.0"
encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<connection>
<display>MY SERVER NAME</display> 
<balloon>MY SERVER NAME</balloon>    
<desc>MY SERVER NAME</desc>     
<address>MYSERVER.IP.ADRESS</address>     
<port>MYPORTNUMBER</port>     
<version>50</version>     
<langtype>9</langtype>     
<registrationweb></registrationweb>     
<aid>
              <admin>2000000</admin>
              <admin>2000001</admin> 
              <admin>2000002</admin>
              <admin>2000003</admin>
              <admin>2000004</admin>               
              <admin>2000005</admin>
<yellow>2000000</yellow>
<yellow>2000004</yellow>
<yellow>2000028</yellow>
      </aid>  
</connection>
</clientinfo>
 

This is it. :(

failed.png

Anyone to save me? õ/

 
Extra information: Conf/Login-Server.conf

Code:
// Check The clientversion set in the clientinfo ?
check_client_version: no


+1 Extra Info: at the end of log

Code:
[Info]: Closed connection from 'xxx.xxx.xxx.xxx'.
 
Last edited by a moderator:
Add the NEMO patch "Disable packet encryption". The cursor bug means you need your cursors.spr updated, the new cursor will show a crossed out circle when you mouse over models or unwalkable tiles. A custom cursor sprite may need to be updated with these frames. The patch "Use custom aura limits" currently does not work/is bugged and produces the bug you are describing.

 
Try set packet_obfuscation in client.conf to 2, also no output from servers in report.

 
yup i got same thing happening to me. It happened after I updated my Hercules to latest version. Now I can't connect to my server, connection gets closed immediately. It's strange, because I used same hex and client from before.

Will update if I figure it out.

Code:
[Status]: Request for connection of gmporter554 (ip: my.ip.address).
[Notice]: Authentication accepted (account: myaccount, id: 2000065, ip: my.ip.address)
[Status]: Connection of the account 'myaccount' accepted.
[Info]: Closed connection from 'my.ip.address'.
NVM! I was specifying 127.0.0.1 in char/map-server confs instead of my public IP. :)

 
Last edited by a moderator:
Try set packet_obfuscation in client.conf to 2, also no output from servers in report.
Didn't worked. =/

Now I can go to the char select, but when I select a char, I receive "Disconnected from Server" message.

Add the NEMO patch "Disable packet encryption". The cursor bug means you need your cursors.spr updated, the new cursor will show a crossed out circle when you mouse over models or unwalkable tiles. A custom cursor sprite may need to be updated with these frames. The patch "Use custom aura limits" currently does not work/is bugged and produces the bug you are describing.
Didn't work in any hexed?

Btw, the cursor bug was not from the Client. It was a problem with Windows 10 that my friend was having. Thanks anyway.

I'm almost givin up of a new client version. But also I'm not finding Ragexe 2014-03-05 to download anymore D:

I guess I can diff the right way now lol

 
Last edited by a moderator:
Have you recompiled after setting packetver to 20140205?

Set packet obfuscation to 2 on client.conf?

Restarted the server?

 
Have you recompiled after setting packetver to 20140205?

Set packet obfuscation to 2 on client.conf?

Restarted the server?
Yes sir. Yes for all.

=/

I found Ragexe 2014-03-05 again. I'll stay with him probrably, I solved the aura issue

 
Back
Top