Rohan Online lv115 Hero Skill Server File + DB + Client

Page 21 of 86 FirstFirst ... 1113141516171819202122232425262728293171 ... LastLast
Results 301 to 315 of 1278
  1. #301
    Apprentice Oziel Fernandes is offline
    MemberRank
    Dec 2013 Join Date
    18Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Quote Originally Posted by novanakal View Post
    Heres some structorian for read bin files and etc on server side

    craftresource.bin
    Code:
    [filemask="craftresource.bin"]
    
    
    // http://RageZone.com
    // by novanakal@rf-reborn.com
    // CraftResource Structorion
    
    
    struct "craftresourceFile"
    {
    child craftresource [count=111];
    }
    
    struct craftresource [preload=1, tableview=1]
    {
    i32 m_Disable;
    x32 m_Type;
    str[len=50] m_Name;
    str[len=50] m_KoreanName;
    str[len=50] m_FileName;
    str[len=50] ModelLoad;
    str[len=52] LodName;
    i32 CollisionType;
    float Radius;
    float ScenegraphRadius;
    i32 ActorLodType;
    i32 MoveType;
    float ViewDistance;
    i32 CollisionSvrLoad;
    i32 Reflection;
    float m_ACTIVATE_TIME;
    float m_DEACTIVATE_TIME;
    i32 m_Grade;
    i32 m_NeedSkill;
    i32 m_Damage;
    i32 m_ProficiencyMin;
    i32 m_ProficiencyMax;
    i32 m_ProficiencyRate;
    repeat (6) { x32 m_ResourceItem ; }
    repeat (6) { i32 m_ResourceItemRate ; }
    i32 m_CraftSpeed;
    
    }

    magicbox.bin
    Code:
    [filemask="magicbox.bin"]
    
    
    // http://RageZone.com
    // by novanakal@rf-reborn.com
    // magicbox Structorion
    
    
    struct "magicboxFile"
    {
    child magicbox [count=322];
    }
    
    struct magicbox [preload=1, tableview=1]
    {
    i32 m_Disable;
    x32 m_Type;
    str[len=50] m_Name;
    str[len=50] m_KoreanName;
    str[len=50] m_FileName;
    str[len=50] ModelLoad;
    str[len=52] LodName;
    i32 CollisionType;
    float Radius;
    float ScenegraphRadius;
    i32 ActorLodType;
    i32 MoveType;
    float ViewDistance;
    i32 CollisionSvrLoad;
    i32 Reflection;
    float m_ACTIVATE_TIME;
    float m_DEACTIVATE_TIME;
    repeat (3) { i32 m_SelectRate ; }
    i32 m_Level;
    x32 m_Key;
    i32 m_SkillLevle; // hmmmm
    i32 m_Damage;
    repeat (3) { x32 m_Monster; }
    repeat (3) { i32 m_MonsterRate; }
    repeat (15) { x32 m_DropWeapon; }
    repeat (15) { i32 m_RateWeapon; }
    repeat (9) { x32 m_DropArmorShield; }
    repeat (9) { i32 m_RateArmorShield; }
    repeat (9) { x32 m_DropPotionScroll; }
    repeat (9) { i32 m_RatePotionScroll; }
    repeat (7) { x32 m_DropEtc; }
    repeat (7) { i32 m_RateEtc; }
    repeat (5) { x32 m_DropSpecial; }
    repeat (5) { i32 m_RateSpecial; }
    repeat (3) { x32 m_DropAccessory; }
    repeat (3) { i32 m_RateAccessory; }
    i32 m_nMagicBoxType;
    
    }
    open it with DatEditor

    Download DaEditor here
    http://www.yole.ru/files/Structorian_20041015.zip

    And then Save that File with .strs Extention

    ill completing this strs soon

    How does it work? I'm analyzing the structures.
    But I do not quite understand. Could give more information.

  2. #302
    iam still Noob novanakal is offline
    MemberRank
    Nov 2009 Join Date
    Jaka, IndonesiaLocation
    1,164Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Quote Originally Posted by Oziel Fernandes View Post
    How does it work? I'm analyzing the structures.
    But I do not quite understand. Could give more information.
    First.
    Save that Structorian with notepad, but Change the extention into .strs not .txt

    Second.
    Open DatEditor...
    When you opened that, See on top Menu "File" -> And choose "Load Structures" , Find your .strs files.

    Third
    Choose Menu "File" again.. and then "Load Data File" , Find your .bin files.

    Spoiler:










    And then.. END.

    Happy Analyzing


    i Use this tools for others data, Like RF-Online.
    this tools more popular at there
    Last edited by novanakal; 11-01-14 at 09:56 AM.

  3. #303
    Apprentice rasielbr is offline
    MemberRank
    Dec 2013 Join Date
    20Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    how to make the files STRS on it which program to use




    WHERE IT CAME HERE HOW ...?


    // http://RageZone.com
    // by novanakal@rf-reborn.com
    // magicbox Structorion


    struct "magicboxFile"
    {
    child magicbox [count=322];
    }

    struct magicbox [preload=1, tableview=1]
    {
    i32 m_Disable;
    x32 m_Type;
    str[len=50] m_Name;
    str[len=50] m_KoreanName;
    str[len=50] m_FileName;
    str[len=50] ModelLoad;
    str[len=52] LodName;
    i32 CollisionType;
    float Radius;
    float ScenegraphRadius;
    i32 ActorLodType;
    i32 MoveType;
    float ViewDistance;
    i32 CollisionSvrLoad;
    i32 Reflection;
    float m_ACTIVATE_TIME;
    float m_DEACTIVATE_TIME;
    repeat (3) { i32 m_SelectRate ; }
    i32 m_Level;
    x32 m_Key;
    i32 m_SkillLevle; // hmmmm
    i32 m_Damage;
    repeat (3) { x32 m_Monster; }
    repeat (3) { i32 m_MonsterRate; }
    repeat (15) { x32 m_DropWeapon; }
    repeat (15) { i32 m_RateWeapon; }
    repeat (9) { x32 m_DropArmorShield; }
    repeat (9) { i32 m_RateArmorShield; }
    repeat (9) { x32 m_DropPotionScroll; }
    repeat (9) { i32 m_RatePotionScroll; }
    repeat (7) { x32 m_DropEtc; }
    repeat (7) { i32 m_RateEtc; }
    repeat (5) { x32 m_DropSpecial; }
    repeat (5) { i32 m_RateSpecial; }
    repeat (3) { x32 m_DropAccessory; }
    repeat (3) { i32 m_RateAccessory; }
    i32 m_nMagicBoxType;

    }

  4. #304
    iam still Noob novanakal is offline
    MemberRank
    Nov 2009 Join Date
    Jaka, IndonesiaLocation
    1,164Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Header from AIServer.exe

  5. #305
    Apprentice Oziel Fernandes is offline
    MemberRank
    Dec 2013 Join Date
    18Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Quote Originally Posted by novanakal View Post
    First.
    Save that Structorian with notepad, but Change the extention into .strs not .txt

    Second.
    Open DatEditor...
    When you opened that, See on top Menu "File" -> And choose "Load Structures" , Find your .strs files.

    Third
    Choose Menu "File" again.. and then "Load Data File" , Find your .bin files.
    And then.. END.

    Happy Analyzing


    i Use this tools for others data, Like RF-Online.
    this tools more popular at there


    Another question. Excuse my ignorance, but how can I get the strs files??
    I'm trying to do a conversion, but without success.

  6. #306
    iam still Noob novanakal is offline
    MemberRank
    Nov 2009 Join Date
    Jaka, IndonesiaLocation
    1,164Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    strs is structorian for reading some files, you can get that all information from AIServer.exe and AIServer.pdb
    export the header, and make your own strs from the header

  7. #307
    Apprentice isnet is offline
    MemberRank
    Dec 2013 Join Date
    22Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    How to Set Like this:
    Reinforce rate (acessories) : safe up to +5 Max +15(30% success rate)
    Enhance rate (armor/weapon) : safe up to +5 Max +30 (40% success rate
    give me enlightenment
    Last edited by isnet; 12-01-14 at 05:50 AM.

  8. #308
    Enthusiast PriusAnima is offline
    MemberRank
    Dec 2012 Join Date
    Cayman IslandsLocation
    47Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    These files look good.

  9. #309
    Novice Roberto Dreto is offline
    MemberRank
    Nov 2013 Join Date
    1Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Sempak Bolong are you willing to share me/us the client 1.0.4.905? if yes my skype id = robert.sexy1

  10. #310
    Novice earther is offline
    MemberRank
    Jan 2012 Join Date
    1Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    How can i set exp drop rate ?

    I know that i have to edit .bin file by HxD but I don't know what are the value that should find and replace.

  11. #311
    L][Files ROhanFiles Dev soulsimbol is offline
    MemberRank
    Apr 2010 Join Date
    Ro-RULocation
    360Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Quote Originally Posted by Roberto Dreto View Post
    Sempak Bolong are you willing to share me/us the client 1.0.4.905? if yes my skype id = robert.sexy1
    SHARE Anything here that's why RAGEZONE esits...

    - - - Updated - - -

    Quote Originally Posted by earther View Post
    How can i set exp drop rate ?

    I know that i have to edit .bin file by HxD but I don't know what are the value that should find and replace.
    SHARE VID Guide how you setup

  12. #312
    Valued Member NaiWan is offline
    MemberRank
    Jun 2012 Join Date
    136Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    I always got "you have disconnected 5101" at character screen. and in apache log it said "Client denied by server configuration". Anyone have a solution for this ? thank you.

  13. #313
    L][Files ROhanFiles Dev soulsimbol is offline
    MemberRank
    Apr 2010 Join Date
    Ro-RULocation
    360Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    server configuration isnt this obviously?

  14. #314
    Infraction Banned vv00t is offline
    MemberRank
    Jul 2010 Join Date
    Buenos Aires,ARLocation
    276Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    got game working on a Vm ware image i downloaded+installed hamachi and game works on LAN




    but AI doesnt work,monsters dont attack even if i set maps on reg and AI thing @Melwin gimme some backup

  15. #315
    MightyOne martinle is offline
    MemberRank
    Jul 2012 Join Date
    My DesktopLocation
    245Posts

    Re: Rohan Online lv115 Hero Skill Server File + DB + Client

    Quote Originally Posted by vv00t View Post
    got game working on a Vm ware image i downloaded+installed hamachi and game works on LAN




    but AI doesnt work,monsters dont attack even if i set maps on reg and AI thing @Melwin gimme some backup
    Try to look into the world folder you will see many folders from 0-2 to 6-3 add all of them to your Rohan registry (ConnMap) and connect all in Aiserver.



Advertisement