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!

AOP 4.15 server files

Newbie Spellweaver
Joined
Dec 6, 2020
Messages
16
Reaction score
3
where do i get the database to work aop?
RF user works with AoP
there are changes in RF World
you can use a Default GU DB
I will provide 2 queries, one to update your GU bank to AoP
and the other creates a billing for AoP

Pw: ragezone.com
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 18, 2019
Messages
12
Reaction score
0
RF user works with AoP
there are changes in RF World
you can use a Default GU DB
I will provide 2 queries, one to update your GU bank to AoP
and the other creates a billing for AoP
attachment password
 
Junior Spellweaver
Joined
Dec 29, 2008
Messages
126
Reaction score
4
RF user works with AoP
there are changes in RF World
you can use a Default GU DB
I will provide 2 queries, one to update your GU bank to AoP
and the other creates a billing for AoP

Pw: ragezone.com
Could you provide the complete .bak databases?
Thank you
 
Newbie Spellweaver
Joined
Aug 30, 2022
Messages
62
Reaction score
31
same 2.2.3.2
The problems you will run into are the Time/Date fixes required. So running the default zone isn't an option any more.
Plus there really isn't any reason to - many dupes and exploits exist on non modded zone servers.

Instead, free to use and comes with a guide for setting up AOP or 2.2.3.2 (works with both)
 
Newbie Spellweaver
Joined
Aug 30, 2022
Messages
62
Reaction score
31
Please tell me the correct request to create a character. I can not log in with just one launcher.
If using are using Sirin from above you can just type `account create [NAME]` in the console for the server.

If you are using a standard zone server then you will need to run an SQL Query. Depending on which files you are using it will either use the tbl_rfaccount or tbl_RFTestAccount table in the database.

SQL:
INSERT INTO dbo.tbl_RFTestAccount
(id, password, BCodeTU)
VALUES
(CONVERT(binary, 'user'), CONVERT(binary, 'pass'), 0);
 
Newbie Spellweaver
Joined
Jul 1, 2012
Messages
53
Reaction score
5
Tell me what could be the problem when starting Sirin?
1689969666942 - AOP 4.15 server files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 30, 2022
Messages
62
Reaction score
31
If the salt was already set.. then you wouldn't have got that error. Also setting it to "password"... Really leads me to question those that put "Dev" in their names.
 
Newbie Spellweaver
Joined
Apr 14, 2020
Messages
13
Reaction score
3
If the salt was already set.. then you wouldn't have got that error. Also setting it to "password"... Really leads me to question those that put "Dev" in their names.
I never understood that either "DEV"
 
Back
Top