I've found out that MapleCrystal source has almost all cooldowns broken like resurrection , Echo E.t.c , any one has a proper fix for all cooldown & is willing to share the fix ?
Printable View
I've found out that MapleCrystal source has almost all cooldowns broken like resurrection , Echo E.t.c , any one has a proper fix for all cooldown & is willing to share the fix ?
What exactly does not work?
* Cooldowns don't register at all?
1. Load the cooldowns from wz files
2. Load them up in MapleStatEffect
3. When you use a skill, check if it has a cooldown. If it has a cooldown then set the cooldown and then send the packet this is important
4. Make sure you store the cooldowns a player has if he/she logs off!
* Skill does not work but cooldown message is not displayed
1. Fix the cooldown packet opcode. I don't think the rest of the structure changed.