Jump to content

Functor

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Functor

  1. https://mega.nz/#!IZcT3Y5Q!6iG6X849GuFeyFYSWHhYmfYHNM0kXjgmnJADdRs2dyA
  2. Hello! Have you installed "Warsaw" security module of bank? It can cause problems.
  3. https://mega.nz/#!UBtyhIqA!9NsaS356npQOqa58tE3CTh5dMRM8mIySbOO6VjQuoWI
  4. https://mega.nz/#!EAkznQCA!FFuGUAJQV09pOgwRGsvTwwgW6e4BzVfxwdoGK5dBcFo Необходимо сделать скриншот ошибки при использовании новой "gepard.dll"
  5. В понедельник вышлю dll для сбора дополнительной инфы о проблеме.
  6. @LotharAxe https://mega.nz/#!oFtghCgS!reLQeWP2dXrRe2jaEEF5YFywI8quS025QM9C7u_oSIQ + You have to use your modified "src" with changed packet size to 54 bytes.
  7. Yes, and modify the code of processing 0x1CD packet.
  8. @Phaige @Balfear Do you use Intel's integrated HD graphics? I had the same problem. It was crash in the module "igdumdim32.dll". I updated Intel's driver for GPU(v15.33) and it fixed the problem. https://downloadcenter.intel.com/download/28164/Intel-Graphics-Driver-for-Windows-15-33-
  9. sudo apt-get update sudo apt-get install build-essential
  10. Maybe you have clientinfo.xml in the data folder or EXE takes clientinfo.xml from another GRF.
  11. https://mega.nz/#!lI90TTxI!6l2xp20o9gdDrpsKBohMaR46PZqMtHosYSWLlK5kO88 You should download file connect_log.mix and copy it to the game folder. After connection attempt module will create log file connect_log.txt with info.
  12. Ошибка на скриншоте относится к модулю дешифровки GRF от "GRF Editor". Попробуйте использовать PlayOnLinux, так же смените версию Wine. У Gepard Shield есть несколько стадий инициализации. Не все они сопровождаются выводом сплеш скрина.
  13. https://rathena.org/board/topic/112861-how-to-remove-this-icon/ https://rathena.org/board/topic/112525-in-game-icons/ https://rathena.org/board/topic/112987-how-do-i-removechange-these-effects-floating-in-the-map/
  14. А в чем трудности? Запускается так же, как и без защиты.
  15. It is false positive(mistake of antivirus). You can inform Microsoft about the problem and it will be fixed. https://www.microsoft.com/en-us/wdsi/filesubmission
  16. @Yusry His file is clean. It isn't infected. https://www.virustotal.com/#/file/d6a7832acb54e6dd8f0fbd93923b50aa089bbc364f1443f5b448809417aa2e8b/detection
  17. ../src/map/status.cpp - function "status_calc_speed" if( sc->data[SC_CARTBOOST] ) val = max( val, 20 );
  18. Open ../src/map/script.cpp and before: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_FUNC(kick) { TBL_PC *sd; if (!script_rid2sd(sd)) return SCRIPT_CMD_SUCCESS; clif_GM_kick(NULL, sd); return SCRIPT_CMD_SUCCESS; } after: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_DEF(kick, ""), Example: geffen,132,38,3 script Example 51,{ kick; }
  19. Open "../src/map/clif.cpp" and in the function "clif_sub_guild_invite" remove: // Players in a clan can not join a guild if(t_sd && t_sd->clan){ return 1; } In the function "clif_parse_CreateGuild" remove: if(sd->clan){ // Should display a clientside message "You are currently joined in Clan !!" so we ignore it return; } Open "../src/map/atcommand.cpp" and in the function of "guild" command remove: if (sd->clan) { clif_displaymessage(fd, msg_txt(sd, 1498)); // You cannot create a guild because you are in a clan. return -1; }
  20. I think it is server-side restriction. If you will not be able to fix it in "src", I will check it later.
  21. Any error? How should I reproduce it? You should explain it in detail.
  22. Hello! Do you mean this topic? If yes - it is already applied in your EXE by patch "EnableGuildWhenInClan".
  23. rAthena isn't compatible with 2014-03-05bRagexe. rAthena doesn't have packet's info for this EXE version.
×
×
  • Create New...