Jump to content

OmarAcero

Members
  • Content Count

    173
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Upvote
    OmarAcero got a reaction from Django in [SOLVED]No item description available in-game   
    hmmmm do you need a system and data folders of the client date... Here and lua files.
    Files client 2012-04-10
  2. Upvote
    OmarAcero reacted to milkshake in ExtendedVend problem   
    @OmarAcero, @Myriad guys i found the solution. in my previous post
  3. Upvote
    OmarAcero reacted to 4144 in Nemo patcher   
    Error show missing some navigation files.
    This mean you updated exe, but forgot update grf or data
  4. Upvote
    OmarAcero reacted to Asheraf in Nemo patcher   
    @OmarAcero basically you're using a RE client, that means by default its using servertype: sakray now in your sclientinfo you're defining that as primary, the client tries to find function queryNavi_PickNpc in navi_f_krpri.lub  and cannot find it since its not yet added to kRO main servers therefore you can fix you issue either by manually applying that update into the primary files or use the correct servertype for the client you're using.
     
  5. Upvote
    OmarAcero reacted to 4144 in Nemo patcher   
    I not tested all patches, some probably may fail like you show dns failed patch
  6. Upvote
    OmarAcero reacted to 4144 in Nemo patcher   
    And now ragexe from main kro using cheat defender too.
  7. Upvote
    OmarAcero reacted to 4144 in Nemo patcher   
    Latest zero client using 0 keys for packet encryption. Now it using cheat defender and it encrypt all packets and not only id. For private servers need disable cheat defender. But if set non zero keys, they will works again.
    This mean it already disabled.
  8. Upvote
    OmarAcero reacted to 4144 in Nemo patcher   
    Add patch "Disable Cheat Defender Game Guard" for disabled cheat defender. This game guard from version 2018-03-15 used in zero clients and probably will be used in kro main.
    Also included replacment for cheat defender dll CDClient.dll
    After this patch client not do any packets encryption and can connect to hercules.
     
  9. Upvote
    OmarAcero reacted to 4144 in How create new maps and filds (Files.mcache)   
    in windows copy plugin binary mapcache.dll into plugins directory in hercules.
    then open command line in hercules directory
    and run commands what was in previous messages.
     
    in linux you using wrong directory. put files in /home/data/data.
    dir /home/data is your client root, /home/data/data is data directory in client.
     
  10. Upvote
    OmarAcero reacted to 4144 in How create new maps and filds (Files.mcache)   
    probably you changed some make files?
    or may be using old hercules version where no mapcache plugin? see in src/plugins, should be file mapcache.c
  11. Upvote
    OmarAcero reacted to Asheraf in How create new maps and filds (Files.mcache)   
    you still can do the same in windows follow this http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC to build the plugin then run from cmd
    map-server.exe --load-plugin mapcache --help  
  12. Upvote
    OmarAcero reacted to 4144 in How create new maps and filds (Files.mcache)   
    build server
    build mapcache plugin
    make plugin.mapcache run command for help about command line parameters
    ./map-server --load-plugin mapcache --help See all commands about map cache and select what you want.
    For add map probably you want
    ./map-server --load-plugin mapcache --map youmapname  
  13. Upvote
    OmarAcero reacted to BrOgBr in kRO unpacked clients releases   
    update your msgstringtable.txt
     
    Thanks!
  14. Upvote
    OmarAcero reacted to 4144 in kRO unpacked clients releases   
    This patch will not works anymore. Because new clients using new quests packets, same like zero clients.
  15. Upvote
    OmarAcero reacted to 4144 in kRO unpacked clients releases   
    New packets for in my pull request, but now merged too.
    Probably you looking wrong branch, see master branch.
  16. Upvote
    OmarAcero reacted to Rytech in r844 - Recoded Banding And Updated Hesperuslit / Chorus Skills Min/Wan Check AoE Updated   
    =General
    *Added the "hesperuslit_bonus_stack" config.
    +This sets if the effect bonuses requires a banding count to be equal or be
    -equal to or higher then the effect number.
    *party_sub_count_banding
    *skill_banding_count
    +Added these functions.
    +These functions calculate the banding count for the number of Royal Guards in
    -banding around the caster, as well as the average HP of the banding group, sets
    -the HP for each banding player, and maxes out the rage spheres for those in
    -banding with force of vanguard active when requirements are met.
    *Made the code for chorus count checks more efficent.
     
    =Database
    *Corrected the max level for CG_MOONLIT in the skill database.
     
    =Skills
    *Chorus Skills
    +The chorus count check is now limited to counting Minstrel's/Wanderer's that are
    -within a 31x31 AoE around the player casting a chorus skill.
    *LG_BANDING
    +Recoded the skill.
    +The AoE's of each Royal Guard now work seprate from each other.
    +The main 7x7 AoE that moves around with the caster now only affects enemies and
    -gives the status that reduces movement speed. The status is removed if the enemy
    -moves out of the AoE or the AoE vanishes. This AoE doesn't require banding with
    -other's to make it work. It will work for a player alone.
    +A 2nd AoE is now used with the skill which generates a 7x7 splash AoE around the
    -caster every 5 seconds to check for other Royal Guards near the player that are
    -also in banding status and are in the same party. This is when the stored banding
    -count is updated, along with the caster's ATK/DEF and also calculates the HP share.
    *LG_HESPERUSLIT
    +Fixed a issue where the element didn't turn to holy when banding requirement's were met.
    +Now maxes out the rage sphere's for all in banding when the banding count is 7.
    +Bonus effects no longer stack.
  17. Upvote
    OmarAcero reacted to 4144 in kRO unpacked clients releases   
    @OmarAcero you can get any old kro version and use rsu to update it.
  18. Upvote
    OmarAcero reacted to 4144 in kRO unpacked clients releases   
    it show error in lua files.
  19. Upvote
    OmarAcero reacted to Maple in kRO unpacked clients releases   
    Use this inteminfo https://github.com/Asheraf/Translation
  20. Upvote
    OmarAcero reacted to 4144 in kRO unpacked clients releases   
    dont change packet encryption in client at all.
    in hercules select correct packet version. and rebuild server.
    also in conf set if you changed
    packet_obfuscation: 2  
  21. Upvote
    OmarAcero reacted to Asheraf in kRO unpacked clients releases   
    Try not to disable debugging.. that may help (Ignore Lua Errors/ Ignore Resource Errors/Ignore Missing Palette Error).
  22. Upvote
    OmarAcero reacted to 4144 in kRO unpacked clients releases   
    @OmarAcero zero clients packed with good protection. probably no one can unpack it. All added zero clients was non packed.
     
  23. Upvote
    OmarAcero reacted to 4144 in Nemo patcher   
    This topic about Nemo fork https://gitlab.com/4144/Nemo
    Most changes present in ChangeLog
    Patches reports service: http://nemo.herc.ws
     
    For test Ragnarok zero clients need:
     
    this nemo fork and enable at least patches from https://gitlab.com/4144/Nemo/blob/master/profiles/zero_minimal.log this or similar clientinfo.xml https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml  
    From 2018-11-14 in all clients must be enabled patch Remove hard coded address/port
    For clients newer than 2018-03-09:
    Need manually copy cdclient.dll from Nemo/input or enable patch "Copy patched Cheat Defender Game Guard"
     
    Clients exe downloads: http://nemo.herc.ws/downloads/
    Full client downloads: http://nemo.herc.ws/downloads/#downloadable-full-clients
     
    Discord: https://discord.com/invite/ByEQHDf
     
     
  24. Upvote
    OmarAcero got a reaction from bWolfie in edit free cast for renewal   
    Yep the green bar...
     
     
    Lol ... I thought need edit only the formula... But i want no disabled renewal ...but no problem 
     
    The solution is: (skill.conf)  edited the vcast_stat_scale =  X*2 + Y = Value for get the new Free cast you want
     
    and edit all skill_cast_db... eliminating the value of the last line penalty cast or put a new valor < 0 : 
     
    ty solved! 
  25. Upvote
    OmarAcero got a reaction from Obitto in Error Hexed   
    tries with  2013-08-07  this  Diff 
     
    Note : Example
×
×
  • Create New...

Important Information

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