Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

R2 Online server files

Inactive Account
Inactive Account
Joined
Dec 14, 2011
Messages
7
Reaction score
2
How is the shop used
idk, i can't understand this functional, there is no balance table, or storing and writing-off which i should have noticed

only orderlist and strange 'exchange' in billingdb

when i was trying to research "golditems" i got confused
this is the only weird part of the code
 
Initiate Mage
Joined
Aug 1, 2021
Messages
9
Reaction score
5
fast (temporary) correct pick up Item: change date on server (i set 2015) and disable windows time sync.

or correct hardcoded in database date end life item. in database set 2020-01-01 for all new items
use scripts in attach for dual procedures (open in MS Managmet Studio and execute) is set only 2030-01-01 date
tested a little: work pickup drop and warehouse

and correct table TblLogOp for null value in log database (open in MS Managmet Studio and execute twice because the first command is to delete the old TblLogOp table which you do not have, but I already have.)

Opened questions:
1) Teleport bugged
2) Admin panel or client
3) Many enabled events not worked. Need disable.
4) Correct clear the database from garbage
 

Attachments

  • EndDate.zip
    1.2 KB · Views: 476
  • TblLogOp.zip
    642 bytes · Views: 412
Last edited:
Inactive Account
Inactive Account
Joined
Jul 31, 2021
Messages
3
Reaction score
0
Code:
2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[FieldW begin! VERSION[2019011001]]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[TickCount: 851093(0 days)]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[BuildTime: 1547115515, Thu Jan 10 13:18:35 2019 ]2021-08-03 02:29:15 Fatal: 2993997922(DEFAULT):UNKNOWN MSG-NO[ErrNo(1063)]2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart) 2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart)
I can run only 2 exe from Auth
1. Set ip on network iface 192.168.1.103 ++
2. Install MS SQL 2014 and MS SQL Managment Studio ++
3. Install Visual C++ Redistributable Runtimes All-in-One ++
4. Restore bases from backup ++
5. Set in Windows: Chinese (Simplified, China) ++
6. Edit *.dsn in Data ++
7. Use c.bat f.bat m.bat from Lib when use F.bat have crash
not responded
8. Run 1. PorteAuthBackSvr and 2. PurpleChannelingAuthSvr from Auth can run only this 2
9. Run "net start FieldW"
10. Run "net start ManagerW"
11. Run "net start ChannelW"
 
Inactive Account
Inactive Account
Joined
Jul 31, 2021
Messages
3
Reaction score
0
Code:
[SIZE=3][COLOR=#666666][FONT=noto]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[FieldW begin! VERSION[2019011001]]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[TickCount: 851093(0 days)]2021-08-03 02:29:15  Info: 2036701371(DEFAULT):UNKNOWN MSG-NO[BuildTime: 1547115515, Thu Jan 10 13:18:35 2019 ]2021-08-03 02:29:15 Fatal: 2993997922(DEFAULT):UNKNOWN MSG-NO[ErrNo(1063)]2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart) 2021-08-03 02:29:15 Fatal: DumpedMini Result[0] Exception Code[EXCEPTION_ACCESS_VIOLATION]2021-08-03 02:29:15 Fatal: FieldW.exe caused an EXCEPTION_ACCESS_VIOLATION(ThdId:996) in module FieldW.exe2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: MSVCR90.dll Function(get_pgmptr) 2021-08-03 02:29:15 Fatal: FieldW.exe2021-08-03 02:29:15 Fatal: KERNEL32.DLL Function(BaseThreadInitThunk) 2021-08-03 02:29:15 Fatal: ntdll.dll Function(RtlUserThreadStart)[/FONT][/COLOR][/SIZE]
I can run only 2 exe from Auth
1. Set ip on network iface 192.168.1.103 ++
2. Install MS SQL 2014 and MS SQL Managment Studio ++
3. Install Visual C++ Redistributable Runtimes All-in-One ++
4. Restore bases from backup ++
5. Set in Windows: Chinese (Simplified, China) ++
6. Edit *.dsn in Data ++
7. Use c.bat f.bat m.bat from Lib when use F.bat have crash
not responded
8. Run 1. PorteAuthBackSvr and 2. PurpleChannelingAuthSvr from Auth can run only this 2
9. Run "net start FieldW"
10. Run "net start ManagerW"
11. Run "net start ChannelW"
 
Initiate Mage
Joined
Aug 1, 2021
Messages
9
Reaction score
5

7. Use c.bat f.bat m.bat from Lib when use F.bat have crash
not responded

use attached reg
after go to regedit and correct ImagePath to own in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ManagerW
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ChannelW
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FieldW

reboot


FieldW - this is the server of the game.
 

Attachments

  • m.zip
    585 bytes · Views: 273
  • 1234.png
    1234.png
    380.2 KB · Views: 766
Inactive Account
Inactive Account
Joined
Aug 4, 2021
Messages
1
Reaction score
0
Hi! Please help the noob on the locale with his wife to play in r2)
Starting from the 4th installation point, I got up
4) How to untie PorteAuthForSvr*. dll and ChannelW.exe ? From what?
5) Google refused to help me, or my brain began to melt
6) Configs in cfg or xml, which ones?
7) Which services, which exe?
I need more detailed instructions.
And immediately in advance: how do I create 2 permanent accounts? 1 for each PC. If I need more, I think I'll figure it out further.

p. s. I wrote to you in the PM in your native language
 
Initiate Mage
Joined
Aug 5, 2021
Messages
2
Reaction score
0
wN4ZNSKmmMLkAAAAABJRU5ErkJggg==

1) "TailW.exe, ManagerW.exe, FieldW.exe, channelw.exe" - These files do not start. They start and then immediately close. All have the same description in the log file. How to fix this error?
Fatal:1517205488(DEFAULT):UNKNOWN MSG-NO[ChannelW can`t install(1073).
2) "Change the IP address to your own in the .dsn, .ini, .cfg files. And in the database table" And what IP, local IP, SQL server IP or on what? Where do I find out what IP I need? Do I need to change the ports and where?
 
Last edited:
Initiate Mage
Joined
Jul 27, 2021
Messages
9
Reaction score
0
Try to read the first post, everything is described in detail there.
 
Inactive Account
Inactive Account
Joined
Jul 29, 2021
Messages
4
Reaction score
0
Have problem with connect . How to FIX?
Screenshot_1.png
 
Last edited:
Inactive Account
Inactive Account
Joined
Aug 19, 2021
Messages
2
Reaction score
0
web gm What is the account number and password?I want to know
 
Back
Top