Jump to content

Ridley

Administrators
  • Content Count

    1157
  • Joined

  • Last visited

  • Days Won

    86

Reputation Activity

  1. Upvote
    Ridley got a reaction from Like it~* in 2016-10-02 : Update to the Intro   
    This is an update to the intro, to be more specific, to the spawning location and everything happening before the Crituria Academy
     
    Changes
    New spawning location for RENEWAL is iz_int 18 27New outerior is int_land. You have to do a small quest here. This is optional, you can also go directly to Izlude. The additinal poring drop is fully handled by our quest_db.conf and you do not need to edit anything.  In order to fully support this change, you need the latest translation files for navigation and iteminfo. You can find them here:
    https://github.com/ROClientSide/Translation  
    The confusion about iz_int
     
    We saw question about a black iz_int quite often. Is is also simply why this happens. The map was changed on official, and the small ship was turned into a ship interior. The old coordinates were a black spot on this "new" map, and to fix it, you simply had to put in the "old" iz_int map files.
    For this change, you now need the new map, the one. 
    I once uploaded both to hercules. In case you need it, you can download it here.
     
    The new iz_int is included in any recent kro from the back to december 2015. If you used the old iz_int, you just have to replace it.
     
     
     
  2. Upvote
    Ridley reacted to Mystery in August Digest 2016   
    August Digest 2016
    The following digest covers the month of August 1st - August 31st 2016
     
     
    Team Changes
    Ridley has joined as a Script Developer  
    Development Highlights
    Enable @b/joblvl trigger OnPCLvUpEvent Added atcommand configAdded a configuration to enable the atcommands baselevel and joblevel to
    trigger their respective npc events. Improved map list loading LIBCONFIGs Ported battle.conf to libconfig Ported socket.conf (was packet.conf) to libconfig Ported script.conf to libconfig Ported logs.conf to libconfig Ported npc config to libconfig Ported map-server.conf to libconfig Ported login-server.conf to libconfig Ported inter-server.conf to libconfig Ported char-server.conf to libconfig Added a better error message when a libconfig file is not found *strnpcinfo now uses constants  
    Scripting Highlights
    Sara's Memory Instance implementation Nightmare Clock Tower Dungeon Implementation of Ghost palace instance based on iRO Update Old Glastheim announces to use C_color Fixed wrong requirements for Crazy Uproar Quest. Alchemists & Blacksmith Added missing changequest at one quest route in Luoyang Doctor Quest Fixed a variable name typo that Kafra Headquarter's Potato Trader Removed some of the leftover calls to menu() in custom scripts Fixed Mixed Solution No.3 Arc never being assigned  
    August Statistics
    During the period there were 39 Commits. 8 Commits from Pull Requests with 3 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference.
  3. Upvote
    Ridley got a reaction from bhaskara. in [Instance]Horror Toy Factory (Aegis Server)   
    I have the instance ready, just need some more confirmation/testing
  4. Upvote
    Ridley got a reaction from Ragno in [Instance]Horror Toy Factory (Aegis Server)   
    I have the instance ready, just need some more confirmation/testing
  5. Upvote
    Ridley got a reaction from Mystery in Hercules Ultimate Localization Design   
    mesf("A little %s. Who are you?", Sex == SEX_MALE ? "boy" : "girl"); mesf("Oh! you are %s, nice to meet you.", strcharinfo(PC_NAME)); to include functions, variables, strings or whatever you need to use mesf (mes+sprintf)
    you can find some examples in my recent commits
    reference sprintf
  6. Upvote
    Ridley reacted to Dastgir in INCREASE ALL DAMAGE normal and skills   
    db/(pre-)re/map_zone_db.conf
    Find the zone with name: "All"
    Add These Mapflags:
    mapflags: ( "weapon_damage_rate 200", "magic_damage_rate 200", "misc_damage_rate 200", "long_damage_rate 200", "short_damage_rate 200", ) These will double the attacks (200% Damage)
  7. Like
    Ridley got a reaction from IndieRO in [Release] The (data) GRF Project   
    Offering 2 versions of the grf now. Scroll down for more info. Both data.grf do NOT require rdata.grf.
     
    Option 1: (clean standard kRO GRF)
    Download OneDrive
     The grf is up-to-date 2018-12-22. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,40gb (1.503.844.793 bytes) compared to the original 2.13gb (2.291.252.926)
    Works perfect with all current pre-renewal and/or renewal content (rdata.grf is not needed). You still need the content of the Translation Project in order to use this.
    All cutins in this grf are reduced by 35%
    Note: This is pure kro data.grf and does not contain any jro/iro/whatever files
     

      
    Option 2: GRF with the content of all official servers
    Download Mediafire
    Download OneDrive
    Download Mega
     
    This GRF contains all official files. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,43gb (1.536.478.834 bytes)
    The grf is up-to-date 2016-08-04.
    Please throw a PM on me if this GRF is missing something! I want this to be the most complete one of all
    Small summarize
    more than 200 additional maps more than 700 additional items more than 60 additional NPC's more than 130 additionalmobs more than 900 additional cutins
     
    Instructions:
    1. Download the data.7z
    2. Extract it
    3. Put both (grf + dll) into your RO folder
     
    Changelog: Fixed Rock Ridge Illustrations use wrong Magenta (200, 238, 120 instead of 200, 240, 120) Removed chunk  
    Option 3: Episode 13.2 Pre-Renewal GRF
    This one is 775 MB (812.914.794 Bytes) and great for all kind of pre-re servers.
    Download OneDrive

    All rights and credits belong to Gravity
     
    Note: you can still encrypt your grf with SecureGRF or Tokei's GRF Editor - just use another name than cps.dll for it.
    updated thread 2019-01-13
  8. Upvote
    Ridley got a reaction from Wolfeh in Item script: On player death, resurrect, consume item   
    @@Wolfeh
    Use item 7621 (Token of Siegfried) 
    It is a misc item, and on death it adds the resurrection button to the game setting window (esc)
     

  9. Upvote
    Ridley got a reaction from Monsieur Panda in Item script: On player death, resurrect, consume item   
    @@Wolfeh
    Use item 7621 (Token of Siegfried) 
    It is a misc item, and on death it adds the resurrection button to the game setting window (esc)
     

  10. Upvote
    Ridley got a reaction from Legend in Item script: On player death, resurrect, consume item   
    @@Wolfeh
    Use item 7621 (Token of Siegfried) 
    It is a misc item, and on death it adds the resurrection button to the game setting window (esc)
     

  11. Upvote
    Ridley reacted to Shatowolf in Little Control Panel, for those who only want registration and status   
    Great! i think you should change the "pick sex"   ---> Select Gender
  12. Upvote
    Ridley reacted to astralprojection in Cash Transaction Log (pick_logs)   
    I hope to get this added, it is a very important to track and monitor cash movement of players
     
    case LOG_TYPE_REFINE: return '2'; // Refine case LOG_TYPE_OTHER: return 'X'; // Other case LOG_TYPE_CASH: return '$'; // Cash Points }
  13. Like
    Ridley got a reaction from Rydex in [Release] The (data) GRF Project   
    Offering 2 versions of the grf now. Scroll down for more info. Both data.grf do NOT require rdata.grf.
     
    Option 1: (clean standard kRO GRF)
    Download OneDrive
     The grf is up-to-date 2018-12-22. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,40gb (1.503.844.793 bytes) compared to the original 2.13gb (2.291.252.926)
    Works perfect with all current pre-renewal and/or renewal content (rdata.grf is not needed). You still need the content of the Translation Project in order to use this.
    All cutins in this grf are reduced by 35%
    Note: This is pure kro data.grf and does not contain any jro/iro/whatever files
     

      
    Option 2: GRF with the content of all official servers
    Download Mediafire
    Download OneDrive
    Download Mega
     
    This GRF contains all official files. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,43gb (1.536.478.834 bytes)
    The grf is up-to-date 2016-08-04.
    Please throw a PM on me if this GRF is missing something! I want this to be the most complete one of all
    Small summarize
    more than 200 additional maps more than 700 additional items more than 60 additional NPC's more than 130 additionalmobs more than 900 additional cutins
     
    Instructions:
    1. Download the data.7z
    2. Extract it
    3. Put both (grf + dll) into your RO folder
     
    Changelog: Fixed Rock Ridge Illustrations use wrong Magenta (200, 238, 120 instead of 200, 240, 120) Removed chunk  
    Option 3: Episode 13.2 Pre-Renewal GRF
    This one is 775 MB (812.914.794 Bytes) and great for all kind of pre-re servers.
    Download OneDrive

    All rights and credits belong to Gravity
     
    Note: you can still encrypt your grf with SecureGRF or Tokei's GRF Editor - just use another name than cps.dll for it.
    updated thread 2019-01-13
  14. Upvote
    Ridley reacted to Nihad in Clan System   
    You know this really makes the dev team look very organized... not.
    There really needs to be some organized structure if this emulator is to remain competitive. 
     
    Thanks to rid and hemag for starting the project, thanks dast for agreeing to help, but if there was proper organization this would have been done a long time ago. And the fault isn't with you guys, not even the slightest. The top needs to get organized and set a proper vision and goal for herc. Perhaps get a person who will take care of planning and communication with the community. 
     
    Just my observation from what's been going on since the start of the year.
  15. Upvote
    Ridley got a reaction from Ragno in Clan System   
    k small update here. Apparently Hemagx dropped it so we had to start over. Dastgir will help out now but we have to start over again. I'm aware of rAthena's pr of the clan system, but ours will be different (there is no intention to merge theirs). Our plan is to make it configureable with a config file. We also talked about having some other neat features which will make it quite customizable (could be used for a faction system) and easy to add your own clans. 
    No promise here, but we also try to make the clan quests included in the initial commit. As said, these are plans we have and hopefully reach soon  
  16. Upvote
    Ridley got a reaction from NevermoreInc in Zodiac of the months   
    File Name: Zodiac of the months
    File Submitter: Ridley
    File Submitted: 24 Jul 2016
    File Category: Quest, Shops, Functions & Algorithms
     

    //===== Description: =========================================================//= Rotates each month. January (Capricorn) to December (Sagittarius)//= Counts and displays required items and how much you miss//= Player can choose to make diadem or crown//============================================================================
     
    the sprites of the zodiac crowns/diadems are not in kro's data.grf, so I uploaded them here too.
     
    Click here to download this file
  17. Like
    Ridley got a reaction from Hyroshima in [Release] The (data) GRF Project   
    Offering 2 versions of the grf now. Scroll down for more info. Both data.grf do NOT require rdata.grf.
     
    Option 1: (clean standard kRO GRF)
    Download OneDrive
     The grf is up-to-date 2018-12-22. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,40gb (1.503.844.793 bytes) compared to the original 2.13gb (2.291.252.926)
    Works perfect with all current pre-renewal and/or renewal content (rdata.grf is not needed). You still need the content of the Translation Project in order to use this.
    All cutins in this grf are reduced by 35%
    Note: This is pure kro data.grf and does not contain any jro/iro/whatever files
     

      
    Option 2: GRF with the content of all official servers
    Download Mediafire
    Download OneDrive
    Download Mega
     
    This GRF contains all official files. Its cleaned up, and optimized. A Lot of invalid content is removed or merged. The size is 1,43gb (1.536.478.834 bytes)
    The grf is up-to-date 2016-08-04.
    Please throw a PM on me if this GRF is missing something! I want this to be the most complete one of all
    Small summarize
    more than 200 additional maps more than 700 additional items more than 60 additional NPC's more than 130 additionalmobs more than 900 additional cutins
     
    Instructions:
    1. Download the data.7z
    2. Extract it
    3. Put both (grf + dll) into your RO folder
     
    Changelog: Fixed Rock Ridge Illustrations use wrong Magenta (200, 238, 120 instead of 200, 240, 120) Removed chunk  
    Option 3: Episode 13.2 Pre-Renewal GRF
    This one is 775 MB (812.914.794 Bytes) and great for all kind of pre-re servers.
    Download OneDrive

    All rights and credits belong to Gravity
     
    Note: you can still encrypt your grf with SecureGRF or Tokei's GRF Editor - just use another name than cps.dll for it.
    updated thread 2019-01-13
  18. Upvote
    Ridley got a reaction from NevermoreInc in Clan System   
    Hemagx and me are on this for a while now, I don't think it takes much longer.
  19. Upvote
    Ridley got a reaction from NevermoreInc in Clan System   
    k small update here. Apparently Hemagx dropped it so we had to start over. Dastgir will help out now but we have to start over again. I'm aware of rAthena's pr of the clan system, but ours will be different (there is no intention to merge theirs). Our plan is to make it configureable with a config file. We also talked about having some other neat features which will make it quite customizable (could be used for a faction system) and easy to add your own clans. 
    No promise here, but we also try to make the clan quests included in the initial commit. As said, these are plans we have and hopefully reach soon  
  20. Upvote
    Ridley got a reaction from Mystery in Clan System   
    k small update here. Apparently Hemagx dropped it so we had to start over. Dastgir will help out now but we have to start over again. I'm aware of rAthena's pr of the clan system, but ours will be different (there is no intention to merge theirs). Our plan is to make it configureable with a config file. We also talked about having some other neat features which will make it quite customizable (could be used for a faction system) and easy to add your own clans. 
    No promise here, but we also try to make the clan quests included in the initial commit. As said, these are plans we have and hopefully reach soon  
  21. Upvote
    Ridley got a reaction from Sharpienero in kRO Full Client 2016-08-28   
    ----> Download <----
     
    kRO Full Client in a 7z. archive (including BGMS)
    No edits were made, no file deleted. Just compressing to get it below 2gb. 
     
    If you want the grf only, check out my optimized ones.
     
    Q: Is it the same as this?
    A: Yes but 1gb smaller (1,79gb instead of 2,68gb)
  22. Upvote
    Ridley got a reaction from Legend in Clan System   
    k small update here. Apparently Hemagx dropped it so we had to start over. Dastgir will help out now but we have to start over again. I'm aware of rAthena's pr of the clan system, but ours will be different (there is no intention to merge theirs). Our plan is to make it configureable with a config file. We also talked about having some other neat features which will make it quite customizable (could be used for a faction system) and easy to add your own clans. 
    No promise here, but we also try to make the clan quests included in the initial commit. As said, these are plans we have and hopefully reach soon  
  23. Upvote
    Ridley got a reaction from bWolfie in Clan System   
    k small update here. Apparently Hemagx dropped it so we had to start over. Dastgir will help out now but we have to start over again. I'm aware of rAthena's pr of the clan system, but ours will be different (there is no intention to merge theirs). Our plan is to make it configureable with a config file. We also talked about having some other neat features which will make it quite customizable (could be used for a faction system) and easy to add your own clans. 
    No promise here, but we also try to make the clan quests included in the initial commit. As said, these are plans we have and hopefully reach soon  
  24. Upvote
    Ridley got a reaction from chir0n in kRO Full Client 2016-08-28   
    ----> Download <----
     
    kRO Full Client in a 7z. archive (including BGMS)
    No edits were made, no file deleted. Just compressing to get it below 2gb. 
     
    If you want the grf only, check out my optimized ones.
     
    Q: Is it the same as this?
    A: Yes but 1gb smaller (1,79gb instead of 2,68gb)
  25. Upvote
    Ridley got a reaction from Mystery in kRO Full Client 2016-08-28   
    ----> Download <----
     
    kRO Full Client in a 7z. archive (including BGMS)
    No edits were made, no file deleted. Just compressing to get it below 2gb. 
     
    If you want the grf only, check out my optimized ones.
     
    Q: Is it the same as this?
    A: Yes but 1gb smaller (1,79gb instead of 2,68gb)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.