Axl
Members-
Content Count
24 -
Joined
-
Last visited
-
Days Won
2
Axl last won the day on September 6 2020
Axl had the most liked content!
About Axl
-
Rank
Member
-
Neffletics reacted to a post in a topic: Skill_Count [eAmod]
-
-
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
-
JulioCF reacted to a post in a topic: [Salve Info] Shake/Quake Skill Effect Remove Hex, v1.1 - last updated 2010/11/20
-
Axl reacted to a post in a topic: Restock System
-
Axl reacted to a post in a topic: Restock System
-
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.
-
Axl reacted to an answer to a question: GvG Maps set Damage in 1
-
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
-
Axl reacted to a post in a topic: Hybrid FluxCP Design (VD)
-
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.