Jump to content

Axl

Members
  • Content Count

    24
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Axl

  1. Version 1.0.0

    71 downloads

    Simple fix for 'Old' Land Protect (eA Style) with no damage on the borders.
  2. View File 'Old' Land Protector Simple fix for 'Old' Land Protect (eA Style) with no damage on the borders. Submitter Axl Submitted 08/15/20 Category Source Modifications  
  3. Version 1.0.0

    70 downloads

    Counter char skills casted in WoE Maps eAMod for Herc.
  4. View File Skill_Count [eAmod] Counter char skills casted in WoE Maps eAMod for Herc. Submitter Axl Submitted 08/15/20 Category Source Modifications  
  5. Hello everyone, I have a question about Slow Grace, in ASPD reduction when the char have a higher AGI status total the ASPD wont reduce. If the char have 193 ASPD still the same. But have lower AGI the skill works fine. Anyone know about this imunize/resistence status based on AGI total status? PS: I changed the formula in Skill.c many time but if char have a higher AGI makes him imune. case DC_DONTFORGETME: #ifdef RENEWAL val1 = st->dex/10 + 3*skill_lv; // ASPD decrease val2 = st->agi/10 + 2*skill_lv; // Movement speed adjustment. #else val1 = st->dex/10 + 3*skill_lv + 5; // ASPD decrease val2 = st->agi/10 + 3*skill_lv + 5; // Movement speed adjustment. #endif if(sd){ val1 += pc->checkskill(sd,DC_DANCINGLESSON); val2 += pc->checkskill(sd,DC_DANCINGLESSON); } break; Thanks for all.
  6. You right. Thanks for helping! // When set to true, the damage field in packets sent from woe maps will be set // to -1, making it impossible for GMs, Bots and Hexed clients to know the // actual damage caused by attacks. (Note 1) hide_woe_damage: true Close the topic, please.
  7. All the maps seated with GvG Flag limit the Damage in Mobs or Players in 1 per Hit. if disables the GvG Flag the damages working normal. We can see the problem in the SS's. Anyone with the same problem? I use Hercules Git of February.
  8. The BG Flag Itens can be cosumed by Skills. @Dastgir
  9. Axl

    Nemo patcher

    Thanks bro! @4144 I set remove the most of buttons, but all still can available. See images. #Ignore the rAthena Logo please, my server is Hercules, only for data folder.
  10. Axl

    Nemo patcher

    Can possible to remove Doran Creation in 2018 Clients? Only a question.
  11. Try bg_reserved_char_id: 999998 woe_reserved_char_id: 999999 After updated code you received this?
  12. Holy, I am so sorry. I won't see this, thanks for reply. About the Emergency Call can be cast repeatedly... No Countdown delay.
  13. This bugs only show if i remove BG ARENAS of BG_COMMON config. For exemplo, remove all bgs mode except CONQUEST, RUSH AND TDM.
  14. I use the latest and the latest HerculesCore. And you?
  15. I received this error when start: ./login-server: error while loading shared lib raries: libmysqlclient.so.16: cannot open shared object file: No such file or di rectory ./char-server: error while loading shared libraries: libmysqlclient.so.16: canno t open shared object file: No such file or directory ./map-server: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
  16. Hey, great project. It will take the dependence of many rAmod and finally migrate to Hercules. Go Go hard!
  17. Não tinha visto xD Então, como compilo sem converter? Ele vai pedir pra converter, só dizer não.
  18. Iria perguntar a mesma coisa, ragnaBR? Tenta compilar com o Hercules-10.sln sem converter os arquivos.
  19. Hey guys, I've got a question. I searched the entire source and couldn't find the visual effect activation of Kaupe and Kaite, because I'd like to remove them. Could you help me? att.
×
×
  • Create New...

Important Information

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