Last edited by exxellen; 30-04-22 at 05:27 PM.
Go some pages back in this thread, and download the fix, execute on your sql server, it will fix loot pick up.
So.. I was able to start all services, but it seems that i can't connect to the server and idk why.
https://ibb.co/wJqTjh6
In which direction i should look up?
![]()
Found this error in ManagerW: 2022-05-02 17:27:15 Info: 1(DEFAULT):UNKNOWN MSG-NO[(999)- No 1 TP 0 World 0 192.168.1.103:11004,11004 shantou channel 1 STP 2 SInf 0]2022-05-02 17:27:15 Info: 1(DEFAULT):UNKNOWN MSG-NO[(999)- No 2156 TP 1 World 2156 192.168.1.103:11005,11005 GODR2 STP 2 SInf 0]
2022-05-02 17:27:20 Fatal: 3308349431(eErrNoFamilyCannotConnect):无法连接Family.[shantou channel 1(1),ErrNo(3308349431)]2022-05-02 17:27:21 Fatal: 3308349431(eErrNoFamilyCannotConnect):无法连接Family.[GODR2(2156),ErrNo(3308349431)]
Still haven't figure out how to get into a dungeon, the ticket (1594) doesn't seem to work
Hey! Here is my server (5GB): https://disk.yandex.ru/d/LXYlyzDZLOdehw
----------
Windows 10 Enterprise LTSB 2016 (Russian version)
----------
- Chinese Traditional - not added
- Services installed: ChannelW, ManagerW, FieldW, added to firewall exceptions
- Microsoft Visual C++ 2008 Redisributable
- Login: Admin Password: 555
----------
Microsoft SQL Server 2014 Enterprise
----------
- Login: sa Password: 123456
- In SQL Server 2014 Configuration Manager:
- TCP Port: 1433
- Dynamic TCP Ports: Empty
----------
IIS Web Server - R2
----------
Virtual network card type - BRIDGE
MAC address: 00:50:56:39:C3:4D - Address 192.168.1.103
--------
IIS - starting/running
SQL - starting/running
PorteAuthBackSvr - starting/running
PurpleChannelingAuthSvr - starting/running
ChannelW - starting/working with errors (eErrNoContentsInfo 1-123, eErrNoChn_ISNOTINITED)
ManagerW - starting/running with errors (eErrNoContentsInfo 1-123, eErrNoFamilyCannotConnect)
FieldW - does not start (eErrNoContentsInfo 1-123, eErrNoInvalidCodePage, eErrNoParmCannotOpen, EXCEPTION_ACCESS_VIOLATION)
--------
Please help me figure out where I made a mistake?
Have you changed the mNation for shantou channel 1, inside of FNLParam TblSrvOp database? which version of R2 online are you trying to launch? looks like Chinese, set mNation or mNationID (i don't remember exact field name) to 1 and try again, if can't try change exe file name inside the batch file to R2ClientRU. anyway your screenshot does not show any error, that message just say "Connecting........" as i said somepages back, go to FNLParam database find TblMsg base and translate mDesc field to english, and all your errors from now will be in english, so you will better understand whats wrong.
- - - Updated - - -
Do you have working web admin? create ticket with this ID but you also have to indicate "practical time" cuz this is temporal item, write into practical time field 720 to make 30 day ticket. If you don't have working web admin, you just need to activate in game NPC that's sell dungeon tickets, to activate the vendor and a lot of other NPC you need to go FNLParam->DT_Monster select whole mIsEvent column and set the value to 0, this will spawn every avaible npc in the game, including event NPC's and monsters. if you want to turn them off set mIsEvent value to 1. but it will be difficult to detect which npc is which as the names are in chinese, and if u try to translate the names via google translate in most cases you will get nonsene translate;) to do this correctly you need to use in game admin panel then translate the monsters and NPC names from admin ingame panel from Russian language and replace it with english translate, but you're lucky guy and i did this all alredy which took me whole day -_- but as i said, we are here for share and helpeach other so, send me a message my discord Mr.Shadows#4261 and i will send you my excel file, which i translated to Russian language, you can translate it to english if you want to, but i recommend you to just copy mIsEvent field from my exel and paste into your mIsEvent field in your table, i alredy setup all needed npc, and deactivated not working/event NPC's
- - - Updated - - -
Have you changed nationID to 1 in TblSrvOP?
Last edited by TheReverend; 05-05-22 at 02:10 PM.
Hey! Can you please tell me how to fix these errors?
---
ChannelW - starting/working with errors (eErrNoContentsInfo 1-123, eErrNoChn_ISNOTINITED)
ManagerW - starting/working with errors (eErrNoContentsInfo 1-123, eErrNoFamilyCannotConnect)
FieldW - does not start (eErrNoContentsInfo 1-123, eErrNoInvalidCodePage, eErrNoParmCannotOpen, EXCEPTION_ACCESS_VIOLATION)
---
Everyone gets these errors:---
- eErrNoContentsInfo 1,2,3...,123
- eErrNoChn_ISNOTINITED
- eErrNoFamilyCannotConnect
- eErrNoInvalidCodePage
- eErrNoParmCannotOpen
- EXCEPTION_ACCESS_VIOLATION
---
What do they mean? And how to fix them?
- eErrNoChn_ISNOTINITED - i think this one is because you didn't changed nationID to 1 in TblParmSrv table.
- eErrNoFamilyCannotConnect - this one is derived from the problem above
- EXCEPTION_ACCESS_VIOLATION - this one partially derived from first problem, or when you try to use "wrong" langpack from gui archive with not matching game client. (but the range of ACCESS VIOLATION Error is very big, it pops out on a lot of errors, just with this message, and no further info.)
Is anyone know logic behind auth hash generation?
[img]launch.bat[/img]
How can I generate one for another account?
C# password not work
string str2 = Convert.ToBase64String(Encoding.UTF8.GetBytes(this.textBox_Login.Text));
string str3 = Convert.ToBase64String(Encoding.UTF8.GetBytes(this.textBox_Password.Text));
string[] textArray1 = new string[] { ""P=&H1=&H2=MTEwMDQ=&P0=", str2, "&P1=Q19SMg==&P2=NDYxMg==&P3=&P4=", str3, "&P5=&PC1=Tg==&PC2=Tg=="" };
Process.Start(new ProcessStartInfo("R2ClientRU.exe", string.Concat(textArray1)));
base.WindowState = FormWindowState.Minimized;
exe file Launcher\bin\Debug
sourse
https://drive.google.com/file/d/1b6Q...ew?usp=sharing
- - - Updated - - -
region lang = chine easy fix or nation Field server not 2
That is not a hash,its binary to text encoder called base64, if you decode the text that goes after "P0="eGF4YTU1NQ u will get xaxa555 which is just an encrypted login to default account we all know about, u can encrypt another login and replace it after P0= in another batch file to login into another account, but better use Launcher that Smail provided, to forget about batch files forever.
Using launcher Exe login error,
how to solve it. thank you
![]()
.https://ibb.co/xq2SDWf
Put the launcher inside client folder, and rename game exe to R2ClientRU, and it wil work fine. btw, you need actual client for this server to work, the client that is provided with se server is old, and works bad, you need to download client from other pirate r2 servers, like r2 hardcore, or r2 freeday. but don't download from R2 Revolgc even its most popular pirate server, because their client won't work good with this server. and about working bad i mean the teleportation issue.