Jump to content

4144

Core Developers
  • Content Count

    1185
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Upvote
    4144 got a reaction from Zero Human in how to disable modexp announce show?   
    @Zero Human
     
    this 3 lines from client. server may send rates for 3 different types, but hercules using only one line of them.
     
    In default scripts look like ModExp and ModDrop not used.
     
  2. Upvote
    4144 got a reaction from akbare in [ASK] plugin compile centos 6 x86_64   
    you have syntax error in src/plugins/Makefile.in and make said about it. See how other plugins added
     
    in other way you can not change make file, but use separate make command.
    for example:
    make plugin.@afk  
  3. Like
    4144 got a reaction from ssd046 in I am looking for a file where text is stored. Help me   
    file: npc/re/warps/cities/izlude.txt
    npc name: noviship#izlude
  4. Like
    4144 got a reaction from MikZ in Null Returned   
    try disable some of them and see is error still present
  5. Like
    4144 got a reaction from MikZ in Error in Char-server after GIT Update 07/08/2020   
    this message prevent some error with skills in pre-re. you can ignore it
  6. Like
    4144 got a reaction from theoutrider in Support for armv8, is it possible?   
    hercules works fine on arm. now compilation fix merged already.
    but by default hercules using memory manager, and memory manager not works on arm.
    this mean for build on arm need use atleast this configure command
    make clean ./configure --disable-manager make  
  7. Upvote
    4144 got a reaction from nasagnilac in Anyone have 2019-05-30aRagexe.exe?   
    disable your antivirus. or better install normal antivirus, it should not block normal files.
    if you want stay with your antivirus, report to antivirus support about false positives, and gave them all info what you downloading and where.
     
    Also can you say name of your antivirus? i will add it to warning message too.
     
  8. Like
    4144 got a reaction from Pink Guy in Anyone know how to do fast refresh client?   
    yes this named fadeout, for some seconds screen go black. this patch allow set time how long this effect will be played. 0 mean not played at all
     
  9. Upvote
    4144 got a reaction from ThyroDree in Atcommand.c remove warning message when compiling   
    remove line with:
    nullpo_retr(-1, sd);
  10. Upvote
    4144 got a reaction from MikZ in error in skill.c 180   
    well gepard not prevent cheaters. it create some issues for botters only. Real protection can be only server side.
    from log this is packets with wrong skill id. you can ignore them or add some code for disconnect players with wrong skill sent.
     
    remove code what you add before, and place this code:
    if (skill->get_index(skill_id) == 0) { sockt->eof(fd); ShowWarning("Wrong skill detected %d. Player disconnected\n", skill_id); return; } This code should disconnect anyone who using skill what was not added to skill_db.
     
  11. Like
    4144 got a reaction from ThyroDree in Adding /lb and /b command to Lower Level GMs   
    look like you should allow commands
    @kami and
    @lkami  
  12. Upvote
    4144 got a reaction from MikZ in error in skill.c 180   
    you see ?? in my snipet? but error show what you add it
    this mean you add by self some chars. simply code only code what i gave
  13. Upvote
    4144 got a reaction from heroji in Ragnarok Offline Newbie Pack 2022 | Make your RO server in less then 5 minutes   
    fix error message, it clearly show what wrong.
    if you want lost all your changes run
    git reset --hard origin/master If you want save your changes, follow instruction in error message. probably also look into git manual, how to use it better
     
  14. Upvote
    4144 got a reaction from MikZ in error in skill.c 180   
    look like same errors but other skill id
    client send wrong skills.
    if this is on your production server as i said before it can be some one who cheating.
    if on your local server, then some thing wrong with your client.
     
    also if you using any client modifications like game guard or external tools, this can be from this things too.
  15. Like
    4144 got a reaction from rayhanalka in New hercules feature: Expanded barter shop   
    From last release in hercules was added new shop type: expanded barter shop.
    This shop allow buy item with different amount and pay with other items or with money. For removed items supported refine levels.
    Also this shop allow infinite or limited numbers in shop. Limited numbers saved into database.
     
    For use shop example script uncomment in file npc/scripts_custom.conf this line:
    //"npc/custom/expandedbartershop.txt",  
    This shop supported from clients:
    Ragexe: 2019-11-20 and newer
    RagexeRE: 2019-11-06 and newer
    Ragexe zero: 2019-11-27 and newer
     
    Same sample images:

     

     
  16. Like
    4144 got a reaction from cjmeister28 in Ragnarok Offline Newbie Pack 2022 | Make your RO server in less then 5 minutes   
    you have outdated at least binkw32.dll, get newer version of it from any newer ro clients
  17. Upvote
    4144 got a reaction from hadiesyafiq in How to make “showexp” on by default?   
    In exp.conf change value disp_experience to true
  18. Like
    4144 got a reaction from anacondaq 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
     
     
  19. Like
    4144 got a reaction from kevingunadi in Compile error C2233 'items': arrays of objects containing zero-size arrays are illegal   
    this is visual studio bug, but i not sure microsoft will fix it in near or future or fix it at all
    you can use my pr with new packets and workaround for visual studio https://github.com/HerculesWS/Hercules/pull/2645
     
     
  20. Like
    4144 got a reaction from Hyroshima in NEMO - Client Patcher   
    Open externalsettings_LANG.lub or externalsettings_LANG_sak.lub in text editor, here LANG is your language what you configured
    And replace Doram = true to Doram = false
     
  21. Upvote
    4144 got a reaction from zerigma in Problem with 2019 client   
    look like you using ragexe client. For this client need replace game guard dll cdclient.dll. Get correct dll from nemo and put in your client dir
    also you must use patches for disabled cheat defender game guard (this is one of recommended patches)
     
  22. Like
    4144 got a reaction from Tio Akima in Barter shop doubt   
    try use two or more npcs. Even at same position if you want shops hidden.
     
    also for barter shops you must set shop type. in your example type is missing
  23. Like
    4144 got a reaction from Skyline in New hercules feature: Expanded barter shop   
    From last release in hercules was added new shop type: expanded barter shop.
    This shop allow buy item with different amount and pay with other items or with money. For removed items supported refine levels.
    Also this shop allow infinite or limited numbers in shop. Limited numbers saved into database.
     
    For use shop example script uncomment in file npc/scripts_custom.conf this line:
    //"npc/custom/expandedbartershop.txt",  
    This shop supported from clients:
    Ragexe: 2019-11-20 and newer
    RagexeRE: 2019-11-06 and newer
    Ragexe zero: 2019-11-27 and newer
     
    Same sample images:

     

     
  24. Like
    4144 got a reaction from Quazi in New hercules feature: Expanded barter shop   
    From last release in hercules was added new shop type: expanded barter shop.
    This shop allow buy item with different amount and pay with other items or with money. For removed items supported refine levels.
    Also this shop allow infinite or limited numbers in shop. Limited numbers saved into database.
     
    For use shop example script uncomment in file npc/scripts_custom.conf this line:
    //"npc/custom/expandedbartershop.txt",  
    This shop supported from clients:
    Ragexe: 2019-11-20 and newer
    RagexeRE: 2019-11-06 and newer
    Ragexe zero: 2019-11-27 and newer
     
    Same sample images:

     

     
  25. Like
    4144 got a reaction from Naruto in New hercules feature: Expanded barter shop   
    From last release in hercules was added new shop type: expanded barter shop.
    This shop allow buy item with different amount and pay with other items or with money. For removed items supported refine levels.
    Also this shop allow infinite or limited numbers in shop. Limited numbers saved into database.
     
    For use shop example script uncomment in file npc/scripts_custom.conf this line:
    //"npc/custom/expandedbartershop.txt",  
    This shop supported from clients:
    Ragexe: 2019-11-20 and newer
    RagexeRE: 2019-11-06 and newer
    Ragexe zero: 2019-11-27 and newer
     
    Same sample images:

     

     
×
×
  • Create New...

Important Information

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