Setup For Ro2

Status
Not open for further replies.
Can some please help me!

I have set up everything according to the guide, but this is the only problem i see so far.

It appears when i start all three .exe's, anyone know the answer? Does it not even matter? HELPPP

[edit] Only the .Map has an error, but when i try to connect to my server, i get the second image :(
 

Attachments

  • error.GIF - Setup For Ro2 - RaGEZONE Forums
    error.GIF
    6 KB · Views: 104
  • error2 - Setup For Ro2 - RaGEZONE Forums
    error2.webp
    2.6 KB · Views: 91
Last edited:
hmm after a while some people still dont get it.. i spend days and days creating my server but PHAILED ahahaha some stupid virus got to me and that was it... i didnt fix it in time and lost everything... except for my back ups...

oh BTW im BACK !!
 
i have new problem, when i run RO2 client and i key in my User ID and Password but always pop up password incorrect >.<
But i have double check my Navicat login file user id and password is correct. someone can help me or guid me please.
Thank You.
 
Anyone face the login password incorrect ??
why when i login that time always get this error... someone know can help me please??
 
Hi, Thanks for the tutorial, works perfect. I made my own server yestaerday and runs OK.

Anyone face the login password incorrect ??
why when i login that time always get this error... someone know can help me please??

To login, you need put on the Login table, password field using one .
Download and install.
Open it.
In Data Format select Text String.
In Data write your password.
Press Calculate button.
Copy MD5 field. (Will be a lot of numbers and letters)
Paste on your password field, on Login table.

When you run RO2 and wirte your ID, you must put the password that you wrote, not the MD5.

Sorry for me really bad english :*:

I found on another web the server files. I don't know if it is the same, but works perfect with this tutorial, so I upload to mediafire:

The only thing that change is when in the tutorial says Server.Map.exe, Server.Gateway.exe and Server.Authentication.exe, here are Saga.Map.exe, Saga.Gateway.exe and Saga.Authentication.exe.

And the game client that I use is (is not my upload):


Chao
 
Uh is there any commands for the Saga.MAP.EXE? you know the help etc commands? there's gotta be more parameters right? Also is there umm... Any more BETTER translations? You know... for the clients? Cause I'm using the DiviniaRO2 client (it's the best of all imo... xD ) thx

Oh also are these the most up to date server files? If not please post a link with the most up to date server files... cause there's gotta be a fix for a lot of these bugs xD thank you very much!!!

Offtopic srry: Hopefully when they come to the U.S. you can use a better English client for the already made server files xD (here's hoping) and from what i've seen RO2 seems better than WoW oO YES WoW I know xD
 
Last edited:
Can anyone tell what is wrong on my configuration....


For my Map
slickone - Setup For Ro2 - RaGEZONE Forums

Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="Saga.Factory.Addition" type="Saga.Configuration.AdditionSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.CharacterConfiguration" type="Saga.Configuration.CharacterConfigurationSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Events" type="Saga.Configuration.EventSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Items" type="Saga.Configuration.ItemSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Portals" type="Saga.Configuration.PortalSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.SpawnMultiWorldObjects" type="Saga.Configuration.SpawnMultiWorldObjectSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.SpawnTemplate" type="Saga.Configuration.SpawntemplateSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.SpawnWorldObjects" type="Saga.Configuration.SpawnWorldObjectSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Spells" type="Saga.Configuration.SpellSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.StatusByLevel" type="Saga.Configuration.StatusByLevelSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Warps" type="Saga.Configuration.WarpSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Weaponary" type="Saga.Configuration.WeaponarySettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Factory.Zones" type="Saga.Configuration.ZoneSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Manager.ConsoleSettings" type="Saga.Configuration.ConsoleSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Manager.Database" type="Saga.Configuration.DatabaseSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Manager.NetworkSettings" type="Saga.Configuration.NetworkSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Manager.Quest" type="Saga.Configuration.QuestSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.Manager.Scripting" type="Saga.Configuration.ScriptingSettings, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.ServerVars" type="Saga.Configuration.ServerVars, Saga.Map, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
    </configSections>
    <Saga.Factory.Addition reference="../Data/addition_reference.csv">
        <Files>
            <add path="../Data/Addition_t.xml" format="text/xml" />
        </Files>
    </Saga.Factory.Addition>
    <Saga.Factory.CharacterConfiguration>
        <Files>
            <add path="../Data/character-template.csv" format="text/csv" />
        </Files>
    </Saga.Factory.CharacterConfiguration>
    <Saga.Factory.Events provider="C:\ro2\Binary\Saga.Map.Data.LuaQuest.dll, Saga.Map.Data.LuaQuest.EventInfo">
        <Files>
            <add path="../Data/eventlist.csv" format="text/csv" />
        </Files>
    </Saga.Factory.Events>
    <Saga.Factory.Items>
        <Files>
            <add path="../Data/item_data.xml" format="text/xml" />
        </Files>
    </Saga.Factory.Items>
    <Saga.Factory.Portals>
        <Files>
            <add path="../Data/portal_data.csv" format="text/csv" />
        </Files>
    </Saga.Factory.Portals>
    <Saga.Factory.SpawnMultiWorldObjects type="C:\ro2\Binary\Saga.Map.Plugins.dll, Saga.Map.Plugins.MultifileSpawnMultiWorldObjects">
        <Files>
            <add path="../Data/mob-spawns/" format="text/csv" />
        </Files>
    </Saga.Factory.SpawnMultiWorldObjects>
    <Saga.Factory.SpawnTemplate>
        <Files>
            <add path="../Data/npc_templates.csv" format="text/csv" />
            <add path="../Data/item_templates.csv" format="text/csv" />
        </Files>
    </Saga.Factory.SpawnTemplate>
    <Saga.Factory.SpawnWorldObjects type="C:\ro2\Binary\Saga.Map.Plugins.dll, Saga.Map.Plugins.MultifileSpawnWorldObjects">
        <Files>
            <add path="../Data/npc-spawns/" format="text/csv" />
            <add path="../Data/item-spawns/" format="text/csv" />
        </Files>
    </Saga.Factory.SpawnWorldObjects>
    <Saga.Factory.Spells reference="../Data/skill_reference.csv">
        <Files>
            <add path="../Data/spell_data.xml" format="text/xml" />
        </Files>
    </Saga.Factory.Spells>
    <Saga.Factory.StatusByLevel cexp="20" jexp="20" wexp="20">
        <Files>
            <add path="../Data/experience.csv" format="text/csv" />
        </Files>
    </Saga.Factory.StatusByLevel>
    <Saga.Factory.Warps>
        <Files>
            <add path="../Data/warp_data.csv" format="text/csv" />
        </Files>
    </Saga.Factory.Warps>
    <Saga.Factory.Weaponary>
        <Files>
            <add path="../Data/weapon_data.csv" format="text/csv" />
        </Files>
    </Saga.Factory.Weaponary>
    <Saga.Factory.Zones directory="../Data/heightmaps">
        <Files>
            <add path="../Data/zone_data.csv" format="text/csv" />
        </Files>
    </Saga.Factory.Zones>
    <Saga.Manager.ConsoleSettings commandprefix="@">
        <GmCommands>
            <add path="Saga.Scripting.Console.Broadcast" />
            <add path="Saga.Scripting.Console.Position" />
            <add path="Saga.Scripting.Console.ChatMute" />
            <add path="Saga.Scripting.Console.GmWarptomap" />
            <add path="Saga.Scripting.Console.PlayerJump" />
            <add path="Saga.Scripting.Console.PlayerCall" />
            <add path="Saga.Scripting.Console.Speed" />
            <add path="Saga.Scripting.Console.GarbageCollector" />
            <add path="Saga.Scripting.Console.ClearNpc" />
            <add path="Saga.Scripting.Console.KickAll" />
            <add path="Saga.Scripting.Console.Kick" />
            <add path="Saga.Scripting.Console.Time" />
            <add path="Saga.Scripting.Console.ShowMaintenance" />
            <add path="Saga.Scripting.Console.ScheduleMaintenance" />
            <add path="Saga.Scripting.Console.SetGmLevel" />
            <add path="Saga.Scripting.Console.Spawn" />
            <add path="Saga.Scripting.Console.Unspawn" />
            <add path="Saga.Scripting.Console.GiveItem" />
            <add path="Saga.Scripting.Console.QStart" />
            <add path="Saga.Scripting.Console.Kill" />
        </GmCommands>
    </Saga.Manager.ConsoleSettings>
    <Saga.Manager.Database provider="C:\ro2\Binary\Saga.Map.Data.Mysql.dll, Saga.Map.Data.Mysql.MysqlProvider"
        host="localhost" username="ro2" password="ro2" port="3306"
        database="ro2" />
    <Saga.Manager.NetworkSettings world="1" playerlimit="500" proof="C4CA4238A0B923820DCC509A6F75849B">
        <Connections>
            <add connection="public" host="127.0.0.1" port="64003" />
            <add connection="internal" host="127.0.0.1" port="64002" />
        </Connections>
    </Saga.Manager.NetworkSettings>
    <Saga.Manager.Quest directory="../Quests/" sdirectory="../Data/Scenario.Quests/"
        provider="C:\ro2\Binary\Saga.Map.Data.LuaQuest.dll, Saga.Map.Data.LuaQuest.LuaQuestProvider"
        scenarioprovider="C:\ro2\Binary\Saga.Map.Data.LuaQuest.dll, Saga.Map.Data.LuaQuest.ScenarioLuaQuest" />
    <Saga.Manager.Scripting directory="../Saga.Scripting">
        <Assemblies>
            <add path="System.dll" format="text/csv" />
            <add path="System.Data.dll" format="text/csv" />
            <add path="System.Xml.dll" format="text/csv" />
        </Assemblies>
    </Saga.Manager.Scripting>
    <Saga.ServerVars datadir="../Data/" />
</configuration>



For my Getway
slickone - Setup For Ro2 - RaGEZONE Forums

Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="Saga.NetworkSettings" type="Saga.Configuration.NetworkSettings, Saga.Gateway, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
    </configSections>
    <Saga.NetworkSettings CRCKEY="ED90AA25AE906FB36308C8523A4737A7E7B1FC6F"
        GUID="A928CDC9DBE8751B3BC99EB65AE07E0C849CE739">
        <Connections>
            <add connection="public" host="0.0.0.0" port="64000" />
            <add connection="internal" host="127.0.0.1" port="64001" />
        </Connections>
    </Saga.NetworkSettings>
</configuration>

For my Authentication
slickone - Setup For Ro2 - RaGEZONE Forums

Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="Saga.Manager.Database" type="Saga.Configuration.DatabaseSettings, Saga.Authentication, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null" />
        <section name="Saga.NetworkSettings" type="Saga.Configuration.NetworkSettings, Saga.Authentication, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null" />
    </configSections>
    <Saga.Manager.Database provider="C:\ro2\Binary\Saga.Authentication.Data.Mysql.dll, Saga.Authentication.Data.Mysql.MysqlProvider"
        host="localhost" username="ro2" password="ro2" port="3306"
        database="ro2" />
    <Saga.NetworkSettings>
        <Connections>
            <add connection="public" host="127.0.0.1" port="64001" />
            <add connection="internal" host="127.0.0.1" port="64002" />
        </Connections>
    </Saga.NetworkSettings>
</configuration>

its always tell that there is an error occurred when loading
 
Last edited:
Status
Not open for further replies.
Back