celsokayran 0 Posted February 11, 2018 2 hours ago, Slicer said: works fine to me: 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
Maple 6 Posted February 11, 2018 @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 ) Share this post Link to post Share on other sites
Asheraf 123 Posted February 11, 2018 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 1 Maple reacted to this Share this post Link to post Share on other sites
Maple 6 Posted February 12, 2018 (edited) @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 February 12, 2018 by Dream Catcher Share this post Link to post Share on other sites
ZelosAvalon 14 Posted February 12, 2018 tyvm! great job! Share this post Link to post Share on other sites
eeppssmm 0 Posted February 12, 2018 (edited) Em primeiro lugar, muito obrigado pelos clientes, bem, eu estou com 2 problemas com o 2018-01-24b, siga as imagens. e @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 February 12, 2018 by eeppssmm outro erro Share this post Link to post Share on other sites
Asheraf 123 Posted February 14, 2018 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 . 1 Maple reacted to this Share this post Link to post Share on other sites
Maple 6 Posted February 14, 2018 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
Asheraf 123 Posted February 14, 2018 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
Maple 6 Posted February 14, 2018 (edited) 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> @Edit using langtype 1 or 0 the login screen works. not work with 12 Edited February 14, 2018 by Dream Catcher Share this post Link to post Share on other sites
Asheraf 123 Posted February 15, 2018 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. 1 Maple reacted to this Share this post Link to post Share on other sites
BrOgBr 5 Posted February 15, 2018 (edited) Firstly thank you very much for more one release! With 2018-02-07b, I'm having this error: 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 Edited February 15, 2018 by BrOgBr Share this post Link to post Share on other sites
Asheraf 123 Posted February 16, 2018 15 hours ago, BrOgBr said: Firstly thank you very much for more one release! 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 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) 3 BrOgBr, Maple and tiagofm94 reacted to this Share this post Link to post Share on other sites
BrOgBr 5 Posted February 16, 2018 (edited) 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 Now I'm getting this error when clicking in the Cash Shop icon: I was using the cashshop folder from the ROZero. Now I tried with the kRO's cashshop folder but same error. And about remove the doram creation, it's impossible for a while, right? I tried using the last nemo. Edited February 16, 2018 by BrOgBr Share this post Link to post Share on other sites
4144 364 Posted February 16, 2018 doram can be disabled in externalsettiings.lub or like this. writing name from memory. 1 BrOgBr reacted to this Share this post Link to post Share on other sites
BrOgBr 5 Posted February 16, 2018 (edited) 13 hours ago, 4144 said: doram can be disabled in externalsettiings.lub or like this. writing name from memory. Worked! Thank you very much Edited February 17, 2018 by BrOgBr Share this post Link to post Share on other sites
Erinaldo 0 Posted February 20, 2018 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 Share this post Link to post Share on other sites
hendra814 8 Posted February 20, 2018 (edited) 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 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 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 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 February 20, 2018 by hendra814 Share this post Link to post Share on other sites
kevingunadi 0 Posted February 21, 2018 (edited) still waiting for the full translation Spoiler Spoiler Edited February 22, 2018 by kevingunadi Share this post Link to post Share on other sites
Rockstar xD 0 Posted February 21, 2018 (edited) 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. //FIXED I selected the option custom clientinfo (obvious a lot) now I'm getting this error in map-server after select character screen =/ Edited February 21, 2018 by Rockstar xD add details Share this post Link to post Share on other sites
4144 364 Posted February 21, 2018 for clientinfo, use default one sclientinfo.xml you built server with wrong packet version or disabled/changed encryption keys in client. 1 Rockstar xD reacted to this Share this post Link to post Share on other sites
Rockstar xD 0 Posted February 22, 2018 (edited) 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? //FIXED I change the "skillinfoz" folder of Asheraf by the ROenglishRE! Now is totally working! Edited February 22, 2018 by Rockstar xD add details Share this post Link to post Share on other sites
Heero12 0 Posted February 23, 2018 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
IndieRO 33 Posted February 23, 2018 59 minutes ago, Heero12 said: 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! update your lua to fix it Share this post Link to post Share on other sites
OmarAcero 15 Posted February 23, 2018 (edited) In which client(date) is enabled the new functions of the cash shop button?? Edited February 24, 2018 by OmarAcero Share this post Link to post Share on other sites