Here ya go. Script Credit to master @AnnieRuru
Run this to your sql query :
alter table `char` add empbreak int(11) unsigned not null default 0 after unban_time, add index (empbreak);
KoE hitting Emperium Not Compatible to Hercules
any fix/compatible at hercules?
thanks.
Here's the code that working at rAthena
Index: battle.c===================================================================--- battle.c (revision 16817)+++ battle.c (working copy)@@ -5021,6 +5021,13 @@...