Jump to content

2017-05-17aRagexeRE


sader1992

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/04/17
  • Last Seen:  

Hi guys I try to use this client but after I change the 

#define PACKETVER 20170517

I recompile and get all sort of error even affect my login-char server connection O.o

Do I have to change anything on the server side beside that line?

Ty

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   3
  • Joined:  05/01/15
  • Last Seen:  

hi, use 2017-05-17aragexe and i have ROenglishRE but some text is not translate

how to fixed this!!

ty

sdfsdfsddfs.png.cba21c06d74a6b85469f9f614860f9ac.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/04/17
  • Last Seen:  

20 hours ago, Ravena said:

Hi guys I try to use this client but after I change the 


#define PACKETVER 20170517

I recompile and get all sort of error even affect my login-char server connection O.o

Do I have to change anything on the server side beside that line?

Ty

My problem resolve it self...no ideia how...ty anyway ^^'

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  11/22/11
  • Last Seen:  

Hi, anyone noticed with the 2017-05-17 client, the game Pointer will vanish when it's on an "unclickable cell". :o

Is there a way for fix this? to make it appear all the time? 

image.png.61f78a29ace1c5a9ec514b3ff542f10e.png

image.png.16b36250cf5c2275d4cf21ffb538731e.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  11/22/11
  • Last Seen:  

I solved the one earlier!

 

But I got a new question:
Some MAC users, or all MAC users, they have this issue:

Any idea why? :(

image.png.c4b839a04455805bc260c6c88415c0be.pngimage.png.69589ec93bc41824669cd58a6bc1641a.png

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

On 10/24/2017 at 11:37 PM, Lai said:

But I got a new question:
Some MAC users, or all MAC users, they have this issue:

did you try to change resolution/graphic options in the app setting ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  11/22/11
  • Last Seen:  

Hi, yes they tried. :( 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   5
  • Joined:  08/23/17
  • Last Seen:  

I think so many reds are not okay, or?

Have i made a misconf?

Server with the new exe runs not good but okay, we can play with here.

1.PNG

2.PNG

3.PNG

4.PNG

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

1 hour ago, Innos said:

I think so many reds are not okay, or?

Have i made a misconf?

Server with the new exe runs not good but okay, we can play with here.

1.PNG

 

 

YOU MUST NOT edit #ifndef PACKETVAR_RE code

  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   5
  • Joined:  08/23/17
  • Last Seen:  

OK i have changed back to

#ifndef PACKETVER
	#define PACKETVER 20170517
#endif

#ifndef PACKETVER_RE
	/// From this point on only kRO RE clients are supported
	#if PACKETVER > 20151104
		#define PACKETVER_RE
	#endif
#endif

========== Alles neu erstellen: 9 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========

 

but the red marked entry with no declaration are the same.

 

The exe works, but i mean its not really right what im doing.

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

42 minutes ago, Innos said:

The exe works, but i mean its not really right what im doing.

if you did get a new rathena the packets are already added in it so you don't really need to edit/add anything else then the 

#define PACKETVER 20170517

and visual studio wont show any error 

how old your rathena is ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   5
  • Joined:  08/23/17
  • Last Seen:  

oh, no. you see the Update Server with the paket edit. The Life server i don't have edits the pakets. only pakets.h

i use visual studio 2017

the rA git is from 29.10.17

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

i already see your clif_packetdb not right 

i would suggest updating it this may fix the errors

you can copy it from here

https://github.com/rathena/rathena/blob/4d602135fcf0de0d2a1a340e4730d5f4283e9228/src/map/clif_packetdb.h#L2337

or edit your file 

don't forget to make a backup for it if there something you need in the old file

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

Em 17/07/2017 às 2:01 PM, sader1992 disse:

Hello, I use windows 8.1 Is it common to have several clicks to open the Hexed client? :huh:  Whenever I diff a new version I have to make several clicks for it to open.
Sorry for my english I used googletranslate ^_^

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

Hello, I followed all the steps to apply the executable, worked only for the class of Cats, but when I will enter with normal character of the error when logging. What is it supposed to be?

screenrAthena001.thumb.jpg.195e92c6cc18581030a8fc086d596907.jpgragnarok.thumb.png.5d9777ecc6e8420beefa18a76d9cc24e.png

Edited by bewfbi
Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

5 hours ago, bewfbi said:

Hello, I followed all the steps to apply the executable, worked only for the class of Cats, but when I will enter with normal character of the error when logging. What is it supposed to be?

it look for me that the starting map for the humans not working probably in your files

you need to recheck that

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

5 hours ago, bewfbi said:

Hello, I followed all the steps to apply the executable, worked only for the class of Cats, but when I will enter with normal character of the error when logging. What is it supposed to be?

screenrAthena001.thumb.jpg.195e92c6cc18581030a8fc086d596907.jpgragnarok.thumb.png.5d9777ecc6e8420beefa18a76d9cc24e.png

i think your kro to old, please check on your kro data.grf are there have iz_int01 ~ iz_int04

that's the new map for beginner human race start point

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

Thank you, sirs @sader1992 end hendra814I, use windows 8.1 Is it common to have several clicks to open the Hexed client?   Whenever I diff a new version I have to make several clicks for it to open.
Sorry for my english I used googletranslate 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

:(The same error above persists. the cat class accesses the game normally, already the human class even changing the starting point, it is not working, it is not executable.

segue meu client info: 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
    <connection>
        <display>Local</display>
              <address>MY PI</address>
              <port>6900</port>
              <version>56</version>
              <langtype>1</langtype>
        <registrationweb>http://newscorpionro.servidorturbo.net</registrationweb>
        <loading>
            <image>loading00</image>
            <image>loading01</image>
            <image>loading02</image>
            <image>loading03</image>
            <image>loading04</image>
            <image>loading05</image>
            <image>loading06</image>
            <image>loading07</image>
            <image>loading08</image>
            <image>loading09</image>
            <image>loading10</image>
            <image>loading11</image>
            <image>loading12</image>
            <image>loading13</image>
            <image>loading14</image>
        </loading>
       </connection>
</clientinfo>

 

I'm with this one client full: 

 

it's that system/data:

https://github.com/zackdreaver/ROenglishRE

:wacko::(

Edited by bewfbi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

15 hours ago, bewfbi said:

Thank you, sirs @sader1992 end hendra814I, use windows 8.1 Is it common to have several clicks to open the Hexed client?   Whenever I diff a new version I have to make several clicks for it to open.
Sorry for my english I used googletranslate 

try zack github for that. https://github.com/zackdreaver/ROenglishRE

maybe your lua files not up to date

Opps, sorry so you already that files.

i think the last problem is your data.grf

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

:( unfortunately, I just reinstalled these files and the same errors continue

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

22 minutes ago, bewfbi said:

:( unfortunately, I just reinstalled these files and the same errors continue

try my files.

here i'm already diffed for you, and run well for me

2017-05-17aRagexeRE_patched.exe

 

Spoiler

screenrAthena050.jpg.fb646d770b681145a79ef4646ed740b6.jpgscreenrAthena051.jpg.35f5f1e8b5764ceb353784bc7c714bcc.jpgscreenrAthena052.jpg.cd3c3265649c2e2a5c23e8fd36e55d93.jpg

 

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

:wacko:image.thumb.png.f463e326cb9bd2b4362ab64b1b0f8886.png 

Could not run through windows ç.Ç / sniff

After authorizing the execution it worked well only that without English translation.

Could you give me your Nemo.log?

screenrAthena002.thumb.jpg.f158be0d4295e7b1c983d138237ceeb1.jpg

Edited by bewfbi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

22 minutes ago, bewfbi said:

:wacko:image.thumb.png.f463e326cb9bd2b4362ab64b1b0f8886.png 

Could not run through windows ç.Ç / sniff

After authorizing the execution it worked well only that without English translation.

Could you give me your Nemo.log?

screenrAthena002.thumb.jpg.f158be0d4295e7b1c983d138237ceeb1.jpg

i'm forget whisch one

try this two files

Spoiler

9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
16 Disable Swear Filter
18 Skip Service Selection Screen
19 Enable Title Bar Menu
23 Enable /who command (Recommended)
25 Fix Camera Angles (LESS)
30 Increase Zoom Out 50%
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
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)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
63 Use Official Cloth Palettes
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
71 Ignore Resource Errors
76 Enforce Official Login Background
84 Remove Serial Display (Recommended)
86 Only First Login Background
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
97 Cancel to Login Window (Recommended)
104 Increase Hair Style & Color Limits
200 Enable Multiple GRFs - Embedded
208 Restore Cash Shop Icon
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
215 Increase Map Quality
222 Show Replay Button
225 Show Register Button

Spoiler

9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
18 Skip Service Selection Screen
19 Enable Title Bar Menu
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
30 Increase Zoom Out 50%
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
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)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
63 Use Official Cloth Palettes
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
68 Enable 64k Hairstyle
69 Extend Npc Dialog Box
71 Ignore Resource Errors
73 Remove Hourly Announce (Recommended)
76 Enforce Official Login Background
84 Remove Serial Display (Recommended)
85 Show Cancel To Service Select
86 Only First Login Background
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
208 Restore Cash Shop Icon
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
215 Increase Map Quality
222 Show Replay Button
225 Show Register Button

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   0
  • Joined:  10/07/15
  • Last Seen:  

:lol:Aeee .... Worked perfectly with the second setup of the nemo ... Very Thankful Lord .... ^_^:D

There is only one, however, the Executavel ends alone after a few minutes! :huh:

Edited by bewfbi
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
Reply to this topic...

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