Axl
Members-
Content Count
24 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Axl
-
-
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
-
-
View File Skill_Count [eAmod] Counter char skills casted in WoE Maps eAMod for Herc. Submitter Axl Submitted 08/15/20 Category Source Modifications
-
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.
-
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.
-
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.
-
The BG Flag Itens can be cosumed by Skills. @Dastgir
-
Very great bro, keep working
-
Try bg_reserved_char_id: 999998 woe_reserved_char_id: 999999 After updated code you received this?
-
Holy, I am so sorry. I won't see this, thanks for reply. About the Emergency Call can be cast repeatedly... No Countdown delay.
-
This bugs only show if i remove BG ARENAS of BG_COMMON config. For exemplo, remove all bgs mode except CONQUEST, RUSH AND TDM.
-
I use the latest and the latest HerculesCore. And you?
-
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
-
Hey, great project. It will take the dependence of many rAmod and finally migrate to Hercules. Go Go hard!
-
Não tinha visto xD Então, como compilo sem converter? Ele vai pedir pra converter, só dizer não.
-
Iria perguntar a mesma coisa, ragnaBR? Tenta compilar com o Hercules-10.sln sem converter os arquivos.
-
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.