Jump to content
Asheraf

kRO unpacked clients releases

Recommended Posts

2 hours ago, Slicer said:

 

works fine to me:

yqYCNys.jpg

I managed to solve the problem and everything is working, now mine do not have this login screen. This is ragnarok zero?

Share this post


Link to post
Share on other sites
12 minutes ago, Dream Catcher said:

@Slicer @Asheraf You could share your System folder and the lua files from the Data folder, 
I tried to download the KRO again and update, and tried to use the files from Zackdreaver ( https://github.com/zackdreaver/ROenglishRE )

you can use this https://github.com/Asheraf/Translation also please notice that some files need to be renamed based on the servicetype and the servertype you're using in sclientinfo.xml the default in this repository is set to korea/primary

Share this post


Link to post
Share on other sites

@Asheraf I discovered what the problem was ... if you enable this function the client does not open 

230 Always load Korea ExternalSettings lua file

 

Edited by Dream Catcher

Share this post


Link to post
Share on other sites

Em primeiro lugar, muito obrigado pelos clientes, bem, eu estou com 2 problemas com o 2018-01-24b, siga as imagens.

 

erro1.PNG.513c2ded63279576d828050716b43d58.PNG

 

 

 

erro2.PNG.10e6ae972851e795b1bbeba80a40c003.PNG

 

 

@update

 

The first error is corrected missing an image I copied the img_slot2_press and changed it to img_slot2_select problem solved, it is only an effect on the significant. Another question came to me, how to disable the doram?

 

 

 

Sorry my english :')

 

 

 

 

 

Edited by eeppssmm
outro erro

Share this post


Link to post
Share on other sites
11 hours ago, Asheraf said:

A new client have been added to the list, please notice that as of 2018-02-07bRagexeRE release the itemInfo.lua functions have changes make sure to use an updated version.. either update your current version or use the one from https://github.com/Asheraf/Translation .

When I arrive at the login screen the game give error, already tried to add the new images of the login in the folder texture "login_interface". I'm trying to use the 2018-02-07b

Share this post


Link to post
Share on other sites
34 minutes ago, Dream Catcher said:

When I arrive at the login screen the game give error, already tried to add the new images of the login in the folder texture "login_interface". I'm trying to use the 2018-02-07b

Define 'error' please..

Share this post


Link to post
Share on other sites
6 hours ago, Asheraf said:

Define 'error' please..

 
The game screen opens Nomal, but when I go to login screen, the game give error
 
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Local</display>
      		<address>127.0.0.1</address>
      		<port>9500</port>
      		<langtype>12</langtype>
		<registrationweb>www.ragnarok.com.br</registrationweb>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>
			<image>loading04.jpg</image>
			<image>loading05.jpg</image>
			<image>loading06.jpg</image>
		</loading>
		<aid>
			<admin>2000000</admin>
		</aid>
   	</connection>
</clientinfo>

 

Sem título.png

@Edit 

using langtype 1 or 0 the login screen works. not work with 12

Edited by Dream Catcher

Share this post


Link to post
Share on other sites
On 2/14/2018 at 1:57 PM, Dream Catcher said:
 
The game screen opens Nomal, but when I go to login screen, the game give error
[...]

@Edit 

using langtype 1 or 0 the login screen works. not work with 12

the issues related to changing the langtype or service type are all missing resources.. for example in langtype 12 there is some icon that the client display and it doesnt exist in kRO Grf you need to import it from bRO files

----

Side note to everyone: Please if you're going to post about an issue make sure its not repeated before.. also for love of the gods don't disable debugging messages in the client via patches then complain its not working magically...

 

@EDIT also please stop sending me issues in private messages, i am no longer going to answer anyone.

Share this post


Link to post
Share on other sites

Firstly thank you very much for more one release! :blush:

With 2018-02-07b, I'm having this error:

zzzz.png.f6df45eb8a46d8b913b46387f6631d7c.png

Quote

GetTableBookValueForC, GetTableStringValueForC too.


And the client stops to work later.
Using langtype 12.

I already tried merge bRO folder but it didn't work too.

And with 2018-01-24b, I'm having the same error and the error from the iteminfo too (8th argment...), even using your iteminfo @Asheraf

Using langtype 0, the client 2018-02-07b works perfectly.

I would like to know how you @Asheraf did this works with langtype 12 :cold_sweat:

 

Edited by BrOgBr

Share this post


Link to post
Share on other sites
15 hours ago, BrOgBr said:

Firstly thank you very much for more one release! :blush:

With 2018-02-07b, I'm having this error:
And the client stops to work later.
Using langtype 12.

I already tried merge bRO folder but it didn't work too.

And with 2018-01-24b, I'm having the same error and the error from the iteminfo too (8th argment...), even using your iteminfo @Asheraf

Using langtype 0, the client 2018-02-07b works perfectly.

I would like to know how you @Asheraf did this works with langtype 12 :cold_sweat:

 

 

1 - about itemInfo and 2018-01-24b, my repository only supports the latest client available and since the function changed in the more recent version its the only one supported, you can revert to an older version to use it or just replace the two functions in the end of the file with the old ones.

 

2 - about langtype 12:

*  in sclientinfo.xml set the following:

<servicetype>brazil</servicetype>
<servertype>primary</servertype>
<connection>
	<langtype>12</langtype>
</connection>

then go to "data/luafiles514/lua files/service_korea/externalsettings_kr.lub" move it to "data/luafiles514/lua files/service_brazil/externalsettings_br.lub"

(also better search for files with kr/korea in the name and replace it with br/brazil)

Share this post


Link to post
Share on other sites
1 hour ago, Asheraf said:

 

1 - about itemInfo and 2018-01-24b, my repository only supports the latest client available and since the function changed in the more recent version its the only one supported, you can revert to an older version to use it or just replace the two functions in the end of the file with the old ones.

 

2 - about langtype 12:

*  in sclientinfo.xml set the following:


<servicetype>brazil</servicetype>
<servertype>primary</servertype>
<connection>
	<langtype>12</langtype>
</connection>

then go to "data/luafiles514/lua files/service_korea/externalsettings_kr.lub" move it to "data/luafiles514/lua files/service_brazil/externalsettings_br.lub"

(also better search for files with kr/korea in the name and replace it with br/brazil)

Thank you very much :blush:

Now I'm getting this error when clicking in the Cash Shop icon:

zzzz.png.8f5afa5c844421f99285a5651d44cee4.png

I was using the cashshop folder from the ROZero.
Now I tried with the kRO's cashshop folder but same error.

:confounded:

And about remove the doram creation, it's impossible for a while, right?
I tried using the last nemo.

Edited by BrOgBr

Share this post


Link to post
Share on other sites

doram can be disabled in externalsettiings.lub or like this. writing name from memory.

 

Share this post


Link to post
Share on other sites
13 hours ago, 4144 said:

doram can be disabled in externalsettiings.lub or like this. writing name from memory.

 

Worked!
Thank you very much :blush:

Edited by BrOgBr

Share this post


Link to post
Share on other sites

Can someone help me
I'm getting this error

I've tried other data / system

between them

https://github.com/zackdreaver/ROenglishRE

and

https://github.com/Asheraf/Translation

and various configuration of clientinfo and sclientinfo

but it does not solve

anyone would have a solution ?

thanks for the comprehension
 

 

Sem_título.png

Share this post


Link to post
Share on other sites

can some one tell me what my problem is.

here the detail, when i'm use 2017 client i could open advanced setting and change screen size by setup.exe

Spoiler

2017.jpg.5d2b5fc4e4b7c25e0f5bfb5012c71f29.jpg

but when i'm use 2018 client, i'm can't open advanced setting and change screen size.

what ever i'm pick in the setup.exe the game client always show 1024x600 (because this is max screen size in my laptop)

Spoiler

2018.jpg.61dccd8618b79b3ed717ed775aa6e1af.jpg

my laptop using windows 7 32 bit.

but when i'm run in my pc with windows 7 64 bit all function in 2018 game client work normal

my KRO already update to the lastest.

so what the problem is. because my friend use same os like my laptop and could open advanced settings too.

once more, the problem when in char select, 5 top character screen select crop by default

here the ss

Spoiler

new.thumb.jpg.23c92eef9be094b4b928569ae9c8c60e.jpg

here my diff option

Quote

3 Chat Flood Remove Limit
6 Force Send Client Hash Packet
9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
16 Disable Swear Filter
19 Enable Title Bar Menu
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
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)
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)
51 Always Show License Screen
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
71 Ignore Resource Errors
72 Ignore Missing Palette Error
76 Enforce Official Login Background
84 Remove Serial Display (Recommended)
85 Show Cancel To Service Select
86 Only First Login Background
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
96 Remove GM Sprites
97 Cancel to Login Window (Recommended)
104 Increase Hair Style & Color Limits
115 Enable Effect for all Maps [Experimental]
205 Enable Monster Tables
208 Restore Cash Shop Icon
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
215 Increase Map Quality
222 Show Replay Button
223 Move Item Count Upwards [Experimental]
225 Show Register Button
238 Always Load Client Plugins [Experimental]

 

Edited by hendra814

Share this post


Link to post
Share on other sites

I diffed a client 2018-02-07bRagexeRE, but I can't connect my server... It's like it don't connect using my clientinfo. I tried to remove the "register" option of client login screen using NEMO and it is still there. I'm confuse.

 

error.PNG

//FIXED
I selected the option custom clientinfo (obvious a lot) 

 

now I'm getting this error in map-server after select character screen =/

error.PNG

Edited by Rockstar xD
add details

Share this post


Link to post
Share on other sites

for clientinfo, use default one sclientinfo.xml

you built server with wrong packet version or disabled/changed encryption keys in client.

Share this post


Link to post
Share on other sites
13 hours ago, 4144 said:

for clientinfo, use default one sclientinfo.xml

you built server with wrong packet version or disabled/changed encryption keys in client.

Oh, you're right! The encryption was disabled. Thank you, bro. Works fine now! <3

 

@EDIT 

I'm really not lucky... Some light?

INITSKILLTREEEVIEW.PNG

//FIXED

I change the "skillinfoz" folder of Asheraf by the ROenglishRE! Now is totally working!

 

Edited by Rockstar xD
add details

Share this post


Link to post
Share on other sites

https://github.com/Asheraf/Translation - Error found: 8th argument is must number, someone who knows it please notify, error is in System file "itemInfo_Sak.lub"
Thank you and sorry for the inconvenience!

Share this post


Link to post
Share on other sites

In which client(date) is enabled the new functions of the cash shop button??

Edited by OmarAcero

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.