Server 5.0.7 - (Binaries + LuaScripts + Database)

Page 1 of 9 123456789 LastLast
Results 1 to 15 of 125
  1. #1
    Enthusiast Coenx is offline
    MemberRank
    May 2005 Join Date
    Poland, CracowLocation
    29Posts

    note Server 5.0.7 - (Binaries + LuaScripts + Database)

    Server 5.0.7 installation guide


    Requirements:
    • Windows 7 or 8
    • SQL Server 2012 or 2014 (x86 version)
    • min. 8GB ram


    What was changed since 4.0.6 version:
    • New Race: Dwarves
    • New Classes: Champion & Warlock
    • Level 60/70 Elite Skills
    • New Zone: Yrvandis Hollows
    • New Instance: Taffrock Southern District
    • New Zone: Ancient Kingdom of Rorazan
    • New Instance: Aeternal Circle
    • New Zone: Chrysalia
    • New Instance: Kulech Bones Nest
    • New Zone: Merdhin Tundra
    • New Instance: Bedim
    • Additional bank space for ItemShop's items


    Server info:
    • max Level 97
    • Exp (Quests & Combat) x15
    • Tp (Quests & Combat) x1
    • Money x1


    1. Download and unpack "RoM_server_5.0.7.7z" 7-Zip compressed file to the "C:" drive.

    Link:
    RoM_server_5.0.7

    Info:
    The "C:\Runewaker" folder should be created with following subfolders:
    Code:
    "C:\Runewaker\Client" - contains "RuneDev.ini" for the local server (read-only flag is necessary)
    "C:\Runewaker\DB_backup" - contains Database backup files
    "C:\Runewaker\RA Server Controller" - contains "RAServerController.ini" file with list of zones
    "C:\Runewaker\RA Server Monitor" - contains "RAServerMonitor.ini" file
    "C:\Runewaker\Resource" - contains Lua scripts
    "C:\Runewaker\Server" - contains binaries and .ini files
    "C:\Runewaker\Tools" - contains required & useful tools

    2. Configure server

    2.1. Install "RA Server Controller" and "RA Server Monitor" from "C:\Runewaker\Tools" folder. I recommend "C:\Runewaker\RA Server Controller" and "C:\Runewaker\RA Server Monitor" folders.

    2.2. Replace all appearances of "<SQL_USER_PASS>" in below .ini files by encoded SQL password chosen for "romuser".
    To encode SQL password use "C:\Runewaker\Tools\RAPasswordEncode.exe"
    Code:
    "C:\Runewaker\Server\Realm_01_Common\Account.ini"
    "C:\Runewaker\Server\Realm_01_Common\Global.ini"
    "C:\Runewaker\Server\Realm_01_Common\ServerList.ini"
    "C:\Runewaker\Server\Realm_01_Service\DataCenter.ini"
    "C:\Runewaker\Server\Realm_01_Service\Global.ini"
    "C:\Runewaker\Server\Realm_01_Service\PlayerCenter.ini"
    "C:\Runewaker\Server\Realm_01_Zone\Global.ini"
    2.3. Replace "<PROCESS_KEY>" in "PlayerCenter.ini" file by encoded secret code.

    To generate a secret code execute below command in a command line. Next use "C:\Runewaker\Tools\RAPasswordEncode.exe" tool to encode a secret code. Insert a secret code in the password field. Type "runewaker" in the username field (without quotation marks).
    Code:
    "C:\Runewaker\Server\Realm_01_Service\PlayerCenter.ini" "playercenter.ini"

    3. Create accounts and databases. For all steps use SQL Server Management Studio.

    3.1. Login to the SQL server with admin privileges and create the SQL server account "romuser". Set a password at least 6 characters long. Grant this user all privileges. Disconnect from the SQL server.

    3.2. Use "romuser" account to login to the SQL server again.

    3.3. Restore five databases from backup files. Right-click on Databases and choose "Restore Database..." option. Change Source to Device and select a backup file.
    To restore databases correctly the "C:\Runewaker\DATA" folder should be created or it should be changed for each database during the Restoring action.
    Code:
    ROM_Account.bak
    ROM_GlobalDB.bak
    ROM_ImportDB.bak
    ROM_World.bak
    ROM_WorldLog.bak
    3.4. Create a first user account (your own)
    Select "New Query", paste below script, change 'accountname' and 'password' to your desired login and pass, execute this script.
    Code:
    INSERT INTO [ROM_Account].[dbo].[PlayerAccount]
    ([Account_ID],[Password],[IsMd5Password],[IsAutoConvertMd5])
    VALUES
    ('accountname','password',0,1)
    GO

    4. Client 5.0.7 installation

    4.1. Download full client 5.0.5.2592

    Link: 400 Bad Request

    4.2. Download five patches up to 5.0.7.2622 version

    Link: 400 Bad Request
    Code:
    patch_5.0.5.2592.en_5.0.6.2602.en.exe
    patch_5.0.6.2602.en_5.0.6.2607.en.exe
    patch_5.0.6.2607.en_5.0.6.2616.en.exe
    patch_5.0.6.2616.en_5.0.7.2611.en.exe
    patch_5.0.7.2611.en_5.0.7.2622.en.exe
    4.3. Install client to selected directory and apply five patches in a correct order

    4.4. Replace "RuneDev.ini" file in the client directory by "C:\Runewaker\Client\RuneDev.ini" file

    4.5. Create shortcut to the Client.exe file, open properties and add "NoCheckVersion" at the end of "Target" field, example:
    Code:
    "C:\Runewaker\Client\Client.exe" NoCheckVersion
    4.6. Copy the FDB and WDB folders from your client directory to "C:\Runewaker\Resource" folder

    5. Start server

    5.1. Run "RAServerController.exe" service. After .exe file execution start "services.msc" and run this service.

    5.2. Run "RAServerMonitor.exe" and start everything from "Common" and "Service" sections.

    5.3. Start selected zones from ZONE_M, ZONE_D and ZONE_SD sections.
    For a local tests you don't need start all zones. For a few zones (4-5) opened at the same time even 8GB of ram is enough.
    You can start and stop required zones without closing the server or client.

    6. Start client and connect to the local server. Use login and password created in step 3.4.

    Play and have fun!


    !!! Thanks Domo !!!
    Last edited by Coenx; 26-10-18 at 07:00 PM. Reason: Updated link


  2. #2
    Member happyhorror is offline
    MemberRank
    Jul 2014 Join Date
    59Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    nice guide, ty

  3. #3
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Yeah!! thanks @Coenx your files are very nice :). But I've a question for you, I have tried to play with a rogue/mage, but I have this error, do you know how I can fix this?
    Attachment 149769

  4. #4
    Apprentice ncladys is offline
    MemberRank
    Jan 2015 Join Date
    6Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    That's great. I like the new server! But my old server is not running, don't know this?

  5. #5
    Member happyhorror is offline
    MemberRank
    Jul 2014 Join Date
    59Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Quote Originally Posted by Elssair View Post
    Yeah!! thanks @Coenx your files are very nice :). But I've a question for you, I have tried to play with a rogue/mage, but I have this error, do you know how I can fix this?
    Attachment 149769
    sure it caused by missing function in lua scripts for server, don't sure if it was in 5.0.7, but here is source of it

    function bico_491178_SkillBulletCheck()
    local Player = OwnerID()
    local WeaponID = GetItemInfo( Player , EM_ItemPacketType_EQ , 9 , EM_ItemValueType_OrgObjID ) -- ЕЄЁъјuГДДж¦мЄєID
    local WeaponType = GameObjInfo_Int( WeaponID ,"WeaponType" ) -- §мЁъёк®Ж®w¤¤і]©w¦nЄєГю«¬ЎAЅb¬°14ЎA§лВYГю«h¬°16

    if WeaponType == 16 then
    return true
    end
    ScriptMessage( Player, Player, 1, "[SYS_GAMEMSGEVENT_123]",0 )
    return false
    end

    it's from 2709.lua file

  6. #6
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Wow thanks @happyhorror!! I fix the bug :)

  7. #7
    Enthusiast Coenx is offline
    MemberRank
    May 2005 Join Date
    Poland, CracowLocation
    29Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    happyhorror: you are right, I should spend more time to verify Lua scripts for missing functions. Thx for a quick fix!

    I will verify Lua scripts one more time.
    Unfortunately this game is too big to verify all functionality just in a few days.
    If you will find next issues I will do my best to fix them as soon as possible.

  8. #8
    Apprentice W1n5t0n is offline
    MemberRank
    Oct 2014 Join Date
    20Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Thx m8 for this awesome release... Do you know how to edit the .db files inside the data fdb file ?

    regards

  9. #9
    Banned bRUZZ is offline
    BannedRank
    Jul 2014 Join Date
    62Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Quote Originally Posted by Coenx View Post
    happyhorror: you are right, I should spend more time to verify Lua scripts for missing functions. Thx for a quick fix!

    I will verify Lua scripts one more time.
    Unfortunately this game is too big to verify all functionality just in a few days.
    If you will find next issues I will do my best to fix them as soon as possible.
    For everyone having issues with the luas in here try those: http://www.mediafire.com/download/fq...5LUAScript.fdb

    *you can get also get early but buggy version of chapter 6 with ch5 bins using the script I provided.

    credits to IngfredRoM
    Last edited by bRUZZ; 13-01-15 at 07:25 PM.

  10. #10
    Enthusiast Coenx is offline
    MemberRank
    May 2005 Join Date
    Poland, CracowLocation
    29Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    bRUZZ: you have provided almost the same Lua scripts like me with a missing "function bico_491178_SkillBulletCheck()" function in 02709.lua file. I have different versions of Lua files but I need some time to verify all files.

  11. #11
    Banned bRUZZ is offline
    BannedRank
    Jul 2014 Join Date
    62Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Quote Originally Posted by Coenx View Post
    bRUZZ: you have provided almost the same Lua scripts like me with a missing "function bico_491178_SkillBulletCheck()" function in 02709.lua file. I have different versions of Lua files but I need some time to verify all files.
    Alright haven't checked yours ;) You could also show them how to get the early chapter 6 version.

  12. #12
    Apprentice stillerache is offline
    MemberRank
    Jan 2015 Join Date
    5Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    Download and unpack "RoM_server_5.0.7.7z" 7-Zip compressed file to the "C:" drivethe link for that is not working HELP!!! ;Darrgs wrote the link wrong sry

  13. #13
    Enthusiast Coenx is offline
    MemberRank
    May 2005 Join Date
    Poland, CracowLocation
    29Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    To restore databases correctly the "C:\Runewaker\DATA" folder should be created or it should be changed for each database during the Restoring action.

    Additionally I have uploaded Lua scripts for version 6.0.7 but I didn't test them with 5.0.7 server
    Link: https://mega.co.nz/#!NRB0WRzA!Kyd-t6...lrX13OdwtiD4no

  14. #14
    Member GHOST88SS is offline
    MemberRank
    Mar 2008 Join Date
    67Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    yes there is some problems in restoring the database its says "no backupset selected to be restored". any clue?

  15. #15
    Apprentice aaronmramos is offline
    MemberRank
    Dec 2014 Join Date
    5Posts

    Re: Server 5.0.7 - (Binaries + LuaScripts + Database)

    thank you for the great release Coenx! I'm still playing on my Ch 4 server but will certainly set this one up soon lol.



Page 1 of 9 123456789 LastLast

Advertisement